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