diff options
author | stwo <stwo> | 2010-12-17 23:13:32 (GMT) |
---|---|---|
committer | stwo <stwo> | 2010-12-17 23:13:32 (GMT) |
commit | cac9cbda71304b94b811f59ad1e287a27c5d021a (patch) | |
tree | f16b04b09b126228fae7830694c94ed56d45b628 /unix/Makefile.in | |
parent | 2870d73693a21b8ee4250454fb274932b2ee74bb (diff) | |
download | tk-cac9cbda71304b94b811f59ad1e287a27c5d021a.zip tk-cac9cbda71304b94b811f59ad1e287a27c5d021a.tar.gz tk-cac9cbda71304b94b811f59ad1e287a27c5d021a.tar.bz2 |
Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tcl's Makefile.in, add any missing ones and remove duplicates.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ae1d26d..dc2415f 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.173 2010/12/17 21:57:46 stwo Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.174 2010/12/17 23:13:32 stwo Exp $ # Current Tk version; used in various names. @@ -1695,10 +1695,12 @@ BUILD_HTML = \ # '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 html html-tcl html-tk +.PHONY: all binaries libraries objs doc html html-tcl html-tk test runtest +.PHONY: install install-strip install-binaries install-libraries +.PHONY: install-headers install-private-headers install-doc +.PHONY: clean distclean depend genstubs checkstubs checkexports checkuchar +.PHONY: shell gdb valgrind valgrindshell dist alldist rpm +.PHONY: tkLibObjs tktest-real test-classic test-ttk testlang +.PHONY: demo install-demos # DO NOT DELETE THIS LINE -- make depend depends on it. |