Makefile.fpc 227 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for UTmp Unit
  3. #
  4. [package]
  5. name=utmp
  6. version=2.2.2
  7. [target]
  8. units=utmp
  9. examples=testutmp
  10. [install]
  11. fpcpackage=y
  12. [compiler]
  13. includedir=src
  14. sourcedir=src tests
  15. [default]
  16. fpcdir=../..
  17. [rules]
  18. .NOTPARALLEL: