summaryrefslogtreecommitdiff
path: root/packages/gdbm/Makefile.fpc
blob: 094390ca4a067dacf4f38b650e506d0952679853 (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=2.7.1

[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: