2009-08-28 06:56:23 +00:00
|
|
|
## @id $Id$
|
|
|
|
|
|
|
|
## 1 2 3 4 5 6 7 8
|
|
|
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
|
|
|
|
2013-10-21 07:10:46 +00:00
|
|
|
noinst_PROGRAMS = pcsc-demo cryptoki-sign-demo cryptoki-demo \
|
|
|
|
openssl-tcp-demo openssl-ssl-demo \
|
|
|
|
openssl-engine-demo suisse-id-demo cardos-demo
|
2009-08-28 06:56:23 +00:00
|
|
|
|
2013-10-21 07:10:46 +00:00
|
|
|
AM_CPPFLAGS += -I${top_srcdir}/src -I/usr/include/PCSC
|
|
|
|
AM_LDFLAGS = -L${top_builddir}/src -lpcscxx
|
|
|
|
if MINGW32
|
|
|
|
AM_LDFLAGS += /opt/local/i586-mingw32msvc/lib/winscard.a -leay32
|
|
|
|
endif
|
2009-08-28 06:56:23 +00:00
|
|
|
|
2010-08-26 12:24:12 +00:00
|
|
|
if MAC
|
|
|
|
AM_CPPFLAGS+=-I/Library/OpenSC/include
|
2013-10-21 07:10:46 +00:00
|
|
|
AM_LDFLAGS += -F/System/Library/Frameworks/PCSC.framework -framework PCSC -L/opt/local/lib -lcrypto
|
2010-08-26 12:24:12 +00:00
|
|
|
endif
|
|
|
|
if !MINGW32
|
|
|
|
if !MAC
|
2013-10-21 07:10:46 +00:00
|
|
|
AM_LDFLAGS += -lpcsclite
|
2010-08-26 12:24:12 +00:00
|
|
|
endif
|
|
|
|
endif
|
2010-08-26 13:13:56 +00:00
|
|
|
if !MINGW32
|
2013-10-21 07:10:46 +00:00
|
|
|
AM_LDFLAGS += -ldl -lpthread -lssl -lcrypto
|
2009-10-21 08:52:04 +00:00
|
|
|
endif
|
2009-08-28 06:56:23 +00:00
|
|
|
|
2010-08-26 12:24:12 +00:00
|
|
|
pcsc_demo_SOURCES = pcsc-demo.cxx
|
2009-08-28 06:56:23 +00:00
|
|
|
cryptoki_demo_SOURCES = cryptoki-demo.cxx
|
2013-09-24 12:05:22 +00:00
|
|
|
cryptoki_sign_demo_SOURCES = cryptoki-sign-demo.cxx
|
2010-03-03 15:37:44 +00:00
|
|
|
openssl_tcp_demo_SOURCES = openssl-tcp-demo.cxx
|
|
|
|
openssl_ssl_demo_SOURCES = openssl-ssl-demo.cxx
|
2011-04-15 06:50:08 +00:00
|
|
|
openssl_engine_demo_SOURCES = openssl-engine-demo.cxx
|
2013-10-11 13:51:04 +00:00
|
|
|
suisse_id_demo_SOURCES = suisse-id-demo.cxx
|
2013-10-21 07:10:46 +00:00
|
|
|
cardos_demo_SOURCES = cardos-demo.cxx
|
2013-10-11 13:51:04 +00:00
|
|
|
|
2009-08-28 06:56:23 +00:00
|
|
|
MAINTAINERCLEANFILES = makefile.in
|