| 
									
										
										
										
											1999-03-22 22:45:08 +08:00
										 |  |  | ##
 | 
					
						
							|  |  |  | ## Makefile for OpenSSL
 | 
					
						
							|  |  |  | ##
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-29 00:16:31 +08:00
										 |  |  | VERSION= | 
					
						
							|  |  |  | MAJOR= | 
					
						
							|  |  |  | MINOR= | 
					
						
							| 
									
										
										
										
											2000-07-21 23:08:53 +08:00
										 |  |  | SHLIB_VERSION_NUMBER= | 
					
						
							|  |  |  | SHLIB_VERSION_HISTORY= | 
					
						
							|  |  |  | SHLIB_MAJOR= | 
					
						
							|  |  |  | SHLIB_MINOR= | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | SHLIB_EXT= | 
					
						
							| 
									
										
										
										
											1999-03-22 22:45:08 +08:00
										 |  |  | PLATFORM=dist | 
					
						
							| 
									
										
										
										
											1999-05-13 18:28:14 +08:00
										 |  |  | OPTIONS= | 
					
						
							| 
									
										
										
										
											2000-08-17 18:23:45 +08:00
										 |  |  | CONFIGURE_ARGS= | 
					
						
							| 
									
										
										
										
											2000-07-21 23:08:53 +08:00
										 |  |  | SHLIB_TARGET= | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-12-15 13:59:13 +08:00
										 |  |  | # HERE indicates where this Makefile lives.  This can be used to indicate
 | 
					
						
							|  |  |  | # where sub-Makefiles are expected to be.  Currently has very limited usage,
 | 
					
						
							|  |  |  | # and should probably not be bothered with at all.
 | 
					
						
							|  |  |  | HERE=. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-30 05:52:08 +08:00
										 |  |  | # INSTALL_PREFIX is for package builders so that they can configure
 | 
					
						
							|  |  |  | # for, say, /usr/ and yet have everything installed to /tmp/somedir/usr/.
 | 
					
						
							|  |  |  | # Normally it is left empty.
 | 
					
						
							|  |  |  | INSTALL_PREFIX= | 
					
						
							| 
									
										
										
										
											1999-04-25 06:59:36 +08:00
										 |  |  | INSTALLTOP=/usr/local/ssl | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Do not edit this manually. Use Configure --openssldir=DIR do change this!
 | 
					
						
							|  |  |  | OPENSSLDIR=/usr/local/ssl | 
					
						
							| 
									
										
										
										
											1999-03-22 22:45:08 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | # NO_IDEA - Define to build without the IDEA algorithm
 | 
					
						
							|  |  |  | # NO_RC4  - Define to build without the RC4 algorithm
 | 
					
						
							|  |  |  | # NO_RC2  - Define to build without the RC2 algorithm
 | 
					
						
							|  |  |  | # THREADS - Define when building with threads, you will probably also need any
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | #           system defines as well, i.e. _REENTERANT for Solaris 2.[34]
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | # TERMIO  - Define the termio terminal subsystem, needed if sgtty is missing.
 | 
					
						
							|  |  |  | # TERMIOS - Define the termios terminal subsystem, Silicon Graphics.
 | 
					
						
							|  |  |  | # LONGCRYPT - Define to use HPUX 10.x's long password modification to crypt(3).
 | 
					
						
							|  |  |  | # DEVRANDOM - Give this the value of the 'random device' if your OS supports
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | #           one.  32 bytes will be read from this when the random
 | 
					
						
							|  |  |  | #           number generator is initalised.
 | 
					
						
							| 
									
										
										
										
											1999-04-13 19:01:44 +08:00
										 |  |  | # SSL_FORBID_ENULL - define if you want the server to be not able to use the
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | #           NULL encryption ciphers.
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | #
 | 
					
						
							|  |  |  | # LOCK_DEBUG - turns on lots of lock debug output :-)
 | 
					
						
							|  |  |  | # REF_CHECK - turn on some xyz_free() assertions.
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | # REF_PRINT - prints some stuff on structure free.
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | # CRYPTO_MDEBUG - turns on my 'memory leak' detecting stuff
 | 
					
						
							|  |  |  | # MFUNC - Make all Malloc/Free/Realloc calls call
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | #       CRYPTO_malloc/CRYPTO_free/CRYPTO_realloc which can be setup to
 | 
					
						
							|  |  |  | #       call application defined callbacks via CRYPTO_set_mem_functions()
 | 
					
						
							|  |  |  | # MD5_ASM needs to be defined to use the x86 assembler for MD5
 | 
					
						
							|  |  |  | # SHA1_ASM needs to be defined to use the x86 assembler for SHA1
 | 
					
						
							|  |  |  | # RMD160_ASM needs to be defined to use the x86 assembler for RIPEMD160
 | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | # Do not define B_ENDIAN or L_ENDIAN if 'unsigned long' == 8.  It must
 | 
					
						
							|  |  |  | # equal 4.
 | 
					
						
							|  |  |  | # PKCS1_CHECK - pkcs1 tests.
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-06 21:23:34 +08:00
										 |  |  | CC= cc | 
					
						
							|  |  |  | CFLAG= -O | 
					
						
							| 
									
										
										
										
											1999-04-27 09:14:46 +08:00
										 |  |  | DEPFLAG=  | 
					
						
							| 
									
										
										
										
											2001-03-23 05:20:54 +08:00
										 |  |  | PEX_LIBS=  | 
					
						
							| 
									
										
										
										
											1998-12-22 23:04:48 +08:00
										 |  |  | EX_LIBS=  | 
					
						
							| 
									
										
										
										
											2001-04-04 23:50:30 +08:00
										 |  |  | EXE_EXT=  | 
					
						
							| 
									
										
										
										
											2002-08-02 04:28:16 +08:00
										 |  |  | ARFLAGS= | 
					
						
							|  |  |  | AR=ar $(ARFLAGS) r | 
					
						
							| 
									
										
										
										
											1999-04-01 20:34:33 +08:00
										 |  |  | RANLIB= ranlib | 
					
						
							| 
									
										
										
										
											2006-10-21 21:38:16 +08:00
										 |  |  | NM= nm | 
					
						
							| 
									
										
										
										
											1999-04-01 20:34:33 +08:00
										 |  |  | PERL= perl | 
					
						
							| 
									
										
										
										
											2000-02-24 09:59:55 +08:00
										 |  |  | TAR= tar | 
					
						
							| 
									
										
										
										
											2000-09-21 15:15:52 +08:00
										 |  |  | TARFLAGS= --no-recursion | 
					
						
							| 
									
										
										
										
											2001-02-20 00:06:34 +08:00
										 |  |  | MAKEDEPPROG=makedepend | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-01-04 01:37:53 +08:00
										 |  |  | # We let the C compiler driver to take care of .s files. This is done in
 | 
					
						
							|  |  |  | # order to be excused from maintaining a separate set of architecture
 | 
					
						
							|  |  |  | # dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
 | 
					
						
							|  |  |  | # gcc, then the driver will automatically translate it to -xarch=v8plus
 | 
					
						
							|  |  |  | # and pass it down to assembler.
 | 
					
						
							|  |  |  | AS=$(CC) -c | 
					
						
							| 
									
										
										
										
											2003-05-30 06:20:47 +08:00
										 |  |  | ASFLAG=$(CFLAG) | 
					
						
							| 
									
										
										
										
											2003-01-04 01:37:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 04:18:55 +08:00
										 |  |  | # For x86 assembler: Set PROCESSOR to 386 if you want to support
 | 
					
						
							|  |  |  | # the 80386.
 | 
					
						
							|  |  |  | PROCESSOR= | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # CPUID module collects small commonly used assembler snippets
 | 
					
						
							|  |  |  | CPUID_OBJ=  | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | BN_ASM= bn_asm.o | 
					
						
							| 
									
										
										
										
											2005-02-06 21:23:34 +08:00
										 |  |  | DES_ENC= des_enc.o fcrypt_b.o | 
					
						
							| 
									
										
										
										
											2007-08-29 05:02:38 +08:00
										 |  |  | AES_ENC= aes_core.o aes_cbc.o | 
					
						
							| 
									
										
										
										
											2005-02-06 21:23:34 +08:00
										 |  |  | BF_ENC= bf_enc.o | 
					
						
							|  |  |  | CAST_ENC= c_enc.o | 
					
						
							|  |  |  | RC4_ENC= rc4_enc.o | 
					
						
							|  |  |  | RC5_ENC= rc5_enc.o | 
					
						
							|  |  |  | MD5_ASM_OBJ=  | 
					
						
							|  |  |  | SHA1_ASM_OBJ=  | 
					
						
							|  |  |  | RMD160_ASM_OBJ=  | 
					
						
							| 
									
										
										
										
											2005-12-16 20:55:33 +08:00
										 |  |  | WP_ASM_OBJ= | 
					
						
							| 
									
										
										
										
											2007-08-29 04:45:25 +08:00
										 |  |  | CMLL_ENC= | 
					
						
							| 
									
										
										
										
											2008-01-11 21:15:11 +08:00
										 |  |  | PERLASM_SCHEME= | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-01 06:53:34 +08:00
										 |  |  | # KRB5 stuff
 | 
					
						
							|  |  |  | KRB5_INCLUDES= | 
					
						
							| 
									
										
										
										
											2003-02-14 21:12:00 +08:00
										 |  |  | LIBKRB5= | 
					
						
							| 
									
										
										
										
											2000-12-01 06:53:34 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-05 21:46:46 +08:00
										 |  |  | # Zlib stuff
 | 
					
						
							|  |  |  | ZLIB_INCLUDE= | 
					
						
							|  |  |  | LIBZLIB= | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-10-12 02:51:29 +08:00
										 |  |  | DIRS=   crypto ssl engines apps test tools | 
					
						
							| 
									
										
										
										
											1999-04-29 00:16:31 +08:00
										 |  |  | SHLIBDIRS= crypto ssl | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | # dirs in crypto to build
 | 
					
						
							|  |  |  | SDIRS=  \
 | 
					
						
							| 
									
										
										
										
											2003-11-29 17:19:12 +08:00
										 |  |  | 	objects \
 | 
					
						
							| 
									
										
										
										
											2005-11-29 04:09:58 +08:00
										 |  |  | 	md2 md4 md5 sha mdc2 hmac ripemd whrlpool \
 | 
					
						
							| 
									
										
										
										
											2007-04-24 07:48:59 +08:00
										 |  |  | 	des aes rc2 rc4 rc5 idea bf cast camellia seed \
 | 
					
						
							| 
									
										
										
										
											2005-02-06 21:23:34 +08:00
										 |  |  | 	bn ec rsa dsa ecdsa dh ecdh dso engine \
 | 
					
						
							| 
									
										
										
										
											2003-11-29 17:19:12 +08:00
										 |  |  | 	buffer bio stack lhash rand err \
 | 
					
						
							| 
									
										
										
										
											2003-05-01 11:53:12 +08:00
										 |  |  | 	evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
 | 
					
						
							| 
									
										
										
										
											2008-06-04 19:01:43 +08:00
										 |  |  | 	cms pqueue ts  | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | # keep in mind that the above list is adjusted by ./Configure
 | 
					
						
							|  |  |  | # according to no-xxx arguments...
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-13 04:24:30 +08:00
										 |  |  | # tests to perform.  "alltests" is a special word indicating that all tests
 | 
					
						
							|  |  |  | # should be performed.
 | 
					
						
							|  |  |  | TESTS = alltests | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-03-30 21:05:57 +08:00
										 |  |  | MAKEFILE= Makefile | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-02-16 02:34:46 +08:00
										 |  |  | MANDIR=$(OPENSSLDIR)/man | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | MAN1=1 | 
					
						
							|  |  |  | MAN3=3 | 
					
						
							| 
									
										
										
										
											2003-04-22 06:00:36 +08:00
										 |  |  | MANSUFFIX= | 
					
						
							| 
									
										
										
										
											2006-04-12 05:09:57 +08:00
										 |  |  | HTMLSUFFIX=html | 
					
						
							|  |  |  | HTMLDIR=$(OPENSSLDIR)/html | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | SHELL=/bin/sh | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | TOP=    . | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | ONEDIRS=out tmp | 
					
						
							| 
									
										
										
										
											1999-05-13 19:37:32 +08:00
										 |  |  | EDIRS=  times doc bugs util include certs ms shlib mt demos perl sf dep VMS | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | WDIRS=  windows | 
					
						
							| 
									
										
										
										
											2000-07-21 23:08:53 +08:00
										 |  |  | LIBS=   libcrypto.a libssl.a | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | SHARED_CRYPTO=libcrypto$(SHLIB_EXT) | 
					
						
							|  |  |  | SHARED_SSL=libssl$(SHLIB_EXT) | 
					
						
							|  |  |  | SHARED_LIBS= | 
					
						
							|  |  |  | SHARED_LIBS_LINK_EXTS= | 
					
						
							| 
									
										
										
										
											2002-01-02 18:30:07 +08:00
										 |  |  | SHARED_LDFLAGS= | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | GENERAL=        Makefile | 
					
						
							| 
									
										
										
										
											1998-12-23 15:58:53 +08:00
										 |  |  | BASENAME=       openssl | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | NAME=           $(BASENAME)-$(VERSION) | 
					
						
							|  |  |  | TARFILE=        $(NAME).tar | 
					
						
							|  |  |  | WTARFILE=       $(NAME)-win.tar | 
					
						
							| 
									
										
										
										
											2001-02-20 00:06:34 +08:00
										 |  |  | EXHEADER=       e_os2.h | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | HEADER=         e_os.h | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-07-05 13:14:17 +08:00
										 |  |  | all: Makefile build_all openssl.pc libssl.pc libcrypto.pc | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | # as we stick to -e, CLEARENV ensures that local variables in lower
 | 
					
						
							| 
									
										
										
										
											2005-06-23 23:36:15 +08:00
										 |  |  | # Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
 | 
					
						
							|  |  |  | # shell, which [annoyingly enough] terminates unset with error if VAR
 | 
					
						
							|  |  |  | # is not present:-( TOP= && unset TOP is tribute to HP-UX /bin/sh,
 | 
					
						
							|  |  |  | # which terminates unset with error if no variable was present:-(
 | 
					
						
							|  |  |  | CLEARENV=	TOP= && unset TOP $${LIB+LIB} $${LIBS+LIBS}	\
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 		$${INCLUDE+INCLUDE} $${INCLUDES+INCLUDES}	\
 | 
					
						
							|  |  |  | 		$${DIR+DIR} $${DIRS+DIRS} $${SRC+SRC}		\
 | 
					
						
							|  |  |  | 		$${LIBSRC+LIBSRC} $${LIBOBJ+LIBOBJ} $${ALL+ALL}	\
 | 
					
						
							|  |  |  | 		$${EXHEADER+EXHEADER} $${HEADER+HEADER}		\
 | 
					
						
							|  |  |  | 		$${GENERAL+GENERAL} $${CFLAGS+CFLAGS}		\
 | 
					
						
							|  |  |  | 		$${ASFLAGS+ASFLAGS} $${AFLAGS+AFLAGS}		\
 | 
					
						
							| 
									
										
										
										
											2005-06-27 01:47:44 +08:00
										 |  |  | 		$${LDCMD+LDCMD} $${LDFLAGS+LDFLAGS}		\
 | 
					
						
							|  |  |  | 		$${SHAREDCMD+SHAREDCMD} $${SHAREDFLAGS+SHAREDFLAGS}	\
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 		$${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-19 00:19:34 +08:00
										 |  |  | BUILDENV=	PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \
 | 
					
						
							|  |  |  | 		CC='${CC}' CFLAG='${CFLAG}' 			\
 | 
					
						
							| 
									
										
										
										
											2004-07-24 07:27:10 +08:00
										 |  |  | 		AS='${CC}' ASFLAG='${CFLAG} -c'			\
 | 
					
						
							| 
									
										
										
										
											2006-10-21 21:38:16 +08:00
										 |  |  | 		AR='${AR}' NM='${NM}' RANLIB='${RANLIB}'	\
 | 
					
						
							| 
									
										
										
										
											2006-10-25 06:14:20 +08:00
										 |  |  | 		CROSS_COMPILE_PREFIX='${CROSS_COMPILE_PREFIX}'	\
 | 
					
						
							| 
									
										
										
										
											2006-10-21 21:38:16 +08:00
										 |  |  | 		PERL='${PERL}'					\
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 		SDIRS='${SDIRS}' LIBRPATH='${INSTALLTOP}/lib'	\
 | 
					
						
							| 
									
										
										
										
											2005-06-06 16:52:19 +08:00
										 |  |  | 		INSTALL_PREFIX='${INSTALL_PREFIX}'		\
 | 
					
						
							| 
									
										
										
										
											2005-05-16 22:24:45 +08:00
										 |  |  | 		INSTALLTOP='${INSTALLTOP}' OPENSSLDIR='${OPENSSLDIR}'	\
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 		MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD ${MAKEDEPPROG}' \
 | 
					
						
							| 
									
										
										
										
											2005-05-17 00:55:47 +08:00
										 |  |  | 		DEPFLAG='-DOPENSSL_NO_DEPRECATED ${DEPFLAG}'	\
 | 
					
						
							|  |  |  | 		MAKEDEPPROG='${MAKEDEPPROG}'			\
 | 
					
						
							| 
									
										
										
										
											2005-06-27 01:47:44 +08:00
										 |  |  | 		SHARED_LDFLAGS='${SHARED_LDFLAGS}'		\
 | 
					
						
							| 
									
										
										
										
											2004-07-19 00:19:34 +08:00
										 |  |  | 		KRB5_INCLUDES='${KRB5_INCLUDES}' LIBKRB5='${LIBKRB5}'	\
 | 
					
						
							|  |  |  | 		EXE_EXT='${EXE_EXT}' SHARED_LIBS='${SHARED_LIBS}'	\
 | 
					
						
							|  |  |  | 		SHLIB_EXT='${SHLIB_EXT}' SHLIB_TARGET='${SHLIB_TARGET}'	\
 | 
					
						
							|  |  |  | 		PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}'	\
 | 
					
						
							| 
									
										
										
										
											2004-07-27 04:18:55 +08:00
										 |  |  | 		CPUID_OBJ='${CPUID_OBJ}'			\
 | 
					
						
							| 
									
										
										
										
											2004-07-19 00:19:34 +08:00
										 |  |  | 		BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' 	\
 | 
					
						
							| 
									
										
										
										
											2007-08-29 05:02:38 +08:00
										 |  |  | 		AES_ENC='${AES_ENC}' CMLL_ENC='${CMLL_ENC}'	\
 | 
					
						
							| 
									
										
										
										
											2004-07-19 00:19:34 +08:00
										 |  |  | 		BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}'	\
 | 
					
						
							|  |  |  | 		RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}'	\
 | 
					
						
							|  |  |  | 		SHA1_ASM_OBJ='${SHA1_ASM_OBJ}'			\
 | 
					
						
							|  |  |  | 		MD5_ASM_OBJ='${MD5_ASM_OBJ}'			\
 | 
					
						
							| 
									
										
										
										
											2005-05-16 22:24:45 +08:00
										 |  |  | 		RMD160_ASM_OBJ='${RMD160_ASM_OBJ}'		\
 | 
					
						
							| 
									
										
										
										
											2005-12-16 20:55:33 +08:00
										 |  |  | 		WP_ASM_OBJ='${WP_ASM_OBJ}'			\
 | 
					
						
							| 
									
										
										
										
											2008-01-11 21:15:11 +08:00
										 |  |  | 		PERLASM_SCHEME='${PERLASM_SCHEME}'		\
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 		THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES= | 
					
						
							|  |  |  | # MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors,
 | 
					
						
							|  |  |  | # which in turn eliminates ambiguities in variable treatment with -e.
 | 
					
						
							| 
									
										
										
										
											2004-07-19 00:19:34 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-02-10 16:48:43 +08:00
										 |  |  | # BUILD_CMD is a generic macro to build a given target in a given
 | 
					
						
							|  |  |  | # subdirectory.  The target must be given through the shell variable
 | 
					
						
							|  |  |  | # `target' and the subdirectory to build in must be given through `dir'.
 | 
					
						
							|  |  |  | # This macro shouldn't be used directly, use RECURSIVE_BUILD_CMD or
 | 
					
						
							|  |  |  | # BUILD_ONE_CMD instead.
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | # BUILD_ONE_CMD is a macro to build a given target in a given
 | 
					
						
							|  |  |  | # subdirectory if that subdirectory is part of $(DIRS).  It requires
 | 
					
						
							|  |  |  | # exactly the same shell variables as BUILD_CMD.
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | # RECURSIVE_BUILD_CMD is a macro to build a given target in all
 | 
					
						
							|  |  |  | # subdirectories defined in $(DIRS).  It requires that the target
 | 
					
						
							|  |  |  | # is given through the shell variable `target'.
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | BUILD_CMD=  if [ -d "$$dir" ]; then \
 | 
					
						
							|  |  |  | 	    (	cd $$dir && echo "making $$target in $$dir..." && \
 | 
					
						
							|  |  |  | 		$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. DIR=$$dir $$target \
 | 
					
						
							|  |  |  | 	    ) || exit 1; \
 | 
					
						
							|  |  |  | 	    fi | 
					
						
							|  |  |  | RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done | 
					
						
							| 
									
										
										
										
											2006-02-10 16:04:59 +08:00
										 |  |  | BUILD_ONE_CMD=\
 | 
					
						
							|  |  |  | 	if echo " $(DIRS) " | grep " $$dir " >/dev/null 2>/dev/null; then \
 | 
					
						
							|  |  |  | 		$(BUILD_CMD); \
 | 
					
						
							|  |  |  | 	fi | 
					
						
							| 
									
										
										
										
											2002-10-09 22:52:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-05-16 07:53:34 +08:00
										 |  |  | reflect: | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	@[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV) | 
					
						
							| 
									
										
										
										
											2005-05-16 07:53:34 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-10-09 23:03:21 +08:00
										 |  |  | sub_all: build_all | 
					
						
							| 
									
										
										
										
											2002-10-09 22:52:01 +08:00
										 |  |  | build_all: build_libs build_apps build_tests build_tools | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-10-12 02:51:29 +08:00
										 |  |  | build_libs: build_crypto build_ssl build_engines | 
					
						
							| 
									
										
										
										
											2002-10-09 22:52:01 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | build_crypto: | 
					
						
							| 
									
										
										
										
											2006-02-10 16:04:59 +08:00
										 |  |  | 	@dir=crypto; target=all; $(BUILD_ONE_CMD) | 
					
						
							| 
									
										
										
										
											2002-10-09 22:52:01 +08:00
										 |  |  | build_ssl: | 
					
						
							| 
									
										
										
										
											2006-02-10 16:04:59 +08:00
										 |  |  | 	@dir=ssl; target=all; $(BUILD_ONE_CMD) | 
					
						
							| 
									
										
										
										
											2002-10-12 02:51:29 +08:00
										 |  |  | build_engines: | 
					
						
							| 
									
										
										
										
											2006-02-10 16:04:59 +08:00
										 |  |  | 	@dir=engines; target=all; $(BUILD_ONE_CMD) | 
					
						
							| 
									
										
										
										
											2002-10-09 22:52:01 +08:00
										 |  |  | build_apps: | 
					
						
							| 
									
										
										
										
											2006-02-10 16:04:59 +08:00
										 |  |  | 	@dir=apps; target=all; $(BUILD_ONE_CMD) | 
					
						
							| 
									
										
										
										
											2002-10-09 22:52:01 +08:00
										 |  |  | build_tests: | 
					
						
							| 
									
										
										
										
											2006-02-10 16:04:59 +08:00
										 |  |  | 	@dir=test; target=all; $(BUILD_ONE_CMD) | 
					
						
							| 
									
										
										
										
											2002-10-09 22:52:01 +08:00
										 |  |  | build_tools: | 
					
						
							| 
									
										
										
										
											2006-02-10 16:04:59 +08:00
										 |  |  | 	@dir=tools; target=all; $(BUILD_ONE_CMD) | 
					
						
							| 
									
										
										
										
											2004-03-24 18:50:25 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | all_testapps: build_libs build_testapps | 
					
						
							|  |  |  | build_testapps: | 
					
						
							| 
									
										
										
										
											2006-02-10 16:04:59 +08:00
										 |  |  | 	@dir=crypto; target=testapps; $(BUILD_ONE_CMD) | 
					
						
							| 
									
										
										
										
											2000-07-21 23:08:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | libcrypto$(SHLIB_EXT): libcrypto.a | 
					
						
							| 
									
										
										
										
											2000-07-25 04:36:46 +08:00
										 |  |  | 	@if [ "$(SHLIB_TARGET)" != "" ]; then \
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | 		$(MAKE) SHLIBDIRS=crypto build-shared; \
 | 
					
						
							| 
									
										
										
										
											2000-07-25 04:36:46 +08:00
										 |  |  | 	else \
 | 
					
						
							|  |  |  | 		echo "There's no support for shared libraries on this platform" >&2; \
 | 
					
						
							| 
									
										
										
										
											2004-07-19 00:19:34 +08:00
										 |  |  | 		exit 1; \
 | 
					
						
							| 
									
										
										
										
											2000-07-25 04:36:46 +08:00
										 |  |  | 	fi | 
					
						
							| 
									
										
										
										
											2002-01-29 00:30:06 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | libssl$(SHLIB_EXT): libcrypto$(SHLIB_EXT) libssl.a | 
					
						
							| 
									
										
										
										
											2000-07-25 04:36:46 +08:00
										 |  |  | 	@if [ "$(SHLIB_TARGET)" != "" ]; then \
 | 
					
						
							| 
									
										
										
										
											2001-03-16 06:10:07 +08:00
										 |  |  | 		$(MAKE) SHLIBDIRS=ssl SHLIBDEPS='-lcrypto' build-shared; \
 | 
					
						
							| 
									
										
										
										
											2000-07-25 04:36:46 +08:00
										 |  |  | 	else \
 | 
					
						
							|  |  |  | 		echo "There's no support for shared libraries on this platform" >&2; \
 | 
					
						
							| 
									
										
										
										
											2004-07-19 00:19:34 +08:00
										 |  |  | 		exit 1; \
 | 
					
						
							| 
									
										
										
										
											2000-07-25 04:36:46 +08:00
										 |  |  | 	fi | 
					
						
							| 
									
										
										
										
											2000-07-21 23:08:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | clean-shared: | 
					
						
							| 
									
										
										
										
											2003-10-31 14:58:24 +08:00
										 |  |  | 	@set -e; for i in $(SHLIBDIRS); do \
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | 		if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \
 | 
					
						
							|  |  |  | 			tmp="$(SHARED_LIBS_LINK_EXTS)"; \
 | 
					
						
							|  |  |  | 			for j in $${tmp:-x}; do \
 | 
					
						
							|  |  |  | 				( set -x; rm -f lib$$i$$j ); \
 | 
					
						
							|  |  |  | 			done; \
 | 
					
						
							|  |  |  | 		fi; \
 | 
					
						
							|  |  |  | 		( set -x; rm -f lib$$i$(SHLIB_EXT) ); \
 | 
					
						
							| 
									
										
										
										
											2002-02-14 20:28:24 +08:00
										 |  |  | 		if [ "$(PLATFORM)" = "Cygwin" ]; then \
 | 
					
						
							| 
									
										
										
										
											2002-02-13 22:44:33 +08:00
										 |  |  | 			( set -x; rm -f cyg$$i$(SHLIB_EXT) lib$$i$(SHLIB_EXT).a ); \
 | 
					
						
							|  |  |  | 		fi; \
 | 
					
						
							| 
									
										
										
										
											2000-07-21 23:08:53 +08:00
										 |  |  | 	done | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | link-shared: | 
					
						
							| 
									
										
										
										
											2003-10-31 14:58:24 +08:00
										 |  |  | 	@ set -e; for i in ${SHLIBDIRS}; do \
 | 
					
						
							| 
									
										
										
										
											2005-10-26 05:58:59 +08:00
										 |  |  | 		$(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
 | 
					
						
							| 
									
										
										
										
											2002-10-11 08:37:11 +08:00
										 |  |  | 			LIBNAME=$$i LIBVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} \
 | 
					
						
							|  |  |  | 			LIBCOMPATVERSIONS=";${SHLIB_VERSION_HISTORY}" \
 | 
					
						
							|  |  |  | 			symlink.$(SHLIB_TARGET); \
 | 
					
						
							| 
									
										
										
										
											2001-10-10 22:46:41 +08:00
										 |  |  | 		libs="$$libs -l$$i"; \
 | 
					
						
							| 
									
										
										
										
											2000-10-22 05:24:11 +08:00
										 |  |  | 	done | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-10-11 08:37:11 +08:00
										 |  |  | build-shared: do_$(SHLIB_TARGET) link-shared | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | do_$(SHLIB_TARGET): | 
					
						
							| 
									
										
										
										
											2003-10-31 14:58:24 +08:00
										 |  |  | 	@ set -e; libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
 | 
					
						
							| 
									
										
										
										
											2003-02-14 21:12:00 +08:00
										 |  |  | 		if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \
 | 
					
						
							|  |  |  | 			libs="$(LIBKRB5) $$libs"; \
 | 
					
						
							|  |  |  | 		fi; \
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 		$(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \
 | 
					
						
							| 
									
										
										
										
											2002-10-11 08:37:11 +08:00
										 |  |  | 			LIBNAME=$$i LIBVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} \
 | 
					
						
							|  |  |  | 			LIBCOMPATVERSIONS=";${SHLIB_VERSION_HISTORY}" \
 | 
					
						
							|  |  |  | 			LIBDEPS="$$libs $(EX_LIBS)" \
 | 
					
						
							|  |  |  | 			link_a.$(SHLIB_TARGET); \
 | 
					
						
							| 
									
										
										
										
											2003-02-14 21:12:00 +08:00
										 |  |  | 		libs="-l$$i $$libs"; \
 | 
					
						
							| 
									
										
										
										
											2002-01-26 11:17:27 +08:00
										 |  |  | 	done | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-07-05 13:14:17 +08:00
										 |  |  | libcrypto.pc: Makefile | 
					
						
							|  |  |  | 	@ ( echo 'prefix=$(INSTALLTOP)'; \
 | 
					
						
							|  |  |  | 	    echo 'exec_prefix=$${prefix}'; \
 | 
					
						
							|  |  |  | 	    echo 'libdir=$${exec_prefix}/lib'; \
 | 
					
						
							|  |  |  | 	    echo 'includedir=$${prefix}/include'; \
 | 
					
						
							|  |  |  | 	    echo ''; \
 | 
					
						
							|  |  |  | 	    echo 'Name: OpenSSL-libcrypto'; \
 | 
					
						
							|  |  |  | 	    echo 'Description: OpenSSL cryptography library'; \
 | 
					
						
							|  |  |  | 	    echo 'Version: '$(VERSION); \
 | 
					
						
							|  |  |  | 	    echo 'Requires: '; \
 | 
					
						
							|  |  |  | 	    echo 'Libs: -L$${libdir} -lcrypto $(EX_LIBS)'; \
 | 
					
						
							|  |  |  | 	    echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | libssl.pc: Makefile | 
					
						
							|  |  |  | 	@ ( echo 'prefix=$(INSTALLTOP)'; \
 | 
					
						
							|  |  |  | 	    echo 'exec_prefix=$${prefix}'; \
 | 
					
						
							|  |  |  | 	    echo 'libdir=$${exec_prefix}/lib'; \
 | 
					
						
							|  |  |  | 	    echo 'includedir=$${prefix}/include'; \
 | 
					
						
							|  |  |  | 	    echo ''; \
 | 
					
						
							|  |  |  | 	    echo 'Name: OpenSSL'; \
 | 
					
						
							|  |  |  | 	    echo 'Description: Secure Sockets Layer and cryptography libraries'; \
 | 
					
						
							|  |  |  | 	    echo 'Version: '$(VERSION); \
 | 
					
						
							|  |  |  | 	    echo 'Requires: '; \
 | 
					
						
							|  |  |  | 	    echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \
 | 
					
						
							|  |  |  | 	    echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-03-30 21:05:57 +08:00
										 |  |  | openssl.pc: Makefile | 
					
						
							| 
									
										
										
										
											2002-11-07 07:35:00 +08:00
										 |  |  | 	@ ( echo 'prefix=$(INSTALLTOP)'; \
 | 
					
						
							|  |  |  | 	    echo 'exec_prefix=$${prefix}'; \
 | 
					
						
							|  |  |  | 	    echo 'libdir=$${exec_prefix}/lib'; \
 | 
					
						
							|  |  |  | 	    echo 'includedir=$${prefix}/include'; \
 | 
					
						
							|  |  |  | 	    echo ''; \
 | 
					
						
							|  |  |  | 	    echo 'Name: OpenSSL'; \
 | 
					
						
							|  |  |  | 	    echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
 | 
					
						
							|  |  |  | 	    echo 'Version: '$(VERSION); \
 | 
					
						
							|  |  |  | 	    echo 'Requires: '; \
 | 
					
						
							|  |  |  | 	    echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \
 | 
					
						
							| 
									
										
										
										
											2002-12-30 07:03:12 +08:00
										 |  |  | 	    echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc | 
					
						
							| 
									
										
										
										
											2002-11-07 07:35:00 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-24 20:02:49 +08:00
										 |  |  | Makefile: Makefile.org Configure config | 
					
						
							|  |  |  | 	@echo "Makefile is older than Makefile.org, Configure or config." | 
					
						
							| 
									
										
										
										
											1999-07-23 00:10:31 +08:00
										 |  |  | 	@echo "Reconfigure the source tree (via './config' or 'perl Configure'), please." | 
					
						
							| 
									
										
										
										
											1999-01-25 02:15:00 +08:00
										 |  |  | 	@false | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | libclean: | 
					
						
							| 
									
										
										
										
											2005-05-22 00:41:34 +08:00
										 |  |  | 	rm -f *.map *.so *.so.* *.dll engines/*.so engines/*.dll *.a engines/*.a */lib */*/lib | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-02-22 23:04:03 +08:00
										 |  |  | clean:	libclean | 
					
						
							|  |  |  | 	rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	@set -e; target=clean; $(RECURSIVE_BUILD_CMD) | 
					
						
							|  |  |  | 	rm -f $(LIBS) | 
					
						
							| 
									
										
										
										
											2005-07-05 13:14:17 +08:00
										 |  |  | 	rm -f openssl.pc libssl.pc libcrypto.pc | 
					
						
							| 
									
										
										
										
											2003-02-22 23:04:03 +08:00
										 |  |  | 	rm -f speed.* .pure | 
					
						
							| 
									
										
										
										
											1999-03-06 20:32:06 +08:00
										 |  |  | 	rm -f $(TARFILE) | 
					
						
							| 
									
										
										
										
											2003-10-31 14:58:24 +08:00
										 |  |  | 	@set -e; for i in $(ONEDIRS) ;\
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	do \
 | 
					
						
							| 
									
										
										
										
											1999-03-06 20:32:06 +08:00
										 |  |  | 	rm -fr $$i/*; \
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	done | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | makefile.one: files | 
					
						
							| 
									
										
										
										
											1999-04-01 20:34:33 +08:00
										 |  |  | 	$(PERL) util/mk1mf.pl >makefile.one; \
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	sh util/do_ms.sh | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-08 23:19:36 +08:00
										 |  |  | files: | 
					
						
							| 
									
										
										
										
											2005-03-30 21:05:57 +08:00
										 |  |  | 	$(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	@set -e; target=files; $(RECURSIVE_BUILD_CMD) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | links: | 
					
						
							| 
									
										
										
										
											1999-06-07 21:33:50 +08:00
										 |  |  | 	@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl | 
					
						
							| 
									
										
										
										
											2001-02-22 22:45:02 +08:00
										 |  |  | 	@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER) | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	@set -e; target=links; $(RECURSIVE_BUILD_CMD) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-23 21:31:04 +08:00
										 |  |  | gentests: | 
					
						
							|  |  |  | 	@(cd test && echo "generating dummy tests (if needed)..." && \
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	$(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='${TESTS}' OPENSSL_DEBUG_MEMORY=on generate ); | 
					
						
							| 
									
										
										
										
											2002-07-23 21:31:04 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | dclean: | 
					
						
							| 
									
										
										
										
											2006-04-12 04:05:23 +08:00
										 |  |  | 	rm -rf *.bak include/openssl certs/.0 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	@set -e; target=dclean; $(RECURSIVE_BUILD_CMD) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-02-12 00:25:44 +08:00
										 |  |  | rehash: rehash.time | 
					
						
							| 
									
										
										
										
											2006-10-21 21:38:16 +08:00
										 |  |  | rehash.time: certs apps | 
					
						
							|  |  |  | 	@if [ -z "$(CROSS_COMPILE_PREFIX)" ]; then \
 | 
					
						
							|  |  |  | 		(OPENSSL="`pwd`/util/opensslwrap.sh"; \
 | 
					
						
							| 
									
										
										
										
											2008-01-06 05:30:59 +08:00
										 |  |  | 		[ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
 | 
					
						
							| 
									
										
										
										
											2006-10-21 21:38:16 +08:00
										 |  |  | 		OPENSSL_DEBUG_MEMORY=on; \
 | 
					
						
							|  |  |  | 		export OPENSSL OPENSSL_DEBUG_MEMORY; \
 | 
					
						
							|  |  |  | 		$(PERL) tools/c_rehash certs) && \
 | 
					
						
							|  |  |  | 		touch rehash.time; \
 | 
					
						
							|  |  |  | 	else :; fi | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | test:   tests | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-29 00:14:39 +08:00
										 |  |  | tests: rehash | 
					
						
							| 
									
										
										
										
											1999-03-06 20:32:06 +08:00
										 |  |  | 	@(cd test && echo "testing..." && \
 | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='${TESTS}' OPENSSL_DEBUG_MEMORY=on tests ); | 
					
						
							| 
									
										
										
										
											2005-02-02 07:48:37 +08:00
										 |  |  | 	util/opensslwrap.sh version -a | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-02-24 07:47:05 +08:00
										 |  |  | report: | 
					
						
							|  |  |  | 	@$(PERL) util/selftest.pl | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | depend: | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	@set -e; target=depend; $(RECURSIVE_BUILD_CMD) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | lint: | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	@set -e; target=lint; $(RECURSIVE_BUILD_CMD) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | tags: | 
					
						
							| 
									
										
										
										
											2005-03-30 22:19:21 +08:00
										 |  |  | 	rm -f TAGS | 
					
						
							|  |  |  | 	find . -name '[^.]*.[ch]' | xargs etags -a | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | errors: | 
					
						
							| 
									
										
										
										
											2001-01-11 00:40:30 +08:00
										 |  |  | 	$(PERL) util/mkerr.pl -recurse -write | 
					
						
							| 
									
										
										
										
											2002-10-12 02:51:29 +08:00
										 |  |  | 	(cd engines; $(MAKE) PERL=$(PERL) errors) | 
					
						
							| 
									
										
										
										
											2005-05-09 08:27:37 +08:00
										 |  |  | 	$(PERL) util/ck_errf.pl */*.c */*/*.c | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-07 21:25:15 +08:00
										 |  |  | stacks: | 
					
						
							|  |  |  | 	$(PERL) util/mkstack.pl -write | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-06-10 00:18:53 +08:00
										 |  |  | util/libeay.num:: | 
					
						
							| 
									
										
										
										
											2001-01-11 00:40:30 +08:00
										 |  |  | 	$(PERL) util/mkdef.pl crypto update | 
					
						
							| 
									
										
										
										
											1999-06-10 00:18:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | util/ssleay.num:: | 
					
						
							| 
									
										
										
										
											2001-01-11 00:40:30 +08:00
										 |  |  | 	$(PERL) util/mkdef.pl ssl update | 
					
						
							| 
									
										
										
										
											1999-06-10 00:18:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-03-06 16:58:38 +08:00
										 |  |  | crypto/objects/obj_dat.h: crypto/objects/obj_dat.pl crypto/objects/obj_mac.h | 
					
						
							| 
									
										
										
										
											2001-01-11 00:40:30 +08:00
										 |  |  | 	$(PERL) crypto/objects/obj_dat.pl crypto/objects/obj_mac.h crypto/objects/obj_dat.h | 
					
						
							| 
									
										
										
										
											2001-03-14 00:30:09 +08:00
										 |  |  | crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num | 
					
						
							| 
									
										
										
										
											2001-01-11 00:40:30 +08:00
										 |  |  | 	$(PERL) crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num crypto/objects/obj_mac.h | 
					
						
							| 
									
										
										
										
											2006-04-19 14:45:06 +08:00
										 |  |  | crypto/objects/obj_xref.h: crypto/objects/objxref.pl crypto/objects/obj_xref.txt crypto/objects/obj_mac.num | 
					
						
							|  |  |  | 	$(PERL) crypto/objects/objxref.pl > crypto/objects/obj_xref.h | 
					
						
							| 
									
										
										
										
											1999-09-30 05:03:02 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-05-14 05:38:26 +08:00
										 |  |  | apps/openssl-vms.cnf: apps/openssl.cnf | 
					
						
							|  |  |  | 	$(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-20 12:29:50 +08:00
										 |  |  | crypto/bn/bn_prime.h: crypto/bn/bn_prime.pl | 
					
						
							|  |  |  | 	$(PERL) crypto/bn/bn_prime.pl >crypto/bn/bn_prime.h | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-06-10 05:13:30 +08:00
										 |  |  | TABLE: Configure | 
					
						
							| 
									
										
										
										
											1999-06-10 07:13:03 +08:00
										 |  |  | 	(echo 'Output of `Configure TABLE'"':"; \
 | 
					
						
							| 
									
										
										
										
											2001-01-11 00:40:30 +08:00
										 |  |  | 	$(PERL) Configure TABLE) > TABLE | 
					
						
							| 
									
										
										
										
											1999-06-10 00:18:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-07 21:25:15 +08:00
										 |  |  | update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h crypto/objects/obj_xref.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend | 
					
						
							| 
									
										
										
										
											1999-06-10 00:18:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-06-12 20:26:34 +08:00
										 |  |  | # Build distribution tar-file. As the list of files returned by "find" is
 | 
					
						
							|  |  |  | # pretty long, on several platforms a "too many arguments" error or similar
 | 
					
						
							|  |  |  | # would occur. Therefore the list of files is temporarily stored into a file
 | 
					
						
							|  |  |  | # and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
 | 
					
						
							|  |  |  | # tar does not support the --files-from option.
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | tar: | 
					
						
							| 
									
										
										
										
											2002-11-11 16:57:04 +08:00
										 |  |  | 	find . -type d -print | xargs chmod 755 | 
					
						
							|  |  |  | 	find . -type f -print | xargs chmod a+r | 
					
						
							|  |  |  | 	find . -type f -perm -0100 -print | xargs chmod a+x | 
					
						
							| 
									
										
										
										
											2002-06-12 20:26:34 +08:00
										 |  |  | 	find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort > ../$(TARFILE).list; \
 | 
					
						
							|  |  |  | 	$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \
 | 
					
						
							| 
									
										
										
										
											1999-03-08 20:17:53 +08:00
										 |  |  | 	tardy --user_number=0  --user_name=openssl \
 | 
					
						
							| 
									
										
										
										
											1998-12-23 15:58:53 +08:00
										 |  |  | 	      --group_number=0 --group_name=openssl \
 | 
					
						
							|  |  |  | 	      --prefix=openssl-$(VERSION) - |\
 | 
					
						
							| 
									
										
										
										
											1998-12-22 23:04:48 +08:00
										 |  |  | 	gzip --best >../$(TARFILE).gz; \
 | 
					
						
							| 
									
										
										
										
											2002-06-12 20:26:34 +08:00
										 |  |  | 	rm -f ../$(TARFILE).list; \
 | 
					
						
							| 
									
										
										
										
											1998-12-22 23:04:48 +08:00
										 |  |  | 	ls -l ../$(TARFILE).gz | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-22 22:45:02 +08:00
										 |  |  | tar-snap: | 
					
						
							|  |  |  | 	@$(TAR) $(TARFLAGS) -cvf - \
 | 
					
						
							| 
									
										
										
										
											2002-04-13 20:28:44 +08:00
										 |  |  | 		`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` |\
 | 
					
						
							| 
									
										
										
										
											2001-02-22 22:45:02 +08:00
										 |  |  | 	tardy --user_number=0  --user_name=openssl \
 | 
					
						
							|  |  |  | 	      --group_number=0 --group_name=openssl \
 | 
					
						
							|  |  |  | 	      --prefix=openssl-$(VERSION) - > ../$(TARFILE);\
 | 
					
						
							|  |  |  | 	ls -l ../$(TARFILE) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | dist:    | 
					
						
							| 
									
										
										
										
											1999-04-01 20:34:33 +08:00
										 |  |  | 	$(PERL) Configure dist | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	@$(MAKE) dist_pem_h | 
					
						
							|  |  |  | 	@$(MAKE) SDIRS='${SDIRS}' clean | 
					
						
							| 
									
										
										
										
											2002-06-10 16:10:32 +08:00
										 |  |  | 	@$(MAKE) TAR='${TAR}' TARFLAGS='${TARFLAGS}' tar | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | dist_pem_h: | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-06-29 06:01:37 +08:00
										 |  |  | install: all install_docs install_sw | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | install_sw: | 
					
						
							| 
									
										
										
										
											1999-06-08 18:18:19 +08:00
										 |  |  | 	@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
 | 
					
						
							|  |  |  | 		$(INSTALL_PREFIX)$(INSTALLTOP)/lib \
 | 
					
						
							| 
									
										
										
										
											2004-06-01 11:18:58 +08:00
										 |  |  | 		$(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines \
 | 
					
						
							| 
									
										
										
										
											2002-12-20 01:44:42 +08:00
										 |  |  | 		$(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig \
 | 
					
						
							| 
									
										
										
										
											1999-06-08 18:18:19 +08:00
										 |  |  | 		$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
 | 
					
						
							|  |  |  | 		$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
 | 
					
						
							|  |  |  | 		$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
 | 
					
						
							| 
									
										
										
										
											2004-05-06 17:46:41 +08:00
										 |  |  | 		$(INSTALL_PREFIX)$(OPENSSLDIR)/private | 
					
						
							| 
									
										
										
										
											2004-11-03 07:55:01 +08:00
										 |  |  | 	@set -e; headerlist="$(EXHEADER)"; for i in $$headerlist;\
 | 
					
						
							| 
									
										
										
										
											1999-05-15 21:24:16 +08:00
										 |  |  | 	do \
 | 
					
						
							|  |  |  | 	(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
 | 
					
						
							|  |  |  | 	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
 | 
					
						
							|  |  |  | 	done; | 
					
						
							| 
									
										
										
										
											2005-06-23 08:03:26 +08:00
										 |  |  | 	@set -e; target=install; $(RECURSIVE_BUILD_CMD) | 
					
						
							| 
									
										
										
										
											2003-10-31 14:58:24 +08:00
										 |  |  | 	@set -e; for i in $(LIBS) ;\
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	do \
 | 
					
						
							| 
									
										
										
										
											2000-07-21 23:08:53 +08:00
										 |  |  | 		if [ -f "$$i" ]; then \
 | 
					
						
							|  |  |  | 		(       echo installing $$i; \
 | 
					
						
							| 
									
										
										
										
											2002-10-04 21:43:43 +08:00
										 |  |  | 			cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
 | 
					
						
							|  |  |  | 			$(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
 | 
					
						
							|  |  |  | 			chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 13:59:13 +08:00
										 |  |  | 			mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i ); \
 | 
					
						
							| 
									
										
										
										
											2002-05-07 23:35:48 +08:00
										 |  |  | 		fi; \
 | 
					
						
							|  |  |  | 	done; | 
					
						
							| 
									
										
										
										
											2003-10-31 14:58:24 +08:00
										 |  |  | 	@set -e; if [ -n "$(SHARED_LIBS)" ]; then \
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | 		tmp="$(SHARED_LIBS)"; \
 | 
					
						
							|  |  |  | 		for i in $${tmp:-x}; \
 | 
					
						
							|  |  |  | 		do \
 | 
					
						
							| 
									
										
										
										
											2002-02-13 22:44:33 +08:00
										 |  |  | 			if [ -f "$$i" -o -f "$$i.a" ]; then \
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | 			(       echo installing $$i; \
 | 
					
						
							| 
									
										
										
										
											2002-02-14 20:28:24 +08:00
										 |  |  | 				if [ "$(PLATFORM)" != "Cygwin" ]; then \
 | 
					
						
							| 
									
										
										
										
											2002-10-04 21:43:43 +08:00
										 |  |  | 					cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
 | 
					
						
							|  |  |  | 					chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 13:59:13 +08:00
										 |  |  | 					mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
 | 
					
						
							| 
									
										
										
										
											2002-02-13 22:44:33 +08:00
										 |  |  | 				else \
 | 
					
						
							| 
									
										
										
										
											2005-05-22 00:41:34 +08:00
										 |  |  | 					c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \
 | 
					
						
							| 
									
										
										
										
											2002-10-04 21:43:43 +08:00
										 |  |  | 					cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
 | 
					
						
							|  |  |  | 					chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 13:59:13 +08:00
										 |  |  | 					mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c; \
 | 
					
						
							| 
									
										
										
										
											2005-05-22 00:41:34 +08:00
										 |  |  | 					cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
 | 
					
						
							|  |  |  | 					chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
 | 
					
						
							|  |  |  | 					mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
 | 
					
						
							| 
									
										
										
										
											2002-02-13 22:44:33 +08:00
										 |  |  | 				fi ); \
 | 
					
						
							| 
									
										
										
										
											2008-04-17 18:19:16 +08:00
										 |  |  | 				if expr $(PLATFORM) : 'mingw' > /dev/null; then \
 | 
					
						
							|  |  |  | 				(	case $$i in \
 | 
					
						
							|  |  |  | 						*crypto*) i=libeay32.dll;; \
 | 
					
						
							|  |  |  | 						*ssl*)    i=ssleay32.dll;; \
 | 
					
						
							|  |  |  | 					esac; \
 | 
					
						
							|  |  |  | 					echo installing $$i; \
 | 
					
						
							|  |  |  | 	 				cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
 | 
					
						
							|  |  |  | 	 				chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
 | 
					
						
							|  |  |  | 	 				mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i ); \
 | 
					
						
							|  |  |  | 				fi; \
 | 
					
						
							| 
									
										
										
										
											2002-05-07 23:35:48 +08:00
										 |  |  | 			fi; \
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | 		done; \
 | 
					
						
							|  |  |  | 		(	here="`pwd`"; \
 | 
					
						
							|  |  |  | 			cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
 | 
					
						
							| 
									
										
										
										
											2005-05-01 05:39:39 +08:00
										 |  |  | 			$(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
 | 
					
						
							| 
									
										
										
										
											2003-01-11 00:14:32 +08:00
										 |  |  | 		if [ "$(INSTALLTOP)" != "/usr" ]; then \
 | 
					
						
							|  |  |  | 			echo 'OpenSSL shared libraries have been installed in:'; \
 | 
					
						
							|  |  |  | 			echo '  $(INSTALLTOP)'; \
 | 
					
						
							|  |  |  | 			echo ''; \
 | 
					
						
							| 
									
										
										
										
											2003-01-11 00:32:32 +08:00
										 |  |  | 			sed -e '1,/^$$/d' doc/openssl-shared.txt; \
 | 
					
						
							| 
									
										
										
										
											2003-01-11 00:14:32 +08:00
										 |  |  | 		fi; \
 | 
					
						
							| 
									
										
										
										
											2000-10-13 23:25:06 +08:00
										 |  |  | 	fi | 
					
						
							| 
									
										
										
										
											2005-07-05 13:14:17 +08:00
										 |  |  | 	cp libcrypto.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig | 
					
						
							|  |  |  | 	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/libcrypto.pc | 
					
						
							|  |  |  | 	cp libssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig | 
					
						
							|  |  |  | 	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/libssl.pc | 
					
						
							| 
									
										
										
										
											2002-12-20 01:42:23 +08:00
										 |  |  | 	cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig | 
					
						
							| 
									
										
										
										
											2003-10-01 01:31:48 +08:00
										 |  |  | 	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc | 
					
						
							| 
									
										
										
										
											2000-02-12 00:25:44 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-04-12 05:09:57 +08:00
										 |  |  | install_html_docs: | 
					
						
							|  |  |  | 	here="`pwd`"; \
 | 
					
						
							|  |  |  | 	for subdir in apps crypto ssl; do \
 | 
					
						
							|  |  |  | 		mkdir -p $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir; \
 | 
					
						
							|  |  |  | 		for i in doc/$$subdir/*.pod; do \
 | 
					
						
							|  |  |  | 			fn=`basename $$i .pod`; \
 | 
					
						
							|  |  |  | 			echo "installing html/$$fn.$(HTMLSUFFIX)"; \
 | 
					
						
							|  |  |  | 			cat $$i \
 | 
					
						
							|  |  |  | 			| sed -r 's/L<([^)]*)(\([0-9]\))?\|([^)]*)(\([0-9]\))?>/L<\1|\3>/g' \
 | 
					
						
							|  |  |  | 			| pod2html --podroot=doc --htmlroot=.. --podpath=apps:crypto:ssl \
 | 
					
						
							|  |  |  | 			| sed -r 's/<!DOCTYPE.*//g' \
 | 
					
						
							|  |  |  | 			> $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir/$$fn.$(HTMLSUFFIX); \
 | 
					
						
							|  |  |  | 			$(PERL) util/extract-names.pl < $$i | \
 | 
					
						
							|  |  |  | 				grep -v $$filecase "^$$fn\$$" | \
 | 
					
						
							|  |  |  | 				(cd $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir; \
 | 
					
						
							|  |  |  | 				 while read n; do \
 | 
					
						
							|  |  |  | 					$$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
 | 
					
						
							|  |  |  | 				 done); \
 | 
					
						
							|  |  |  | 		done; \
 | 
					
						
							|  |  |  | 	done | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-02-12 00:25:44 +08:00
										 |  |  | install_docs: | 
					
						
							|  |  |  | 	@$(PERL) $(TOP)/util/mkdir-p.pl \
 | 
					
						
							| 
									
										
										
										
											2000-02-16 02:34:46 +08:00
										 |  |  | 		$(INSTALL_PREFIX)$(MANDIR)/man1 \
 | 
					
						
							|  |  |  | 		$(INSTALL_PREFIX)$(MANDIR)/man3 \
 | 
					
						
							|  |  |  | 		$(INSTALL_PREFIX)$(MANDIR)/man5 \
 | 
					
						
							|  |  |  | 		$(INSTALL_PREFIX)$(MANDIR)/man7 | 
					
						
							| 
									
										
										
										
											2002-08-14 22:04:24 +08:00
										 |  |  | 	@pod2man="`cd util; ./pod2mantest $(PERL)`"; \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 14:45:43 +08:00
										 |  |  | 	here="`pwd`"; \
 | 
					
						
							|  |  |  | 	filecase=; \
 | 
					
						
							| 
									
										
										
										
											2005-05-01 07:45:53 +08:00
										 |  |  | 	if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 14:45:43 +08:00
										 |  |  | 		filecase=-i; \
 | 
					
						
							|  |  |  | 	fi; \
 | 
					
						
							| 
									
										
										
										
											2003-10-31 14:58:24 +08:00
										 |  |  | 	set -e; for i in doc/apps/*.pod; do \
 | 
					
						
							| 
									
										
										
										
											2000-02-15 00:55:23 +08:00
										 |  |  | 		fn=`basename $$i .pod`; \
 | 
					
						
							| 
									
										
										
										
											2004-11-26 01:47:31 +08:00
										 |  |  | 		sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
 | 
					
						
							| 
									
										
										
										
											2003-04-22 06:00:36 +08:00
										 |  |  | 		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
 | 
					
						
							| 
									
										
										
										
											2002-06-05 22:10:59 +08:00
										 |  |  | 		(cd `$(PERL) util/dirname.pl $$i`; \
 | 
					
						
							| 
									
										
										
										
											2002-08-14 22:04:24 +08:00
										 |  |  | 		sh -c "$$pod2man \
 | 
					
						
							| 
									
										
										
										
											2002-05-30 23:19:43 +08:00
										 |  |  | 			--section=$$sec --center=OpenSSL \
 | 
					
						
							|  |  |  | 			--release=$(VERSION) `basename $$i`") \
 | 
					
						
							| 
									
										
										
										
											2003-04-22 06:00:36 +08:00
										 |  |  | 			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 14:45:43 +08:00
										 |  |  | 		$(PERL) util/extract-names.pl < $$i | \
 | 
					
						
							| 
									
										
										
										
											2005-06-20 04:31:15 +08:00
										 |  |  | 			(grep -v $$filecase "^$$fn\$$"; true) | \
 | 
					
						
							|  |  |  | 			(grep -v "[	]"; true) | \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 14:45:43 +08:00
										 |  |  | 			(cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
 | 
					
						
							|  |  |  | 			 while read n; do \
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:44:37 +08:00
										 |  |  | 				$$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 14:45:43 +08:00
										 |  |  | 			 done); \
 | 
					
						
							| 
									
										
										
										
											2002-08-02 05:52:56 +08:00
										 |  |  | 	done; \
 | 
					
						
							| 
									
										
										
										
											2003-10-31 14:58:24 +08:00
										 |  |  | 	set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
 | 
					
						
							| 
									
										
										
										
											2000-02-15 00:55:23 +08:00
										 |  |  | 		fn=`basename $$i .pod`; \
 | 
					
						
							| 
									
										
										
										
											2004-11-26 01:47:31 +08:00
										 |  |  | 		sec=`$(PERL) util/extract-section.pl 3 < $$i`; \
 | 
					
						
							| 
									
										
										
										
											2003-04-22 06:00:36 +08:00
										 |  |  | 		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
 | 
					
						
							| 
									
										
										
										
											2002-06-05 22:10:59 +08:00
										 |  |  | 		(cd `$(PERL) util/dirname.pl $$i`; \
 | 
					
						
							| 
									
										
										
										
											2002-08-14 22:04:24 +08:00
										 |  |  | 		sh -c "$$pod2man \
 | 
					
						
							| 
									
										
										
										
											2002-05-30 23:19:43 +08:00
										 |  |  | 			--section=$$sec --center=OpenSSL \
 | 
					
						
							|  |  |  | 			--release=$(VERSION) `basename $$i`") \
 | 
					
						
							| 
									
										
										
										
											2003-04-22 06:00:36 +08:00
										 |  |  | 			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 14:45:43 +08:00
										 |  |  | 		$(PERL) util/extract-names.pl < $$i | \
 | 
					
						
							| 
									
										
										
										
											2005-06-20 04:31:15 +08:00
										 |  |  | 			(grep -v $$filecase "^$$fn\$$"; true) | \
 | 
					
						
							|  |  |  | 			(grep -v "[	]"; true) | \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 14:45:43 +08:00
										 |  |  | 			(cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
 | 
					
						
							|  |  |  | 			 while read n; do \
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:44:37 +08:00
										 |  |  | 				$$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
 | 
					
						
							| 
									
										
										
										
											2002-12-15 14:45:43 +08:00
										 |  |  | 			 done); \
 | 
					
						
							| 
									
										
										
										
											2000-02-15 00:55:23 +08:00
										 |  |  | 	done | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | # DO NOT DELETE THIS LINE -- make depend depends on it.
 |