summaryrefslogtreecommitdiff
path: root/packages/libgd/Makefile.fpc
blob: 089416d65be15817c8fb17e8a30a427418ec7bad (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 GD Library interface
#

[package]
name=libgd
version=2.0.0

[require]
libc=y

[target]
units=gd
examples=gdtest

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src tests


[shared]
build=n

[rules]
.NOTPARALLEL: