mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 10:37:35 +01: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:
|