Makefile.fpc 747 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Makefile.fpc for Free Pascal Amiga units Bindings
  3. #
  4. [package]
  5. name=amunits
  6. version=2.0.0
  7. [target]
  8. units=amigados amigaguide amigalib amigaprinter asl audio bootblock \
  9. bullet cd clipboard colorwheel commodities configregs configvars \
  10. console conunit datatypes diskfont expansion expansionbase \
  11. gadtools gameport gradientslider graphics hardblocks hardware \
  12. icon iffparse input inputevent intuition keyboard keymap layers \
  13. locale lowlevel nonvolatile parallel prefs prtbase prtgfx realtime \
  14. rexx romboot_base scsidisk serial tapedeck timer trackdisk translator \
  15. utility workbench exec
  16. [compiler]
  17. sourcedir=.
  18. includedir=../inc
  19. unitdir=../utilunits
  20. [install]
  21. fpcpackage=y
  22. [default]
  23. fpcdir=../../../../
  24. [rules]
  25. .NOTPARALLEL: