# HG changeset patch # User markus schnalke # Date 1332007635 -3600 # Node ID 49a283c22ef4b114ef9f45275ab6265b83a894dc # Parent f1e806b346974679274f480a20a42db2fa35ca1c Adjusted paths for Crux and disabled debug compile flags. diff -r f1e806b34697 -r 49a283c22ef4 config.mk --- a/config.mk Mon Sep 05 23:05:08 2011 +0200 +++ b/config.mk Sat Mar 17 19:07:15 2012 +0100 @@ -7,15 +7,15 @@ PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib +X11INC = /usr/include/X11 +X11LIB = /usr/lib # includes and libs INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags -DEBUG = -Wall -Wpointer-arith -Wstrict-prototypes -O2 -W -pedantic +#DEBUG = -Wall -Wpointer-arith -Wstrict-prototypes -O2 -W CFLAGS = ${INCS} -DVERSION=\"${VERSION}\" ${DEBUG} LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"