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