Makefile.fpc.fpcmake 405 B

12345678910111213141516171819202122232425
  1. #
  2. # Makefile.fpc for Free Pascal MorphOS units Bindings
  3. #
  4. [package]
  5. name=morphunits
  6. version=3.1.1
  7. [target]
  8. units= aboxlib agraphics ahi amigados asl clipboard datatypes exec get9 \
  9. hardware inputevent intuition keymap kvm layers mui muihelper timer \
  10. tinygl utility iffparse
  11. [compiler]
  12. includedir=src
  13. sourcedir=src
  14. [install]
  15. fpcpackage=y
  16. [default]
  17. fpcdir=../..
  18. [rules]
  19. .NOTPARALLEL: