summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/postgres/Makefile.fpc
blob: c59ef0df83bcfe36d7d9febb4c17554e8afa4a69 (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.6.4

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