Xinqi Bao's Git
84403222cd73bdebddef1012fed827198070da23
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
18 CFLAGS
= -Os
${INCS} -DVERSION
=\"${VERSION}\"
20 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"