]> git.pld-linux.org Git - packages/asl.git/commitdiff
- Makefile.def for asl package PLD_1_0_freez
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Jan 2001 00:03:56 +0000 (00:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asl-Makefile.def -> 1.1

asl-Makefile.def [new file with mode: 0644]

diff --git a/asl-Makefile.def b/asl-Makefile.def
new file mode 100644 (file)
index 0000000..7546d28
--- /dev/null
@@ -0,0 +1,24 @@
+# -------------------------------------------------------------------------
+# choose your compiler (must be ANSI-compliant!) and linker command, plus
+# any additionally needed flags
+
+CC = gcc
+LD = gcc
+CFLAGS = $(OPTFLAGS) -Wall -D$(ARCH) -D__linux__
+# -------------------------------------------------------------------------
+# directories where binaries, includes, and manpages should go during
+# installation
+
+PREFIX = /usr
+BINDIR = $(PREFIX)/bin
+INCDIR = $(PREFIX)/include/asl
+MANDIR = $(PREFIX)/share/man
+LIBDIR = $(PREFIX)/lib/asl
+DOCDIR = $(PREFIX)/share/doc/asl-1.41r8
+
+# -------------------------------------------------------------------------
+# character encoding to use (choose one of them)
+
+CHARSET = CHARSET_ISO8859_1
+# CHARSET = CHARSET_ASCII7
+# CHARSET = CHARSET_IBM437
This page took 0.04505 seconds and 4 git commands to generate.