xref: /aoo4110/main/package/source/xstor/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=..$/..
25
26PRJNAME=package
27TARGET=xstor
28
29ENABLE_EXCEPTIONS=TRUE
30
31# --- Settings -----------------------------------------------------
32
33.INCLUDE :  settings.mk
34
35# --- Files --------------------------------------------------------
36
37.IF "$(L10N_framework)"==""
38
39SLOFILES =  \
40        $(SLO)$/ohierarchyholder.obj\
41        $(SLO)$/ocompinstream.obj\
42        $(SLO)$/oseekinstream.obj\
43        $(SLO)$/owriteablestream.obj\
44        $(SLO)$/xstorage.obj\
45        $(SLO)$/xfactory.obj\
46        $(SLO)$/disposelistener.obj\
47        $(SLO)$/selfterminatefilestream.obj\
48        $(SLO)$/switchpersistencestream.obj\
49        $(SLO)$/register.obj
50
51SHL1TARGET=$(TARGET)
52SHL1STDLIBS=\
53	$(SALLIB) 	\
54	$(CPPULIB)	\
55	$(CPPUHELPERLIB)	\
56	$(COMPHELPERLIB)
57
58SHL1OBJS=$(SLOFILES)
59SHL1DEF=$(MISC)$/$(TARGET).def
60
61SHL1IMPLIB=i$(SHL1TARGET)
62
63DEF1NAME=$(SHL1TARGET)
64DEF1EXPORTFILE=$(SHL1TARGET).dxp
65
66.ENDIF # L10N_framework
67
68# --- Targets -------------------------------------------------------
69
70.INCLUDE :  target.mk
71
72
73ALLTAR : $(MISC)/xstor.component
74
75$(MISC)/xstor.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
76        xstor.component
77    $(XSLTPROC) --nonet --stringparam uri \
78        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
79        $(SOLARENV)/bin/createcomponent.xslt xstor.component
80