summaryrefslogtreecommitdiff
path: root/packages/postgres/Makefile.fpc.fpcmake
blob: bdfedf83ca6c85ba273a41792288c8dc0c01f57e (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
#
#   Makefile.fpc for Postgres bindings
#

[package]
name=postgres
version=2.7.1

[target]
units=dllist dllistdyn postgres postgres3 postgres3dyn
exampledirs=examples

[require]
libc=y

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src

[shared]
build=n

[rules]
.NOTPARALLEL: