1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/devel/asl/files/Makefile.def
Thomas Gellekum 15810db631 Import of asl port. asl is an assembler for a wide range of
microcontrollers/-processors.
1997-06-20 08:13:47 +00:00

28 lines
804 B
Makefile

# -------------------------------------------------------------------------
# choose your compiler (must be ANSI-compliant!) and linker command, plus
# any additionally needed flags
LD = cc
LDFLAGS = -s
# -------------------------------------------------------------------------
# directories where binaries and includes should go during installation
BINDIR = ${PREFIX}/bin
INCDIR = ${PREFIX}/share/asl
# -------------------------------------------------------------------------
# language AS will speak to you
# implemented so far:
# lang_DE = german
# lang_EN = english
LANGRSC = lang_EN
# -------------------------------------------------------------------------
# character encoding to use (choose one of them)
# CHARSET = CHARSET_ASCII7
# CHARSET = CHARSET_IBM437
CHARSET = CHARSET_ISO8859_1