ii/config.mk
nion@noname bcda412c5d Nico Golde <nion@wmii.de>
some modifications to prepare -rc2 release
2005-12-21 22:00:31 +01:00

19 lines
405 B
Makefile

# Customize to fit your system
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
INCDIR = ${PREFIX}/include
LIBDIR = ${PREFIX}/lib
VERSION = 1-rc2
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include
LIBS = -L${LIBDIR} -L/usr/lib -lc
# compiler
CC = cc
CFLAGS = -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}