fpc/utils/unicode/Makefile.fpc.fpcmake
joost 94e7cd5a51 * Switched utils to fpmake building
git-svn-id: trunk@24621 -
2013-05-26 19:05:11 +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