aboutsummaryrefslogtreecommitdiffstats
path: root/devel/asl/files/Makefile.def
blob: 8c1ff77cba82a65c577bbadea88d4feed680d5a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -------------------------------------------------------------------------
# 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
LIBDIR = ${PREFIX}/share/asl
MANDIR = ${PREFIX}/man
DOCDIR =

# -------------------------------------------------------------------------
# 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