#include <Toolbox.def>

IMAKEFILE = prog

HEADERS =\
	imkmf.h

SRCS =\
	bld_list.c \
	do_imkmf.c \
	get_line.c \
	get_token.c \
	imkmf.c \
	make.c \
	myexit.c \
	myopen.c \
	project.c \
	replace.c \
	update.c

OBJS =\
	bld_list.o \
	do_imkmf.o \
	get_line.o \
	get_token.o \
	imkmf.o \
	make.o \
	myexit.o \
	myopen.o \
	project.o \
	replace.o \
	update.o

YSRCS =

PROGRAM_NAME =\
	imkmf

LDLIBS = \
	$(LOCAL_LIBRARIES) \
	$(EXTRA_LIBRARIES) \
	$(SYS_LIBRARIES)

DEPLIBS = \
	$(LOCAL_DEP_LIBRARIES)

/* the following field are intentionally left commented.  Use the flags     */
/* if you wish to override the defaults assign in the system configuration  */
/* files.   Other fields may also be overridden such as the LOCAL_LIBRARIES */
/* and EXTRA_LIBRARIES							    */

/* CDEBUGFLAGS = */

/* STD_INCLUDES = */


#include <Prog.template>
