|
1 ## Makefile.in for ICU data |
|
2 ## Copyright (c) 1999-2013, International Business Machines Corporation and |
|
3 ## others. All Rights Reserved. |
|
4 |
|
5 ## Source directory information |
|
6 srcdir = @srcdir@ |
|
7 top_srcdir = @top_srcdir@ |
|
8 |
|
9 # So that you have $(top_builddir)/config.status |
|
10 top_builddir = .. |
|
11 |
|
12 ## All the flags and other definitions are included here. |
|
13 include $(top_builddir)/icudefs.mk |
|
14 |
|
15 ## Build directory information |
|
16 # So that $(top_builddir)/$(subdir) ~= "here" |
|
17 subdir = data |
|
18 |
|
19 #lib icu data for link |
|
20 LIB_ICUDATA_NAME=$(LIBICU)$(DATA_STUBNAME)$(ICULIBSUFFIX) |
|
21 LIB_STATIC_ICUDATA_NAME=$(LIBSICU)$(DATA_STUBNAME)$(ICULIBSUFFIX) |
|
22 |
|
23 # Allow Windows to override these options |
|
24 ifeq ($(PKGDATA_OPTS),) |
|
25 PKGDATA_OPTS = -O $(top_builddir)/data/icupkg.inc |
|
26 endif |
|
27 ifeq ($(PKGDATA_VERSIONING),) |
|
28 PKGDATA_VERSIONING = -r $(SO_TARGET_VERSION) |
|
29 endif |
|
30 |
|
31 # This allows all the data to be in one directory |
|
32 ifeq ($(PKGDATA_MODE),dll) |
|
33 ICUPKGDATA_OUTDIR = $(LIBDIR) |
|
34 else |
|
35 ifeq ($(PKGDATA_MODE),static) |
|
36 ICUPKGDATA_OUTDIR = $(LIBDIR) |
|
37 else |
|
38 ICUPKGDATA_OUTDIR = $(OUTDIR) |
|
39 endif |
|
40 endif |
|
41 |
|
42 CURDIR:=$(CURR_FULL_DIR) |
|
43 # current directory should not be blank |
|
44 ifeq ($(CURDIR),) |
|
45 CURDIR=. |
|
46 endif |
|
47 PKGDATA = $(TOOLBINDIR)/pkgdata $(PKGDATA_OPTS) -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME) -d $(ICUPKGDATA_OUTDIR) |
|
48 OS390_PDS_NAME = -z -L $(BATCH_STUB_TARGET) |
|
49 |
|
50 ifeq ($(OS390_STUBDATA),1) |
|
51 OS390PKG=package390 |
|
52 OS390INSTALL=install390 |
|
53 |
|
54 # Additional data for 390 |
|
55 OS390LIST=$(OUTTMPDIR)/icudata390.lst |
|
56 OUTTMPDIR_390STUB=$(top_builddir)/data/out/tmp_390stub |
|
57 endif |
|
58 |
|
59 ifeq ($(OS390BATCH),1) |
|
60 CPPFLAGS += -Wc,'ros,roc' |
|
61 endif |
|
62 |
|
63 # OBJDATADIR must be a short path (with ..'s) to the data. |
|
64 |
|
65 ifeq ($(top_srcdir),..) |
|
66 SRCDATADIR=. |
|
67 else |
|
68 SRCDATADIR=$(top_srcdir)/data |
|
69 endif |
|
70 ifeq ($(top_builddir),..) |
|
71 OUTDIR=./out |
|
72 else |
|
73 OUTDIR=$(top_builddir)/data/out |
|
74 endif |
|
75 |
|
76 OUTTMPDIR=$(OUTDIR)/tmp |
|
77 MAINBUILDDIR=$(OUTDIR)/build |
|
78 BUILDDIR=$(MAINBUILDDIR)/$(ICUDATA_PLATFORM_NAME) |
|
79 UNICODEDATADIR=$(SRCDATADIR)/unidata |
|
80 LOCSRCDIR=$(SRCDATADIR)/locales |
|
81 CURRSRCDIR=$(SRCDATADIR)/curr |
|
82 CURRBLDDIR=$(BUILDDIR)/curr |
|
83 LANGSRCDIR=$(SRCDATADIR)/lang |
|
84 LANGBLDDIR=$(BUILDDIR)/lang |
|
85 REGIONSRCDIR=$(SRCDATADIR)/region |
|
86 REGIONBLDDIR=$(BUILDDIR)/region |
|
87 ZONESRCDIR=$(SRCDATADIR)/zone |
|
88 ZONEBLDDIR=$(BUILDDIR)/zone |
|
89 COLSRCDIR=$(SRCDATADIR)/coll |
|
90 COLBLDDIR=$(BUILDDIR)/coll |
|
91 RBNFSRCDIR=$(SRCDATADIR)/rbnf |
|
92 RBNFBLDDIR=$(BUILDDIR)/rbnf |
|
93 TRANSLITSRCDIR=$(SRCDATADIR)/translit |
|
94 TRANSLITBLDDIR=$(BUILDDIR)/translit |
|
95 MISCSRCDIR=$(SRCDATADIR)/misc |
|
96 BRKSRCDIR=$(SRCDATADIR)/brkitr |
|
97 BRKBLDDIR=$(BUILDDIR)/brkitr |
|
98 MISCSRCDIR=$(SRCDATADIR)/misc |
|
99 UCMSRCDIR=$(SRCDATADIR)/mappings |
|
100 SPREPSRCDIR=$(SRCDATADIR)/sprep |
|
101 COMINCDIR=$(top_srcdir)/common/unicode |
|
102 SRCLISTDEPS=Makefile $(srcdir)/Makefile.in |
|
103 BUILD_DIRS=$(OUTDIR) $(MAINBUILDDIR) $(BUILDDIR) $(CURRBLDDIR) $(LANGBLDDIR) $(REGIONBLDDIR) $(ZONEBLDDIR) $(BRKBLDDIR) $(COLBLDDIR) $(RBNFBLDDIR) $(TRANSLITBLDDIR) $(OUTTMPDIR) $(OUTTMPDIR_390STUB) $(OUTTMPDIR)/$(CURR_TREE) $(OUTTMPDIR)/$(LANG_TREE) $(OUTTMPDIR)/$(REGION_TREE) $(OUTTMPDIR)/$(ZONE_TREE) $(OUTTMPDIR)/$(COLLATION_TREE) $(OUTTMPDIR)/$(RBNF_TREE) $(OUTTMPDIR)/$(TRANSLIT_TREE) $(OUTTMPDIR)/$(BREAK_TREE) |
|
104 |
|
105 # relative lib links from pkgdata are the same as for tmp |
|
106 TOOLDIR=$(top_builddir)/tools |
|
107 |
|
108 ## List of phony targets |
|
109 .PHONY : all all-local all-recursive install install-local install-files \ |
|
110 install-recursive clean clean-local clean-recursive distclean \ |
|
111 distclean-local distclean-recursive dist dist-local dist-recursive \ |
|
112 check check-local check-recursive build-local clean-resindex build-dir icudata.jar \ |
|
113 check-exhaustive |
|
114 |
|
115 ## Clear suffix list |
|
116 .SUFFIXES : |
|
117 |
|
118 ## List of standard targets |
|
119 all: all-local |
|
120 install: all-local install-local |
|
121 clean: clean-local |
|
122 distclean : distclean-local |
|
123 dist: |
|
124 check: all |
|
125 |
|
126 check-exhaustive: check |
|
127 |
|
128 -include Makefile.local |
|
129 |
|
130 |
|
131 distclean-local: clean |
|
132 $(RMV) Makefile |
|
133 |
|
134 all-local: build-dir icupkg.inc build-local packagedata $(POST_DATA_BUILD) $(OS390PKG) |
|
135 |
|
136 dist-local: |
|
137 |
|
138 clean-map: |
|
139 -test -z *.map || $(RMV) *.map |
|
140 |
|
141 clean-local: cleanpackage cleanfiles clean-map |
|
142 |
|
143 cleanfiles: |
|
144 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES) |
|
145 |
|
146 cleanpackage: |
|
147 $(RMV) $(OUTDIR) |
|
148 $(RMV) $(LIBDIR)/$(LIB_ICUDATA_NAME)*.$(SO)* $(LIBDIR)/$(LIB_STATIC_ICUDATA_NAME).$(A) |
|
149 |
|
150 check-local: |
|
151 |
|
152 # Find out if we have a source archive. |
|
153 # If we have that, then use that instead of building everything from scratch. |
|
154 ICUDATA_SOURCE_ARCHIVE = $(wildcard $(srcdir)/in/$(ICUDATA_PLATFORM_NAME).dat) |
|
155 ifeq ($(ICUDATA_SOURCE_ARCHIVE),) |
|
156 ICUDATA_ARCHIVE = $(firstword $(wildcard $(srcdir)/in/$(ICUDATA_BASENAME_VERSION)*.dat)) |
|
157 # We don't have the data in the current endianess or charset. |
|
158 # See if we can find data of any archive type, |
|
159 # and convert it to the current type. |
|
160 ifneq ($(ICUDATA_ARCHIVE),) |
|
161 ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat |
|
162 $(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) $(OUTDIR) |
|
163 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE) |
|
164 endif |
|
165 else |
|
166 ifneq ($(ENABLE_STATIC),YES) |
|
167 ifeq ($(PKGDATA_MODE),common) |
|
168 # We have a source data common archive in the native endianess, |
|
169 # and it's what we want to build. Try to not run any of ICU's tools. |
|
170 ICUDATA_SOURCE_IS_NATIVE_TARGET=YES |
|
171 endif |
|
172 endif |
|
173 endif |
|
174 |
|
175 packagedata: icupkg.inc $(PKGDATA_LIST) build-local |
|
176 ifneq ($(ENABLE_STATIC),) |
|
177 ifeq ($(PKGDATA_MODE),dll) |
|
178 $(PKGDATA_INVOKE) $(PKGDATA) -e $(ICUDATA_ENTRY_POINT) -T $(OUTTMPDIR) -p $(ICUDATA_NAME) $(PKGDATA_LIBSTATICNAME) -m static $(PKGDATA_VERSIONING) $(PKGDATA_LIST) |
|
179 endif |
|
180 endif |
|
181 ifneq ($(ICUDATA_SOURCE_IS_NATIVE_TARGET),YES) |
|
182 $(PKGDATA_INVOKE) $(PKGDATA) -e $(ICUDATA_ENTRY_POINT) -T $(OUTTMPDIR) -p $(ICUDATA_NAME) -m $(PKGDATA_MODE) $(PKGDATA_VERSIONING) $(PKGDATA_LIBNAME) $(PKGDATA_LIST) |
|
183 ifeq ($(OS390BATCH),1) |
|
184 $(PKGDATA_INVOKE) $(PKGDATA) -e $(ICUDATA_ENTRY_POINT) -T $(OUTTMPDIR) -p $(ICUDATA_NAME) -m $(PKGDATA_MODE) $(PKGDATA_VERSIONING) $(OS390_PDS_NAME) $(PKGDATA_LIST) |
|
185 endif |
|
186 else |
|
187 $(INSTALL_DATA) $(ICUDATA_SOURCE_ARCHIVE) $(OUTDIR) |
|
188 endif |
|
189 |
|
190 ## Install ICU data. |
|
191 install-local: $(PKGDATA_LIST) ./icupkg.inc packagedata $(OS390INSTALL) |
|
192 $(MKINSTALLDIRS) $(TMPDATADIR) $(DESTDIR)$(ICUPKGDATA_DIR) |
|
193 ifeq ($(PKGDATA_MODE),files) |
|
194 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME) |
|
195 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)/$(CURR_TREE) |
|
196 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)/$(LANG_TREE) |
|
197 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)/$(REGION_TREE) |
|
198 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)/$(ZONE_TREE) |
|
199 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)/$(BREAK_TREE) |
|
200 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)/$(COLLATION_TREE) |
|
201 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)/$(RBNF_TREE) |
|
202 $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)/$(TRANSLIT_TREE) |
|
203 endif |
|
204 ifneq ($(ENABLE_STATIC),) |
|
205 ifeq ($(PKGDATA_MODE),dll) |
|
206 $(PKGDATA_INVOKE) $(PKGDATA) -m static -e $(ICUDATA_ENTRY_POINT) -T $(OUTTMPDIR) -s $(BUILDDIR) -p $(ICUDATA_NAME) $(PKGDATA_LIBSTATICNAME) $(PKGDATA_LIST) -I $(ICUPKGDATA_INSTALL_LIBDIR) |
|
207 endif |
|
208 endif |
|
209 ifneq ($(ICUDATA_SOURCE_IS_NATIVE_TARGET),YES) |
|
210 $(PKGDATA_INVOKE) $(PKGDATA) -m $(PKGDATA_MODE) $(PKGDATA_VERSIONING) -e $(ICUDATA_ENTRY_POINT) -T $(OUTTMPDIR) -s $(BUILDDIR) -p $(ICUDATA_NAME) $(PKGDATA_LIBNAME) $(PKGDATA_LIST) -I $(ICUPKGDATA_INSTALL_DIR) |
|
211 else |
|
212 $(INSTALL_DATA) $(ICUDATA_SOURCE_ARCHIVE) $(DESTDIR)$(ICUPKGDATA_DIR) |
|
213 endif |
|
214 |
|
215 |
|
216 #### |
|
217 #### |
|
218 #### 390 support |
|
219 install390: package390 |
|
220 $(MKINSTALLDIRS) $(TMPDATADIR) $(DESTDIR)$(libdir) |
|
221 $(INVOKE) $(PKGDATA) -s $(BUILDDIR)$(STUB_SUFFIX) -T $(OUTTMPDIR_390STUB) -p $(ICUDATA_NAME)$(STUB_SUFFIX) $(PKGDATA_LIBNAME)$(STUB_SUFFIX) -e $(ICUDATA_ENTRY_POINT) $(OS390LIST) -m dll $(PKGDATA_VERSIONING) -I $(DESTDIR)$(ICUPKGDATA_DIR) |
|
222 ifeq ($(PKGDATA_MODE),dll) |
|
223 $(INSTALL-L) $(ICUPKGDATA_OUTDIR)/$(FINAL_IMPORT_LIB) $(DESTDIR)$(ICUPKGDATA_DIR)/$(FINAL_IMPORT_LIB) |
|
224 endif |
|
225 |
|
226 #### $(LIB_ICUDATA_NAME)$(STUB_SUFFIX) is the subset data for batch mode |
|
227 package390: $(OUTTMPDIR)/icudata390.lst $(PKGDATA_LIST) ./icupkg.inc packagedata |
|
228 ln -s $(ICUDATA_NAME) $(OUTDIR)/build/$(ICUDATA_NAME)$(STUB_SUFFIX) |
|
229 $(INVOKE) $(PKGDATA) -s $(BUILDDIR)$(STUB_SUFFIX) -T $(OUTTMPDIR_390STUB) -p $(ICUDATA_NAME)$(STUB_SUFFIX) $(PKGDATA_LIBNAME)$(STUB_SUFFIX) -e $(ICUDATA_ENTRY_POINT) $(OS390LIST) -m dll $(PKGDATA_VERSIONING) |
|
230 cp $(ICUPKGDATA_OUTDIR)/$(LIB_ICUDATA_NAME)$(STUB_SUFFIX).$(SO) $(top_builddir)/stubdata/$(LIB_ICUDATA_NAME)$(STUB_SUFFIX).$(SO) |
|
231 |
|
232 |
|
233 ##### Define all the data files. the build rule that depends on them is below. |
|
234 # X_FILES_SHORT = just the base names (for lists) |
|
235 # X_FILES = full paths (for dependency) |
|
236 |
|
237 ## DAT files - Misc. data files. |
|
238 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu) |
|
239 # from data build. See Jitterbug 4497. (makedata.mak revision 1.117) |
|
240 # 2010-dec Removed pnames.icu. |
|
241 # These are now hardcoded in ICU4C and only loaded in ICU4J. |
|
242 # |
|
243 DAT_FILES_SHORT=unames.icu cnvalias.icu coll/ucadata.icu coll/invuca.icu nfc.nrm nfkc.nrm nfkc_cf.nrm uts46.nrm |
|
244 DAT_FILES=$(DAT_FILES_SHORT:%=$(BUILDDIR)/%) |
|
245 |
|
246 ## BRK files |
|
247 BREAK_TREE=brkitr |
|
248 -include $(BRKSRCDIR)/brkfiles.mk |
|
249 -include $(BRKSRCDIR)/brklocal.mk |
|
250 ALL_BRK_SOURCE= $(BRK_SOURCE) $(BRK_SOURCE_LOCAL) |
|
251 BRK_FILES_SHORT=$(ALL_BRK_SOURCE:%.txt=$(BREAK_TREE)/%.brk) |
|
252 BRK_FILES=$(ALL_BRK_SOURCE:%.txt=$(BRKBLDDIR)/%.brk) |
|
253 ifdef BRK_DICT_SOURCE |
|
254 ALL_DICT_SOURCE=$(BRK_DICT_SOURCE) $(BRK_DICT_SOURCE_LOCAL) |
|
255 DICT_FILES_SHORT=$(ALL_DICT_SOURCE:%.txt=$(BREAK_TREE)/%.dict) |
|
256 DICT_FILES=$(ALL_DICT_SOURCE:%.txt=$(BRKBLDDIR)/%.dict) |
|
257 endif |
|
258 ifdef BRK_RES_SOURCE |
|
259 BRS_SRC= root.txt $(BRK_RES_SOURCE) $(BRK_RES_SOURCE_LOCAL) |
|
260 BRS_SRC_FILES = $(BRS_SRC:%=$(BRKSRCDIR)/%) |
|
261 INSTALLED_BRS_FILES = $(BRK_RES_SOURCE:%.txt=%) $(BRK_RES_SOURCE_LOCAL:%.txt=%) |
|
262 endif |
|
263 |
|
264 ## Confusables (Spoofing) files |
|
265 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt |
|
266 CFU_FILES_SHORT=confusables.cfu |
|
267 CFU_FILES=$(BUILDDIR)/$(CFU_FILES_SHORT) |
|
268 |
|
269 ## UCM files |
|
270 -include $(UCMSRCDIR)/ucmcore.mk |
|
271 -include $(UCMSRCDIR)/ucmfiles.mk |
|
272 -include $(UCMSRCDIR)/ucmebcdic.mk |
|
273 -include $(UCMSRCDIR)/ucmlocal.mk |
|
274 ALL_UCM_SOURCE=ibm-37_P100-1995.ucm ibm-1047_P100-1995.ucm $(UCM_SOURCE_CORE) $(UCM_SOURCE_FILES) $(UCM_SOURCE_EBCDIC) $(UCM_SOURCE_LOCAL) |
|
275 UCM_FILES = $(ALL_UCM_SOURCE:%=$(SRCDATADIR)/%) |
|
276 CNV_FILES = $(ALL_UCM_SOURCE:%.ucm=$(BUILDDIR)/%.cnv) |
|
277 CNV_FILES_SHORT = $(ALL_UCM_SOURCE:%.ucm=%.cnv) |
|
278 UCM_SOURCE_SPECIAL=$(UCM_SOURCE_EBCDIC_IGNORE_SISO) $(UCM_SOURCE_EBCDIC_IGNORE_SISO_LOCAL) |
|
279 UCM_FILES_SPECIAL=$(UCM_SOURCE_SPECIAL:%=$(UCMSRCDIR)/%) |
|
280 CNV_FILES_SPECIAL=$(UCM_SOURCE_SPECIAL:%.ucm=$(BUILDDIR)/%.cnv) |
|
281 CNV_FILES_SHORT_SPECIAL=$(UCM_SOURCE_SPECIAL:%.ucm=%.cnv) |
|
282 |
|
283 ## RES files |
|
284 -include $(LOCSRCDIR)/resfiles.mk |
|
285 -include $(CURRSRCDIR)/resfiles.mk |
|
286 -include $(LANGSRCDIR)/resfiles.mk |
|
287 -include $(REGIONSRCDIR)/resfiles.mk |
|
288 -include $(ZONESRCDIR)/resfiles.mk |
|
289 -include $(COLSRCDIR)/colfiles.mk |
|
290 -include $(RBNFSRCDIR)/rbnffiles.mk |
|
291 -include $(TRANSLITSRCDIR)/trnsfiles.mk |
|
292 -include $(LOCSRCDIR)/reslocal.mk |
|
293 -include $(CURRSRCDIR)/reslocal.mk |
|
294 -include $(LANGSRCDIR)/reslocal.mk |
|
295 -include $(REGIONSRCDIR)/reslocal.mk |
|
296 -include $(ZONESRCDIR)/reslocal.mk |
|
297 -include $(COLSRCDIR)/collocal.mk |
|
298 -include $(BRKSRCDIR)/brslocal.mk |
|
299 -include $(RBNFSRCDIR)/rbnflocal.mk |
|
300 -include $(TRANSLITSRCDIR)/trnslocal.mk |
|
301 ifdef GENRB_SOURCE |
|
302 RES_SRC= root.txt $(GENRB_SOURCE) $(GENRB_ALIAS_SOURCE) $(GENRB_SOURCE_LOCAL) $(GENRB_ALIAS_SOURCE_LOCAL) |
|
303 RES_SRC_FILES = $(RES_SRC:%=$(LOCSRCDIR)/%) |
|
304 INSTALLED_RB_FILES = $(GENRB_SOURCE:%.txt=%) $(GENRB_SOURCE_LOCAL:%.txt=%) |
|
305 endif |
|
306 ifdef CURR_SOURCE |
|
307 CURR_SRC= root.txt supplementalData.txt $(CURR_SOURCE) $(CURR_ALIAS_SOURCE) $(CURR_SOURCE_LOCAL) |
|
308 CURR_SRC_FILES = $(CURR_SRC:%=$(CURRSRCDIR)/%) |
|
309 INSTALLED_CURR_FILES = $(CURR_SOURCE:%.txt=%) $(CURR_SOURCE_LOCAL:%.txt=%) |
|
310 endif |
|
311 ifdef LANG_SOURCE |
|
312 LANG_SRC= root.txt $(LANG_SOURCE) $(LANG_ALIAS_SOURCE) $(LANG_SOURCE_LOCAL) |
|
313 LANG_SRC_FILES = $(LANG_SRC:%=$(LANGSRCDIR)/%) |
|
314 INSTALLED_LANG_FILES = $(LANG_SOURCE:%.txt=%) $(LANG_SOURCE_LOCAL:%.txt=%) |
|
315 endif |
|
316 ifdef REGION_SOURCE |
|
317 REGION_SRC= root.txt $(REGION_SOURCE) $(REGION_ALIAS_SOURCE) $(REGION_SOURCE_LOCAL) |
|
318 REGION_SRC_FILES = $(REGION_SRC:%=$(REGIONSRCDIR)/%) |
|
319 INSTALLED_REGION_FILES = $(REGION_SOURCE:%.txt=%) $(REGION_SOURCE_LOCAL:%.txt=%) |
|
320 endif |
|
321 ifdef ZONE_SOURCE |
|
322 ZONE_SRC= root.txt $(ZONE_SOURCE) $(ZONE_ALIAS_SOURCE) $(ZONE_SOURCE_LOCAL) |
|
323 ZONE_SRC_FILES = $(ZONE_SRC:%=$(ZONESRCDIR)/%) |
|
324 INSTALLED_ZONE_FILES = $(ZONE_SOURCE:%.txt=%) $(ZONE_SOURCE_LOCAL:%.txt=%) |
|
325 endif |
|
326 ifdef COLLATION_SOURCE |
|
327 COL_SRC= root.txt $(COLLATION_SOURCE) $(COLLATION_ALIAS_SOURCE) $(COLLATION_SOURCE_LOCAL) |
|
328 COL_SRC_FILES = $(COL_SRC:%=$(COLSRCDIR)/%) |
|
329 INSTALLED_COL_FILES = $(COLLATION_SOURCE:%.txt=%) $(COLLATION_SOURCE_LOCAL:%.txt=%) |
|
330 endif |
|
331 ifdef RBNF_SOURCE |
|
332 RBNF_SRC= root.txt $(RBNF_SOURCE) $(RBNF_ALIAS_SOURCE) $(RBNF_SOURCE_LOCAL) |
|
333 RBNF_SRC_FILES = $(RBNF_SRC:%=$(RBNFSRCDIR)/%) |
|
334 INSTALLED_RBNF_FILES = $(RBNF_SOURCE:%.txt=%) $(RBNF_SOURCE_LOCAL:%.txt=%) |
|
335 endif |
|
336 ifdef TRANSLIT_SOURCE |
|
337 TRANSLIT_SRC= $(TRANSLIT_SOURCE) $(TRANSLIT_ALIAS_SOURCE) $(TRANSLIT_SOURCE_LOCAL) |
|
338 TRANSLIT_SRC_FILES = $(TRANSLIT_SRC:%=$(TRANSLITSRCDIR)/%) |
|
339 INSTALLED_TRANSLIT_FILES = $(TRANSLIT_SOURCE:%.txt=%) $(TRANSLIT_SOURCE_LOCAL:%.txt=%) |
|
340 endif |
|
341 GENRBOPTS=-k |
|
342 |
|
343 ## MISC files |
|
344 -include $(MISCSRCDIR)/miscfiles.mk |
|
345 -include $(MISCSRCDIR)/misclocal.mk |
|
346 MSC_SOURCE= $(MISC_SOURCE) $(MISC_SOURCE_LOCAL) |
|
347 MSC_SRC_FILES=$(MSC_SOURCE:%=$(MISCSRCDIR)/%) |
|
348 |
|
349 ifeq ($(ENABLE_SO_VERSION_DATA),1) |
|
350 ifeq ($(PKGDATA_MODE),dll) |
|
351 SO_VERSION_DATA = $(OUTTMPDIR)/icudata.res |
|
352 $(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc |
|
353 # fixme: need to tell whether to use - or /, $(SOURCEFILE) or $< |
|
354 rc.exe -i$(srcdir)/../common -i$(top_builddir)/common -fo$@ $(CPPFLAGS) $< |
|
355 endif |
|
356 endif |
|
357 |
|
358 INDEX_NAME=res_index |
|
359 INDEX_FILE=$(OUTTMPDIR)/$(INDEX_NAME).txt |
|
360 |
|
361 ALL_RES_SRC= $(RES_SRC) $(TRNS_SOURCE) $(MSC_SOURCE) |
|
362 RES_FILES = $(ALL_RES_SRC:%.txt=$(BUILDDIR)/%.res) $(BUILDDIR)/$(INDEX_NAME).res $(BUILDDIR)/pool.res |
|
363 RES_FILES_SHORT = $(ALL_RES_SRC:%.txt=%.res) $(INDEX_NAME).res pool.res |
|
364 PKGDATA_LIST = $(OUTTMPDIR)/icudata.lst |
|
365 |
|
366 CURR_TREE=curr |
|
367 CURR_INDEX_FILE=$(OUTTMPDIR)/$(CURR_TREE)/$(INDEX_NAME).txt |
|
368 CURR_FILES = $(CURR_SRC:%.txt=$(CURRBLDDIR)/%.res) $(CURRBLDDIR)/$(INDEX_NAME).res $(CURRBLDDIR)/pool.res |
|
369 CURR_FILES_SHORT = $(CURR_SRC:%.txt=$(CURR_TREE)/%.res) $(CURR_TREE)/$(INDEX_NAME).res $(CURR_TREE)/pool.res |
|
370 |
|
371 LANG_TREE=lang |
|
372 LANG_INDEX_FILE=$(OUTTMPDIR)/$(LANG_TREE)/$(INDEX_NAME).txt |
|
373 LANG_FILES = $(LANG_SRC:%.txt=$(LANGBLDDIR)/%.res) $(LANGBLDDIR)/$(INDEX_NAME).res $(LANGBLDDIR)/pool.res |
|
374 LANG_FILES_SHORT = $(LANG_SRC:%.txt=$(LANG_TREE)/%.res) $(LANG_TREE)/$(INDEX_NAME).res $(LANG_TREE)/pool.res |
|
375 |
|
376 REGION_TREE=region |
|
377 REGION_INDEX_FILE=$(OUTTMPDIR)/$(REGION_TREE)/$(INDEX_NAME).txt |
|
378 REGION_FILES = $(REGION_SRC:%.txt=$(REGIONBLDDIR)/%.res) $(REGIONBLDDIR)/$(INDEX_NAME).res $(REGIONBLDDIR)/pool.res |
|
379 REGION_FILES_SHORT = $(REGION_SRC:%.txt=$(REGION_TREE)/%.res) $(REGION_TREE)/$(INDEX_NAME).res $(REGION_TREE)/pool.res |
|
380 |
|
381 ZONE_TREE=zone |
|
382 ZONE_INDEX_FILE=$(OUTTMPDIR)/$(ZONE_TREE)/$(INDEX_NAME).txt |
|
383 ZONE_FILES = $(ZONE_SRC:%.txt=$(ZONEBLDDIR)/%.res) $(ZONEBLDDIR)/$(INDEX_NAME).res $(ZONEBLDDIR)/pool.res |
|
384 ZONE_FILES_SHORT = $(ZONE_SRC:%.txt=$(ZONE_TREE)/%.res) $(ZONE_TREE)/$(INDEX_NAME).res $(ZONE_TREE)/pool.res |
|
385 |
|
386 COLLATION_TREE=coll |
|
387 COLLATION_INDEX_FILE=$(OUTTMPDIR)/$(COLLATION_TREE)/$(INDEX_NAME).txt |
|
388 COLLATION_INDEX_RES=$(COLBLDDIR)/$(INDEX_NAME).res |
|
389 COLLATION_INDEX_RES_SHORT=$(COLLATION_TREE)/$(INDEX_NAME).res |
|
390 COLLATION_FILES = $(COL_SRC:%.txt=$(COLBLDDIR)/%.res) $(COLLATION_INDEX_RES) |
|
391 COLLATION_FILES_SHORT = $(COL_SRC:%.txt=$(COLLATION_TREE)/%.res) |
|
392 |
|
393 BRK_RES_INDEX_FILE=$(OUTTMPDIR)/$(BREAK_TREE)/$(INDEX_NAME).txt |
|
394 BRK_RES_INDEX_RES=$(BRKBLDDIR)/$(INDEX_NAME).res |
|
395 BRK_RES_INDEX_RES_SHORT=$(BREAK_TREE)/$(INDEX_NAME).res |
|
396 BRK_RES_FILES = $(BRS_SRC:%.txt=$(BRKBLDDIR)/%.res) $(BRK_RES_INDEX_RES) |
|
397 BRK_RES_FILES_SHORT = $(BRS_SRC:%.txt=$(BREAK_TREE)/%.res) |
|
398 |
|
399 RBNF_TREE=rbnf |
|
400 RBNF_INDEX_FILE=$(OUTTMPDIR)/$(RBNF_TREE)/$(INDEX_NAME).txt |
|
401 RBNF_INDEX_RES=$(RBNFBLDDIR)/$(INDEX_NAME).res |
|
402 RBNF_INDEX_RES_SHORT=$(RBNF_TREE)/$(INDEX_NAME).res |
|
403 RBNF_FILES = $(RBNF_SRC:%.txt=$(RBNFBLDDIR)/%.res) $(RBNF_INDEX_RES) |
|
404 RBNF_FILES_SHORT = $(RBNF_SRC:%.txt=$(RBNF_TREE)/%.res) |
|
405 |
|
406 TRANSLIT_TREE=translit |
|
407 #TRANSLIT_INDEX_FILE=$(OUTTMPDIR)/$(TRANSLIT_TREE)/$(INDEX_NAME).txt |
|
408 #TRANSLIT_INDEX_RES=$(TRANSLITBLDDIR)/$(INDEX_NAME).res |
|
409 #TRANSLIT_INDEX_RES_SHORT=$(TRANSLIT_TREE)/$(INDEX_NAME).res |
|
410 TRANSLIT_FILES = $(TRANSLIT_SRC:%.txt=$(TRANSLITBLDDIR)/%.res) |
|
411 TRANSLIT_FILES_SHORT = $(TRANSLIT_SRC:%.txt=$(TRANSLIT_TREE)/%.res) |
|
412 |
|
413 ## SPP files |
|
414 -include $(SPREPSRCDIR)/sprepfiles.mk |
|
415 -include $(SPREPSRCDIR)/spreplocal.mk |
|
416 ALL_SPREP_SOURCE=$(SPREP_SOURCE) $(SPREP_SOURCE_LOCAL) |
|
417 SPREP_FILES = $(ALL_SPREP_SOURCE:%.txt=$(BUILDDIR)/%.spp) |
|
418 SPREP_FILES_SHORT = $(ALL_SPREP_SOURCE:%.txt=%.spp) |
|
419 |
|
420 ## All generated files |
|
421 ALL_FILES = $(DAT_FILES) $(CNV_FILES) $(CNV_FILES_SPECIAL) $(BRK_FILES) $(DICT_FILES) $(RES_FILES) $(INDEX_RES_FILE) $(CURR_FILES) $(LANG_FILES) $(REGION_FILES) $(ZONE_FILES) $(COLLATION_FILES) $(BRK_RES_FILES) $(RBNF_FILES) $(TRANSLIT_FILES) $(SPREP_FILES) $(CFU_FILES) |
|
422 ALL_INDEX_SRC_FILES = $(PKGDATA_LIST) $(INDEX_FILE) $(CURR_INDEX_FILE) $(LANG_INDEX_FILE) $(REGION_INDEX_FILE) $(ZONE_INDEX_FILE) $(COLLATION_INDEX_FILE) $(BRK_RES_INDEX_FILE) $(RBNF_INDEX_FILE) |
|
423 # a list to use in the .lst files (package-relative) |
|
424 COLL_FILES_LIST=$(COLLATION_FILES_SHORT) $(COLLATION_INDEX_RES_SHORT) |
|
425 BRK_FILES_LIST=$(BRK_FILES_SHORT) $(BRK_RES_FILES_SHORT) $(BRK_RES_INDEX_RES_SHORT) $(DICT_FILES_SHORT) |
|
426 LOCALE_FILES_LIST= $(RES_FILES_SHORT) $(LANG_FILES_SHORT) $(REGION_FILES_SHORT) $(ZONE_FILES_SHORT) |
|
427 MISC_FILES_LIST=$(DAT_FILES_SHORT) $(CNV_FILES_SHORT) $(CNV_FILES_SHORT_SPECIAL) $(CURR_FILES_SHORT) $(RBNF_FILES_SHORT) $(RBNF_INDEX_RES_SHORT) $(TRANSLIT_FILES_SHORT) $(SPREP_FILES_SHORT) $(CFU_FILES_SHORT) |
|
428 UNI_CORE_DATA=pnames.icu uprops.icu ucase.icu ubidi.icu |
|
429 UNI_CORE_TARGET_DATA=$(UNI_CORE_DATA:%=$(BUILDDIR)/%) |
|
430 |
|
431 ifneq ($(INCLUDE_UNI_CORE_DATA),) |
|
432 MISC_FILES_LIST+=$(UNI_CORE_DATA) |
|
433 build-local: uni-core-data |
|
434 endif |
|
435 |
|
436 ##################################################### |
|
437 # General data build rules |
|
438 |
|
439 ## Files to remove for 'make clean' |
|
440 CLEANFILES = *~ icupkg.inc |
|
441 |
|
442 ifeq ($(ICUDATA_SOURCE_ARCHIVE),) |
|
443 build-local: build-dir $(SO_VERSION_DATA) $(ALL_FILES) $(PKGDATA_LIST) $(OS390LIST) |
|
444 $(PKGDATA_LIST): $(SRCLISTDEPS) |
|
445 @echo "generating $@ (list of data files)" |
|
446 @-$(RMV) $@ |
|
447 @for file in $(COLL_FILES_LIST); do \ |
|
448 echo $$file >> $@; \ |
|
449 done; |
|
450 @for file in $(BRK_FILES_LIST); do \ |
|
451 echo $$file >> $@; \ |
|
452 done; |
|
453 @for file in $(LOCALE_FILES_LIST); do \ |
|
454 echo $$file >> $@; \ |
|
455 done; |
|
456 @for file in $(MISC_FILES_LIST); do \ |
|
457 echo $$file >> $@; \ |
|
458 done; |
|
459 else |
|
460 build-local: build-dir $(SO_VERSION_DATA) $(PKGDATA_LIST) $(OS390LIST) |
|
461 $(PKGDATA_LIST): $(SRCLISTDEPS) $(ICUDATA_SOURCE_ARCHIVE) |
|
462 ifneq ($(ICUDATA_SOURCE_IS_NATIVE_TARGET),YES) |
|
463 @echo "Unpacking $(ICUDATA_SOURCE_ARCHIVE) and generating $@ (list of data files)" |
|
464 @-$(RMV) $@ |
|
465 $(INVOKE) $(TOOLBINDIR)/icupkg -d $(BUILDDIR) --list -x \* $(ICUDATA_SOURCE_ARCHIVE) -o $@ |
|
466 else |
|
467 @echo "$@" > $@ |
|
468 endif |
|
469 endif |
|
470 |
|
471 |
|
472 $(BUILD_DIRS): build-dir |
|
473 |
|
474 build-dir: |
|
475 @list='$(BUILD_DIRS)'; \ |
|
476 for dir in $$list; do \ |
|
477 if ! test -d $$dir; then \ |
|
478 echo $(MKINSTALLDIRS) $(BUILD_DIRS); \ |
|
479 $(MKINSTALLDIRS) $(BUILD_DIRS); \ |
|
480 fi; \ |
|
481 done |
|
482 |
|
483 # The | is an order-only prerequisite. This helps when the -j option is used, |
|
484 # and we don't want the files to be built before the directories are built. |
|
485 ifneq ($(filter order-only,$(.FEATURES)),) |
|
486 $(ALL_FILES) $(ALL_INDEX_SRC_FILES): | build-dir |
|
487 endif |
|
488 |
|
489 # Now, sections for building each kind of data. |
|
490 |
|
491 #################################################### DAT |
|
492 # DAT FILES |
|
493 |
|
494 # cnvalias.icu |
|
495 $(BUILDDIR)/cnvalias.icu: $(UCMSRCDIR)/convrtrs.txt $(TOOLBINDIR)/gencnval$(TOOLEXEEXT) |
|
496 $(INVOKE) $(TOOLBINDIR)/gencnval -d $(BUILDDIR) $(UCMSRCDIR)/convrtrs.txt |
|
497 |
|
498 # Targets for prebuilt Unicode data |
|
499 $(BUILDDIR)/%.icu: $(SRCDATADIR)/in/%.icu |
|
500 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@ |
|
501 |
|
502 $(BUILDDIR)/%.nrm: $(SRCDATADIR)/in/%.nrm |
|
503 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@ |
|
504 |
|
505 $(BUILDDIR)/coll/%.icu: $(SRCDATADIR)/in/coll/%.icu |
|
506 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@ |
|
507 |
|
508 #################################################### SPP |
|
509 # SPP FILES |
|
510 |
|
511 $(BUILDDIR)/%.spp: $(SPREPSRCDIR)/%.txt $(TOOLBINDIR)/gensprep$(TOOLEXEEXT) $(BUILDDIR)/unames.icu |
|
512 $(INVOKE) $(TOOLBINDIR)/gensprep -d $(BUILDDIR) -i $(BUILDDIR) -s $(SPREPSRCDIR) -b $(@F:%.spp=%) -m $(UNICODEDATADIR) -u 3.2.0 $(<F) |
|
513 |
|
514 #################################################### BRK |
|
515 # BRK FILES |
|
516 |
|
517 $(BRKBLDDIR)/%.brk: $(BRKSRCDIR)/%.txt $(TOOLBINDIR)/genbrk$(TOOLEXEEXT) $(DAT_FILES) |
|
518 $(INVOKE) $(TOOLBINDIR)/genbrk -c -i $(BUILDDIR) -r $< -o $@ |
|
519 |
|
520 #################################################### DICT |
|
521 # DICT FILES |
|
522 |
|
523 # .dict file generated regardless of whether dictionary file exists |
|
524 |
|
525 $(BRKBLDDIR)/%.dict: $(TOOLBINDIR)/gendict$(TOOLEXEEXT) $(DAT_FILES) |
|
526 $(INVOKE) $(TOOLBINDIR)/gendict --uchars -c -i $(BUILDDIR) $(BRKSRCDIR)/$(*F).txt $@ |
|
527 |
|
528 $(BRKBLDDIR)/thaidict.dict: $(TOOLBINDIR)/gendict$(TOOLEXEEXT) $(DAT_FILES) |
|
529 $(INVOKE) $(TOOLBINDIR)/gendict --bytes --transform offset-0x0e00 -c -i $(BUILDDIR) $(BRKSRCDIR)/thaidict.txt $(BRKBLDDIR)/thaidict.dict |
|
530 |
|
531 $(BRKBLDDIR)/laodict.dict: $(TOOLBINDIR)/gendict$(TOOLEXEEXT) $(DAT_FILES) |
|
532 $(INVOKE) $(TOOLBINDIR)/gendict --bytes --transform offset-0x0e80 -c -i $(BUILDDIR) $(BRKSRCDIR)/laodict.txt $(BRKBLDDIR)/laodict.dict |
|
533 |
|
534 # TODO: figure out why combining characters are here? |
|
535 $(BRKBLDDIR)/khmerdict.dict: $(TOOLBINDIR)/gendict$(TOOLEXEEXT) $(DAT_FILES) |
|
536 $(INVOKE) $(TOOLBINDIR)/gendict --bytes --transform offset-0x1780 -c -i $(BUILDDIR) $(BRKSRCDIR)/khmerdict.txt $(BRKBLDDIR)/khmerdict.dict |
|
537 |
|
538 #################################################### CFU |
|
539 # CFU FILES |
|
540 # Note: gencfu requires two input files to produce a single output file. |
|
541 # There will be exactly one target file and two source files. |
|
542 # The $(word n, ...) selects the nth word from the following stuff. |
|
543 # There must be a nicer way to do this. |
|
544 |
|
545 $(CFU_FILES): $(ALL_CFU_SOURCE) $(TOOLBINDIR)/gencfu$(TOOLEXEEXT) $(DAT_FILES) |
|
546 $(INVOKE) echo ALL_CFU_SOURCE: $(ALL_CFU_SOURCE) |
|
547 $(INVOKE) echo CFU_FILES: $(CFU_FILES) |
|
548 $(INVOKE) echo CFU_FILES_SHORT: $(CFU_FILES_SHORT) |
|
549 $(INVOKE) $(TOOLBINDIR)/gencfu -c -i $(BUILDDIR) -r $(word 1,$(ALL_CFU_SOURCE)) -w $(word 2,$(ALL_CFU_SOURCE)) -o $@ |
|
550 |
|
551 |
|
552 #################################################### CNV |
|
553 # CNV FILES |
|
554 $(CNV_FILES_SPECIAL) : $(UCM_FILES_SPECIAL) $(TOOLBINDIR)/makeconv$(TOOLEXEEXT) |
|
555 $(INVOKE) $(TOOLBINDIR)/makeconv --ignore-siso-check -c -d $(BUILDDIR) $(UCMSRCDIR)/$(@F:%.cnv=%.ucm) |
|
556 $(BUILDDIR)/%.cnv: $(UCMSRCDIR)/%.ucm $(TOOLBINDIR)/makeconv$(TOOLEXEEXT) |
|
557 $(INVOKE) $(TOOLBINDIR)/makeconv -c -d $(BUILDDIR) $(UCMSRCDIR)/$(<F) |
|
558 |
|
559 #################################################### RES |
|
560 # RES FILES |
|
561 |
|
562 ### curr res |
|
563 $(CURRBLDDIR)/%.res: $(CURRSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES) |
|
564 $(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(CURRSRCDIR) -d $(CURRBLDDIR) $(<F) |
|
565 |
|
566 # copy the curr/pool.res file from the source folder to the build output folder |
|
567 # and swap it to native endianness |
|
568 $(CURRBLDDIR)/pool.res: $(CURRSRCDIR)/pool.res |
|
569 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(CURRSRCDIR)/pool.res $(CURRBLDDIR)/pool.res |
|
570 |
|
571 $(CURRBLDDIR)/$(INDEX_NAME).res: $(OUTTMPDIR)/$(CURR_TREE)/$(INDEX_NAME).txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
572 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(CURR_TREE) -d $(CURRBLDDIR) $(INDEX_NAME).txt |
|
573 |
|
574 $(CURR_INDEX_FILE): $(SRCLISTDEPS) |
|
575 @echo "generating $@ (list of installed currency name locales)"; \ |
|
576 $(RMV) $@; \ |
|
577 echo "// Warning this file is automatically generated" > $@; \ |
|
578 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \ |
|
579 echo " InstalledLocales {" >> $@; \ |
|
580 for file in $(INSTALLED_CURR_FILES); do \ |
|
581 echo " $$file {\"\"}" >> $@; \ |
|
582 done; \ |
|
583 echo " }" >> $@; \ |
|
584 echo "}" >> $@; |
|
585 |
|
586 ### lang res |
|
587 $(LANGBLDDIR)/%.res: $(LANGSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES) |
|
588 $(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(LANGSRCDIR) -d $(LANGBLDDIR) $(<F) |
|
589 |
|
590 # copy the lang/pool.res file from the source folder to the build output folder |
|
591 # and swap it to native endianness |
|
592 $(LANGBLDDIR)/pool.res: $(LANGSRCDIR)/pool.res |
|
593 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(LANGSRCDIR)/pool.res $(LANGBLDDIR)/pool.res |
|
594 |
|
595 $(LANGBLDDIR)/$(INDEX_NAME).res: $(OUTTMPDIR)/$(LANG_TREE)/$(INDEX_NAME).txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
596 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(LANG_TREE) -d $(LANGBLDDIR) $(INDEX_NAME).txt |
|
597 |
|
598 $(LANG_INDEX_FILE): $(SRCLISTDEPS) |
|
599 @echo "generating $@ (list of installed language name locales)"; \ |
|
600 $(RMV) $@; \ |
|
601 echo "// Warning this file is automatically generated" > $@; \ |
|
602 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \ |
|
603 echo " InstalledLocales {" >> $@; \ |
|
604 for file in $(INSTALLED_LANG_FILES); do \ |
|
605 echo " $$file {\"\"}" >> $@; \ |
|
606 done; \ |
|
607 echo " }" >> $@; \ |
|
608 echo "}" >> $@; |
|
609 |
|
610 ### region res |
|
611 $(REGIONBLDDIR)/%.res: $(REGIONSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES) |
|
612 $(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(REGIONSRCDIR) -d $(REGIONBLDDIR) $(<F) |
|
613 |
|
614 # copy the region/pool.res file from the source folder to the build output folder |
|
615 # and swap it to native endianness |
|
616 $(REGIONBLDDIR)/pool.res: $(REGIONSRCDIR)/pool.res |
|
617 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(REGIONSRCDIR)/pool.res $(REGIONBLDDIR)/pool.res |
|
618 |
|
619 $(REGIONBLDDIR)/$(INDEX_NAME).res: $(OUTTMPDIR)/$(REGION_TREE)/$(INDEX_NAME).txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
620 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(REGION_TREE) -d $(REGIONBLDDIR) $(INDEX_NAME).txt |
|
621 |
|
622 $(REGION_INDEX_FILE): $(SRCLISTDEPS) |
|
623 @echo "generating $@ (list of installed region name locales)"; \ |
|
624 $(RMV) $@; \ |
|
625 echo "// Warning this file is automatically generated" > $@; \ |
|
626 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \ |
|
627 echo " InstalledLocales {" >> $@; \ |
|
628 for file in $(INSTALLED_REGION_FILES); do \ |
|
629 echo " $$file {\"\"}" >> $@; \ |
|
630 done; \ |
|
631 echo " }" >> $@; \ |
|
632 echo "}" >> $@; |
|
633 |
|
634 ### zone res |
|
635 $(ZONEBLDDIR)/%.res: $(ZONESRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES) |
|
636 $(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(ZONESRCDIR) -d $(ZONEBLDDIR) $(<F) |
|
637 |
|
638 # copy the zone/pool.res file from the source folder to the build output folder |
|
639 # and swap it to native endianness |
|
640 $(ZONEBLDDIR)/pool.res: $(ZONESRCDIR)/pool.res |
|
641 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ZONESRCDIR)/pool.res $(ZONEBLDDIR)/pool.res |
|
642 |
|
643 $(ZONEBLDDIR)/$(INDEX_NAME).res: $(OUTTMPDIR)/$(ZONE_TREE)/$(INDEX_NAME).txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
644 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(ZONE_TREE) -d $(ZONEBLDDIR) $(INDEX_NAME).txt |
|
645 |
|
646 $(ZONE_INDEX_FILE): $(SRCLISTDEPS) |
|
647 @echo "generating $@ (list of installed time zone name locales)"; \ |
|
648 $(RMV) $@; \ |
|
649 echo "// Warning this file is automatically generated" > $@; \ |
|
650 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \ |
|
651 echo " InstalledLocales {" >> $@; \ |
|
652 for file in $(INSTALLED_ZONE_FILES); do \ |
|
653 echo " $$file {\"\"}" >> $@; \ |
|
654 done; \ |
|
655 echo " }" >> $@; \ |
|
656 echo "}" >> $@; |
|
657 |
|
658 ### collation res |
|
659 $(COLBLDDIR)/%.res: $(COLSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES) |
|
660 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(COLSRCDIR) -d $(COLBLDDIR) $(<F) |
|
661 |
|
662 $(COLBLDDIR)/$(INDEX_NAME).res: $(OUTTMPDIR)/$(COLLATION_TREE)/$(INDEX_NAME).txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
663 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(COLLATION_TREE) -d $(COLBLDDIR) $(INDEX_NAME).txt |
|
664 |
|
665 $(COLLATION_INDEX_FILE): $(SRCLISTDEPS) |
|
666 @echo "generating $@ (list of installed collation locales)"; \ |
|
667 $(RMV) $@; \ |
|
668 echo "// Warning this file is automatically generated" > $@; \ |
|
669 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \ |
|
670 echo " InstalledLocales {" >> $@; \ |
|
671 for file in $(INSTALLED_COL_FILES); do \ |
|
672 echo " $$file {\"\"}" >> $@; \ |
|
673 done; \ |
|
674 echo " }" >> $@; \ |
|
675 echo "}" >> $@; |
|
676 |
|
677 ### brk res |
|
678 $(BRKBLDDIR)/%.res: $(BRKSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(BRK_FILES) $(DICT_FILES) $(DAT_FILES) |
|
679 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(BRKSRCDIR) -d $(BRKBLDDIR) $(<F) |
|
680 |
|
681 $(BRKBLDDIR)/$(INDEX_NAME).res: $(OUTTMPDIR)/$(BREAK_TREE)/$(INDEX_NAME).txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
682 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(BREAK_TREE) -d $(BRKBLDDIR) $(INDEX_NAME).txt |
|
683 |
|
684 $(BRK_RES_INDEX_FILE): $(SRCLISTDEPS) |
|
685 @echo "generating $@ (list of installed break locales)"; \ |
|
686 $(RMV) $@; \ |
|
687 echo "// Warning this file is automatically generated" > $@; \ |
|
688 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \ |
|
689 echo " InstalledLocales {" >> $@; \ |
|
690 for file in $(INSTALLED_BRS_FILES); do \ |
|
691 echo " $$file {\"\"}" >> $@; \ |
|
692 done; \ |
|
693 echo " }" >> $@; \ |
|
694 echo "}" >> $@; |
|
695 |
|
696 ### RBNF res |
|
697 $(RBNFBLDDIR)/%.res: $(RBNFSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES) |
|
698 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(RBNFSRCDIR) -d $(RBNFBLDDIR) $(<F) |
|
699 |
|
700 $(RBNFBLDDIR)/$(INDEX_NAME).res: $(OUTTMPDIR)/$(RBNF_TREE)/$(INDEX_NAME).txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
701 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(RBNF_TREE) -d $(RBNFBLDDIR) $(INDEX_NAME).txt |
|
702 |
|
703 $(RBNF_INDEX_FILE): $(SRCLISTDEPS) |
|
704 @echo "generating $@ (list of installed RBNF locales)"; \ |
|
705 $(RMV) $@; \ |
|
706 echo "// Warning this file is automatically generated" > $@; \ |
|
707 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \ |
|
708 echo " InstalledLocales {" >> $@; \ |
|
709 for file in $(INSTALLED_RBNF_FILES); do \ |
|
710 echo " $$file {\"\"}" >> $@; \ |
|
711 done; \ |
|
712 echo " }" >> $@; \ |
|
713 echo "}" >> $@; |
|
714 |
|
715 ### TRANSLIT res |
|
716 $(TRANSLITBLDDIR)/%.res: $(TRANSLITSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES) |
|
717 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(TRANSLITSRCDIR) -d $(TRANSLITBLDDIR) $(<F) |
|
718 |
|
719 ### normal (locale) res |
|
720 all-RES: $(RES_FILES) |
|
721 |
|
722 $(BUILDDIR)/%.res: $(LOCSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES) |
|
723 $(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(LOCSRCDIR) -d $(BUILDDIR) $(<F) |
|
724 |
|
725 # copy the locales/pool.res file from the source folder to the build output folder |
|
726 # and swap it to native endianness |
|
727 $(BUILDDIR)/pool.res: $(LOCSRCDIR)/pool.res |
|
728 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(LOCSRCDIR)/pool.res $(BUILDDIR)/pool.res |
|
729 |
|
730 # if the tzcode directory contains a new tzdata*.tar.gz file, use it for zoneinfo |
|
731 ifeq ($(TZDATA),) |
|
732 TZDATA = $(firstword $(wildcard $(top_builddir)/tools/tzcode/tzdata*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/tzdata*.tar.gz)) |
|
733 endif |
|
734 |
|
735 ifneq ($(TZDATA),) |
|
736 |
|
737 TZCODE_DIR=$(top_builddir)/tools/tzcode |
|
738 ZONEINFO=$(TZCODE_DIR)/zoneinfo64.txt |
|
739 |
|
740 # Override the normal genrb for zoneinfo to always pull from |
|
741 # icu/source/tools/tzcode/zoneinfo64.txt |
|
742 $(BUILDDIR)/zoneinfo64.res: $(ZONEINFO) $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
743 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present. |
|
744 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(ZONEINFO) |
|
745 |
|
746 # Create the tzcode tool and zoneinfo as needed. |
|
747 $(ZONEINFO): $(TZDATA) |
|
748 @echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(ZONEINFO)' in \`$(TZCODE_DIR)'"; \ |
|
749 (cd $(TZCODE_DIR) && $(MAKE)) || exit; \ |
|
750 |
|
751 # end of zoneinfo-generation |
|
752 endif |
|
753 |
|
754 # zoneinfo has some issues. Ignore some warnings with -q |
|
755 $(BUILDDIR)/%.res: $(MISCSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
756 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -s $(MISCSRCDIR) -d $(BUILDDIR) $(<F) |
|
757 |
|
758 |
|
759 |
|
760 $(INDEX_FILE): $(SRCLISTDEPS) |
|
761 @echo "generating $@ (list of installed locales)"; \ |
|
762 $(RMV) $@; \ |
|
763 echo "// Warning this file is automatically generated" > $@; \ |
|
764 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \ |
|
765 echo " CLDRVersion { \"$(GENRB_CLDR_VERSION)\" }" >> $@; \ |
|
766 echo " InstalledLocales {" >> $@; \ |
|
767 for file in $(INSTALLED_RB_FILES); do \ |
|
768 echo " $$file {\"\"}" >> $@; \ |
|
769 done; \ |
|
770 echo " }" >> $@; \ |
|
771 echo "}" >> $@; |
|
772 |
|
773 clean-resindex: |
|
774 -$(RMV) $(BUILDDIR)/$(INDEX_NAME).txt $(PKGDATA_LIST) |
|
775 |
|
776 $(BUILDDIR)/$(INDEX_NAME).res: $(INDEX_FILE) $(TOOLBINDIR)/genrb$(TOOLEXEEXT) |
|
777 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -d $(BUILDDIR) $(INDEX_FILE) |
|
778 |
|
779 # The core Unicode properties files (pnames.icu, uprops.icu, ucase.icu, ubidi.icu) |
|
780 # are hardcoded in the common DLL and therefore not included in the data package any more. |
|
781 # They are not built by default but need to be built for ICU4J data and for getting the .c source files |
|
782 # when updating the Unicode data. |
|
783 uni-core-data: build-dir $(UNI_CORE_TARGET_DATA) |
|
784 @echo Unicode .icu files built to $(BUILDDIR) |
|
785 |
|
786 # Build the ICU4J icudata.jar. |
|
787 # Command line: |
|
788 # (Run this from the output data folder which may not be .../source/data in an out-of-source build.) |
|
789 # ~/svn.icu/trunk/source/data> make JAR=jar ICU4J_ROOT=~/svn.icu4j/trunk icudata.jar |
|
790 # You can omit the ICU4J_ROOT for just building the .jar files without copying them. |
|
791 # You can omit the JAR if it's just jar. |
|
792 JAR=jar |
|
793 |
|
794 # For building the testdata.jar see ../test/testdata/Makefile. |
|
795 |
|
796 ICU4J_TZDATA=$(OUTDIR)/icu4j/icutzdata.jar |
|
797 ICU4J_TZDATA_FILES=zoneinfo64 metaZones timezoneTypes windowsZones |
|
798 ICU4J_DATA_DIRNAME=com/ibm/icu/impl/data/$(ICUDATA_BASENAME_VERSION)b |
|
799 ICU4J_TZDATA_PATHS=$(ICU4J_TZDATA_FILES:%="$(ICU4J_DATA_DIRNAME)/%.res") |
|
800 |
|
801 # generate icu4j-related data to $(OUTDIR)/icu4j/com/ibm/icu/impl/data/... |
|
802 generate-data: build-dir packagedata $(OUTTMPDIR)/$(ICUDATA_PLATFORM_NAME).dat uni-core-data |
|
803 mkdir -p $(OUTDIR)/icu4j/$(ICU4J_DATA_DIRNAME) |
|
804 mkdir -p $(OUTDIR)/icu4j/tzdata/$(ICU4J_DATA_DIRNAME) |
|
805 echo pnames.icu ubidi.icu ucase.icu uprops.icu > $(OUTDIR)/icu4j/add.txt |
|
806 $(INVOKE) $(TOOLBINDIR)/icupkg $(OUTTMPDIR)/$(ICUDATA_PLATFORM_NAME).dat $(OUTDIR)/icu4j/$(ICUDATA_BASENAME_VERSION)b.dat -a $(OUTDIR)/icu4j/add.txt -s $(BUILDDIR) -x '*' -tb -d $(OUTDIR)/icu4j/$(ICU4J_DATA_DIRNAME) |
|
807 mv $(ICU4J_TZDATA_PATHS:%=$(OUTDIR)/icu4j/%) "$(OUTDIR)/icu4j/tzdata/$(ICU4J_DATA_DIRNAME)" |
|
808 |
|
809 $(OUTDIR)/icu4j/icutzdata.jar: generate-data |
|
810 $(JAR) cf $(OUTDIR)/icu4j/icutzdata.jar -C $(OUTDIR)/icu4j/tzdata $(ICU4J_DATA_DIRNAME)/ |
|
811 |
|
812 # Build icudata.jar: |
|
813 # - add the uni-core-data to the ICU package |
|
814 # - swap the ICU data |
|
815 # - extract all data items |
|
816 # - package them into the .jar file |
|
817 $(OUTDIR)/icu4j/icudata.jar: generate-data |
|
818 $(JAR) cf $(OUTDIR)/icu4j/icudata.jar -C $(OUTDIR)/icu4j $(ICU4J_DATA_DIRNAME)/ |
|
819 |
|
820 ICU4J_DATA=$(OUTDIR)/icu4j/icudata.jar |
|
821 |
|
822 ifdef ICU4J_ROOT |
|
823 |
|
824 ICU4J_DATA_INSTALLED=$(ICU4J_ROOT)/main/shared/data/icudata.jar $(ICU4J_ROOT)/main/shared/data/icutzdata.jar |
|
825 |
|
826 $(ICU4J_ROOT)/main/shared/data/icudata.jar: $(OUTDIR)/icu4j/icudata.jar |
|
827 mkdir -p $(ICU4J_ROOT)/main/shared/data |
|
828 cp $(OUTDIR)/icu4j/icudata.jar $(ICU4J_ROOT)/main/shared/data |
|
829 |
|
830 $(ICU4J_ROOT)/main/shared/data/icutzdata.jar: $(OUTDIR)/icu4j/icutzdata.jar |
|
831 mkdir -p $(ICU4J_ROOT)/main/shared/data |
|
832 cp $(OUTDIR)/icu4j/icutzdata.jar $(ICU4J_ROOT)/main/shared/data |
|
833 |
|
834 icu4j-data-install: $(ICU4J_DATA_INSTALLED) |
|
835 |
|
836 else |
|
837 |
|
838 icu4j-data-install: icu4j-data |
|
839 @echo data is built into $(OUTDIR)/icu4j |
|
840 @echo '** Error:' ICU4J_ROOT was not set, could not install |
|
841 exit 1 |
|
842 |
|
843 endif |
|
844 |
|
845 icu4j-data: $(ICU4J_DATA) $(ICU4J_TZDATA) |
|
846 |
|
847 |
|
848 ################################################################### |
|
849 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
850 cd $(top_builddir) \ |
|
851 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
852 |
|
853 icupkg.inc: pkgdataMakefile |
|
854 $(MAKE) -f pkgdataMakefile |
|
855 |
|
856 pkgdataMakefile: |
|
857 cd $(top_builddir) \ |
|
858 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
859 |
|
860 ########### |
|
861 ########### 390 (z/OS) support |
|
862 UCMFILES390=ebcdic-xml-us.ucm ibm-37_P100-1995.ucm ibm-1047_P100-1995.ucm ibm-4909_P100-1999.ucm |
|
863 # used to depend on pnames.icu uprops.icu ucase.icu ubidi.icu |
|
864 # These are now hardcoded in ICU4C and only loaded in ICU4J. |
|
865 ALLFILES390=cnvalias.icu $(UCMFILES390:.ucm=.cnv) |
|
866 |
|
867 $(OUTTMPDIR)/icudata390.lst: $(SRCLISTDEPS) |
|
868 @echo "generating $@ (list of 390 data files)" |
|
869 @-$(RMV) $@ |
|
870 @for file in $(ALLFILES390); do \ |
|
871 echo $$file >> $@; \ |
|
872 done; |
|
873 |
|
874 ifeq ($(POST_DATA_BUILD), os400-data-rebind) |
|
875 os400-data-rebind: $(LIBICUUC) |
|
876 |
|
877 $(LIBICUUC): $(LIBICUDT) |
|
878 $(RMV) $(LIBICUUC) |
|
879 (cd ../common && $(MAKE) RECURSIVE=YES) || exit; |
|
880 endif |
|
881 |