Makefile.fpc.fpcmake 243 B

1234567891011121314151617181920212223242526
  1. #
  2. # Makefile.fpc for pthreads implementation
  3. #
  4. [package]
  5. name=pthreads
  6. version=3.3.1
  7. [target]
  8. units=pthreads
  9. [require]
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../..
  14. [compiler]
  15. includedir=src
  16. sourcedir=src tests
  17. [rules]
  18. .NOTPARALLEL: