mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 10:41:40 +02:00
19 lines
175 B
Makefile
19 lines
175 B
Makefile
#
|
|
# Makefile.fpc for pthreads implementation
|
|
#
|
|
|
|
[package]
|
|
name=pthreads
|
|
version=1.9.4
|
|
|
|
[target]
|
|
units=pthreads
|
|
|
|
[require]
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|