##################### KLONE CONFIG FILE ######################################
#: Machines under LINUX (Intel PC clones)
                    # defines this to the binary type: sun4, sun4solaris...
MACHINE_TYPE   =    linux
                    # default path for looking for klone files
KLONEPATH      ="\".:~/kl:/usr/local/lib/klone\""
                    # system-needed libraries
LIBS           = -ldl
                    # compilation flags , -O or -g
FLAGS	       = -O
                    # name (absolute or relative) of the compiler: cc, /bin/cc
C_COMPILER     = gcc -ansi
                    # various defines:
DEFINES        = -DLINUX -DDO_NOT_REDEFINE_MALLOC -DKLDLOAD \
                 -D_GNU_SOURCE  -DFUNCPROTO=15 -DNARROWPROTO   
                    # other linker -specific flags
LFLAGS         = -rdynamic
                    # unix command to apply to executable after link 
POSTPROCESSING = :
