summaryrefslogtreecommitdiff
path: root/packages/gdbm/Makefile.fpc.fpcmake
blob: 74a8a4bd69a9711db6660f8db69d5636c0091c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
#   Makefile.fpc for gdbm bindings
#

[package]
name=gdbm
version=3.0.3

[target]
units=gdbm
exampledirs=examples

[require]
package=rtl

[install]
examplesubdir=gdbm
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src tests


[shared]
build=n

[rules]
.NOTPARALLEL: