#include MIGRATION_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = migration

OBJECT_NAME = ghost

HEADERS = \
	internals.h

CSRCS = \
	config.c \
	keynames.c \
	readprog.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	config.o \
	keynames.o \
	readprog.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = ghost

#include <Library.template>

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

/* STD_INCLUDES = */
/* LIBCDEBUGFLAGS = */
