summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-29 12:45:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-29 12:45:47 (GMT)
commit1b8294a6f883fcb1217f9a95b0fe3fcd4c55a272 (patch)
tree12d4d15c3f59ae70b1113469422fb33b9039d700 /win/Makefile.in
parent9ea605f06bdde8beed71761774f09a632d2fb100 (diff)
parentba34893472773623c15b6e7b5a6739213d6b4edf (diff)
downloadtk-1b8294a6f883fcb1217f9a95b0fe3fcd4c55a272.zip
tk-1b8294a6f883fcb1217f9a95b0fe3fcd4c55a272.tar.gz
tk-1b8294a6f883fcb1217f9a95b0fe3fcd4c55a272.tar.bz2
merge core-8-4-branch, still to be tested on Unix
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 7958e3c..89b61cd 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -708,4 +708,16 @@ genstubs:
$(TCL_EXE) "$(TCL_TOOL_DIR)/genStubs.tcl" \
"$(GENERIC_DIR_NATIVE)" \
"$(GENERIC_DIR_NATIVE)/tk.decls" \
- "$(GENERIC_DIR_NATIVE)/tkInt.decls"
+ "$(GENERIC_DIR_NATIVE)/tkInt.decls"
+#
+# The list of all the targets that do not correspond to real files. This stops
+# 'make' from getting confused when someone makes an error in a rule.
+#
+
+.PHONY: all binaries libraries doc tkLibObjs objs tktest-real test test-classic
+.PHONY: test-ttk testlang runtest shell demo gdb install install-strip
+.PHONY: install-binaries install-libraries install-demos install-doc
+.PHONY: install-private-headers clean distclean depend genstubs checkstubs
+.PHONY: checkuchar checkexports rpm dist alldist allpatch html html-tcl html-tk
+
+# DO NOT DELETE THIS LINE -- make depend depends on it.