#include MIGRATION_INCLUDE

OBJECT_TYPE = kroutine

TOOLBOX_NAME = migration

OBJECT_NAME = dbcnvrt

HEADERS = \
	dbcnvrt.h \
	dbm.h \
	ksdbm.h

CSRCS = \
	Guido.c \
	convert.c \
	dbcnvrt.c \
	kdbm.c \
	usage.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	Guido.o \
	convert.o \
	dbcnvrt.o \
	kdbm.o \
	usage.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = dbcnvrt

LDLIBS = $(KHOROSLDOPTION) \
	 $(C_TOOLBOX_LIBRARIES) \
	 $(SYSTEMLDOPTION) \
	 $(EXTRA_LIBRARIES) \
	 $(SYS_LIBRARIES)

DEPLIBS = $(C_TOOLBOX_DEP_LIBRARIES)

#define HasCplusplusMain NO
#define HasFortranDependence NO

#include <Kroutine.template>

/* 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 EXTRA_LIBRARIES */

/* CDEBUGFLAGS = */
/* STD_INCLUDES = */
