mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 08:42:33 +02:00

serially with .NOTPARALLEL: -> currently parallel: rtl/darwin, packages/base, packages/base/httpd, packages/extra/univint, fcl, utils git-svn-id: trunk@6223 -
23 lines
199 B
Makefile
23 lines
199 B
Makefile
#
|
|
# Makefile.fpc for pthreads implementation
|
|
#
|
|
|
|
[package]
|
|
name=pthreads
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=pthreads
|
|
|
|
[require]
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|