1# Copyright (C) 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
3#******************************************************************************
4#
5#   Copyright (C) 1998-2016, International Business Machines
6#   Corporation and others.  All Rights Reserved.
7#
8#******************************************************************************
9## Makefile.in for ICU - icui18n.so
10## Stephen F. Booth
11
12## Source directory information
13srcdir = @srcdir@
14top_srcdir = @top_srcdir@
15
16top_builddir = ..
17
18## All the flags and other definitions are included here.
19include $(top_builddir)/icudefs.mk
20
21## Build directory information
22subdir = i18n
23
24## Extra files to remove for 'make clean'
25CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
26
27## Target information
28
29TARGET_STUBNAME=$(I18N_STUBNAME)
30
31ifneq ($(ENABLE_STATIC),)
32TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
33endif
34
35ifneq ($(ENABLE_SHARED),)
36SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
37ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT)
38
39ifeq ($(ENABLE_SO_VERSION_DATA),1)
40SO_VERSION_DATA = i18n.res
41endif
42
43ifeq ($(OS390BATCH),1)
44BATCH_TARGET = $(BATCH_I18N_TARGET)
45BATCH_LIBS = $(BATCH_LIBICUUC) -lm
46endif   # OS390BATCH
47
48endif   # ENABLE_SHARED
49
50ALL_TARGETS = $(TARGET) $(ALL_SO_TARGETS) $(BATCH_TARGET)
51
52DYNAMICCPPFLAGS = $(SHAREDLIBCPPFLAGS)
53DYNAMICCFLAGS = $(SHAREDLIBCFLAGS)
54DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS)
55CFLAGS += $(LIBCFLAGS)
56CXXFLAGS += $(LIBCXXFLAGS)
57ifeq ($(OS390BATCH),1)
58CFLAGS += -WI
59CXXFLAGS += -WI
60endif
61
62CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common $(LIBCPPFLAGS) $(CPPFLAGSICUI18N)
63DEFS += -DU_I18N_IMPLEMENTATION
64LDFLAGS += $(LDFLAGSICUI18N)
65LIBS = $(LIBICUUC) $(DEFAULT_LIBS)
66
67OBJECTS = ucln_in.o \
68fmtable.o format.o msgfmt.o umsg.o numfmt.o unum.o decimfmt.o dcfmtsym.o \
69fmtable_cnv.o \
70choicfmt.o datefmt.o smpdtfmt.o reldtfmt.o dtfmtsym.o udat.o dtptngen.o udatpg.o \
71nfrs.o nfrule.o nfsubs.o rbnf.o numsys.o unumsys.o ucsdet.o \
72ucal.o calendar.o gregocal.o timezone.o simpletz.o olsontz.o \
73astro.o taiwncal.o buddhcal.o persncal.o islamcal.o japancal.o gregoimp.o hebrwcal.o \
74indiancal.o chnsecal.o cecal.o coptccal.o dangical.o ethpccal.o \
75coleitr.o coll.o sortkey.o bocsu.o ucoleitr.o \
76ucol.o ucol_res.o ucol_sit.o \
77collation.o collationsettings.o collationdata.o collationtailoring.o \
78collationdatareader.o collationdatawriter.o collationfcd.o \
79collationiterator.o utf16collationiterator.o utf8collationiterator.o uitercollationiterator.o \
80collationsets.o \
81collationcompare.o collationfastlatin.o collationkeys.o rulebasedcollator.o collationroot.o \
82collationrootelements.o collationdatabuilder.o \
83collationweights.o collationruleparser.o collationbuilder.o collationfastlatinbuilder.o \
84listformatter.o ulistformatter.o \
85strmatch.o usearch.o search.o stsearch.o \
86translit.o utrans.o esctrn.o unesctrn.o funcrepl.o strrepl.o tridpars.o \
87cpdtrans.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o \
88nultrans.o remtrans.o casetrn.o titletrn.o tolowtrn.o toupptrn.o anytrans.o \
89name2uni.o uni2name.o nortrans.o quant.o transreg.o brktrans.o \
90regexcmp.o rematch.o repattrn.o regexst.o regextxt.o regeximp.o uregex.o uregexc.o \
91ulocdata.o measfmt.o currfmt.o curramt.o currunit.o measure.o utmscale.o \
92csdetect.o csmatch.o csr2022.o csrecog.o csrmbcs.o csrsbcs.o csrucode.o csrutf8.o inputext.o \
93wintzimpl.o windtfmt.o winnmfmt.o basictz.o dtrule.o rbtz.o tzrule.o tztrans.o vtzone.o zonemeta.o \
94standardplural.o upluralrules.o plurrule.o plurfmt.o selfmt.o dtitvfmt.o dtitvinf.o udateintervalformat.o \
95tmunit.o tmutamt.o tmutfmt.o currpinf.o \
96uspoof.o uspoof_impl.o uspoof_build.o uspoof_conf.o smpdtfst.o \
97ztrans.o zrule.o vzone.o fphdlimp.o fpositer.o ufieldpositer.o \
98decNumber.o decContext.o alphaindex.o tznames.o tznames_impl.o tzgnames.o \
99tzfmt.o compactdecimalformat.o gender.o region.o scriptset.o \
100uregion.o reldatefmt.o quantityformatter.o measunit.o \
101sharedbreakiterator.o scientificnumberformatter.o dayperiodrules.o nounit.o \
102number_affixutils.o number_compact.o number_decimalquantity.o \
103number_decimfmtprops.o number_fluent.o number_formatimpl.o number_grouping.o \
104number_integerwidth.o number_longnames.o number_modifiers.o number_notation.o number_output.o \
105number_padding.o number_patternmodifier.o number_patternstring.o \
106number_rounding.o number_scientific.o number_utils.o number_asformat.o \
107number_mapper.o number_multiplier.o number_currencysymbols.o number_skeletons.o number_capi.o \
108double-conversion-string-to-double.o double-conversion-double-to-string.o \
109double-conversion-bignum-dtoa.o double-conversion-bignum.o \
110double-conversion-cached-powers.o \
111double-conversion-fast-dtoa.o double-conversion-strtod.o \
112string_segment.o numparse_parsednumber.o numparse_impl.o \
113numparse_symbols.o numparse_decimal.o numparse_scientific.o numparse_currency.o \
114numparse_affixes.o numparse_compositions.o numparse_validators.o \
115numrange_fluent.o numrange_impl.o \
116erarules.o \
117formattedvalue.o formattedval_iterimpl.o formattedval_sbimpl.o formatted_string_builder.o
118
119## Header files to install
120HEADERS = $(srcdir)/unicode/*.h
121
122STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))
123
124DEPS = $(OBJECTS:.o=.d)
125
126-include Makefile.local
127
128## List of phony targets
129.PHONY : all all-local install install-local clean clean-local	\
130distclean distclean-local install-library install-headers dist	\
131dist-local check check-local check-exhaustive
132
133## Clear suffix list
134.SUFFIXES :
135
136## List of standard targets
137all: all-local
138install: install-local
139clean: clean-local
140distclean : distclean-local
141dist: dist-local
142check: all check-local
143
144check-exhaustive: check
145
146all-local: $(ALL_TARGETS)
147
148install-local: install-headers install-library
149
150install-library: all-local
151	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
152ifneq ($(ENABLE_STATIC),)
153	$(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
154endif
155ifneq ($(ENABLE_SHARED),)
156	$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)
157ifneq ($(FINAL_SO_TARGET),$(SO_TARGET))
158	cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
159ifneq ($(FINAL_SO_TARGET),$(MIDDLE_SO_TARGET))
160	cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
161endif
162endif
163ifneq ($(IMPORT_LIB_EXT),)
164	$(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir)
165ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB))
166	cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
167endif
168ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB))
169	cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB))
170endif
171endif
172endif
173
174install-headers:
175	$(MKINSTALLDIRS) $(DESTDIR)$(includedir)/unicode
176	@for file in $(HEADERS); do \
177	 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/unicode"; \
178	 $(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/unicode || exit; \
179	done
180
181dist-local:
182
183clean-local:
184	test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
185	$(RMV) $(OBJECTS) $(STATIC_OBJECTS) $(ALL_TARGETS) $(SO_VERSION_DATA)
186
187distclean-local: clean-local
188	$(RMV) Makefile
189
190check-local:
191
192Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
193	cd $(top_builddir) \
194	 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
195
196ifneq ($(ENABLE_STATIC),)
197$(TARGET): $(STATIC_OBJECTS)
198	$(AR) $(ARFLAGS) $(AR_OUTOPT)$@ $^
199	$(RANLIB) $@
200endif
201
202ifneq ($(ENABLE_SHARED),)
203$(SHARED_OBJECT): $(OBJECTS) $(SO_VERSION_DATA)
204	$(SHLIB.cc) $(LD_SONAME) $(OUTOPT)$@ $^ $(LIBS)
205ifeq ($(ENABLE_RPATH),YES)
206ifneq ($(wildcard $(libdir)/$(MIDDLE_SO_TARGET)),)
207	$(warning RPATH warning: --enable-rpath means test programs may use existing $(libdir)/$(MIDDLE_SO_TARGET))
208endif
209endif
210
211ifeq ($(OS390BATCH),1)
212$(BATCH_TARGET):$(OBJECTS)
213	$(SHLIB.cc) $(LD_SONAME) $(OUTOPT)$@ $^ $(BATCH_LIBS)
214endif   # OS390BATCH
215endif   # ENABLE_SHARED
216
217ifeq (,$(MAKECMDGOALS))
218-include $(DEPS)
219else
220ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
221-include $(DEPS)
222endif
223endif
224