aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-11-16 22:28:44 +1000
committerSteve Bennett <steveb@workware.net.au>2010-11-17 07:39:12 +1000
commit2e8ce0b1ac07f4181e22c92b0b640e5e9d8a07c0 (patch)
tree17ca98ca8edf0af974bae82a7f1353ae9e2f877e /Makefile.in
parent9c8bcfe4e6f8ec12552edae7b2afa0a9a21d8861 (diff)
downloadjimtcl-2e8ce0b1ac07f4181e22c92b0b640e5e9d8a07c0.zip
jimtcl-2e8ce0b1ac07f4181e22c92b0b640e5e9d8a07c0.tar.gz
jimtcl-2e8ce0b1ac07f4181e22c92b0b640e5e9d8a07c0.tar.bz2
Add do-nothing targets for automake users
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8eb4274..7d6f443 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -106,3 +106,10 @@ distclean: clean
ship: Tcl.html
cp Tcl.html Tcl_shipped.html
autoconf && autoheader
+
+# automake compatibility. do nothing for all these targets
+EMPTY_AUTOMAKE_TARGETS := dvi pdf ps info html tags ctags mostlyclean maintainer-clean check installcheck installdirs \
+ install-pdf install-ps install-info install-html -install-dvi uninstall install-exec install-data distdir
+.PHONY: $(EMPTY_AUTOMAKE_TARGETS)
+$(EMPTY_AUTOMAKE_TARGETS):
+