From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- ccast/axTLS/Jamfile | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ccast/axTLS/Jamfile (limited to 'ccast/axTLS/Jamfile') diff --git a/ccast/axTLS/Jamfile b/ccast/axTLS/Jamfile new file mode 100644 index 0000000..2e8b027 --- /dev/null +++ b/ccast/axTLS/Jamfile @@ -0,0 +1,42 @@ + +PREF_CCFLAGS = $(CCOPTFLAG) ; # Turn optimisation on +#PREF_CCFLAGS = $(CCDEBUGFLAG) ; # Debugging flags +PREF_LINKFLAGS = $(LINKDEBUGFLAG) ; + +# Copy the configuration file +if $(NT) { + DEFINES += WIN32 ; +} else { +# File conf.h : tiffconf.vc.h ; + if $(OS) = MACOSX { + } else if $(OS) = FREEBSD { + } else { + DEFINES += CONFIG_PLATFORM_LINUX ; + } +} + +# tiff library +LIBSRCS = + aes.c + asn1.c + bigint.c + crypto_misc.c + gen_cert.c + hmac.c + loader.c + md2.c + md5.c + openssl.c + os_port.c + p12.c + rc4.c + rsa.c + sha1.c + tls1.c + tls1_clnt.c + tls1_svr.c + x509.c + ; + +Library libaxtls.lib : $(LIBSRCS) ; + -- cgit v1.2.3