update dev300-m58
[ooovba.git] / sd / sdi / makefile.mk
bloba442c65e8d649e10dfb54680f66acfda318f13d6
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.12 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..
34 PRJNAME=sd
35 TARGET=sdslots
36 TARGET2=sdgslots
37 SDI1EXPORT=sdraw
38 SDI2EXPORT=sdraw
39 SVSDIINC=$(PRJ)$/source$/ui$/inc
41 # --- Settings -----------------------------------------------------
43 .INCLUDE : settings.mk
45 # --- Files --------------------------------------------------------
48 SDI1NAME=$(TARGET)
49 SDI2NAME=$(TARGET2)
50 SIDHRCNAME=SDSLOTS.HRC
52 SVSDI1DEPEND= \
53 sdraw.sdi \
54 app.sdi \
55 _docsh.sdi \
56 docshell.sdi \
57 drtxtob.sdi \
58 drbezob.sdi \
59 drgrfob.sdi \
60 _drvwsh.sdi \
61 drviewsh.sdi \
62 mediaob.sdi \
63 tables.sdi\
64 outlnvsh.sdi \
65 SlideSorterController.sdi \
66 ViewShellBase.sdi \
67 TaskPaneViewShell.sdi \
68 sdslots.hrc \
69 $(PRJ)$/inc$/app.hrc
71 SVSDI2DEPEND= \
72 sdraw.sdi \
73 app.sdi \
74 _docsh.sdi \
75 grdocsh.sdi \
76 drtxtob.sdi \
77 drbezob.sdi \
78 drgrfob.sdi \
79 _drvwsh.sdi \
80 grviewsh.sdi \
81 mediaob.sdi \
82 outlnvsh.sdi \
83 ViewShellBase.sdi \
84 TaskPaneViewShell.sdi \
85 sdslots.hrc \
86 $(PRJ)$/inc$/app.hrc
88 # --- Targets -------------------------------------------------------
90 .INCLUDE : target.mk