mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 19:08:18 +02:00

* only compile madopenal.pas for platforms for which the "mad" package gets compiled git-svn-id: trunk@15610 -
24 lines
317 B
Makefile
24 lines
317 B
Makefile
#
|
|
# Makefile.fpc for OpenAL Examples
|
|
#
|
|
|
|
[target]
|
|
programs=captureplaybackopenal wavopenal
|
|
programs_linux=madopenal
|
|
programs_win32=madopenal
|
|
|
|
[require]
|
|
packages=openal oggvorbis a52 dts modplug matroska
|
|
packages_linux=mad
|
|
packages_win32=mad
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|