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 2 | CC = @PTHREAD_CC@ CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | CC = @PTHREAD_CC@ CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ DEBUGCFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ -DCACKEY_DEBUG=1 CPPFLAGS = @CPPFLAGS@ @DEFS@ -I./pkcs11/ DEBUGCPPFLAGS = @CPPFLAGS@ -DCACKEY_DEBUG=1 -I./pkcs11/ @DEFS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @PTHREAD_LIBS@ SHOBJFLAGS = @SHOBJFLAGS@ SHOBJLDFLAGS = @SHOBJLDFLAGS@ AR = @AR@ RANLIB = @RANLIB@ prefix = @prefix@ |
︙ | ︙ |