mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 13:50:26 +01:00
23 lines
307 B
Makefile
23 lines
307 B
Makefile
#
|
|
# Makefile.fpc for DB TestFramework
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
examples=dbtestframework testsqlfiles
|
|
units=toolsunit dbftoolsunit memdstoolsunit sqldbtoolsunit sdfdstoolsunit
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[require]
|
|
packages=fcl-fpcunit fcl-db paszlib
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|