#include DESIGN_INCLUDE

OBJECT_TYPE = xvroutine

TOOLBOX_NAME = design

OBJECT_NAME = guise

HEADERS = \
	form_info.h \
	guise.h

CSRCS = \
	compare.c \
	create_util.c \
	displayed.c \
	do_control.c \
	do_create.c \
	do_special.c \
	do_toggle.c \
	form_drv.c \
	form_info.c \
	form_init.c \
	globals.c \
	gui_util.c \
	guise.c \
	init.c \
	usage.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	compare.o \
	create_util.o \
	displayed.o \
	do_control.o \
	do_create.o \
	do_special.o \
	do_toggle.o \
	form_drv.o \
	form_info.o \
	form_init.o \
	globals.o \
	gui_util.o \
	guise.o \
	init.o \
	usage.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = guise

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