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