Mercurial > aewl
view config.mk @ 131:65efe27cbf3d
preparing 0.6 which will be available in the evening after sanders patch approx.
author | arg@10ksloc.org |
---|---|
date | Fri, 21 Jul 2006 09:39:44 +0200 |
parents | 1480e19f6377 |
children | eb8580a97d56 |
line wrap: on
line source
# Customize to fit your system # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib VERSION = 0.6 # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 # Linux/BSD CFLAGS = -O3 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ -DVERSION=\"${VERSION}\" LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ # -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\" #LIBS += -lnsl -lsocket AR = ar cr CC = cc RANLIB = ranlib