xref: /trunk/main/i18npool/source/paper/makefile.mk (revision b95c2c6a)
1*b95c2c6aSAndrew Rist#**************************************************************
2*b95c2c6aSAndrew Rist#
3*b95c2c6aSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*b95c2c6aSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*b95c2c6aSAndrew Rist#  distributed with this work for additional information
6*b95c2c6aSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*b95c2c6aSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*b95c2c6aSAndrew Rist#  "License"); you may not use this file except in compliance
9*b95c2c6aSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*b95c2c6aSAndrew Rist#
11*b95c2c6aSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*b95c2c6aSAndrew Rist#
13*b95c2c6aSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*b95c2c6aSAndrew Rist#  software distributed under the License is distributed on an
15*b95c2c6aSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b95c2c6aSAndrew Rist#  KIND, either express or implied.  See the License for the
17*b95c2c6aSAndrew Rist#  specific language governing permissions and limitations
18*b95c2c6aSAndrew Rist#  under the License.
19*b95c2c6aSAndrew Rist#
20*b95c2c6aSAndrew Rist#**************************************************************
21*b95c2c6aSAndrew Rist
22*b95c2c6aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=i18npool
27cdf0e10cSrcweirTARGET=i18npaper
2825a714e3SHerbert DürrLIBTARGET=NO
29cdf0e10cSrcweir
30cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE
31cdf0e10cSrcweir
32cdf0e10cSrcweir# --- Settings -----------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweir.INCLUDE : settings.mk
35cdf0e10cSrcweir.INCLUDE : $(PRJ)$/version.mk
36cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/makefile.pmk
37cdf0e10cSrcweir
38cdf0e10cSrcweir# --- Files --------------------------------------------------------
39cdf0e10cSrcweir#
40cdf0e10cSrcweirSLOFILES=$(SLO)$/paper.obj
41cdf0e10cSrcweirSHL1OBJS=$(SLOFILES)
42cdf0e10cSrcweir
43cdf0e10cSrcweirSHL1TARGET=$(TARGET)$(DLLPOSTFIX)
44cdf0e10cSrcweirSHL1IMPLIB=i$(TARGET)
45cdf0e10cSrcweir
46cdf0e10cSrcweirDEF1DEPN=$(MISC)$/$(SHL1TARGET).flt
47cdf0e10cSrcweirSHL1DEF=$(MISC)$/$(SHL1TARGET).def
48cdf0e10cSrcweirDEF1NAME=$(SHL1TARGET)
49cdf0e10cSrcweirDEFLIB1NAME=$(SHL1TARGET)
50cdf0e10cSrcweir
51cdf0e10cSrcweirLIB1TARGET=     $(SLB)$/$(SHL1TARGET).lib
52cdf0e10cSrcweirLIB1OBJFILES=$(SHL1OBJS)
53cdf0e10cSrcweir
54cdf0e10cSrcweirSHL1STDLIBS= \
55cdf0e10cSrcweir	$(I18NISOLANGLIB) \
56cdf0e10cSrcweir	$(COMPHELPERLIB) \
57cdf0e10cSrcweir	$(CPPULIB) \
58cdf0e10cSrcweir	$(SALLIB)
59cdf0e10cSrcweir
60cdf0e10cSrcweir# --- Targets ------------------------------------------------------
61cdf0e10cSrcweir
62cdf0e10cSrcweir.INCLUDE :	target.mk
63cdf0e10cSrcweir
64cdf0e10cSrcweir$(MISC)$/$(SHL1TARGET).flt: makefile.mk
65cdf0e10cSrcweir	@echo ------------------------------
66cdf0e10cSrcweir	@echo Making: $@
67cdf0e10cSrcweir	@echo CLEAR_THE_FILE > $@
68cdf0e10cSrcweir	@echo __CT >> $@
69