mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 05:18:12 +02:00
27 lines
260 B
Makefile
27 lines
260 B
Makefile
#
|
|
# Makefile.fpc for OpenAL bindings
|
|
#
|
|
|
|
[package]
|
|
name=openal
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=openal
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests examples
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|