--- /dev/null
+mostlyclean:
+ rm -f *.o core
+
+clean: mostlyclean
+ rm -f $(PROGRAMS) $(LIBRARIES) $(CLEANFILES)
+
+distclean: clean
+ rm -f Makefile
+
+realclean: distclean
+ rm -f TAGS
--- /dev/null
+CC = @CC@
+LEX = @LEX@
+YACC = @YACC@
+DEFS = @DEFS@
+CFLAGS = @CFLAGS@
+
+.SUFFIXES:
+.SUFFIXES: .c .o
+.c.o:
+ $(CC) -c $(DEFS) $(CPPFLAGS) $(CFLAGS) $<
--- /dev/null
+mostlyclean:
+ rm -f *.o core
+
+clean: mostlyclean
+ rm -f $(PROGRAMS) $(LIBRARIES) $(CLEANFILES)
+
+distclean: clean
+ rm -f Makefile
+
+realclean: distclean
+ rm -f TAGS
--- /dev/null
+CC = @CC@
+LEX = @LEX@
+YACC = @YACC@
+DEFS = @DEFS@
+CFLAGS = @CFLAGS@
+
+.SUFFIXES:
+.SUFFIXES: .c .o
+.c.o:
+ $(CC) -c $(DEFS) $(CPPFLAGS) $(CFLAGS) $<
--- /dev/null
+lib@LIBRARY@.a: $(@LIBRARY@_OBJECTS)
+ rm -f lib@LIBRARY@.a
+ $(AR) cru lib@LIBRARY@.a $(@LIBRARY@_OBJECTS)
+ $(RANLIB) lib@LIBRARY@.a
--- /dev/null
+@PROGRAM@: @PROGRAM@_OBJECTS
--- /dev/null
+# For the justification of the following Makefile rules, see node
+# `Automatic Remaking' in GNU Autoconf documentation.
+Makefile: Makefile.in config.status
+ CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
+config.status: configure
+ ./config.status --recheck
+configure: configure.in aclocal.m4
+ cd $(srcdir); autoconf
+
+${CONFIG_HEADER}: stamp-h
+stamp-h: ${CONFIG_HEADER}.in config.status
+ CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status
+${CONFIG_HEADER}.in: stamp-h.in
+stamp-h.in: configure.in aclocal.m4 ac${CONFIG_HEADER}
+ cd $(srcdir); autoheader
+ date > $(srcdir)/stamp-h.in
--- /dev/null
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+
+@SET_MAKE@
+
+all install install-info uninstall check tags TAGS info dvi:
+ for subdir in $(SUBDIRS); do \
+ echo making $@ in $$dir ; \
+ (cd $$subdir; $(MAKE) $@); \
+ done
+
+mostlyclean: mostlyclean-recursive mostlyclean-local
+
+clean: clean-recursive clean-local
+
+distclean: distclean-recursive
+ $(MAKE) distclean-local
+
+realclean: realclean-recursive
+ $(MAKE) realclean-local
+
+mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive:
+ for subdir in $(SUBDIRS); do \
+ (cd $$subdir; $(MAKE) `echo $@ | sed s/-recursive//`); \
+ done
+
+mostlyclean-local:
+ rm -f *~
+
+clean-local: mostlyclean-local
+
+distclean-local: clean-local
+ rm -f Makefile config.cache config.h config.log config.status stamp-h
+
+realclean-local: distclean-local
--- /dev/null
+lib@LIBRARY@.a: $(@LIBRARY@_OBJECTS)
+ rm -f lib@LIBRARY@.a
+ $(AR) cru lib@LIBRARY@.a $(@LIBRARY@_OBJECTS)
+ $(RANLIB) lib@LIBRARY@.a
--- /dev/null
+@PROGRAM@: @PROGRAM@_OBJECTS
--- /dev/null
+CC = @CC@
+YACC = @YACC@
+DEFS = @DEFS@
+CFLAGS = @CFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+bindir = $(exec_prefix)/bin
+transform = @program_transform_name@
--- /dev/null
+# For the justification of the following Makefile rules, see node
+# `Automatic Remaking' in GNU Autoconf documentation.
+Makefile: Makefile.in config.status
+ CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
+config.status: configure
+ ./config.status --recheck
+configure: configure.in aclocal.m4
+ cd $(srcdir); autoconf
+
+${CONFIG_HEADER}: stamp-h
+stamp-h: ${CONFIG_HEADER}.in config.status
+ CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status
+${CONFIG_HEADER}.in: stamp-h.in
+stamp-h.in: configure.in aclocal.m4 ac${CONFIG_HEADER}
+ cd $(srcdir); autoheader
+ date > $(srcdir)/stamp-h.in
--- /dev/null
+Makefile: ../config.status Makefile.in
+ cd ..; CONFIG_FILES=src/$@ CONFIG_HEADERS= ./config.status
--- /dev/null
+# For the justification of the following Makefile rules, see node
+# `Automatic Remaking' in GNU Autoconf documentation.
+Makefile: Makefile.in config.status
+ CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
+config.status: configure
+ ./config.status --recheck
+configure: configure.in aclocal.m4
+ cd $(srcdir); autoconf
--- /dev/null
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+
+@SET_MAKE@
+
+all install install-info uninstall check tags TAGS info dvi:
+ for subdir in $(SUBDIRS); do \
+ echo making $@ in $$dir ; \
+ (cd $$subdir; $(MAKE) $@); \
+ done
+
+mostlyclean: mostlyclean-recursive mostlyclean-local
+
+clean: clean-recursive clean-local
+
+distclean: distclean-recursive
+ $(MAKE) distclean-local
+
+realclean: realclean-recursive
+ $(MAKE) realclean-local
+
+mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive:
+ for subdir in $(SUBDIRS); do \
+ (cd $$subdir; $(MAKE) `echo $@ | sed s/-recursive//`); \
+ done
+
+mostlyclean-local:
+ rm -f *~
+
+clean-local: mostlyclean-local
+
+distclean-local: clean-local
+ rm -f Makefile config.cache config.h config.log config.status stamp-h
+
+realclean-local: distclean-local