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
17 # uncomment manualy your system if compilation fail
18 SYSTEM
= -D
`uname | tr a-z A-Z`
24 CPPFLAGS
= -DVERSION
=\"${VERSION}\" ${SYSTEM}
25 CFLAGS
= -std
=c99
-pedantic
-Wall
-Os
${INCS} ${CPPFLAGS}