mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-03 15:10:39 +01:00
20 lines
211 B
Makefile
20 lines
211 B
Makefile
#
|
|
# Makefile.fpc for OpenAL Examples
|
|
#
|
|
|
|
[target]
|
|
programs=madopenal
|
|
|
|
[require]
|
|
packages=openal mad oggvorbis a52 dts modplug matroska
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|