mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 05:10:34 +01:00
20 lines
186 B
Makefile
20 lines
186 B
Makefile
#
|
|
# Makefile.fpc for libc binding
|
|
#
|
|
|
|
[package]
|
|
name=libc
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=kerneldefs kernelioctl libc
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|