xref: /AOO41X/main/ucb/source/ucp/file/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
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=ucb
26TARGET=ucpfile
27ENABLE_EXCEPTIONS=TRUE
28NO_BSYMBOLIC=TRUE
29
30# Version
31UCPFILE_MAJOR=1
32
33.INCLUDE: settings.mk
34.IF "$(L10N_framework)"==""
35
36SLOFILES=\
37    $(SLO)$/prov.obj      \
38    $(SLO)$/bc.obj        \
39    $(SLO)$/shell.obj     \
40    $(SLO)$/filtask.obj   \
41    $(SLO)$/filrow.obj    \
42    $(SLO)$/filrset.obj   \
43    $(SLO)$/filid.obj     \
44    $(SLO)$/filnot.obj    \
45    $(SLO)$/filprp.obj    \
46    $(SLO)$/filinpstr.obj \
47    $(SLO)$/filstr.obj    \
48    $(SLO)$/filcmd.obj    \
49    $(SLO)$/filglob.obj   \
50    $(SLO)$/filinsreq.obj \
51    $(SLO)$/filrec.obj
52
53LIB1TARGET=$(SLB)$/_$(TARGET).lib
54LIB1OBJFILES=$(SLOFILES)
55
56SHL1TARGET=$(TARGET)$(UCPFILE_MAJOR)
57SHL1DEF=$(MISC)$/$(SHL1TARGET).def
58SHL1LIBS=$(LIB1TARGET)
59SHL1IMPLIB=i$(TARGET)
60SHL1STDLIBS=\
61    $(CPPUHELPERLIB) \
62    $(CPPULIB) \
63    $(SALLIB)  \
64    $(UCBHELPERLIB)
65
66SHL1VERSIONMAP=$(SOLARENV)/src/component.map
67
68.IF "$(GUI)" == "OS2"
69DEF1EXPORTFILE=exports2.dxp
70.ENDIF
71
72DEF1NAME=$(SHL1TARGET)
73.ENDIF # L10N_framework
74
75.INCLUDE: target.mk
76
77
78ALLTAR : $(MISC)/ucpfile1.component
79
80$(MISC)/ucpfile1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
81        ucpfile1.component
82    $(XSLTPROC) --nonet --stringparam uri \
83        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
84        $(SOLARENV)/bin/createcomponent.xslt ucpfile1.component
85