6 MANPREFIX
= ${PREFIX}/share
/man
8 X11INC
= /usr
/X11R6
/include
9 X11LIB
= /usr
/X11R6
/lib
11 # Xinerama, comment if you don't want it
12 XINERAMALIBS
= -lXinerama
13 XINERAMAFLAGS
= -DXINERAMA
16 FREETYPELIBS
= -lfontconfig
-lXft
17 FREETYPEINC
= /usr
/include/freetype2
19 #FREETYPEINC = ${X11INC}/freetype2
22 INCS
= -I
${X11INC} -I
${FREETYPEINC}
23 LIBS
= -L
${X11LIB} -lX11
${XINERAMALIBS} ${FREETYPELIBS}
26 CPPFLAGS
= -D_DEFAULT_SOURCE
-D_BSD_SOURCE
-D_XOPEN_SOURCE
=700 -D_POSIX_C_SOURCE
=200809L -DVERSION
=\"${VERSION}\" ${XINERAMAFLAGS}
27 CFLAGS
= -std
=c99
-pedantic
-Wall
-Os
${INCS} ${CPPFLAGS}