1all:
2	../../miniperl -I../../lib ./mktables
3
4TestProp.pl: mktables UnicodeData.txt Scripts.txt Blocks.txt PropList.txt
5	../../miniperl -I../../lib ./mktables -maketest
6
7test:   TestProp.pl
8	../../miniperl -I../../lib TestProp.pl
9
10clean:
11	rm -f *.pl */*.pl
12	rm -f Properties
13