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
-lasound
18 CPPFLAGS
= -DVERSION
=\"${VERSION}\"
19 CFLAGS
= -g
-std
=c99
-pedantic
-Wall
-O0
${INCS} ${CPPFLAGS}
20 #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
25 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"