summaryrefslogtreecommitdiff
path: root/packages/sndfile/Makefile.fpc
blob: 4eb06953ca2f6c8553332315fbf530bee5167d38 (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=2.5.1

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

[require]
libc=y

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src tests examples

[rules]
.NOTPARALLEL: