Initial commit.

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@1 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
schertz123456
2009-08-06 20:25:45 +00:00
commit 93f814548c
28 changed files with 9667 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
SUBDIRS = ccid virtualsmartcard
default: all
%:
for d in $(SUBDIRS); do $(MAKE) $@ -C $$d; done