##################### KLONE CONFIG FILE ######################################
#: SparcStations under SUNOS 4.x, debug mode
                    # defines this to the binary type: sun4, sun4solaris...
MACHINE_TYPE   =    sun4
                    # default path for looking for klone files
KLONEPATH      ="\".:~/kl:SRC/kl:/usr/local/lib/klone\""
                    # system-needed libraries
LIBS           =
                    # compilation flags , -O or -g
FLAGS	       = -g 
                    # name (absolute or relative) of the compiler: cc, /bin/cc
C_COMPILER     = gcc
                    # various defines:
DEFINES        = -DDEBUG2 -DMALLOCDEBUG0 -DMLEAK -DVOID_SIGNALS -DKLDLOAD \
		 -DWPPB -DKLEXO -DNO_STRERROR -DNO_SIZE_T
                    # other linker -specific flags
LFLAGS         = 
                    # unix command to apply to executable after link 
POSTPROCESSING = :
EXTRA_OBJS     = klwppb.o kl_exo.o
