1234567891011121314151617181920212223 |
- #
- # Makefile.fpc for Unicode Utils
- #
- [target]
- programs=cldrparser unihelper
- [clean]
- units=cldrhelper cldrtest cldrxml grbtree helper trie uca_test unicodeset
- [require]
- packages=rtl fcl-base fcl-xml
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
- cldrparser$(EXEEXT): cldrparser.lpr cldrhelper.pas helper.pas cldrtest.pas cldrxml.pas unicodeset.pas
- unihelper$(EXEEXT): unihelper.lpr helper.pas uca_test.pas
|