mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-12 03:21:37 +01:00
24 lines
193 B
Makefile
24 lines
193 B
Makefile
#
|
|
# Makefile.fpc for BFD library
|
|
#
|
|
|
|
[package]
|
|
name=bfd
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=bfd
|
|
examples=
|
|
|
|
[require]
|
|
package=rtl
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[shared]
|
|
build=n
|