OLD | NEW |
1 #****************************************************************************** | 1 #****************************************************************************** |
2 # | 2 # |
3 # Copyright (C) 1998-2015, International Business Machines | 3 # Copyright (C) 1998-2015, International Business Machines |
4 # Corporation and others. All Rights Reserved. | 4 # Corporation and others. All Rights Reserved. |
5 # | 5 # |
6 #****************************************************************************** | 6 #****************************************************************************** |
7 ## Makefile.in for ICU - icui18n.so | 7 ## Makefile.in for ICU - icui18n.so |
8 ## Stephen F. Booth | 8 ## Stephen F. Booth |
9 | 9 |
10 ## Source directory information | 10 ## Source directory information |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 collationweights.o collationruleparser.o collationbuilder.o collationfastlatinbu
ilder.o \ | 81 collationweights.o collationruleparser.o collationbuilder.o collationfastlatinbu
ilder.o \ |
82 strmatch.o usearch.o search.o stsearch.o \ | 82 strmatch.o usearch.o search.o stsearch.o \ |
83 translit.o utrans.o esctrn.o unesctrn.o funcrepl.o strrepl.o tridpars.o \ | 83 translit.o utrans.o esctrn.o unesctrn.o funcrepl.o strrepl.o tridpars.o \ |
84 cpdtrans.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o \ | 84 cpdtrans.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o \ |
85 nultrans.o remtrans.o casetrn.o titletrn.o tolowtrn.o toupptrn.o anytrans.o \ | 85 nultrans.o remtrans.o casetrn.o titletrn.o tolowtrn.o toupptrn.o anytrans.o \ |
86 name2uni.o uni2name.o nortrans.o quant.o transreg.o brktrans.o \ | 86 name2uni.o uni2name.o nortrans.o quant.o transreg.o brktrans.o \ |
87 regexcmp.o rematch.o repattrn.o regexst.o regextxt.o regeximp.o uregex.o uregexc
.o \ | 87 regexcmp.o rematch.o repattrn.o regexst.o regextxt.o regeximp.o uregex.o uregexc
.o \ |
88 ulocdata.o measfmt.o currfmt.o curramt.o currunit.o measure.o utmscale.o \ | 88 ulocdata.o measfmt.o currfmt.o curramt.o currunit.o measure.o utmscale.o \ |
89 csdetect.o csmatch.o csr2022.o csrecog.o csrmbcs.o csrsbcs.o csrucode.o csrutf8.
o inputext.o \ | 89 csdetect.o csmatch.o csr2022.o csrecog.o csrmbcs.o csrsbcs.o csrucode.o csrutf8.
o inputext.o \ |
90 wintzimpl.o windtfmt.o winnmfmt.o basictz.o dtrule.o rbtz.o tzrule.o tztrans.o v
tzone.o zonemeta.o \ | 90 wintzimpl.o windtfmt.o winnmfmt.o basictz.o dtrule.o rbtz.o tzrule.o tztrans.o v
tzone.o zonemeta.o \ |
91 upluralrules.o plurrule.o plurfmt.o selfmt.o dtitvfmt.o dtitvinf.o udateinterval
format.o \ | 91 standardplural.o upluralrules.o plurrule.o plurfmt.o selfmt.o dtitvfmt.o dtitvin
f.o udateintervalformat.o \ |
92 tmunit.o tmutamt.o tmutfmt.o currpinf.o \ | 92 tmunit.o tmutamt.o tmutfmt.o currpinf.o \ |
93 uspoof.o uspoof_impl.o uspoof_build.o uspoof_conf.o uspoof_wsconf.o decfmtst.o s
mpdtfst.o \ | 93 uspoof.o uspoof_impl.o uspoof_build.o uspoof_conf.o uspoof_wsconf.o decfmtst.o s
mpdtfst.o \ |
94 ztrans.o zrule.o vzone.o fphdlimp.o fpositer.o ufieldpositer.o locdspnm.o \ | 94 ztrans.o zrule.o vzone.o fphdlimp.o fpositer.o ufieldpositer.o locdspnm.o \ |
95 decNumber.o decContext.o alphaindex.o tznames.o tznames_impl.o tzgnames.o \ | 95 decNumber.o decContext.o alphaindex.o tznames.o tznames_impl.o tzgnames.o \ |
96 tzfmt.o compactdecimalformat.o gender.o region.o scriptset.o identifier_info.o \ | 96 tzfmt.o compactdecimalformat.o gender.o region.o scriptset.o identifier_info.o \ |
97 uregion.o reldatefmt.o quantityformatter.o measunit.o \ | 97 uregion.o reldatefmt.o quantityformatter.o measunit.o \ |
98 sharedbreakiterator.o scientificnumberformatter.o digitgrouping.o \ | 98 sharedbreakiterator.o scientificnumberformatter.o digitgrouping.o \ |
99 digitinterval.o digitformatter.o digitaffix.o valueformatter.o \ | 99 digitinterval.o digitformatter.o digitaffix.o valueformatter.o \ |
100 digitaffixesandpadding.o pluralaffix.o precision.o \ | 100 digitaffixesandpadding.o pluralaffix.o precision.o \ |
101 affixpatternparser.o smallintformatter.o decimfmtimpl.o \ | 101 affixpatternparser.o smallintformatter.o decimfmtimpl.o \ |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 endif # OS390BATCH | 199 endif # OS390BATCH |
200 endif # ENABLE_SHARED | 200 endif # ENABLE_SHARED |
201 | 201 |
202 ifeq (,$(MAKECMDGOALS)) | 202 ifeq (,$(MAKECMDGOALS)) |
203 -include $(DEPS) | 203 -include $(DEPS) |
204 else | 204 else |
205 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) | 205 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) |
206 -include $(DEPS) | 206 -include $(DEPS) |
207 endif | 207 endif |
208 endif | 208 endif |
OLD | NEW |