comparison config.mk @ 51:035617ee18d1

new stuff
author Anselm R. Garbe <garbeam@wmii.de>
date Thu, 13 Jul 2006 19:55:07 +0200
parents cd30cce52b78
children fcbf7213d96f
comparison
equal deleted inserted replaced
50:148f25ed0ad7 51:035617ee18d1
9 X11LIB = /usr/X11R6/lib 9 X11LIB = /usr/X11R6/lib
10 10
11 VERSION = 0.0 11 VERSION = 0.0
12 12
13 # includes and libs 13 # includes and libs
14 LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11 14 LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
15 15
16 # Linux/BSD 16 # Linux/BSD
17 CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ 17 CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
18 -DVERSION=\"${VERSION}\" 18 -DVERSION=\"${VERSION}\"
19 LDFLAGS = -g ${LIBS} 19 LDFLAGS = -g ${LIBS}