IMAKEFILE = xprog

HEADERS =\
	form_info.h \
	xprism2.h

SRCS =\
	axes2.c \
	form_info.c \
	form_init.c \
	main_util.c \
	run_answer.c \
	run_opts2.c \
	run_output.c \
	run_ovlay.c \
	run_xprism2.c \
	xp2_main.c

OBJS =\
	axes2.o \
	form_info.o \
	form_init.o \
	main_util.o \
	run_answer.o \
	run_opts2.o \
	run_output.o \
	run_ovlay.o \
	run_xprism2.o \
	xp2_main.o

YFLAGS =

PROGRAM_NAME =\
	xprism2

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

DEPLIBS = \
	$(X_LOCAL_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 = */
/* INCLUDES = */

#include <Prog.template>
