#include DESIGN_INCLUDE

OBJECT_TYPE = xvroutine

TOOLBOX_NAME = design

OBJECT_NAME = cantata

HEADERS = \
	cantata.h \
	form_info.h

CSRCS = \
	cantata.c \
	create.c \
	do_annotations.c \
	do_cantata.c \
	do_console.c \
	do_customize.c \
	do_files.c \
	do_finder.c \
	do_program.c \
	do_routines.c \
	do_variables.c \
	form_drv.c \
	form_info.c \
	form_init.c \
	globals.c \
	usage.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	cantata.o \
	create.o \
	do_annotations.o \
	do_cantata.o \
	do_console.o \
	do_customize.o \
	do_files.o \
	do_finder.o \
	do_program.o \
	do_routines.o \
	do_variables.o \
	form_drv.o \
	form_info.o \
	form_init.o \
	globals.o \
	usage.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = cantata

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

DEPLIBS = $(X_TOOLBOX_DEP_LIBRARIES) \
	  $(C_TOOLBOX_DEP_LIBRARIES)

#define HasCplusplusMain NO

#include <Kroutine.template>

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

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