![Jacob Barthelmeh](/assets/img/avatar_default.png)
add user-crypto makefile update README for IPP crypto place user crypto in wolfcrypt and use autotools adjust distributed files move openssl compatibility consumption auto use IPP RSA -- IPP directory containing shared libraries local return value of wolfSSL_BN and formating of debug openssh testing make sure IPP not built when fips is ipp init to select correct optimizations -- static libraries on linux -- fast-rsa disabled by default try to only set library once only use static IPP if fast rsa is enabled make print out for user crypto more pretty
20 lines
776 B
Plaintext
20 lines
776 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
|
|
if BUILD_EXAMPLES
|
|
noinst_PROGRAMS += examples/echoserver/echoserver
|
|
noinst_HEADERS += examples/echoserver/echoserver.h
|
|
examples_echoserver_echoserver_SOURCES = examples/echoserver/echoserver.c
|
|
examples_echoserver_echoserver_LDADD = src/libwolfssl.la $(LIB_STATIC_ADD)
|
|
examples_echoserver_echoserver_DEPENDENCIES = src/libwolfssl.la
|
|
endif
|
|
EXTRA_DIST += examples/echoserver/echoserver.sln
|
|
EXTRA_DIST += examples/echoserver/echoserver-ntru.vcproj
|
|
EXTRA_DIST += examples/echoserver/echoserver.vcproj
|
|
EXTRA_DIST += examples/echoserver/echoserver.vcxproj
|
|
|
|
dist_example_DATA+= examples/echoserver/echoserver.c
|
|
DISTCLEANFILES+= examples/echoserver/.libs/echoserver
|