Remove cardos-info (renamed to cardos-tool in 2008)

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4234 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-04-13 11:29:53 +00:00
parent a20fa13922
commit be43ca7bb2
4 changed files with 1 additions and 13 deletions

View File

@ -9,10 +9,6 @@ bin_PROGRAMS = opensc-tool opensc-explorer pkcs15-tool pkcs15-crypt \
if ENABLE_OPENSSL
bin_PROGRAMS += cryptoflex-tool pkcs15-init netkey-tool piv-tool westcos-tool
endif
dist_bin_SCRIPTS = cardos-info
if WIN32
dist_bin_SCRIPTS += cardos-info.bat
endif
# compile with $(PTHREAD_CFLAGS) to allow debugging with gdb
AM_CFLAGS = $(OPTIONAL_OPENSSL_CFLAGS) $(OPTIONAL_READLINE_CFLAGS) $(PTHREAD_CFLAGS)

View File

@ -4,7 +4,7 @@ TOPDIR = ..\..
!INCLUDE $(TOPDIR)\win32\Make.rules.mak
TARGETS = opensc-tool.exe opensc-explorer.exe pkcs15-tool.exe pkcs15-crypt.exe \
pkcs11-tool.exe cardos-info.exe eidenv.exe rutoken-tool.exe \
pkcs11-tool.exe cardos-tool.exe eidenv.exe rutoken-tool.exe \
netkey-tool.exe westcos-tool.exe \
$(PROGRAMS_OPENSSL)

View File

@ -1,4 +0,0 @@
#!/bin/sh
echo "Running cardos-tool --info $*"
exec "$(dirname "$0")"/cardos-tool --info $*

View File

@ -1,4 +0,0 @@
@echo off
echo Running cardos-tool --info %1 %2 %3 %4 %5
"%0\..\cardos-tool" --info %1 %2 %3 %4 %5