e3a5d28
--- Makefile.def.orig	2007-05-19 19:18:26.000000000 -0700
e3a5d28
+++ Makefile.def	2007-05-19 19:22:59.000000000 -0700
e3a5d28
@@ -0,0 +1,29 @@
e3a5d28
+# -------------------------------------------------------------------------
e3a5d28
+# choose your compiler (must be ANSI-compliant!) and linker command, plus
e3a5d28
+# any additionally needed flags
e3a5d28
+
e3a5d28
+CC = gcc
e3a5d28
+LD = gcc
e3a5d28
+CFLAGS = -g -O2 -Wall
e3a5d28
+LDFLAGS = -g
e3a5d28
+
e3a5d28
+TARG_OBJEXTENSION = .o
e3a5d28
+
e3a5d28
+HOST_OBJEXTENSION = $(TARG_OBJEXTENSION)
e3a5d28
+
e3a5d28
+# -------------------------------------------------------------------------
e3a5d28
+# directories where binaries, includes, and manpages should go during
e3a5d28
+# installation
e3a5d28
+
e3a5d28
+BINDIR = /usr/bin
e3a5d28
+INCDIR = /usr/share/asl/include
e3a5d28
+MANDIR = /usr/share/man
e3a5d28
+LIBDIR = /usr/share/asl/lib
e3a5d28
+DOCDIR = doc
e3a5d28
+
e3a5d28
+# -------------------------------------------------------------------------
e3a5d28
+# character encoding to use (choose one of them)
e3a5d28
+
e3a5d28
+CHARSET = CHARSET_ISO8859_1
e3a5d28
+# CHARSET = CHARSET_ASCII7
e3a5d28
+# CHARSET = CHARSET_IBM437