aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/Makefile.am.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/Makefile.am.tpl')
-rw-r--r--include/openssl/Makefile.am.tpl38
1 files changed, 1 insertions, 37 deletions
diff --git a/include/openssl/Makefile.am.tpl b/include/openssl/Makefile.am.tpl
index 303d0b9..1bea34d 100644
--- a/include/openssl/Makefile.am.tpl
+++ b/include/openssl/Makefile.am.tpl
@@ -3,40 +3,4 @@ include $(top_srcdir)/Makefile.am.common
3if !ENABLE_LIBTLS_ONLY 3if !ENABLE_LIBTLS_ONLY
4opensslincludedir=$(includedir)/openssl 4opensslincludedir=$(includedir)/openssl
5 5
6BUILT_SOURCES = opensslconf.h 6opensslinclude_HEADERS =
7CLEANFILES = opensslconf.h
8
9opensslconf.h: Makefile
10 -echo "generating opensslconf.h ..."
11if HOST_AARCH64
12 -cp $(top_srcdir)/include/arch/aarch64/opensslconf.h opensslconf.h
13endif
14if HOST_ARM
15 -cp $(top_srcdir)/include/arch/arm/opensslconf.h opensslconf.h
16endif
17if HOST_I386
18 -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h
19endif
20if HOST_MIPS
21 -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h
22endif
23if HOST_MIPS64
24 -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h
25endif
26if HOST_POWERPC
27 -cp $(top_srcdir)/include/arch/powerpc/opensslconf.h opensslconf.h
28endif
29if HOST_POWERPC64
30 -cp $(top_srcdir)/include/arch/powerpc64/opensslconf.h opensslconf.h
31endif
32if HOST_RISCV64
33 -cp $(top_srcdir)/include/arch/riscv64/opensslconf.h opensslconf.h
34endif
35if HOST_SPARC64
36 -cp $(top_srcdir)/include/arch/sparc64/opensslconf.h opensslconf.h
37endif
38if HOST_X86_64
39 -cp $(top_srcdir)/include/arch/amd64/opensslconf.h opensslconf.h
40endif
41
42opensslinclude_HEADERS = opensslconf.h