#define DoNotAutoUpdate
IMAKEFILE = xprog

HEADERS =\
	example1.h \
	form_info.h

SRCS =\
	example1.c \
	form_info.c \
	form_init.c \
	lexample1.c \
	run_example1.c

OBJS =\
	example1.o \
	form_info.o \
	form_init.o \
	lexample1.o \
	run_example1.o

PROGRAM_NAME =\
	example1

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

DEPLIBS = \
	$(X_LOCAL_DEP_LIBRARIES) \
	$(LOCAL_DEP_LIBRARIES)

DSPLLIB = /* lack of dspllib so that parsers don't clash */
DEPENDDSPLLIB = /* ditto */

/* 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>
