Makefile.fpc.fpcmake 433 B

1234567891011121314151617181920212223
  1. #
  2. # Makefile.fpc for Unicode Utils
  3. #
  4. [target]
  5. programs=cldrparser unihelper
  6. [clean]
  7. units=cldrhelper cldrtest cldrxml grbtree helper trie uca_test unicodeset
  8. [require]
  9. packages=rtl fcl-base fcl-xml
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../..
  14. [rules]
  15. .NOTPARALLEL:
  16. cldrparser$(EXEEXT): cldrparser.lpr cldrhelper.pas helper.pas cldrtest.pas cldrxml.pas unicodeset.pas
  17. unihelper$(EXEEXT): unihelper.lpr helper.pas uca_test.pas