#include DIP_INCLUDE

OBJECT_TYPE = xvroutine

TOOLBOX_NAME = dip
OBJECT_NAME = dispimage

HEADERS = \
	dispimage.h

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

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

BINARY_NAME = dispimage

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

DEPLIBS = $(X_TOOLBOX_DEP_LIBRARIES) \
	  $(X_LOCAL_DEP_LIBRARIES) \
	  $(C_TOOLBOX_DEP_LIBRARIES) \
	  $(BOOTSTRAP_DEP_LIBRARIES)


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

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

#define HasCplusplusMain NO

#include <Kroutine.template>
