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