renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact

This commit is contained in:
Anselm R. Garbe
2007-08-12 12:46:08 +02:00
parent 2c6087e3d2
commit f6e41b0bc3
5 changed files with 15 additions and 16 deletions

View File

@ -20,8 +20,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = -s ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"