Check-in [50190b3c1d]
Overview
Comment:Updated clean target
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 50190b3c1df31389d1f121281fd9f79e65a75985
User & Date: rkeene on 2010-09-29 23:19:15
Other Links: manifest | tags
Context
2010-09-30
05:35
Fixed test driver to call initialization routine -- changed to tclsh.

Updated to support determing encoding from environment

Removed debugging printfs/puts check-in: 8fde0c7fbf user: rkeene tags: trunk

2010-09-29
23:19
Updated clean target check-in: 50190b3c1d user: rkeene tags: trunk
23:16
Updated clean target check-in: 660a5d0fd1 user: rkeene tags: trunk
Changes

Modified kitdll/buildsrc/kitdll-0.0/Makefile.in from [5ac5966f70] to [5dbeeca9bd].

31
32
33
34
35
36
37

38
39
40
41
42
43
44
45
46
test.o: test.c
test: test.o
	$(CC) $(CPPFLAGS) $(CFLAGS) -o test test.o -L. -ltcl -Wl,-R,`pwd`

# Cleanup routeines
clean:
	rm -f libtcl.so

	rm -f vfs_kitdll_data_tcl.c
	rm -f vfs_kitdll_data_tcl.o
	rm -f test.o test

distclean: clean
	rm -f config.status config.log
	rm -f Makefile

.PHONY: all clean distclean







>
|
|







31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
test.o: test.c
test: test.o
	$(CC) $(CPPFLAGS) $(CFLAGS) -o test test.o -L. -ltcl -Wl,-R,`pwd`

# Cleanup routeines
clean:
	rm -f libtcl.so
	rm -f rechan.o kitInit.o
	rm -f vfs_kitdll_data_tcl.c vfs_kitdll_data_tcl.o
	rm -f vfs_kitdll.tcl.h
	rm -f test.o test

distclean: clean
	rm -f config.status config.log
	rm -f Makefile

.PHONY: all clean distclean