IMAKEFILE = xprog

HEADERS =\
	composer.h \
	form_info.h \
	globals.h

SRCS =\
	active.c \
	composer.c \
	fill_pane.c \
	form_info.c \
	form_init.c \
	gather.c \
	init_lines.c \
	lcomposer.c \
	run.c \
	work.c

OBJS =\
	active.o \
	composer.o \
	fill_pane.o \
	form_info.o \
	form_init.o \
	gather.o \
	init_lines.o \
	lcomposer.o \
	run.o \
	work.o

YFLAGS =

PROGRAM_NAME =\
	composer

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>
