TclPKCS11

Check-in [71e86b341f]
Login
Overview
Comment:Additional cleanup
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 71e86b341f855d04af545d8d97f81cd1452982d9ea329129f246b2ddbf13c7c2
User & Date: rkeene on 2019-06-12 21:04:27
Other Links: manifest | tags
Context
2019-06-12
21:16
Enable support for building static check-in: 806b44eecc user: rkeene tags: trunk
21:04
Additional cleanup check-in: 71e86b341f user: rkeene tags: trunk
21:03
Better handling of singlepart signing check-in: dfd4dfccb3 user: rkeene tags: trunk
Changes

Modified Makefile.in from [97a7368868] to [b7d5962b22].

28
29
30
31
32
33
34
35
36
37
38
39
40
41
clean:
	rm -f tclpkcs11.@SHOBJEXT@ tclpkcs11.o
	rm -f tclpkcs11.@SHOBJEXT@.a tclpkcs11.@SHOBJEXT@.def

distclean: clean
	rm -rf autom4te.cache
	rm -f config.log config.status
	rm -f pkgIndex.tcl
	rm -f Makefile

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

.PHONY: all install clean distclean mrproper







|






28
29
30
31
32
33
34
35
36
37
38
39
40
41
clean:
	rm -f tclpkcs11.@SHOBJEXT@ tclpkcs11.o
	rm -f tclpkcs11.@SHOBJEXT@.a tclpkcs11.@SHOBJEXT@.def

distclean: clean
	rm -rf autom4te.cache
	rm -f config.log config.status
	rm -f pkgIndex.tcl tclpkcs11.syms
	rm -f Makefile

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

.PHONY: all install clean distclean mrproper