Xinqi Bao's Git
4 # Customize below to fit your system
8 MANPREFIX
= ${PREFIX}/share
/man
10 X11INC
= /usr
/X11R6
/include
11 X11LIB
= /usr
/X11R6
/lib
14 INCS
= -I.
-I
/usr
/include -I
${X11INC}
15 LIBS
= -L
/usr
/lib
-lc
-L
${X11LIB} -lX11
-lutil
18 CPPFLAGS
= -DVERSION
=\"${VERSION}\"
19 CFLAGS
+= -std
=c99
-pedantic
-Wall
-Os
${INCS} ${CPPFLAGS}