From 143c156ed8a46947ba6ddb912f2e7f2965f1908c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 14 Sep 2012 10:10:15 -0500 Subject: Initial import of renamed Unico engine, ready for hacking! --- Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..261c0fb --- /dev/null +++ b/Makefile.am @@ -0,0 +1,30 @@ +SUBDIRS = \ + build \ + tdegtk \ + tests + +ACLOCAL_AMFLAGS = -I build + +EXTRA_DIST = autogen.sh COPYING + +DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper + +MAINTAINERCLEANFILES = \ + build/compile \ + build/config.guess \ + build/config.sub \ + build/depcomp \ + build/install-sh \ + build/ltmain.sh \ + build/missing \ + Makefile.in \ + config.h.in \ + configure \ + aclocal.m4 + +release: dist + make $(PACKAGE)-$(VERSION).tar.gz.md5 + make $(PACKAGE)-$(VERSION).tar.bz2.md5 + +%.md5: % + md5sum $< > $@ -- cgit v1.2.3