fpc/utils/fpcres/Makefile.fpc.fpcmake
joost 94e7cd5a51 * Switched utils to fpmake building
git-svn-id: trunk@24621 -
2013-05-26 19:05:11 +00:00

24 lines
521 B
Makefile

#
# Makefile.fpc for fpcres
#
[target]
programs=fpcres fpcjres
[clean]
units=closablefilestream msghandler paramparser sourcehandler target jarsourcehandler jarparamparser
[require]
packages=rtl fcl-res paszlib
[install]
fpcpackage=y
[default]
fpcdir=../..
[rules]
.NOTPARALLEL:
fpcres$(EXEEXT): target.pas msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcres.pas
fpcjres$(EXEEXT): msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcjres.pas jarsourcehandler.pas