aewl

diff config.mk @ 166:e0535db04dfe

removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
author arg@10ksloc.org
date Wed, 02 Aug 2006 16:46:59 +0200
parents c8db0a825775
children 697715541a25
line diff
     1.1 --- a/config.mk	Wed Aug 02 16:38:21 2006 +0200
     1.2 +++ b/config.mk	Wed Aug 02 16:46:59 2006 +0200
     1.3 @@ -3,9 +3,6 @@
     1.4  
     1.5  # Customize below to fit your system
     1.6  
     1.7 -# configheader
     1.8 -CONFIG = config.h
     1.9 -
    1.10  # paths
    1.11  PREFIX = /usr/local
    1.12  MANPREFIX = ${PREFIX}/share/man
    1.13 @@ -18,9 +15,9 @@
    1.14  LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
    1.15  
    1.16  # flags
    1.17 -CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\"
    1.18 +CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
    1.19  LDFLAGS = ${LIBS}
    1.20 -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\"
    1.21 +#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
    1.22  #LDFLAGS = -g ${LIBS}
    1.23  
    1.24  # compiler