blob: a8efa5a5a2195afcb185d28b26a090780072de06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# 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:
|