Differences From Artifact [3fb5f04961]:
- File Makefile.in — part of check-in [5f05cafcb7] at 2010-05-04 18:05:37 on branch trunk — Added CACKey project (user: rkeene, size: 954) [annotate] [blame] [check-ins using]
To Artifact [af3c88d20b]:
- File
Makefile.in
— part of check-in
[40726d3b6c]
at
2010-05-11 16:49:46
on branch trunk
— Removed unused variables
Began work towards talking to the smartcard through PC/SC
Began work on a GSC-IS v2.1 SPM implementation (user: rkeene, size: 1000) [annotate] [blame] [check-ins using]
1 1 CC = @PTHREAD_CC@ 2 2 CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ 3 -DEBUGCFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ 3 +DEBUGCFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ -DCACKEY_DEBUG=1 4 4 CPPFLAGS = @CPPFLAGS@ @DEFS@ -I./pkcs11/ 5 -DEBUGCPPFLAGS = @CPPFLAGS@ @DEFS@ 5 +DEBUGCPPFLAGS = @CPPFLAGS@ -DCACKEY_DEBUG=1 -I./pkcs11/ @DEFS@ 6 6 LDFLAGS = @LDFLAGS@ 7 7 LIBS = @LIBS@ @PTHREAD_LIBS@ 8 8 SHOBJFLAGS = @SHOBJFLAGS@ 9 9 SHOBJLDFLAGS = @SHOBJLDFLAGS@ 10 10 AR = @AR@ 11 11 RANLIB = @RANLIB@ 12 12 prefix = @prefix@