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