Differences From Artifact [f7847be45f]:
- File Makefile.in — part of check-in [515139af76] at 2010-10-10 17:38:09 on branch trunk — Fixed issue with defining stubs mechanism incorrectly Updated to find shared object build flags Updated ignores Updated to cleanup after Win32 builds correctly (user: rkeene, size: 571) [annotate] [blame] [check-ins using]
To Artifact [87117fe1b6]:
- File Makefile.in — part of check-in [b579486d80] at 2010-10-10 19:10:07 on branch trunk — Updated to create a pkgIndex.tcl from the configure script (user: rkeene, size: 591) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 22 23 24 | 15 16 17 18 19 20 21 22 23 24 25 | + | 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 .PHONY: all clean distclean |