mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:27:56 +02:00
32 lines
261 B
Makefile
32 lines
261 B
Makefile
#
|
|
# Makefile.fpc for BFD library
|
|
#
|
|
|
|
[package]
|
|
name=bfd
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=bfd
|
|
examples=
|
|
|
|
[require]
|
|
package=rtl
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|