Xinqi Bao's Git
4 MANPREFIX
= ${PREFIX}/share
/man
6 X11INC
= /usr
/X11R6
/include
7 X11LIB
= /usr
/X11R6
/lib
9 INCS
= -I.
-I
/usr
/include -I
${X11INC}
10 LIBS
= -L
/usr
/lib
-lc
-L
${X11LIB} -lX11
-lasound
13 CPPFLAGS
= -DVERSION
=\"${VERSION}\" -D_GNU_SOURCE
14 CFLAGS
= -std
=c99
-pedantic
-Wno-unused-function
-Wall
-Wextra
-Os
${INCS} ${CPPFLAGS}