Add names for people who provided the TLS extension patch.
[openssl.git] / Makefile.org
1 ##
2 ## Makefile for OpenSSL
3 ##
4
5 VERSION=
6 MAJOR=
7 MINOR=
8 SHLIB_VERSION_NUMBER=
9 SHLIB_VERSION_HISTORY=
10 SHLIB_MAJOR=
11 SHLIB_MINOR=
12 SHLIB_EXT=
13 PLATFORM=dist
14 OPTIONS=
15 CONFIGURE_ARGS=
16 SHLIB_TARGET=
17
18 # HERE indicates where this Makefile lives.  This can be used to indicate
19 # where sub-Makefiles are expected to be.  Currently has very limited usage,
20 # and should probably not be bothered with at all.
21 HERE=.
22
23 # INSTALL_PREFIX is for package builders so that they can configure
24 # for, say, /usr/ and yet have everything installed to /tmp/somedir/usr/.
25 # Normally it is left empty.
26 INSTALL_PREFIX=
27 INSTALLTOP=/usr/local/ssl
28
29 # Do not edit this manually. Use Configure --openssldir=DIR do change this!
30 OPENSSLDIR=/usr/local/ssl
31
32 # NO_IDEA - Define to build without the IDEA algorithm
33 # NO_RC4  - Define to build without the RC4 algorithm
34 # NO_RC2  - Define to build without the RC2 algorithm
35 # THREADS - Define when building with threads, you will probably also need any
36 #           system defines as well, i.e. _REENTERANT for Solaris 2.[34]
37 # TERMIO  - Define the termio terminal subsystem, needed if sgtty is missing.
38 # TERMIOS - Define the termios terminal subsystem, Silicon Graphics.
39 # LONGCRYPT - Define to use HPUX 10.x's long password modification to crypt(3).
40 # DEVRANDOM - Give this the value of the 'random device' if your OS supports
41 #           one.  32 bytes will be read from this when the random
42 #           number generator is initalised.
43 # SSL_FORBID_ENULL - define if you want the server to be not able to use the
44 #           NULL encryption ciphers.
45 #
46 # LOCK_DEBUG - turns on lots of lock debug output :-)
47 # REF_CHECK - turn on some xyz_free() assertions.
48 # REF_PRINT - prints some stuff on structure free.
49 # CRYPTO_MDEBUG - turns on my 'memory leak' detecting stuff
50 # MFUNC - Make all Malloc/Free/Realloc calls call
51 #       CRYPTO_malloc/CRYPTO_free/CRYPTO_realloc which can be setup to
52 #       call application defined callbacks via CRYPTO_set_mem_functions()
53 # MD5_ASM needs to be defined to use the x86 assembler for MD5
54 # SHA1_ASM needs to be defined to use the x86 assembler for SHA1
55 # RMD160_ASM needs to be defined to use the x86 assembler for RIPEMD160
56 # Do not define B_ENDIAN or L_ENDIAN if 'unsigned long' == 8.  It must
57 # equal 4.
58 # PKCS1_CHECK - pkcs1 tests.
59
60 CC= cc
61 CFLAG= -O
62 DEPFLAG= 
63 PEX_LIBS= 
64 EX_LIBS= 
65 EXE_EXT= 
66 ARFLAGS=
67 AR=ar $(ARFLAGS) r
68 RANLIB= ranlib
69 PERL= perl
70 TAR= tar
71 TARFLAGS= --no-recursion
72 MAKEDEPPROG=makedepend
73
74 # We let the C compiler driver to take care of .s files. This is done in
75 # order to be excused from maintaining a separate set of architecture
76 # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
77 # gcc, then the driver will automatically translate it to -xarch=v8plus
78 # and pass it down to assembler.
79 AS=$(CC) -c
80 ASFLAG=$(CFLAG)
81
82 # For x86 assembler: Set PROCESSOR to 386 if you want to support
83 # the 80386.
84 PROCESSOR=
85
86 # CPUID module collects small commonly used assembler snippets
87 CPUID_OBJ= 
88 BN_ASM= bn_asm.o
89 DES_ENC= des_enc.o fcrypt_b.o
90 AES_ASM_OBJ=aes_core.o aes_cbc.o
91 BF_ENC= bf_enc.o
92 CAST_ENC= c_enc.o
93 RC4_ENC= rc4_enc.o
94 RC5_ENC= rc5_enc.o
95 MD5_ASM_OBJ= 
96 SHA1_ASM_OBJ= 
97 RMD160_ASM_OBJ= 
98 WP_ASM_OBJ=
99
100 # KRB5 stuff
101 KRB5_INCLUDES=
102 LIBKRB5=
103
104 # Zlib stuff
105 ZLIB_INCLUDE=
106 LIBZLIB=
107
108 DIRS=   crypto ssl engines apps test tools
109 SHLIBDIRS= crypto ssl
110
111 # dirs in crypto to build
112 SDIRS=  \
113         objects \
114         md2 md4 md5 sha mdc2 hmac ripemd whrlpool \
115         des aes rc2 rc4 rc5 idea bf cast \
116         bn ec rsa dsa ecdsa dh ecdh dso engine \
117         buffer bio stack lhash rand err \
118         evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
119         store pqueue
120 # keep in mind that the above list is adjusted by ./Configure
121 # according to no-xxx arguments...
122
123 # tests to perform.  "alltests" is a special word indicating that all tests
124 # should be performed.
125 TESTS = alltests
126
127 MAKEFILE= Makefile
128
129 MANDIR=$(OPENSSLDIR)/man
130 MAN1=1
131 MAN3=3
132 MANSUFFIX=
133 SHELL=/bin/sh
134
135 TOP=    .
136 ONEDIRS=out tmp
137 EDIRS=  times doc bugs util include certs ms shlib mt demos perl sf dep VMS
138 WDIRS=  windows
139 LIBS=   libcrypto.a libssl.a
140 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
141 SHARED_SSL=libssl$(SHLIB_EXT)
142 SHARED_LIBS=
143 SHARED_LIBS_LINK_EXTS=
144 SHARED_LDFLAGS=
145
146 GENERAL=        Makefile
147 BASENAME=       openssl
148 NAME=           $(BASENAME)-$(VERSION)
149 TARFILE=        $(NAME).tar
150 WTARFILE=       $(NAME)-win.tar
151 EXHEADER=       e_os2.h
152 HEADER=         e_os.h
153
154 all: Makefile build_all openssl.pc libssl.pc libcrypto.pc
155
156 # as we stick to -e, CLEARENV ensures that local variables in lower
157 # Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
158 # shell, which [annoyingly enough] terminates unset with error if VAR
159 # is not present:-( TOP= && unset TOP is tribute to HP-UX /bin/sh,
160 # which terminates unset with error if no variable was present:-(
161 CLEARENV=       TOP= && unset TOP $${LIB+LIB} $${LIBS+LIBS}     \
162                 $${INCLUDE+INCLUDE} $${INCLUDES+INCLUDES}       \
163                 $${DIR+DIR} $${DIRS+DIRS} $${SRC+SRC}           \
164                 $${LIBSRC+LIBSRC} $${LIBOBJ+LIBOBJ} $${ALL+ALL} \
165                 $${EXHEADER+EXHEADER} $${HEADER+HEADER}         \
166                 $${GENERAL+GENERAL} $${CFLAGS+CFLAGS}           \
167                 $${ASFLAGS+ASFLAGS} $${AFLAGS+AFLAGS}           \
168                 $${LDCMD+LDCMD} $${LDFLAGS+LDFLAGS}             \
169                 $${SHAREDCMD+SHAREDCMD} $${SHAREDFLAGS+SHAREDFLAGS}     \
170                 $${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS}
171
172 BUILDENV=       PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \
173                 CC='${CC}' CFLAG='${CFLAG}'                     \
174                 AS='${CC}' ASFLAG='${CFLAG} -c'                 \
175                 AR='${AR}' PERL='${PERL}' RANLIB='${RANLIB}'    \
176                 SDIRS='${SDIRS}' LIBRPATH='${INSTALLTOP}/lib'   \
177                 INSTALL_PREFIX='${INSTALL_PREFIX}'              \
178                 INSTALLTOP='${INSTALLTOP}' OPENSSLDIR='${OPENSSLDIR}'   \
179                 MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD ${MAKEDEPPROG}' \
180                 DEPFLAG='-DOPENSSL_NO_DEPRECATED ${DEPFLAG}'    \
181                 MAKEDEPPROG='${MAKEDEPPROG}'                    \
182                 SHARED_LDFLAGS='${SHARED_LDFLAGS}'              \
183                 KRB5_INCLUDES='${KRB5_INCLUDES}' LIBKRB5='${LIBKRB5}'   \
184                 EXE_EXT='${EXE_EXT}' SHARED_LIBS='${SHARED_LIBS}'       \
185                 SHLIB_EXT='${SHLIB_EXT}' SHLIB_TARGET='${SHLIB_TARGET}' \
186                 PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}'     \
187                 CPUID_OBJ='${CPUID_OBJ}'                        \
188                 BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}'         \
189                 AES_ASM_OBJ='${AES_ASM_OBJ}'                    \
190                 BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}'       \
191                 RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}'       \
192                 SHA1_ASM_OBJ='${SHA1_ASM_OBJ}'                  \
193                 MD5_ASM_OBJ='${MD5_ASM_OBJ}'                    \
194                 RMD160_ASM_OBJ='${RMD160_ASM_OBJ}'              \
195                 WP_ASM_OBJ='${WP_ASM_OBJ}'                      \
196                 THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES=
197 # MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors,
198 # which in turn eliminates ambiguities in variable treatment with -e.
199
200 BUILD_CMD=  if [ -d "$$dir" ]; then \
201             (   cd $$dir && echo "making $$target in $$dir..." && \
202                 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. DIR=$$dir $$target \
203             ) || exit 1; \
204             fi
205 RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done
206
207 reflect:
208         @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
209
210 sub_all: build_all
211 build_all: build_libs build_apps build_tests build_tools
212
213 build_libs: build_crypto build_ssl build_engines
214
215 build_crypto:
216         @dir=crypto; target=all; $(RECURSIVE_BUILD_CMD)
217 build_ssl:
218         @dir=ssl; target=all; $(RECURSIVE_BUILD_CMD)
219 build_engines:
220         @dir=engines; target=all; $(RECURSIVE_BUILD_CMD)
221 build_apps:
222         @dir=apps; target=all; $(RECURSIVE_BUILD_CMD)
223 build_tests:
224         @dir=test; target=all; $(RECURSIVE_BUILD_CMD)
225 build_tools:
226         @dir=tools; target=all; $(RECURSIVE_BUILD_CMD)
227
228 all_testapps: build_libs build_testapps
229 build_testapps:
230         @dir=crypto; target=testapps; $(RECURSIVE_BUILD_CMD)
231
232 libcrypto$(SHLIB_EXT): libcrypto.a
233         @if [ "$(SHLIB_TARGET)" != "" ]; then \
234                 $(MAKE) SHLIBDIRS=crypto build-shared; \
235         else \
236                 echo "There's no support for shared libraries on this platform" >&2; \
237                 exit 1; \
238         fi
239
240 libssl$(SHLIB_EXT): libcrypto$(SHLIB_EXT) libssl.a
241         @if [ "$(SHLIB_TARGET)" != "" ]; then \
242                 $(MAKE) SHLIBDIRS=ssl SHLIBDEPS='-lcrypto' build-shared; \
243         else \
244                 echo "There's no support for shared libraries on this platform" >&2; \
245                 exit 1; \
246         fi
247
248 clean-shared:
249         @set -e; for i in $(SHLIBDIRS); do \
250                 if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \
251                         tmp="$(SHARED_LIBS_LINK_EXTS)"; \
252                         for j in $${tmp:-x}; do \
253                                 ( set -x; rm -f lib$$i$$j ); \
254                         done; \
255                 fi; \
256                 ( set -x; rm -f lib$$i$(SHLIB_EXT) ); \
257                 if [ "$(PLATFORM)" = "Cygwin" ]; then \
258                         ( set -x; rm -f cyg$$i$(SHLIB_EXT) lib$$i$(SHLIB_EXT).a ); \
259                 fi; \
260         done
261
262 link-shared:
263         @ set -e; for i in ${SHLIBDIRS}; do \
264                 $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
265                         LIBNAME=$$i LIBVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} \
266                         LIBCOMPATVERSIONS=";${SHLIB_VERSION_HISTORY}" \
267                         symlink.$(SHLIB_TARGET); \
268                 libs="$$libs -l$$i"; \
269         done
270
271 build-shared: do_$(SHLIB_TARGET) link-shared
272
273 do_$(SHLIB_TARGET):
274         @ set -e; libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
275                 if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \
276                         libs="$(LIBKRB5) $$libs"; \
277                 fi; \
278                 $(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \
279                         LIBNAME=$$i LIBVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} \
280                         LIBCOMPATVERSIONS=";${SHLIB_VERSION_HISTORY}" \
281                         LIBDEPS="$$libs $(EX_LIBS)" \
282                         link_a.$(SHLIB_TARGET); \
283                 libs="-l$$i $$libs"; \
284         done
285
286 libcrypto.pc: Makefile
287         @ ( echo 'prefix=$(INSTALLTOP)'; \
288             echo 'exec_prefix=$${prefix}'; \
289             echo 'libdir=$${exec_prefix}/lib'; \
290             echo 'includedir=$${prefix}/include'; \
291             echo ''; \
292             echo 'Name: OpenSSL-libcrypto'; \
293             echo 'Description: OpenSSL cryptography library'; \
294             echo 'Version: '$(VERSION); \
295             echo 'Requires: '; \
296             echo 'Libs: -L$${libdir} -lcrypto $(EX_LIBS)'; \
297             echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
298
299 libssl.pc: Makefile
300         @ ( echo 'prefix=$(INSTALLTOP)'; \
301             echo 'exec_prefix=$${prefix}'; \
302             echo 'libdir=$${exec_prefix}/lib'; \
303             echo 'includedir=$${prefix}/include'; \
304             echo ''; \
305             echo 'Name: OpenSSL'; \
306             echo 'Description: Secure Sockets Layer and cryptography libraries'; \
307             echo 'Version: '$(VERSION); \
308             echo 'Requires: '; \
309             echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \
310             echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
311
312 openssl.pc: Makefile
313         @ ( echo 'prefix=$(INSTALLTOP)'; \
314             echo 'exec_prefix=$${prefix}'; \
315             echo 'libdir=$${exec_prefix}/lib'; \
316             echo 'includedir=$${prefix}/include'; \
317             echo ''; \
318             echo 'Name: OpenSSL'; \
319             echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
320             echo 'Version: '$(VERSION); \
321             echo 'Requires: '; \
322             echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \
323             echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
324
325 Makefile: Makefile.org Configure config
326         @echo "Makefile is older than Makefile.org, Configure or config."
327         @echo "Reconfigure the source tree (via './config' or 'perl Configure'), please."
328         @false
329
330 libclean:
331         rm -f *.map *.so *.so.* *.dll engines/*.so engines/*.dll *.a engines/*.a */lib */*/lib
332
333 clean:  libclean
334         rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
335         @set -e; target=clean; $(RECURSIVE_BUILD_CMD)
336         rm -f $(LIBS)
337         rm -f openssl.pc libssl.pc libcrypto.pc
338         rm -f speed.* .pure
339         rm -f $(TARFILE)
340         @set -e; for i in $(ONEDIRS) ;\
341         do \
342         rm -fr $$i/*; \
343         done
344
345 makefile.one: files
346         $(PERL) util/mk1mf.pl >makefile.one; \
347         sh util/do_ms.sh
348
349 files:
350         $(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO
351         @set -e; target=files; $(RECURSIVE_BUILD_CMD)
352
353 links:
354         @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
355         @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
356         @set -e; target=links; $(RECURSIVE_BUILD_CMD)
357
358 gentests:
359         @(cd test && echo "generating dummy tests (if needed)..." && \
360         $(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='${TESTS}' OPENSSL_DEBUG_MEMORY=on generate );
361
362 dclean:
363         rm -f *.bak
364         @set -e; target=dclean; $(RECURSIVE_BUILD_CMD)
365
366 rehash: rehash.time
367 rehash.time: certs
368         @(OPENSSL="`pwd`/util/opensslwrap.sh"; \
369           OPENSSL_DEBUG_MEMORY=on; \
370           export OPENSSL OPENSSL_DEBUG_MEMORY; \
371           $(PERL) tools/c_rehash certs)
372         touch rehash.time
373
374 test:   tests
375
376 tests: rehash
377         @(cd test && echo "testing..." && \
378         $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='${TESTS}' OPENSSL_DEBUG_MEMORY=on tests );
379         util/opensslwrap.sh version -a
380
381 report:
382         @$(PERL) util/selftest.pl
383
384 depend:
385         @set -e; target=depend; $(RECURSIVE_BUILD_CMD)
386
387 lint:
388         @set -e; target=lint; $(RECURSIVE_BUILD_CMD)
389
390 tags:
391         rm -f TAGS
392         find . -name '[^.]*.[ch]' | xargs etags -a
393
394 errors:
395         $(PERL) util/mkerr.pl -recurse -write
396         (cd engines; $(MAKE) PERL=$(PERL) errors)
397         $(PERL) util/ck_errf.pl */*.c */*/*.c
398
399 stacks:
400         $(PERL) util/mkstack.pl -write
401
402 util/libeay.num::
403         $(PERL) util/mkdef.pl crypto update
404
405 util/ssleay.num::
406         $(PERL) util/mkdef.pl ssl update
407
408 crypto/objects/obj_dat.h: crypto/objects/obj_dat.pl crypto/objects/obj_mac.h
409         $(PERL) crypto/objects/obj_dat.pl crypto/objects/obj_mac.h crypto/objects/obj_dat.h
410 crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num
411         $(PERL) crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num crypto/objects/obj_mac.h
412
413 apps/openssl-vms.cnf: apps/openssl.cnf
414         $(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf
415
416 crypto/bn/bn_prime.h: crypto/bn/bn_prime.pl
417         $(PERL) crypto/bn/bn_prime.pl >crypto/bn/bn_prime.h
418
419
420 TABLE: Configure
421         (echo 'Output of `Configure TABLE'"':"; \
422         $(PERL) Configure TABLE) > TABLE
423
424 update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend
425
426 # Build distribution tar-file. As the list of files returned by "find" is
427 # pretty long, on several platforms a "too many arguments" error or similar
428 # would occur. Therefore the list of files is temporarily stored into a file
429 # and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
430 # tar does not support the --files-from option.
431 tar:
432         find . -type d -print | xargs chmod 755
433         find . -type f -print | xargs chmod a+r
434         find . -type f -perm -0100 -print | xargs chmod a+x
435         find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort > ../$(TARFILE).list; \
436         $(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \
437         tardy --user_number=0  --user_name=openssl \
438               --group_number=0 --group_name=openssl \
439               --prefix=openssl-$(VERSION) - |\
440         gzip --best >../$(TARFILE).gz; \
441         rm -f ../$(TARFILE).list; \
442         ls -l ../$(TARFILE).gz
443
444 tar-snap:
445         @$(TAR) $(TARFLAGS) -cvf - \
446                 `find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \! -name '*.so' \! -name '*.so.*'  \! -name 'openssl' \! -name '*test' \! -name '.#*' \! -name '*~' | sort` |\
447         tardy --user_number=0  --user_name=openssl \
448               --group_number=0 --group_name=openssl \
449               --prefix=openssl-$(VERSION) - > ../$(TARFILE);\
450         ls -l ../$(TARFILE)
451
452 dist:   
453         $(PERL) Configure dist
454         @$(MAKE) dist_pem_h
455         @$(MAKE) SDIRS='${SDIRS}' clean
456         @$(MAKE) TAR='${TAR}' TARFLAGS='${TARFLAGS}' tar
457
458 dist_pem_h:
459         (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
460
461 install: all install_docs install_sw
462
463 install_sw:
464         @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
465                 $(INSTALL_PREFIX)$(INSTALLTOP)/lib \
466                 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines \
467                 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig \
468                 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
469                 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
470                 $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
471                 $(INSTALL_PREFIX)$(OPENSSLDIR)/private
472         @set -e; headerlist="$(EXHEADER)"; for i in $$headerlist;\
473         do \
474         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
475         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
476         done;
477         @set -e; target=install; $(RECURSIVE_BUILD_CMD)
478         @set -e; for i in $(LIBS) ;\
479         do \
480                 if [ -f "$$i" ]; then \
481                 (       echo installing $$i; \
482                         cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
483                         $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
484                         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
485                         mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i ); \
486                 fi; \
487         done;
488         @set -e; if [ -n "$(SHARED_LIBS)" ]; then \
489                 tmp="$(SHARED_LIBS)"; \
490                 for i in $${tmp:-x}; \
491                 do \
492                         if [ -f "$$i" -o -f "$$i.a" ]; then \
493                         (       echo installing $$i; \
494                                 if [ "$(PLATFORM)" != "Cygwin" ]; then \
495                                         cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
496                                         chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
497                                         mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
498                                 else \
499                                         c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \
500                                         cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
501                                         chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
502                                         mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c; \
503                                         cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
504                                         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
505                                         mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
506                                 fi ); \
507                         fi; \
508                 done; \
509                 (       here="`pwd`"; \
510                         cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
511                         $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
512                 if [ "$(INSTALLTOP)" != "/usr" ]; then \
513                         echo 'OpenSSL shared libraries have been installed in:'; \
514                         echo '  $(INSTALLTOP)'; \
515                         echo ''; \
516                         sed -e '1,/^$$/d' doc/openssl-shared.txt; \
517                 fi; \
518         fi
519         cp libcrypto.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
520         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/libcrypto.pc
521         cp libssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
522         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/libssl.pc
523         cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
524         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc
525
526 install_docs:
527         @$(PERL) $(TOP)/util/mkdir-p.pl \
528                 $(INSTALL_PREFIX)$(MANDIR)/man1 \
529                 $(INSTALL_PREFIX)$(MANDIR)/man3 \
530                 $(INSTALL_PREFIX)$(MANDIR)/man5 \
531                 $(INSTALL_PREFIX)$(MANDIR)/man7
532         @pod2man="`cd util; ./pod2mantest $(PERL)`"; \
533         here="`pwd`"; \
534         filecase=; \
535         if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \
536                 filecase=-i; \
537         fi; \
538         set -e; for i in doc/apps/*.pod; do \
539                 fn=`basename $$i .pod`; \
540                 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
541                 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
542                 (cd `$(PERL) util/dirname.pl $$i`; \
543                 sh -c "$$pod2man \
544                         --section=$$sec --center=OpenSSL \
545                         --release=$(VERSION) `basename $$i`") \
546                         >  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
547                 $(PERL) util/extract-names.pl < $$i | \
548                         (grep -v $$filecase "^$$fn\$$"; true) | \
549                         (grep -v "[     ]"; true) | \
550                         (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
551                          while read n; do \
552                                 $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
553                          done); \
554         done; \
555         set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
556                 fn=`basename $$i .pod`; \
557                 sec=`$(PERL) util/extract-section.pl 3 < $$i`; \
558                 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
559                 (cd `$(PERL) util/dirname.pl $$i`; \
560                 sh -c "$$pod2man \
561                         --section=$$sec --center=OpenSSL \
562                         --release=$(VERSION) `basename $$i`") \
563                         >  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
564                 $(PERL) util/extract-names.pl < $$i | \
565                         (grep -v $$filecase "^$$fn\$$"; true) | \
566                         (grep -v "[     ]"; true) | \
567                         (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
568                          while read n; do \
569                                 $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
570                          done); \
571         done
572
573 # DO NOT DELETE THIS LINE -- make depend depends on it.