xref: /aoo41x/main/unotools/source/config/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..
29PRJINC=..$/..$/inc
30PRJNAME=unotools
31TARGET=config
32
33ENABLE_EXCEPTIONS=TRUE
34
35# --- Settings ----------------------------------
36
37.INCLUDE : settings.mk
38.INCLUDE :      $(PRJ)$/util$/makefile.pmk
39
40
41# --- Files -------------------------------------
42
43SLOFILES=\
44		$(SLO)$/syslocaleoptions.obj \
45		$(SLO)$/configvaluecontainer.obj \
46		$(SLO)$/confignode.obj \
47		$(SLO)$/configitem.obj \
48		$(SLO)$/configmgr.obj  \
49		$(SLO)$/configpathes.obj  \
50		$(SLO)$/docinfohelper.obj  \
51                $(SLO)$/bootstrap.obj \
52        $(SLO)$/accelcfg.obj                                \
53        $(SLO)$/cacheoptions.obj            \
54	$(SLO)$/cmdoptions.obj				\
55	$(SLO)$/compatibility.obj           \
56	$(SLO)$/defaultoptions.obj			\
57	$(SLO)$/dynamicmenuoptions.obj		\
58	$(SLO)$/eventcfg.obj                \
59	$(SLO)$/extendedsecurityoptions.obj \
60        $(SLO)$/fltrcfg.obj                             \
61	$(SLO)$/fontcfg.obj \
62	$(SLO)$/fontoptions.obj				\
63        $(SLO)$/historyoptions.obj                         \
64	$(SLO)$/inetoptions.obj				\
65	$(SLO)$/internaloptions.obj			\
66        $(SLO)$/itemholder1.obj \
67        $(SLO)$/javaoptions.obj             \
68        $(SLO)$/lingucfg.obj                \
69	$(SLO)$/localisationoptions.obj		\
70        $(SLO)$/misccfg.obj                             \
71        $(SLO)$/moduleoptions.obj           \
72        $(SLO)$/options.obj                     \
73        $(SLO)$/optionsdlg.obj              \
74        $(SLO)$/pathoptions.obj             \
75	$(SLO)$/printwarningoptions.obj		\
76	$(SLO)$/regoptions.obj				\
77	$(SLO)$/saveopt.obj					\
78	$(SLO)$/searchopt.obj				\
79	$(SLO)$/securityoptions.obj			\
80	$(SLO)$/sourceviewconfig.obj		\
81	$(SLO)$/startoptions.obj			\
82        $(SLO)$/undoopt.obj                 \
83        $(SLO)$/useroptions.obj      \
84	$(SLO)$/viewoptions.obj				\
85	$(SLO)$/workingsetoptions.obj		\
86        $(SLO)$/xmlaccelcfg.obj
87
88# --- Targets ----------------------------------
89
90.INCLUDE : target.mk
91
92