]> git.pld-linux.org Git - packages/asl.git/blob - asl-Makefile.def
- added url
[packages/asl.git] / asl-Makefile.def
1 # -------------------------------------------------------------------------
2 # choose your compiler (must be ANSI-compliant!) and linker command, plus
3 # any additionally needed flags
4
5 CC = gcc
6 LD = gcc
7 CFLAGS = $(OPTFLAGS) -Wall -D$(ARCH) -D__linux__
8 # -------------------------------------------------------------------------
9 # directories where binaries, includes, and manpages should go during
10 # installation
11
12 PREFIX = /usr
13 BINDIR = $(PREFIX)/bin
14 INCDIR = $(PREFIX)/include/asl
15 MANDIR = $(PREFIX)/share/man
16 LIBDIR = $(PREFIX)/lib/asl
17 DOCDIR = $(PREFIX)/share/doc/asl-1.41r8
18
19 # -------------------------------------------------------------------------
20 # character encoding to use (choose one of them)
21
22 CHARSET = CHARSET_ISO8859_1
23 # CHARSET = CHARSET_ASCII7
24 # CHARSET = CHARSET_IBM437
This page took 0.064714 seconds and 3 git commands to generate.