From f4ade537d550b872b7e86e6ffce940dfbad4c60c Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 11 Dec 2001 21:53:04 +0000 Subject: Initial revision --- Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..2b573334 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,17 @@ +# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $ + +# $Log: Makefile.am,v $ +# Revision 1.1 2001/12/11 21:53:04 alex +# Initial revision +# + +AUTOMAKE_OPTIONS = gnu + +SUBDIRS = src + +maintainer-clean-local: + rm -f Makefile.in Makefile aclocal.m4 configure + rm -f mkinstalldirs missing depcomp install-sh + rm -f config.log + +# -eof- -- cgit 1.4.1