#define DoNotAutoUpdate

IMAKEFILE = lib

SRCS =\
	actions.c \
	adjust.c \
	callbacks.c \
	change.c \
	cleanup.c \
	collect.c \
	createform.c \
	createtree.c \
	createwid.c \
	db_util.c \
	deparser.c \
	form_list.c \
	form_util.c \
	init.c \
	jp.c \
	jp_playback.c \
	jp_record.c \
	jp_util.c \
	manip.c \
	parser.c \
	runform.c \
	search.c \
	set.c \
	signal.c \
	system.c \
	wid_util.c

#define UnsharedObjs
UNSHAREDOBJS =\
	init.o

OBJS =\
	actions.o \
	adjust.o \
	callbacks.o \
	change.o \
	cleanup.o \
	collect.o \
	createform.o \
	createtree.o \
	createwid.o \
	db_util.o \
	deparser.o \
	form_list.o \
	form_util.o \
	jp.o \
	jp_playback.o \
	jp_record.o \
	jp_util.o \
	manip.o \
	parser.o \
	runform.o \
	search.o \
	set.o \
	signal.o \
	system.o \
	wid_util.o

FSRCS =

FOBJS =

HEADERS =\
	actions.h \
	deparser.h \
	form_list.h \
	form_signal.h \
	forms.h \
	jp.h \
	parser.h \
	trans_tables.h

LIBRARY_NAME =\
	xvforms

/* the following field are intentionally left commented.  Use the flags       */
/* if you wish to override the defaults assigned in the system configuration  */
/* files.								      */

/* INCLUDES = */

/* CDEBUGFLAGS = */

#include <Lib.template>
