2010-01-28 19:27:53 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2015-02-09 12:04:00 +00:00
|
|
|
@@ -138,7 +138,7 @@ FIPSCANLIB=
|
2012-03-18 19:46:01 +00:00
|
|
|
|
|
|
|
BASEADDR=0xFB00000
|
2009-01-19 09:50:41 +00:00
|
|
|
|
2009-04-04 18:30:56 +00:00
|
|
|
-DIRS= crypto ssl engines apps test tools
|
|
|
|
+DIRS= crypto ssl engines apps tools
|
2011-02-03 18:45:35 +00:00
|
|
|
ENGDIRS= ccgost
|
2006-06-11 00:41:05 +00:00
|
|
|
SHLIBDIRS= crypto ssl
|
|
|
|
|
2015-02-09 12:04:00 +00:00
|
|
|
@@ -156,7 +156,7 @@ SDIRS= \
|
2006-06-11 00:41:05 +00:00
|
|
|
|
|
|
|
# tests to perform. "alltests" is a special word indicating that all tests
|
|
|
|
# should be performed.
|
|
|
|
-TESTS = alltests
|
2009-04-04 18:30:56 +00:00
|
|
|
+TESTS =
|
2006-06-11 00:41:05 +00:00
|
|
|
|
|
|
|
MAKEFILE= Makefile
|
|
|
|
|
2015-02-09 12:04:00 +00:00
|
|
|
@@ -170,7 +170,7 @@ SHELL=/bin/sh
|
2006-06-11 00:41:05 +00:00
|
|
|
|
|
|
|
TOP= .
|
|
|
|
ONEDIRS=out tmp
|
|
|
|
-EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
|
|
|
|
+EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
|
|
|
|
WDIRS= windows
|
|
|
|
LIBS= libcrypto.a libssl.a
|
|
|
|
SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
|
2016-01-28 18:20:06 +00:00
|
|
|
@@ -273,7 +273,7 @@ reflect:
|
2006-06-11 00:41:05 +00:00
|
|
|
|
|
|
|
sub_all: build_all
|
2015-07-09 13:04:27 +00:00
|
|
|
|
2006-06-11 00:41:05 +00:00
|
|
|
-build_all: build_libs build_apps build_tests build_tools
|
|
|
|
+build_all: build_libs build_apps build_tools
|
|
|
|
|
2015-06-11 20:28:44 +00:00
|
|
|
build_libs: build_libcrypto build_libssl openssl.pc
|
2006-06-11 00:41:05 +00:00
|
|
|
|
2016-01-28 18:20:06 +00:00
|
|
|
@@ -530,7 +530,7 @@ dist:
|
|
|
|
@$(MAKE) SDIRS='$(SDIRS)' clean
|
|
|
|
@$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
|
2006-06-11 00:41:05 +00:00
|
|
|
|
|
|
|
-install: all install_docs install_sw
|
|
|
|
+install: all install_sw
|
|
|
|
|
|
|
|
install_sw:
|
|
|
|
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
|
2010-01-28 19:27:53 +00:00
|
|
|
--- a/Makefile.org
|
|
|
|
+++ b/Makefile.org
|
2016-01-28 18:20:06 +00:00
|
|
|
@@ -528,7 +528,7 @@ dist:
|
|
|
|
@$(MAKE) SDIRS='$(SDIRS)' clean
|
|
|
|
@$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
|
2006-09-02 08:38:39 +00:00
|
|
|
|
|
|
|
-install: all install_docs install_sw
|
|
|
|
+install: all install_sw
|
|
|
|
|
|
|
|
install_sw:
|
|
|
|
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
|