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