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