1# Copyright (C) 2016 and later: Unicode, Inc. and others. 2# License & terms of use: http://www.unicode.org/copyright.html 3#********************************************************************** 4#* Copyright (C) 1999-2015, International Business Machines Corporation 5#* and others. All Rights Reserved. 6#********************************************************************** 7# 8# 03/19/2001 weiv, schererm Created 9 10.SUFFIXES : .res .txt 11 12TESTPKG=testdata 13TESTDT=$(TESTPKG) 14 15 16ALL : "$(TESTDATAOUT)\testdata.dat" 17 @echo Test data is built. 18 19# old_l_testtypes.res is there for cintltst/udatatst.c/TestSwapData() 20# I generated it with an ICU 4.2.1 build on Linux after removing 21# testincludeUTF (which would make it large, unnecessarily for this test) 22# and renaming the collations element to avoid build CollationElements 23# (which will not work with a newer swapper) 24# markus 2010jan15 25 26# old_e_testtypes.res is the same, but icuswapped to big-endian EBCDIC 27 28# the following file has $(TEST_RES_SOURCE) 29!INCLUDE "$(TESTDATA)\tstfiles.mk" 30 31TEST_RES_FILES = $(TEST_RES_SOURCE:.txt=.res) 32 33"$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\encoded.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test2.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm" "$(TESTDATABLD)\zoneinfo64.res" 34 @echo Building test data 35 @copy "$(TESTDATABLD)\te.res" "$(TESTDATAOUT)\$(TESTDT)\nam.typ" 36 @copy "$(TESTDATA)\old_l_testtypes.res" "$(TESTDATABLD)" 37 @copy "$(TESTDATA)\old_e_testtypes.res" "$(TESTDATABLD)" 38 @copy "$(TESTDATABLD)\zoneinfo64.res" "$(TESTDATAOUT)\$(TESTDT)" 39 "$(ICUPBIN)\pkgdata" -f -v -m common -c -p"$(TESTPKG)" -d "$(TESTDATAOUT)" -T "$(TESTDATABLD)" -s "$(TESTDATABLD)" << 40casing.res 41conversion.res 42mc.res 43root.res 44testtable32.res 45sh.res 46sh_YU.res 47te.res 48te_IN.res 49te_IN_REVISED.res 50testtypes.res 51old_l_testtypes.res 52old_e_testtypes.res 53testempty.res 54testaliases.res 55structLocale.res 56icuio.res 57encoded.res 58test.icu 59test1.cnv 60test1bmp.cnv 61test2.cnv 62test3.cnv 63test4.cnv 64test4x.cnv 65test5.cnv 66ibm9027.cnv 67idna_rules.res 68nfscsi.spp 69nfscss.spp 70nfscis.spp 71nfsmxs.spp 72nfsmxp.spp 73testnorm.nrm 74$(TEST_RES_FILES:.res =.res 75) 76<< 77 78 79# Inference rule for creating resource bundles 80# Some test data resource bundles are known to have warnings and bad data. 81# The -q option is there on purpose, so we don't see it normally. 82{$(TESTDATA)}.txt.res:: 83 @echo Making Test Resource Bundle files $< 84 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s"$(TESTDATA)" -d"$(TESTDATABLD)" $< 85 86"$(TESTDATABLD)\encoded.res": "$(TESTDATA)\encoded.utf16be" 87 @echo Making Test Resource Bundle file with encoding 88 "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -eUTF-16BE -d"$(TESTDATABLD)" encoded.utf16be 89 90"$(TESTDATABLD)\idna_rules.res": "$(TESTDATA)\idna_rules.txt" 91 @echo Making Test Resource Bundle file for IDNA reference implementation 92 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -d"$(TESTDATABLD)" idna_rules.txt 93 94 95"$(TESTDATABLD)\test.icu" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe 96 "$(ICUTOOLS)\gentest\$(CFG)\gentest" -d"$(TESTDATABLD)" 97 98# testtable32 resource file 99"$(TESTDATABLD)\testtable32.txt" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe 100 "$(ICUTOOLS)\gentest\$(CFG)\gentest" -r -d"$(TESTDATABLD)" 101 102"$(TESTDATABLD)\testtable32.res": "$(TESTDATABLD)\testtable32.txt" 103 "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATABLD)" -d"$(TESTDATABLD)" testtable32.txt 104 105# Targets for nfscsi.spp 106"$(TESTDATABLD)\nfscsi.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cs_prep_ci.txt" 107 @echo Building $@ 108 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscsi -u 3.2.0 nfs4_cs_prep_ci.txt 109 110# Targets for nfscss.spp 111"$(TESTDATABLD)\nfscss.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cs_prep_cs.txt" 112 @echo Building $@ 113 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscss -u 3.2.0 nfs4_cs_prep_cs.txt 114 115# Targets for nfscis.spp 116"$(TESTDATABLD)\nfscis.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cis_prep.txt" 117 @echo Building $@ 118 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscis -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_cis_prep.txt 119 120# Targets for nfsmxs.spp 121"$(TESTDATABLD)\nfsmxs.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_mixed_prep_s.txt" 122 @echo Building $@ 123 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfsmxs -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_mixed_prep_s.txt 124 125# Targets for nfsmxp.spp 126"$(TESTDATABLD)\nfsmxp.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_mixed_prep_p.txt" 127 @echo Building $@ 128 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfsmxp -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_mixed_prep_p.txt 129 130 131# Targets for test converter data 132"$(TESTDATABLD)\test1.cnv": "$(TESTDATA)\test1.ucm" 133 @echo Building $@ 134 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $** 135 136"$(TESTDATABLD)\test1bmp.cnv": "$(TESTDATA)\test1bmp.ucm" 137 @echo Building $@ 138 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $** 139 140"$(TESTDATABLD)\test2.cnv": "$(TESTDATA)\test2.ucm" 141 @echo Building $@ 142 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $** 143 144"$(TESTDATABLD)\test3.cnv": "$(TESTDATA)\test3.ucm" 145 @echo Building $@ 146 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $** 147 148"$(TESTDATABLD)\test4.cnv": "$(TESTDATA)\test4.ucm" 149 @echo Building $@ 150 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $** 151 152"$(TESTDATABLD)\test4x.cnv": "$(TESTDATA)\test4x.ucm" 153 @echo Building $@ 154 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $** 155 156"$(TESTDATABLD)\test5.cnv": "$(TESTDATA)\test5.ucm" 157 @echo Building $@ 158 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $** 159 160"$(TESTDATABLD)\ibm9027.cnv": "$(TESTDATA)\ibm9027.ucm" 161 @echo Building $@ 162 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $** 163 164# Target for test normalization data 165"$(TESTDATABLD)\testnorm.nrm": "$(TESTDATA)\testnorm.txt" 166 @echo Building $@ 167 @"$(ICUTOOLS)\gennorm2\$(CFG)\gennorm2" -s "$(TESTDATA)" testnorm.txt -o $@ 168