home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / Makefile < prev    next >
Encoding:
Makefile  |  2003-11-06  |  274 b   |  13 lines

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