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 $
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 #*************************************************************************
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
53 $(SLO
)$/accelcfg.obj \
55 $(SLO
)$/xmlaccelcfg.obj \
56 $(SLO
)$/moduleoptions.obj \
57 $(SLO
)$/pathoptions.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 \
88 # $(SLO)$/miscopt.obj \
89 # --- heavyconfig.lib Files --------------------------------------------------------
90 LIB2TARGET
= $(SLB
)$/$(TARGET1
).lib
93 $(SLO
)$/accessibilityoptions.obj \
94 $(SLO
)$/fontsubstconfig.obj \
96 $(SLO
)$/apearcfg.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 \
110 # --- Targets ------------------------------------------------------