2006-04-11 23:51:14 +02:00
|
|
|
INCLUDES = -I../include -I../taocrypt/include -I../mySTL
|
|
|
|
bin_PROGRAMS = testsuite
|
|
|
|
testsuite_SOURCES = testsuite.cpp ../taocrypt/test/test.cpp \
|
|
|
|
../examples/client/client.cpp ../examples/server/server.cpp \
|
|
|
|
../examples/echoclient/echoclient.cpp \
|
|
|
|
../examples/echoserver/echoserver.cpp
|
2006-04-21 19:53:30 +02:00
|
|
|
testsuite_LDFLAGS = -L../src/ -L../taocrypt/src
|
2006-05-31 23:06:56 +02:00
|
|
|
testsuite_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER
|
2006-04-21 19:53:30 +02:00
|
|
|
testsuite_LDADD = -lyassl -ltaocrypt
|
2006-04-11 23:51:14 +02:00
|
|
|
testsuite_DEPENDENCIES = ../src/libyassl.la ../taocrypt/src/libtaocrypt.la
|
|
|
|
EXTRA_DIST = testsuite.dsp test.hpp input quit make.bat
|