mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:58:31 +02:00
26 lines
239 B
Makefile
26 lines
239 B
Makefile
#
|
|
# Makefile.fpc for libmatroska bindings
|
|
#
|
|
|
|
[package]
|
|
name=matroska
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=matroska
|
|
|
|
[require]
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|