Differences From Artifact [7e5757e77e]:
- File
Makefile.in
— part of check-in
[b491412695]
at
2010-05-17 05:04:11
on branch trunk
— Updated to strip release library
Updated list of headers to check for (user: rkeene, size: 2155) [annotate] [blame] [check-ins using]
To Artifact [2f99a74303]:
- File
Makefile.in
— part of check-in
[c70fbcca60]
at
2010-05-17 05:09:46
on branch trunk
— Fixed issue with double-free when PC/SC connection manager is unavailable
Fixed issues found from splint(1) output (user: rkeene, size: 2180) [annotate] [blame] [check-ins using]
38 38 libcackey_g.@SHOBJEXT@: cackey_g.o asn1-x509_g.o 39 39 $(CC) $(SHOBJFLAGS) $(DEBUGCPPFLAGS) $(DEBUGCFLAGS) $(SHOBJLDFLAGS) $(LDFLAGS) -o libcackey_g.@SHOBJEXT@ cackey_g.o asn1-x509_g.o $(LIBS) 40 40 41 41 test: test.c libcackey_g.@SHOBJEXT@ 42 42 $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o test test.c -Wl,-R,. libcackey_g.@SHOBJEXT@ 43 43 44 44 splint-cackey.txt: cackey.c asn1-x509.c asn1-x509.h config.h 45 - splint $(CPPFLAGS) -weak +posixlib -I/usr/include/PCSC -Ipkcs11 cackey.c > splint-cackey.txt 45 + splint $(DEBUGCPPFLAGS) -DCACKEY_PARANOID=1 -weak +posixlib -I/usr/include/PCSC -Ipkcs11 cackey.c > splint-cackey.txt 46 46 47 47 install: libcackey.@SHOBJEXT@ 48 48 -mkdir "$(DESTDIR)$(libdir)" 49 49 cp "libcackey.@SHOBJEXT@" "$(DESTDIR)$(libdir)/" 50 50 -cp "libcackey_g.@SHOBJEXT@" "$(DESTDIR)$(libdir)/" 51 51 52 52 clean: