updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / ii-hg / config.mk
blob5e122a47bd7208e7a6c9e1cc8fb0e3b9721181c2
1 # Customize to fit your system
3 # paths
4 PREFIX = /usr
5 BINDIR = ${PREFIX}/bin
6 MANDIR = ${PREFIX}/share/man
7 MAN1DIR = ${MANDIR}/man1
8 DOCDIR = ${PREFIX}/share/doc/ii
10 # Set the following to install to a different root
11 DESTDIR =
13 INCDIR = ${PREFIX}/include
14 LIBDIR = ${PREFIX}/lib
15 VERSION = 1.4
17 # includes and libs
18 INCLUDES = -I. -I${INCDIR} -I/usr/include
19 LIBS = -L${LIBDIR} -L/usr/lib -lc
20 # uncomment and comment other variables for compiling on Solaris
21 #LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
22 #CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\"
24 # compiler
25 CC = cc
26 CFLAGS = -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"
27 LDFLAGS = ${LIBS}