Differences From Artifact [118ecb7c7f]:
- File Makefile.in — part of check-in [a1f2a83c52] at 2010-10-10 17:27:42 on branch trunk — Fixed issue with shared object extension (user: rkeene, size: 516) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + | pkcs11.h: pkcs11f.h pkcs11t.h tclpkcs11.o: tclpkcs11.c pkcs11.h tclpkcs11.@SHOBJEXT@: tclpkcs11.o $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(SHOBJLDFLAGS) -o tclpkcs11.@SHOBJEXT@ tclpkcs11.o $(LIBS) 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 Makefile .PHONY: all clean distclean |