Xinqi Bao's Git
9857f93c677bad6c698e18825fa1fd195fc80ac9
1 # Customize to fit your system
5 CONFPREFIX
= ${PREFIX}/etc
6 MANPREFIX
= ${PREFIX}/share
/man
8 X11INC
= /usr
/X11R6
/include
9 X11LIB
= /usr
/X11R6
/lib
14 LIBS
= -L
${PREFIX}/lib
-L
/usr
/lib
-lc
-lm
-L
${X11LIB} -lX11
17 CFLAGS
= -Os
-I.
-I
${PREFIX}/include -I
/usr
/include -I
${X11INC} \
18 -DVERSION
=\"${VERSION}\"
20 #CFLAGS += -W -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef -Wsign-compare -Wmissing-prototypes -Wredundant-decls
22 #CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
23 # -DVERSION=\"${VERSION}\"
27 #CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\"
28 #LIBS += -lnsl -lsocket