~ubuntu-branches/ubuntu/gutsy/icu/gutsy

« back to all changes in this revision

Viewing changes to source/test/testdata/testdata.mk

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2005-05-21 22:44:31 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: package-import@ubuntu.com-20050521224431-r7rktfhnu1n4tf1g
Tags: 2.1-2.1
Rename icu-doc to icu21-doc. icu-doc is built by the icu28 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#* Copyright (C) 1999-2000, International Business Machines Corporation
3
3
#* and others.  All Rights Reserved.
4
4
#**********************************************************************
5
 
# nmake file for creating data files on win32
6
 
# invoke with
7
 
# nmake /f makedata.mak icup=<path_to_icu_instalation> [Debug|Release]
8
5
#
9
6
#   03/19/2001  weiv, schererm  Created
10
7
 
14
11
ALL : "$(TESTDATAOUT)\testdata.dat" 
15
12
        @echo Test data is built.
16
13
 
17
 
"$(TESTDATAOUT)\testdata.dat" : "$(TESTDATABLD)\ja_data.res"  "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\ja_data.res" $(TESTDATAOUT)test.dat
 
14
"$(TESTDATAOUT)\testdata.dat" : "$(TESTDATABLD)\ja_data.res" "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\ja_data.res" $(TESTDATAOUT)test.dat
18
15
        @echo Building test data
19
16
        copy "$(TESTDATABLD)\te.res" "$(TESTDATAOUT)\testudata_nam.typ"
20
17
        @"$(ICUTOOLS)\pkgdata\$(CFG)\pkgdata" -v -m common -c -p testdata -O "$(PKGOPT)" -d "$(TESTDATAOUT)" -T "$(TESTDATABLD)" -s "$(TESTDATABLD)" <<
 
18
casing.res
21
19
root.res
22
20
te.res
23
21
te_IN.res