1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24PRJ=.. 25 26PRJNAME=sd 27TARGET=sdslots 28TARGET2=sdgslots 29SDI1EXPORT=sdraw 30SDI2EXPORT=sdraw 31SVSDIINC=$(PRJ)$/source$/ui$/inc 32 33# --- Settings ----------------------------------------------------- 34 35.INCLUDE : settings.mk 36.IF "$(L10N_framework)"=="" 37 38# --- Files -------------------------------------------------------- 39 40 41SDI1NAME=$(TARGET) 42SDI2NAME=$(TARGET2) 43SIDHRCNAME=SDSLOTS.HRC 44 45SVSDI1DEPEND= \ 46 $(SOLARINCXDIR)$/sfx2/sfx.sdi \ 47 $(SOLARINCXDIR)$/sfx2/sfxitems.sdi \ 48 $(SOLARINCXDIR)$/svx/svx.sdi \ 49 $(SOLARINCXDIR)$/svx/svxitems.sdi \ 50 $(SOLARINCXDIR)$/svx/xoitems.sdi \ 51 sdraw.sdi \ 52 app.sdi \ 53 _docsh.sdi \ 54 docshell.sdi \ 55 drtxtob.sdi \ 56 drbezob.sdi \ 57 drgrfob.sdi \ 58 _drvwsh.sdi \ 59 drviewsh.sdi \ 60 mediaob.sdi \ 61 tables.sdi\ 62 outlnvsh.sdi \ 63 SlideSorterController.sdi \ 64 ViewShellBase.sdi \ 65 sdslots.hrc \ 66 $(PRJ)$/inc$/app.hrc 67 68SVSDI2DEPEND= \ 69 $(SOLARINCXDIR)$/sfx2/sfx.sdi \ 70 $(SOLARINCXDIR)$/sfx2/sfxitems.sdi \ 71 $(SOLARINCXDIR)$/svx/svx.sdi \ 72 $(SOLARINCXDIR)$/svx/svxitems.sdi \ 73 $(SOLARINCXDIR)$/svx/xoitems.sdi \ 74 sdraw.sdi \ 75 app.sdi \ 76 _docsh.sdi \ 77 grdocsh.sdi \ 78 drtxtob.sdi \ 79 drbezob.sdi \ 80 drgrfob.sdi \ 81 _drvwsh.sdi \ 82 grviewsh.sdi \ 83 mediaob.sdi \ 84 outlnvsh.sdi \ 85 ViewShellBase.sdi \ 86 sdslots.hrc \ 87 $(PRJ)$/inc$/app.hrc 88 89# --- Targets ------------------------------------------------------- 90.ENDIF 91.INCLUDE : target.mk 92