diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-14 10:10:15 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-14 10:10:15 -0500 |
commit | 143c156ed8a46947ba6ddb912f2e7f2965f1908c (patch) | |
tree | c383e4af523e9294fb4c1f6b0fc8b2f2e6f50b29 /Makefile.am | |
download | gtk3-tqt-engine-143c156ed8a46947ba6ddb912f2e7f2965f1908c.tar.gz gtk3-tqt-engine-143c156ed8a46947ba6ddb912f2e7f2965f1908c.zip |
Initial import of renamed Unico engine, ready for hacking!
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 30 |
1 files changed, 30 insertions, 0 deletions
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 $< > $@ |