#include DESIGN_INCLUDE

OBJECT_TYPE = xvroutine

TOOLBOX_NAME = design

OBJECT_NAME = runwksp

HEADERS = \
	runwksp.h

CSRCS = \
	create.c \
	runwksp.c \
	usage.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	create.o \
	runwksp.o \
	usage.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = runwksp

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