2010-09-29 11:19:03 +00:00
|
|
|
## @id $Id$
|
|
|
|
|
|
|
|
## 1 2 3 4 5 6 7 8
|
|
|
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
|
|
|
|
|
|
|
AM_CXXFLAGS += -I ${top_srcdir}/src -I ${top_srcdir}/../actlibrary/include
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libengine_act.la
|
|
|
|
noinst_PROGRAMS = test_engine
|
|
|
|
|
|
|
|
noinst_HEADERS = actUtility.h CardKey.h CardObject.h CertificateList.h \
|
|
|
|
engine_sct.h engine_sct_internal.h Init_Engine.h \
|
|
|
|
SecOpGuard.h SlotList.h stdafx.h SyncObject.h \
|
|
|
|
SyncObjectMacOS.h SyncObjectPosix.h \
|
|
|
|
SyncObjectSolaris.h SyncObjectWin32.h \
|
|
|
|
SyncObjectWinCE.h targetver.h Warns.h
|
|
|
|
|
|
|
|
libengine_act_la_SOURCES = engine_front.cpp engine_sct.cpp \
|
|
|
|
CardObject.cpp CardKey.cpp SlotList.cpp \
|
|
|
|
CertificateList.cpp SecOpGuard.cpp
|
2011-01-11 12:11:45 +00:00
|
|
|
libengine_act_la_LDFLAGS = -version-info @LIB_VERSION@
|
2011-01-11 12:20:56 +00:00
|
|
|
libengine_act_la_LIBADD = -lact -ldl
|
2010-09-29 11:19:03 +00:00
|
|
|
|
|
|
|
test_engine_SOURCES = test_engine.cpp
|
2011-02-02 12:04:49 +00:00
|
|
|
test_engine_LDADD = -lssl -lcrypto
|
2010-09-29 11:19:03 +00:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = makefile.in
|