mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 13:38:31 +02:00
23 lines
433 B
Makefile
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 |