:
##
## Can have Make-style "var=val" arguments to override the variables
## below. Also "make=options" to add additioal options to make.
##
## To make the server, try
##	jmake EXTRA=-DSERVER_CONFIG
##

CC=gcc2
CFLAGS_EXTRA=-I/usr/local/lib/gcc-lib/m88k-omron-luna/latest/include

#OTHERLIBS=/mach1/jfriedl/dbmalloc/libdbmalloc.a -lmach
#OTHERLIBS=-lmach
KIBISHII=-DKIBHISHII_DEBUG
gcc=gcc2
warn=1
kibishii=1
pedantic=1
debug=1
#md=1
MANPAGE_WIDTH=-r195

#############################################################################
## allow to be changed on jmake command line
eval $@
export OTHERLIBS
export KIBISHII
export CFLAGS_EXTRA
export MANPAGE_WIDTH
export EXTRA

gmake -k $make CC="$CC" gcc="$gcc" warn="$warn" debug="$debug" md="$md"\
	kibishii="$kibishii" pedantic="$pedantic" 2>&1| sed \
	-e '/^\//d' \
	-e '/ included from /d' \
	-e '/^ *from /d'

