fpc/utils/unicode/Makefile.fpc
2013-03-09 16:39:07 +00:00

23 lines
433 B
Makefile

#
# 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