mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-31 01:00:43 +01:00
target can be run in parallel, so "clean", "digest" and/or "dbdigest"
have to be run in separate make invocations if you wish to use -j for
running the testsuite
git-svn-id: trunk@21406 -
31 lines
428 B
Makefile
31 lines
428 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 fptime fail testfail digest concat $(DBDIGEST)
|
|
programs_win32=prepup
|
|
programs_win64=prepup
|
|
programs_go32v2=prepup
|
|
|
|
[clean]
|
|
programs=dbdigest
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|
|
utils: all
|
|
|
|
utilsdb:
|
|
$(MAKE) utils DBDIGEST=dbdigest
|