#********************************************************************** #* Copyright (C) 1999-2006, International Business Machines Corporation #* and others. All Rights Reserved. #********************************************************************** # # 03/19/2001 weiv, schererm Created .SUFFIXES : .res .txt TESTPKG=testdata TESTDT=$(TESTPKG) ALL : "$(TESTDATAOUT)\testdata.dat" @echo Test data is built. # icu26_testtypes.res is there for cintltst/udatatst.c/TestSwapData() # I generated it with an ICU 2.6.1 build on Windows after removing # testincludeUTF (which made it large, unnecessarily for this test) # and CollationElements (which will not work with a newer swapper) # markus 2003nov19 # icu26e_testtypes.res is the same, but icuswapped to big-endian EBCDIC # markus 2003nov21 "$(TESTDATAOUT)\testdata.dat" : "$(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)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" @echo Building test data @copy "$(TESTDATABLD)\te.res" "$(TESTDATAOUT)\$(TESTDT)\nam.typ" @copy "$(TESTDATA)\icu26_testtypes.res" "$(TESTDATABLD)" @copy "$(TESTDATA)\icu26e_testtypes.res" "$(TESTDATABLD)" "$(ICUP)\bin\pkgdata" -f -v -m common -c -p"$(TESTPKG)" -d "$(TESTDATAOUT)" -T "$(TESTDATABLD)" -s "$(TESTDATABLD)" <<$(TESTDATAOUT)\out.lst casing.res conversion.res mc.res root.res testtable32.res sh.res sh_YU.res te.res te_IN.res te_IN_REVISED.res testtypes.res icu26_testtypes.res icu26e_testtypes.res testempty.res testaliases.res structLocale.res icuio.res iscii.res DataDrivenCollationTest.res test.icu test1.cnv test3.cnv test4.cnv test4x.cnv ibm9027.cnv idna_rules.res nfscsi.spp nfscss.spp nfscis.spp nfsmxs.spp nfsmxp.spp <