1##	Include this file by all child Makefiles
2
3# The following line may be deleted if using any other compiler than Watcom C.
4export WPP386=-xs
5
6CLEANFILES = *~ *.wav core gmon.out matlab.in tmp.0* dmalloc hackfile \
7		profile.log said.* 0\?tmp DEADJOE *.old *.local \
8		epostwk.txt epostwk.sgml epos.sgml epos.txt epos.dvi \
9		epos-?.html epos.html
10AM_CXXFLAGS = -w -DEPOS -ggdb -DBASE_DIR=$(pkgdatadir) $(OTHER_CXXFLAGS) $(CONFIGURED_CXXFLAGS)
11AM_YFLAGS = -d -t
12AM_LDFLAGS = -L$(libdir)
13AM_CPPFLAGS = -I$(srcdir)/..
14
15.DELETE_ON_ERROR:
16