fpc/tests/utils/Makefile.fpc
florian 80d856aa33 * build prepup only on targets using it
git-svn-id: trunk@5051 -
2006-10-29 08:08:47 +00:00

29 lines
377 B
Makefile

#
# Makefile.fpc for Free Pascal testing utilities
#
[install]
fpcpackage=y
[default]
fpcdir=../..
[require]
# We depend on the installed compiler with it's fpc.cfg
nortl=y
[target]
programs=dotest fail testfail digest $(DBDIGEST)
programs_win32=prepup
programs_win64=prepup
[clean]
programs=dbdigest
[rules]
utils: all
utilsdb:
$(MAKE) utils DBDIGEST=dbdigest