IMAKEFILE = xprog

HEADERS =\
	form_info.h \
	scrolls.h \
	xprism3.h

SRCS =\
	form_info.c \
	form_init.c \
	main_util.c \
	persp.c \
	run_answer.c \
	run_opts3.c \
	run_output.c \
	run_ovlay.c \
	run_xprism3.c \
	xp3_main.c

OBJS =\
	form_info.o \
	form_init.o \
	main_util.o \
	persp.o \
	run_answer.o \
	run_opts3.o \
	run_output.o \
	run_ovlay.o \
	run_xprism3.o \
	xp3_main.o

YFLAGS =

PROGRAM_NAME =\
	xprism3

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>
