1234567891011121314151617181920212223242526272829303132333435 |
- #
- # Makefile.fpc for Hermes
- #
- [package]
- name=hermes
- version=3.3.1
- [target]
- units=hermes
- [compiler]
- #options_i386_linux=-dI386_ASSEMBLER
- #options_i386_win32=-dI386_ASSEMBLER
- #options_i386_go32v2=-dI386_ASSEMBLER
- #options_i386_freebsd=-dI386_ASSEMBLER
- #options_i386_haiku=-dI386_ASSEMBLER
- #options_i386_beos=-dI386_ASSEMBLER
- #options_x86_64_linux=-dX86_64_ASSEMBLER
- #options_x86_64_win64=-dX86_64_ASSEMBLER
- #options_x86_64_freebsd=-dX86_64_ASSEMBLER
- unitdir=
- targetdir=.
- includedir=src
- sourcedir=src tests
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|