IMAKEFILE = lib

SRCS =\
	config.c \
	getproginfo.c \
	keynames.c \
	readkraft.c \
	readprog.c \
	texted.c \
	writeprog.c

OBJS =\
	config.o \
	getproginfo.o \
	keynames.o \
	readkraft.o \
	readprog.o \
	texted.o \
	writeprog.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	ghost

/* the following field are intentionally left commented.  Use the flags       */
/* if you wish to override the defaults assigned in the system configuration  */
/* files.								      */

/* INCLUDES = */

/* CDEBUGFLAGS = */

#include <Lib.template>
