Check-in [ad53be24aa]
Overview
Comment:Updated to clean temporary directory in distclean
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ad53be24aa0095080d0906a784b3bda355bad838
User & Date: rkeene on 2014-05-04 02:47:17
Other Links: manifest | tags
Context
2014-05-04
03:42
Updated to install win32-related ".def" files check-in: f17064b60b user: rkeene tags: trunk
02:47
Updated to clean temporary directory in distclean check-in: ad53be24aa user: rkeene tags: trunk
2014-05-03
21:09
Updated to include a basic test of functionality check-in: 55874bc4e8 user: rkeene tags: trunk
Changes

Modified Makefile.in from [03db75375e] to [acea8e7ec6].

92
93
94
95
96
97
98

99
100
101
102
103
104
105
106
107
108
109
110
111
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106

107
108
109
110
111







+







-





	rm -f tcc4tcl.o
	rm -f tcc4tcl.@SHOBJEXT@ tcc4tcl-static.a
	rm -f tcc4tcl.@SHOBJEXT@.a tcc4tcl.@SHOBJEXT@.def
	rm -f TEST-STATUS
	-$(MAKE) -C tcc clean

distclean: clean
	rm -rf __TMP__
	rm -rf autom4te.cache
	rm -f config.log config.status
	rm -f pkgIndex.tcl tcc4tcl.syms tcc4tcl.vers
	rm -f Makefile
	-$(MAKE) -C tcc distclean

mrproper: distclean
	rm -rf __TMP__
	rm -rf tcc
	rm -f configure aclocal.m4
	rm -f config.guess config.sub install-sh

.PHONY: all install test clean distclean mrproper