summaryrefslogtreecommitdiff
path: root/packages/sndfile/Makefile.fpc.fpcmake
blob: a53398e76e5543a601bf1b84d9a921b17f8d30f7 (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
#
#   Makefile.fpc for MySql bindings
#

[package]
name=sndfile
version=3.0.3

[target]
units=sndfile
examples=sfplay
rsts=sfplay

[require]
libc=y

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src tests examples

[rules]
.NOTPARALLEL: