Makefile.fpc.fpcmake 450 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Makefile.fpc for Hermes
  3. #
  4. [package]
  5. name=hermes
  6. version=2.7.1
  7. [target]
  8. units=hermes
  9. [compiler]
  10. options_i386_linux=-dI386_ASSEMBLER
  11. options_i386_win32=-dI386_ASSEMBLER
  12. options_i386_go32v2=-dI386_ASSEMBLER
  13. options_i386_freebsd=-dI386_ASSEMBLER
  14. options_i386_haiku=-dI386_ASSEMBLER
  15. options_i386_beos=-dI386_ASSEMBLER
  16. unitdir=
  17. targetdir=.
  18. includedir=src
  19. sourcedir=src tests
  20. [install]
  21. fpcpackage=y
  22. [default]
  23. fpcdir=../..
  24. [rules]
  25. .NOTPARALLEL: