Makefile.fpc 227 B

12345678910111213141516171819202122232425
  1. #
  2. # Makefile.fpc for libc binding
  3. #
  4. [package]
  5. name=libc
  6. version=2.2.0
  7. [target]
  8. units=kerneldefs kernelioctl libc
  9. [require]
  10. libc=y
  11. [install]
  12. fpcpackage=y
  13. [default]
  14. fpcdir=../../..
  15. [shared]
  16. build=n
  17. [rules]
  18. .NOTPARALLEL: