Lines Matching full:files
5 # nmake file for creating data files on win32
30 # Suffixes for data files
62 # The directory that contains ucmcore.mk files along with *.ucm files
67 # The directory that contains resfiles.mk files along with *.txt locale data files
72 # The directory that contains colfiles.mk files along with *.txt collation data files
77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
82 # The directory that contains trfiles.mk files along with *.txt transliterator files
87 # The directory that contains resfiles.mk files along with *.txt break iterator files
92 # The directory that contains Unicode data files
98 # The directory that contains miscfiles.mk along with files that are miscelleneous data
104 # The directory that contains sprepfiles.mk files along with *.txt stringprep files
110 # The source directory. Contains the source files for the common data to be built.
138 # The build directory for test data intermidiate files
182 # We're including a list of .ucm files.
185 # Always build the mapping files for the EBCDIC fallback codepages
195 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files.
202 !MESSAGE Warning: cannot find "ucmfiles.mk". Not building many converter files.
209 !MESSAGE Warning: cannot find "ucmebcdic.mk". Not building EBCDIC converter files.
216 !MESSAGE Information: cannot find "ucmlocal.mk". Not building user-additional converter files.
229 !MESSAGE Information: cannot find "brklocal.mk". Not building user-additional break iterator files.
236 # Break iterator data files.
255 # Read list of locale resource bundle files
262 !MESSAGE Information: cannot find "reslocal.mk". Not building user-additional resource bundle files.
274 # Read list of locale resource bundle files
281 !MESSAGE Information: cannot find "collocal.mk". Not building user-additional resource bundle files.
295 # Read list of RBNF resource bundle files
302 !MESSAGE Information: cannot find "rbnflocal.mk". Not building user-additional resource bundle files.
316 # Read list of transliterator resource bundle files
323 !MESSAGE Information: cannot find "trnslocal.mk". Not building user-additional transliterator files.
337 # Read list of miscellaneous resource bundle files
344 !MESSAGE Information: cannot find "misclocal.mk". Not building user-additional miscellaenous files.
356 # Read list of stringprep profile files
363 !MESSAGE Information: cannot find "spreplocal.mk". Not building user-additional stringprep files.
378 # This target builds all the data files. The world starts here.
387 # Starting with ICU4C 3.4, the core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu, unorm.icu)
389 # They are not built by default but need to be built for ICU4J data and for getting the .c source files
395 @echo Unicode .icu files built to "$(ICUBLD_PKG)"
396 @echo Unicode .c source files built to "$(ICUTMP)"
407 # pkgdata will drop all output files (.dat, .dll, .lib) into the target (ICUBLD_PKG) directory.
408 # move the .dll and .lib files to their final destination afterwards.
411 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
479 # This is to remove all the data files
481 @echo Cleaning up the data files.
541 # Batch inference rule for creating miscellaneous resource files
547 @echo Making Miscellaneous Resource Bundle files
550 # Inference rule for creating resource bundle files
552 @echo Making Locale Resource Bundle files
568 @echo Making Collation files
584 @echo Making RBNF files
612 @echo Making Break Iterator Resource files
616 @echo Making Transliterator files
670 @echo Creating UCA data files
679 # Can't use an inference rule because two .txt source files combine to produce a single .cfu output file