1 diff -urN openssl-0.9.8a/Makefile openssl-0.9.8a.new/Makefile
2 --- openssl-0.9.8a/Makefile 2005-10-11 12:21:48.000000000 +0200
3 +++ openssl-0.9.8a.new/Makefile 2006-03-29 15:23:28.107586680 +0200
8 -DIRS= crypto ssl engines apps test tools
9 +DIRS= crypto ssl engines apps tools
12 # dirs in crypto to build
15 # tests to perform. "alltests" is a special word indicating that all tests
16 # should be performed.
26 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
27 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
29 LIBS= libcrypto.a libssl.a
30 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
32 @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
35 -build_all: build_libs build_apps build_tests build_tools
36 +build_all: build_libs build_apps build_tools
38 build_libs: build_crypto build_ssl build_engines
42 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
44 -install: all install_docs install_sw
45 +install: all install_sw
48 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
49 diff -urN openssl-0.9.8a/Makefile.bak openssl-0.9.8a.new/Makefile.bak
50 --- openssl-0.9.8a/Makefile.bak 2005-10-11 12:21:44.000000000 +0200
51 +++ openssl-0.9.8a.new/Makefile.bak 2006-03-29 15:28:48.660855176 +0200
56 -DIRS= crypto ssl engines apps test tools
57 +DIRS= crypto ssl engines apps tools
60 # dirs in crypto to build
63 # tests to perform. "alltests" is a special word indicating that all tests
64 # should be performed.
74 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
75 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
77 LIBS= libcrypto.a libssl.a
78 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
80 @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
83 -build_all: build_libs build_apps build_tests build_tools
84 +build_all: build_libs build_apps build_tools
86 build_libs: build_crypto build_ssl build_engines
90 @dir=tools; target=all; $(BUILD_CMD)
92 -all_testapps: build_libs build_testapps
93 +all_testapps: build_libs
95 @dir=crypto; target=testapps; $(BUILD_CMD)
99 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
101 -install: all install_docs install_sw
102 +install: all install_sw
105 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
106 diff -urN openssl-0.9.8a/Makefile.org openssl-0.9.8a.new/Makefile.org
107 --- openssl-0.9.8a/Makefile.org 2006-03-29 14:59:41.941396896 +0200
108 +++ openssl-0.9.8a.new/Makefile.org 2006-03-29 15:29:46.126119128 +0200
111 # tests to perform. "alltests" is a special word indicating that all tests
112 # should be performed.
122 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
123 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
125 LIBS= libcrypto.a libssl.a
126 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
128 @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
131 -build_all: build_libs build_apps build_tests build_tools
132 +build_all: build_libs build_apps build_tools
134 build_libs: build_crypto build_ssl build_engines
138 @dir=tools; target=all; $(BUILD_CMD)
140 -all_testapps: build_libs build_testapps
141 +all_testapps: build_libs
143 @dir=crypto; target=testapps; $(BUILD_CMD)
147 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
149 -install: all install_docs install_sw
150 +install: all install_sw
153 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \