mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 05:18:12 +02:00
36 lines
581 B
Makefile
36 lines
581 B
Makefile
#
|
|
# 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:
|