update dev300-m57
[ooovba.git] / sc / sdi / makefile.mk
blob8431c62307b954456b9a3d4c9d038a5054889704
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.11 $
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=sc
35 TARGET=scslots
36 SVSDIINC=$(PRJ)$/source$/ui$/inc
38 # --- Settings -----------------------------------------------------
40 .INCLUDE : settings.mk
42 # --- Files --------------------------------------------------------
45 SDI1NAME=$(TARGET)
46 #SIDHRCNAME=SCSLOTS.HRC
47 SDI1EXPORT=scalc
49 SVSDI1DEPEND= \
50 scalc.sdi \
51 app.sdi \
52 auditsh.sdi \
53 docsh.sdi \
54 drawsh.sdi \
55 drtxtob.sdi \
56 drformsh.sdi \
57 editsh.sdi \
58 pivotsh.sdi \
59 prevwsh.sdi \
60 tabvwsh.sdi \
61 formatsh.sdi\
62 cellsh.sdi \
63 oleobjsh.sdi\
64 chartsh.sdi \
65 graphsh.sdi \
66 mediash.sdi \
67 pgbrksh.sdi \
68 scslots.hrc \
69 $(INC)$/sc.hrc
71 # --- Targets -------------------------------------------------------
73 .INCLUDE : target.mk