mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-30 12:22:44 +02:00

serially with .NOTPARALLEL: -> currently parallel: rtl/darwin, packages/base, packages/base/httpd, packages/extra/univint, fcl, utils git-svn-id: trunk@6223 -
26 lines
227 B
Makefile
26 lines
227 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=../../..
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|