merge the formfield patch from ooo-build
[ooovba.git] / svtools / source / config / makefile.mk
blob9c0985329eb36f36e08f5498a54f34bee4e40cbc
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.61 $
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 #*************************************************************************
31 PRJ=..$/..
33 PRJNAME=svtools
34 TARGET=config
35 TARGET1=heavyconfig
36 LIBTARGET=NO
38 ENABLE_EXCEPTIONS := TRUE
40 # --- Settings -----------------------------------------------------
42 .INCLUDE : settings.mk
43 .INCLUDE : $(PRJ)$/util$/svl.pmk
45 # --- Files --------------------------------------------------------
47 SLOFILES = $(LIB1OBJFILES) $(LIB2OBJFILES)
49 # --- config.lib Files --------------------------------------------------------
50 LIB1TARGET= $(SLB)$/$(TARGET).lib
52 LIB1OBJFILES= \
53 $(SLO)$/accelcfg.obj \
54 $(SLO)$/fltrcfg.obj \
55 $(SLO)$/xmlaccelcfg.obj \
56 $(SLO)$/moduleoptions.obj \
57 $(SLO)$/pathoptions.obj \
58 $(SLO)$/saveopt.obj \
59 $(SLO)$/lingucfg.obj \
60 $(SLO)$/javaoptions.obj \
61 $(SLO)$/securityoptions.obj \
62 $(SLO)$/localisationoptions.obj \
63 $(SLO)$/workingsetoptions.obj \
64 $(SLO)$/viewoptions.obj \
65 $(SLO)$/internaloptions.obj \
66 $(SLO)$/startoptions.obj \
67 $(SLO)$/historyoptions.obj \
68 $(SLO)$/inetoptions.obj \
69 $(SLO)$/menuoptions.obj \
70 $(SLO)$/dynamicmenuoptions.obj \
71 $(SLO)$/optionsdrawinglayer.obj \
72 $(SLO)$/fontoptions.obj \
73 $(SLO)$/addxmltostorageoptions.obj \
74 $(SLO)$/defaultoptions.obj \
75 $(SLO)$/searchopt.obj \
76 $(SLO)$/printwarningoptions.obj \
77 $(SLO)$/cacheoptions.obj \
78 $(SLO)$/regoptions.obj \
79 $(SLO)$/cmdoptions.obj \
80 $(SLO)$/extendedsecurityoptions.obj \
81 $(SLO)$/sourceviewconfig.obj \
82 $(SLO)$/compatibility.obj \
83 $(SLO)$/eventcfg.obj \
84 $(SLO)$/optionsdlg.obj \
85 $(SLO)$/itemholder1.obj \
86 $(SLO)$/options.obj
88 # $(SLO)$/miscopt.obj \
89 # --- heavyconfig.lib Files --------------------------------------------------------
90 LIB2TARGET= $(SLB)$/$(TARGET1).lib
92 LIB2OBJFILES= \
93 $(SLO)$/accessibilityoptions.obj \
94 $(SLO)$/fontsubstconfig.obj \
95 $(SLO)$/misccfg.obj \
96 $(SLO)$/apearcfg.obj \
97 $(SLO)$/helpopt.obj \
98 $(SLO)$/printoptions.obj \
99 $(SLO)$/languageoptions.obj \
100 $(SLO)$/ctloptions.obj \
101 $(SLO)$/cjkoptions.obj \
102 $(SLO)$/colorcfg.obj \
103 $(SLO)$/extcolorcfg.obj \
104 $(SLO)$/undoopt.obj \
105 $(SLO)$/useroptions.obj \
106 $(SLO)$/syslocaleoptions.obj \
107 $(SLO)$/itemholder2.obj \
108 $(SLO)$/miscopt.obj
110 # --- Targets ------------------------------------------------------
112 .INCLUDE : target.mk