aewl

changeset 783:49a283c22ef4

Adjusted paths for Crux and disabled debug compile flags.
author markus schnalke <meillo@marmaro.de>
date Sat, 17 Mar 2012 19:07:15 +0100
parents f1e806b34697
children f259785bac44
files config.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/config.mk	Mon Sep 05 23:05:08 2011 +0200
     1.2 +++ b/config.mk	Sat Mar 17 19:07:15 2012 +0100
     1.3 @@ -7,15 +7,15 @@
     1.4  PREFIX = /usr/local
     1.5  MANPREFIX = ${PREFIX}/share/man
     1.6  
     1.7 -X11INC = /usr/X11R6/include
     1.8 -X11LIB = /usr/X11R6/lib
     1.9 +X11INC = /usr/include/X11
    1.10 +X11LIB = /usr/lib
    1.11  
    1.12  # includes and libs
    1.13  INCS = -I. -I/usr/include -I${X11INC}
    1.14  LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
    1.15  
    1.16  # flags
    1.17 -DEBUG = -Wall -Wpointer-arith -Wstrict-prototypes -O2 -W -pedantic
    1.18 +#DEBUG = -Wall -Wpointer-arith -Wstrict-prototypes -O2 -W
    1.19  CFLAGS =  ${INCS} -DVERSION=\"${VERSION}\" ${DEBUG}
    1.20  LDFLAGS = ${LIBS}
    1.21  #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"