1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=..$/..
25PRJINC=..$/..$/inc
26PRJNAME=unotools
27TARGET=config
28
29ENABLE_EXCEPTIONS=TRUE
30
31# --- Settings ----------------------------------
32
33.INCLUDE : settings.mk
34.INCLUDE :      $(PRJ)$/util$/makefile.pmk
35
36
37# --- Files -------------------------------------
38
39SLOFILES=\
40		$(SLO)$/syslocaleoptions.obj \
41		$(SLO)$/configvaluecontainer.obj \
42		$(SLO)$/confignode.obj \
43		$(SLO)$/configitem.obj \
44		$(SLO)$/configmgr.obj  \
45		$(SLO)$/configpathes.obj  \
46		$(SLO)$/docinfohelper.obj  \
47		$(SLO)$/bootstrap.obj \
48        $(SLO)$/accelcfg.obj                                \
49        $(SLO)$/cacheoptions.obj            \
50		$(SLO)$/cmdoptions.obj				\
51		$(SLO)$/compatibility.obj           \
52		$(SLO)$/defaultoptions.obj			\
53		$(SLO)$/dynamicmenuoptions.obj		\
54		$(SLO)$/eventcfg.obj                \
55		$(SLO)$/extendedsecurityoptions.obj \
56        $(SLO)$/fltrcfg.obj                             \
57		$(SLO)$/fontcfg.obj \
58		$(SLO)$/fontoptions.obj				\
59        $(SLO)$/historyoptions.obj                         \
60		$(SLO)$/inetoptions.obj				\
61		$(SLO)$/internaloptions.obj			\
62        $(SLO)$/itemholder1.obj \
63        $(SLO)$/javaoptions.obj             \
64        $(SLO)$/lingucfg.obj                \
65		$(SLO)$/localisationoptions.obj		\
66        $(SLO)$/misccfg.obj                             \
67        $(SLO)$/moduleoptions.obj           \
68        $(SLO)$/options.obj                     \
69        $(SLO)$/optionsdlg.obj              \
70        $(SLO)$/pathoptions.obj             \
71		$(SLO)$/printwarningoptions.obj		\
72		$(SLO)$/saveopt.obj					\
73		$(SLO)$/searchopt.obj				\
74		$(SLO)$/securityoptions.obj			\
75		$(SLO)$/sourceviewconfig.obj		\
76		$(SLO)$/startoptions.obj			\
77        $(SLO)$/undoopt.obj                 \
78        $(SLO)$/useroptions.obj      \
79		$(SLO)$/viewoptions.obj				\
80		$(SLO)$/workingsetoptions.obj		\
81        $(SLO)$/xmlaccelcfg.obj
82
83
84# --- Targets ----------------------------------
85
86.INCLUDE : target.mk
87
88