IMAKEFILE = xprog

HEADERS =\
	Viewport.h \
	ViewportP.h \
	cantata.h \
	routines.h \
	structs.h

SRCS =\
	Viewport.c \
	attributes.c \
	autorun.c \
	blink.c \
	build.c \
	callbacks.c \
	cantata.c \
	check.c \
	clipboard.c \
	connection.c \
	control.c \
	control_util.c \
	create.c \
	createglyph.c \
	creatework.c \
	distribute.c \
	environment.c \
	error.c \
	exit.c \
	files.c \
	find.c \
	forms.c \
	glyph.c \
	glyphlist.c \
	info.c \
	lcantata.c \
	menu.c \
	negotiator.c \
	nodelist.c \
	optional.c \
	restore.c \
	routines.c \
	run.c \
	save.c \
	subform.c \
	update.c \
	util.c \
	variables.c \
	workspace.c

OBJS =\
	Viewport.o \
	attributes.o \
	autorun.o \
	blink.o \
	build.o \
	callbacks.o \
	cantata.o \
	check.o \
	clipboard.o \
	connection.o \
	control.o \
	control_util.o \
	create.o \
	createglyph.o \
	creatework.o \
	distribute.o \
	environment.o \
	error.o \
	exit.o \
	files.o \
	find.o \
	forms.o \
	glyph.o \
	glyphlist.o \
	info.o \
	lcantata.o \
	menu.o \
	negotiator.o \
	nodelist.o \
	optional.o \
	restore.o \
	routines.o \
	run.o \
	save.o \
	subform.o \
	update.o \
	util.o \
	variables.o \
	workspace.o

YFLAGS =

PROGRAM_NAME =\
	cantata

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>
