Makefile.fpc 401 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for Free Pascal Amiga units Bindings
  3. #
  4. [package]
  5. name=amunits
  6. version=3.0.4
  7. [target]
  8. units=amigautils consoleio deadkeys doublebuffer easyasl hisoft \
  9. linklist longarray msgbox pastoc pcq systemvartags \
  10. tagsarray timerutils vartags wbargs
  11. [compiler]
  12. sourcedir=.
  13. includedir=../inc
  14. unitdir=../units
  15. [install]
  16. fpcpackage=y
  17. [default]
  18. fpcdir=../../../../
  19. [rules]
  20. .NOTPARALLEL: