merge the formfield patch from ooo-build
[ooovba.git] / sw / sdi / makefile.mk
blob25b75feea040c503cf476e25b317cde402c177ab
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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 # wx mktyplib nur unter Windows aufrufbar
33 # VMB.386 und WXSRVR.EXE muessen geladen sein! (n:\mscwini\bin)
35 PRJ=..
37 PRJNAME=sw
38 TARGET=swslots
40 # --- Settings -----------------------------------------------------
41 .IF "$(L10N_framework)"==""
42 SVSDIINC=$(PRJ)$/source$/ui$/inc
43 .ENDIF
45 .INCLUDE : $(PRJ)$/inc$/swpre.mk
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/inc$/sw.mk
49 .IF "$(L10N_framework)"==""
50 SDI1NAME=$(TARGET)
51 SDI1EXPORT=swriter
52 #SIDHRCNAME=swslots.hrc
54 # --- Files --------------------------------------------------------
55 SVSDI1DEPEND= \
56 switems.sdi\
57 swriter.sdi\
58 _docsh.sdi\
59 docsh.sdi\
60 wdocsh.sdi\
61 wrtapp.sdi\
62 _basesh.sdi\
63 basesh.sdi\
64 _textsh.sdi\
65 textsh.sdi\
66 wtextsh.sdi\
67 _drwbase.sdi\
68 drwbassh.sdi\
69 wdrwbase.sdi\
70 formsh.sdi\
71 _formsh.sdi\
72 wformsh.sdi\
73 drawsh.sdi\
74 drwtxtsh.sdi\
75 _listsh.sdi\
76 listsh.sdi\
77 wlistsh.sdi\
78 _frmsh.sdi\
79 frmsh.sdi\
80 wfrmsh.sdi\
81 _tabsh.sdi\
82 tabsh.sdi\
83 wtabsh.sdi\
84 _grfsh.sdi\
85 grfsh.sdi\
86 wgrfsh.sdi\
87 _olesh.sdi\
88 olesh.sdi\
89 wolesh.sdi\
90 beziersh.sdi\
91 _viewsh.sdi\
92 viewsh.sdi\
93 wviewsh.sdi\
94 _mediash.sdi\
95 mediash.sdi\
96 _annotsh.sdi\
97 annotsh.sdi\
98 swslots.hrc \
99 $(INC)$/globals.hrc \
100 $(INC)$/cmdid.h \
101 $(SOLARINCXDIR)$/svxslots.ilb
102 .ENDIF
104 # --- Targets -------------------------------------------------------
106 .INCLUDE : target.mk