1234567891011121314151617181920212223242526 |
- #
- # Makefile.fpc for pthreads implementation
- #
- [package]
- name=pthreads
- version=3.3.1
- [target]
- units=pthreads
- [require]
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [compiler]
- includedir=src
- sourcedir=src tests
- [rules]
- .NOTPARALLEL:
|