mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-17 20:51:36 +01:00
21 lines
175 B
Makefile
21 lines
175 B
Makefile
#
|
|
# Makefile.fpc for BFD library
|
|
#
|
|
|
|
[package]
|
|
name=bfd
|
|
version=1.0.6
|
|
|
|
[target]
|
|
units=bfd
|
|
examples=
|
|
|
|
[require]
|
|
package=rtl
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|