Xinqi Bao's Git
1 # See LICENSE file for copyright and license details.
6 MANPREFIX
= ${PREFIX}/share
/man
8 X11INC
= /usr
/X11R6
/include
9 X11LIB
= /usr
/X11R6
/lib
11 INCS
= -I.
-I
/usr
/include -I
${X11INC}
12 LIBS
= -L
/usr
/lib
-lc
-L
${X11LIB} -lX11
-lasound
14 CPPFLAGS
= -DVERSION
=\"${VERSION}\" -D_GNU_SOURCE
15 # -Wno-unused-function for routines not activated by user
16 CFLAGS
= -std
=c99
-pedantic
-Wno-unused-function
-Wall
-Wextra
-Os
${INCS} ${CPPFLAGS}