#include <example_toolbox.def>

IMAKEFILE = xprog

TOOLBOX =\
	example_toolbox

HEADERS =\
	Viewport.h \
	ViewportP.h \
	example2.h \
	form_info.h

SRCS =\
	Viewport.c \
	example2.c \
	form_info.c \
	form_init.c \
	lexample2.c \
	run_example2.c

OBJS =\
	Viewport.o \
	example2.o \
	form_info.o \
	form_init.o \
	lexample2.o \
	run_example2.o

PROGRAM_NAME =\
	example2

LDLIBS = \
	$(X_TOOLBOX_LIBRARIES) \
	$(X_LOCAL_LIBRARIES) \
        $(TOOLBOX_LIBRARIES) \
        $(LOCAL_LIBRARIES) \
        $(EXTRA_LIBRARIES) \
        $(SYS_LIBRARIES) \
	$(X_LIBRARIES) 

DEPLIBS = \
	$(X_TOOLBOX_DEP_LIBRARIES) \
	$(X_LOCAL_DEP_LIBRARIES) \
	$(TOOLBOX_DEP_LIBRARIES) \
	$(LOCAL_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 LOCAL_LIBRARIES   */
/* and EXTRA_LIBRARIES                                                        */

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

#include <Prog.template>
