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 SidebarViewShell.sdi \ 65 ViewShellBase.sdi \ 66 sdslots.hrc \ 67 $(PRJ)$/inc$/app.hrc 68 69SVSDI2DEPEND= \ 70 $(SOLARINCXDIR)$/sfx2/sfx.sdi \ 71 $(SOLARINCXDIR)$/sfx2/sfxitems.sdi \ 72 $(SOLARINCXDIR)$/svx/svx.sdi \ 73 $(SOLARINCXDIR)$/svx/svxitems.sdi \ 74 $(SOLARINCXDIR)$/svx/xoitems.sdi \ 75 sdraw.sdi \ 76 app.sdi \ 77 _docsh.sdi \ 78 grdocsh.sdi \ 79 drtxtob.sdi \ 80 drbezob.sdi \ 81 drgrfob.sdi \ 82 _drvwsh.sdi \ 83 grviewsh.sdi \ 84 mediaob.sdi \ 85 outlnvsh.sdi \ 86 ViewShellBase.sdi \ 87 SidebarViewShell.sdi \ 88 sdslots.hrc \ 89 $(PRJ)$/inc$/app.hrc 90 91# --- Targets ------------------------------------------------------- 92.ENDIF 93.INCLUDE : target.mk 94