Makefile revision 306195
1### Generated automatically from Makefile.org by Configure.
2
3##
4## Makefile for OpenSSL
5##
6
7VERSION=1.0.2i
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
208# LC_ALL=C ensures that error [and other] messages are delivered in
209# same language for uniform treatment.
210BUILDENV=	LC_ALL=C PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)'\
211		CC='$(CC)' CFLAG='$(CFLAG)' 			\
212		AS='$(CC)' ASFLAG='$(CFLAG) -c'			\
213		AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)'	\
214		RC='$(RC)'              			\
215		CROSS_COMPILE='$(CROSS_COMPILE)'	\
216		PERL='$(PERL)' ENGDIRS='$(ENGDIRS)'		\
217		SDIRS='$(SDIRS)' LIBRPATH='$(INSTALLTOP)/$(LIBDIR)'	\
218		INSTALL_PREFIX='$(INSTALL_PREFIX)'		\
219		INSTALLTOP='$(INSTALLTOP)' OPENSSLDIR='$(OPENSSLDIR)'	\
220		LIBDIR='$(LIBDIR)'				\
221		MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD $(MAKEDEPPROG)' \
222		DEPFLAG='-DOPENSSL_NO_DEPRECATED $(DEPFLAG)'	\
223		MAKEDEPPROG='$(MAKEDEPPROG)'			\
224		SHARED_LDFLAGS='$(SHARED_LDFLAGS)'		\
225		KRB5_INCLUDES='$(KRB5_INCLUDES)' LIBKRB5='$(LIBKRB5)'	\
226		ZLIB_INCLUDE='$(ZLIB_INCLUDE)' LIBZLIB='$(LIBZLIB)'	\
227		EXE_EXT='$(EXE_EXT)' SHARED_LIBS='$(SHARED_LIBS)'	\
228		SHLIB_EXT='$(SHLIB_EXT)' SHLIB_TARGET='$(SHLIB_TARGET)'	\
229		PEX_LIBS='$(PEX_LIBS)' EX_LIBS='$(EX_LIBS)'	\
230		CPUID_OBJ='$(CPUID_OBJ)' BN_ASM='$(BN_ASM)'	\
231		EC_ASM='$(EC_ASM)' DES_ENC='$(DES_ENC)' 	\
232		AES_ENC='$(AES_ENC)' CMLL_ENC='$(CMLL_ENC)'	\
233		BF_ENC='$(BF_ENC)' CAST_ENC='$(CAST_ENC)'	\
234		RC4_ENC='$(RC4_ENC)' RC5_ENC='$(RC5_ENC)'	\
235		SHA1_ASM_OBJ='$(SHA1_ASM_OBJ)'			\
236		MD5_ASM_OBJ='$(MD5_ASM_OBJ)'			\
237		RMD160_ASM_OBJ='$(RMD160_ASM_OBJ)'		\
238		WP_ASM_OBJ='$(WP_ASM_OBJ)'			\
239		MODES_ASM_OBJ='$(MODES_ASM_OBJ)'		\
240		ENGINES_ASM_OBJ='$(ENGINES_ASM_OBJ)'		\
241		PERLASM_SCHEME='$(PERLASM_SCHEME)'		\
242		FIPSLIBDIR='${FIPSLIBDIR}'			\
243		FIPSDIR='${FIPSDIR}'				\
244		FIPSCANLIB="$${FIPSCANLIB:-$(FIPSCANLIB)}"	\
245		THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES=
246# MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors,
247# which in turn eliminates ambiguities in variable treatment with -e.
248
249# BUILD_CMD is a generic macro to build a given target in a given
250# subdirectory.  The target must be given through the shell variable
251# `target' and the subdirectory to build in must be given through `dir'.
252# This macro shouldn't be used directly, use RECURSIVE_BUILD_CMD or
253# BUILD_ONE_CMD instead.
254#
255# BUILD_ONE_CMD is a macro to build a given target in a given
256# subdirectory if that subdirectory is part of $(DIRS).  It requires
257# exactly the same shell variables as BUILD_CMD.
258#
259# RECURSIVE_BUILD_CMD is a macro to build a given target in all
260# subdirectories defined in $(DIRS).  It requires that the target
261# is given through the shell variable `target'.
262BUILD_CMD=  if [ -d "$$dir" ]; then \
263	    (	cd $$dir && echo "making $$target in $$dir..." && \
264		$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. DIR=$$dir $$target \
265	    ) || exit 1; \
266	    fi
267RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done
268BUILD_ONE_CMD=\
269	if expr " $(DIRS) " : ".* $$dir " >/dev/null 2>&1; then \
270		$(BUILD_CMD); \
271	fi
272
273reflect:
274	@[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
275
276sub_all: build_all
277
278build_all: build_libs build_apps build_tests build_tools
279
280build_libs: build_libcrypto build_libssl openssl.pc
281
282build_libcrypto: build_crypto build_engines libcrypto.pc
283build_libssl: build_ssl libssl.pc
284
285build_crypto:
286	@dir=crypto; target=all; $(BUILD_ONE_CMD)
287build_ssl: build_crypto
288	@dir=ssl; target=all; $(BUILD_ONE_CMD)
289build_engines: build_crypto
290	@dir=engines; target=all; $(BUILD_ONE_CMD)
291build_apps: build_libs
292	@dir=apps; target=all; $(BUILD_ONE_CMD)
293build_tests: build_libs
294	@dir=test; target=all; $(BUILD_ONE_CMD)
295build_tools: build_libs
296	@dir=tools; target=all; $(BUILD_ONE_CMD)
297
298all_testapps: build_libs build_testapps
299build_testapps:
300	@dir=crypto; target=testapps; $(BUILD_ONE_CMD)
301
302fips_premain_dso$(EXE_EXT): libcrypto.a
303	[ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAG) -Iinclude \
304		-DFINGERPRINT_PREMAIN_DSO_LOAD -o $@  \
305		$(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \
306		libcrypto.a $(EX_LIBS)
307
308libcrypto$(SHLIB_EXT): libcrypto.a fips_premain_dso$(EXE_EXT)
309	@if [ "$(SHLIB_TARGET)" != "" ]; then \
310		if [ "$(FIPSCANLIB)" = "libcrypto" ]; then \
311			FIPSLD_LIBCRYPTO=libcrypto.a ; \
312			FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; \
313			export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
314		fi; \
315		$(MAKE) -e SHLIBDIRS=crypto  CC="$${CC:-$(CC)}" build-shared && \
316		(touch -c fips_premain_dso$(EXE_EXT) || :); \
317	else \
318		echo "There's no support for shared libraries on this platform" >&2; \
319		exit 1; \
320	fi
321
322libssl$(SHLIB_EXT): libcrypto$(SHLIB_EXT) libssl.a
323	@if [ "$(SHLIB_TARGET)" != "" ]; then \
324		$(MAKE) SHLIBDIRS=ssl SHLIBDEPS='-lcrypto' build-shared; \
325	else \
326		echo "There's no support for shared libraries on this platform" >&2; \
327		exit 1; \
328	fi
329
330clean-shared:
331	@set -e; for i in $(SHLIBDIRS); do \
332		if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \
333			tmp="$(SHARED_LIBS_LINK_EXTS)"; \
334			for j in $${tmp:-x}; do \
335				( set -x; rm -f lib$$i$$j ); \
336			done; \
337		fi; \
338		( set -x; rm -f lib$$i$(SHLIB_EXT) ); \
339		if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
340			( set -x; rm -f cyg$$i$(SHLIB_EXT) lib$$i$(SHLIB_EXT).a ); \
341		fi; \
342	done
343
344link-shared:
345	@ set -e; for i in $(SHLIBDIRS); do \
346		$(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
347			LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
348			LIBCOMPATVERSIONS=";$(SHLIB_VERSION_HISTORY)" \
349			symlink.$(SHLIB_TARGET); \
350		libs="$$libs -l$$i"; \
351	done
352
353build-shared: do_$(SHLIB_TARGET) link-shared
354
355do_$(SHLIB_TARGET):
356	@ set -e; libs='-L. $(SHLIBDEPS)'; for i in $(SHLIBDIRS); do \
357		if [ "$$i" = "ssl" -a -n "$(LIBKRB5)" ]; then \
358			libs="$(LIBKRB5) $$libs"; \
359		fi; \
360		$(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \
361			LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
362			LIBCOMPATVERSIONS=";$(SHLIB_VERSION_HISTORY)" \
363			LIBDEPS="$$libs $(EX_LIBS)" \
364			link_a.$(SHLIB_TARGET); \
365		libs="-l$$i $$libs"; \
366	done
367
368libcrypto.pc: Makefile
369	@ ( echo 'prefix=$(INSTALLTOP)'; \
370	    echo 'exec_prefix=$${prefix}'; \
371	    echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
372	    echo 'includedir=$${prefix}/include'; \
373	    echo 'enginesdir=$${libdir}/engines'; \
374	    echo ''; \
375	    echo 'Name: OpenSSL-libcrypto'; \
376	    echo 'Description: OpenSSL cryptography library'; \
377	    echo 'Version: '$(VERSION); \
378	    echo 'Requires: '; \
379	    echo 'Libs: -L$${libdir} -lcrypto'; \
380	    echo 'Libs.private: $(EX_LIBS)'; \
381	    echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
382
383libssl.pc: Makefile
384	@ ( echo 'prefix=$(INSTALLTOP)'; \
385	    echo 'exec_prefix=$${prefix}'; \
386	    echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
387	    echo 'includedir=$${prefix}/include'; \
388	    echo ''; \
389	    echo 'Name: OpenSSL-libssl'; \
390	    echo 'Description: Secure Sockets Layer and cryptography libraries'; \
391	    echo 'Version: '$(VERSION); \
392	    echo 'Requires.private: libcrypto'; \
393	    echo 'Libs: -L$${libdir} -lssl'; \
394	    echo 'Libs.private: $(EX_LIBS)'; \
395	    echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
396
397openssl.pc: Makefile
398	@ ( echo 'prefix=$(INSTALLTOP)'; \
399	    echo 'exec_prefix=$${prefix}'; \
400	    echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
401	    echo 'includedir=$${prefix}/include'; \
402	    echo ''; \
403	    echo 'Name: OpenSSL'; \
404	    echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
405	    echo 'Version: '$(VERSION); \
406	    echo 'Requires: libssl libcrypto' ) > openssl.pc
407
408Makefile: Makefile.org Configure config
409	@echo "Makefile is older than Makefile.org, Configure or config."
410	@echo "Reconfigure the source tree (via './config' or 'perl Configure'), please."
411	@false
412
413libclean:
414	rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
415
416clean:	libclean
417	rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
418	@set -e; target=clean; $(RECURSIVE_BUILD_CMD)
419	rm -f $(LIBS)
420	rm -f openssl.pc libssl.pc libcrypto.pc
421	rm -f speed.* .pure
422	rm -f $(TARFILE)
423	@set -e; for i in $(ONEDIRS) ;\
424	do \
425	rm -fr $$i/*; \
426	done
427
428makefile.one: files
429	$(PERL) util/mk1mf.pl >makefile.one; \
430	sh util/do_ms.sh
431
432files:
433	$(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO
434	@set -e; target=files; $(RECURSIVE_BUILD_CMD)
435
436links:
437	@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
438	@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
439	@set -e; target=links; $(RECURSIVE_BUILD_CMD)
440
441gentests:
442	@(cd test && echo "generating dummy tests (if needed)..." && \
443	$(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate );
444
445dclean:
446	rm -rf *.bak include/openssl certs/.0
447	@set -e; target=dclean; $(RECURSIVE_BUILD_CMD)
448
449rehash: rehash.time
450rehash.time: certs apps
451	@if [ -z "$(CROSS_COMPILE)" ]; then \
452		(OPENSSL="`pwd`/util/opensslwrap.sh"; \
453		[ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
454		OPENSSL_DEBUG_MEMORY=on; \
455		export OPENSSL OPENSSL_DEBUG_MEMORY; \
456		$(PERL) tools/c_rehash certs/demo) && \
457		touch rehash.time; \
458	else :; fi
459
460test:   tests
461
462tests: rehash
463	@(cd test && echo "testing..." && \
464	$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
465	OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
466
467report:
468	@$(PERL) util/selftest.pl
469
470update: errors stacks util/libeay.num util/ssleay.num TABLE
471	@set -e; target=update; $(RECURSIVE_BUILD_CMD)
472
473depend:
474	@set -e; target=depend; $(RECURSIVE_BUILD_CMD)
475
476lint:
477	@set -e; target=lint; $(RECURSIVE_BUILD_CMD)
478
479tags:
480	rm -f TAGS
481	find . -name '[^.]*.[ch]' | xargs etags -a
482
483errors:
484	$(PERL) util/ck_errf.pl -strict */*.c */*/*.c
485	$(PERL) util/mkerr.pl -recurse -write
486	(cd engines; $(MAKE) PERL=$(PERL) errors)
487
488stacks:
489	$(PERL) util/mkstack.pl -write
490
491util/libeay.num::
492	$(PERL) util/mkdef.pl crypto update
493
494util/ssleay.num::
495	$(PERL) util/mkdef.pl ssl update
496
497TABLE: Configure
498	(echo 'Output of `Configure TABLE'"':"; \
499	$(PERL) Configure TABLE) > TABLE
500
501# Build distribution tar-file. As the list of files returned by "find" is
502# pretty long, on several platforms a "too many arguments" error or similar
503# would occur. Therefore the list of files is temporarily stored into a file
504# and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
505# tar does not support the --files-from option.
506TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
507	                       --owner 0 --group 0 \
508			       --transform 's|^|$(NAME)/|' \
509			       -cvf -
510
511$(TARFILE).list:
512	find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
513	       \! -name '*.so' \! -name '*.so.*'  \! -name 'openssl' \
514	       \( \! -name '*test' -o -name bctest -o -name pod2mantest \) \
515	       \! -name '.#*' \! -name '*~' \! -type l \
516	    | sort > $(TARFILE).list
517
518tar: $(TARFILE).list
519	find . -type d -print | xargs chmod 755
520	find . -type f -print | xargs chmod a+r
521	find . -type f -perm -0100 -print | xargs chmod a+x
522	$(TAR_COMMAND) | gzip --best > $(TARFILE).gz
523	rm -f $(TARFILE).list
524	ls -l $(TARFILE).gz
525
526tar-snap: $(TARFILE).list
527	$(TAR_COMMAND) > $(TARFILE)
528	rm -f $(TARFILE).list
529	ls -l $(TARFILE)
530
531dist:   
532	$(PERL) Configure dist
533	@$(MAKE) SDIRS='$(SDIRS)' clean
534	@$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
535
536install: all install_docs install_sw
537
538install_sw:
539	@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
540		$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \
541		$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines \
542		$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig \
543		$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
544		$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
545		$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
546		$(INSTALL_PREFIX)$(OPENSSLDIR)/private
547	@set -e; headerlist="$(EXHEADER)"; for i in $$headerlist;\
548	do \
549	(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
550	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
551	done;
552	@set -e; target=install; $(RECURSIVE_BUILD_CMD)
553	@set -e; liblist="$(LIBS)"; for i in $$liblist ;\
554	do \
555		if [ -f "$$i" ]; then \
556		(       echo installing $$i; \
557			cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
558			$(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
559			chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
560			mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i ); \
561		fi; \
562	done;
563	@set -e; if [ -n "$(SHARED_LIBS)" ]; then \
564		tmp="$(SHARED_LIBS)"; \
565		for i in $${tmp:-x}; \
566		do \
567			if [ -f "$$i" -o -f "$$i.a" ]; then \
568			(       echo installing $$i; \
569				if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
570					c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \
571					cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
572					chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
573					mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c; \
574					cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
575					chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
576					mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \
577				else \
578					cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
579					chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
580					mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \
581				fi ); \
582				if expr $(PLATFORM) : 'mingw' > /dev/null; then \
583				(	case $$i in \
584						*crypto*) i=libeay32.dll;; \
585						*ssl*)    i=ssleay32.dll;; \
586					esac; \
587					echo installing $$i; \
588	 				cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
589	 				chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
590	 				mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i ); \
591				fi; \
592			fi; \
593		done; \
594		(	here="`pwd`"; \
595			cd $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR); \
596			$(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
597		if [ "$(INSTALLTOP)" != "/usr" ]; then \
598			echo 'OpenSSL shared libraries have been installed in:'; \
599			echo '  $(INSTALLTOP)'; \
600			echo ''; \
601			sed -e '1,/^$$/d' doc/openssl-shared.txt; \
602		fi; \
603	fi
604	cp libcrypto.pc $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig
605	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libcrypto.pc
606	cp libssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig
607	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libssl.pc
608	cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig
609	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/openssl.pc
610
611install_html_docs:
612	here="`pwd`"; \
613	filecase=; \
614	case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
615		filecase=-i; \
616	esac; \
617	for subdir in apps crypto ssl; do \
618		mkdir -p $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir; \
619		for i in doc/$$subdir/*.pod; do \
620			fn=`basename $$i .pod`; \
621			echo "installing html/$$fn.$(HTMLSUFFIX)"; \
622			cat $$i \
623			| sed -r 's/L<([^)]*)(\([0-9]\))?\|([^)]*)(\([0-9]\))?>/L<\1|\3>/g' \
624			| pod2html --podroot=doc --htmlroot=.. --podpath=apps:crypto:ssl \
625			| sed -r 's/<!DOCTYPE.*//g' \
626			> $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir/$$fn.$(HTMLSUFFIX); \
627			$(PERL) util/extract-names.pl < $$i | \
628				grep -v $$filecase "^$$fn\$$" | \
629				(cd $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir; \
630				 while read n; do \
631					PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
632				 done); \
633		done; \
634	done
635
636install_docs:
637	@$(PERL) $(TOP)/util/mkdir-p.pl \
638		$(INSTALL_PREFIX)$(MANDIR)/man1 \
639		$(INSTALL_PREFIX)$(MANDIR)/man3 \
640		$(INSTALL_PREFIX)$(MANDIR)/man5 \
641		$(INSTALL_PREFIX)$(MANDIR)/man7
642	@pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
643	here="`pwd`"; \
644	filecase=; \
645	case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
646		filecase=-i; \
647	esac; \
648	set -e; for i in doc/apps/*.pod; do \
649		fn=`basename $$i .pod`; \
650		sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
651		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
652		(cd `$(PERL) util/dirname.pl $$i`; \
653		sh -c "$$pod2man \
654			--section=$$sec --center=OpenSSL \
655			--release=$(VERSION) `basename $$i`") \
656			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
657		$(PERL) util/extract-names.pl < $$i | \
658			(grep -v $$filecase "^$$fn\$$"; true) | \
659			(grep -v "[	]"; true) | \
660			(cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
661			 while read n; do \
662				PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
663			 done); \
664	done; \
665	set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
666		fn=`basename $$i .pod`; \
667		sec=`$(PERL) util/extract-section.pl 3 < $$i`; \
668		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
669		(cd `$(PERL) util/dirname.pl $$i`; \
670		sh -c "$$pod2man \
671			--section=$$sec --center=OpenSSL \
672			--release=$(VERSION) `basename $$i`") \
673			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
674		$(PERL) util/extract-names.pl < $$i | \
675			(grep -v $$filecase "^$$fn\$$"; true) | \
676			(grep -v "[	]"; true) | \
677			(cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
678			 while read n; do \
679				PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
680			 done); \
681	done
682
683# DO NOT DELETE THIS LINE -- make depend depends on it.
684