#  -*-Makefile-*-


#  This is the version of the make utility you wish to use.
#  On some systems (BSD?) you might want this to be gmake.
#MAKE=gmake
MAKE=make


VERSION=1.0.2

CUR_DATE=`date '+%y.%m.%d'`

ifeq "${PLATFORM}" ""
   PLATFORM=x86
endif

## You may need to change this linux/include part.
CCFLAGS = -g -D_GNU_SOURCE -Wall -I${HOME}/linux/include
LDLIBS = # -lm #-lnsl # -lsocket
