xref: /aoo4110/main/configmgr/source/makefile.mk (revision b1cdbd2c)
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 = ..
25PRJNAME = configmgr
26TARGET = configmgr
27
28ENABLE_EXCEPTIONS = TRUE
29VISIBILITY_HIDDEN = TRUE
30
31.INCLUDE: settings.mk
32
33DLLPRE =
34
35SLOFILES = \
36    $(SLO)/access.obj \
37    $(SLO)/broadcaster.obj \
38    $(SLO)/childaccess.obj \
39    $(SLO)/components.obj \
40    $(SLO)/configurationprovider.obj \
41    $(SLO)/configurationregistry.obj \
42    $(SLO)/data.obj \
43    $(SLO)/defaultprovider.obj \
44    $(SLO)/groupnode.obj \
45    $(SLO)/localizedpropertynode.obj \
46    $(SLO)/localizedvaluenode.obj \
47    $(SLO)/lock.obj \
48    $(SLO)/modifications.obj \
49    $(SLO)/node.obj \
50    $(SLO)/nodemap.obj \
51    $(SLO)/parsemanager.obj \
52    $(SLO)/partial.obj \
53    $(SLO)/propertynode.obj \
54    $(SLO)/rootaccess.obj \
55    $(SLO)/services.obj \
56    $(SLO)/setnode.obj \
57    $(SLO)/type.obj \
58    $(SLO)/update.obj \
59    $(SLO)/valueparser.obj \
60    $(SLO)/writemodfile.obj \
61    $(SLO)/xcdparser.obj \
62    $(SLO)/xcsparser.obj \
63    $(SLO)/xcuparser.obj \
64    $(SLO)/xmldata.obj
65
66SHL1IMPLIB = i$(SHL1TARGET)
67SHL1OBJS = $(SLOFILES)
68SHL1STDLIBS = \
69    $(COMPHELPERLIB) \
70    $(CPPUHELPERLIB) \
71    $(CPPULIB) \
72    $(SALHELPERLIB) \
73    $(SALLIB) \
74    $(XMLREADERLIB)
75SHL1TARGET = configmgr.uno
76SHL1USE_EXPORTS = name
77DEF1NAME = $(SHL1TARGET)
78
79.INCLUDE: target.mk
80
81ALLTAR : $(MISC)/configmgr.component
82
83$(MISC)/configmgr.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
84        configmgr.component
85    $(XSLTPROC) --nonet --stringparam uri \
86        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
87        $(SOLARENV)/bin/createcomponent.xslt configmgr.component
88