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