Makefile.fpc.fpcmake 302 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Makefile.fpc for Users bindings
  3. #
  4. [package]
  5. name=users
  6. version=3.3.1
  7. [target]
  8. units=grp pwd users
  9. units_linux=shadow crypth
  10. exampledirs=examples
  11. [require]
  12. libc=y
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../..
  17. [compiler]
  18. includedir=src
  19. sourcedir=src
  20. [shared]
  21. build=n
  22. [rules]
  23. .NOTPARALLEL: