assume glibc by default

This commit is contained in:
Matthias-Christian Ott 2008-06-10 18:00:15 +02:00
parent 5f28725471
commit 09fe1e22ce
1 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,11 @@ X11LIB = /usr/X11R6/lib
INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# glibc
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
#CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} ${CPPFLAGS}