提交 8478a703 编写于 作者: R Richard Levitte

Make 'build_libs' build shared libraries as well

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 b3858896
...@@ -240,7 +240,7 @@ all : build_generated, - ...@@ -240,7 +240,7 @@ all : build_generated, -
depend depend
build_libs : build_generated, build_libs_nodep, depend build_libs : build_generated, build_libs_nodep, depend
build_libs_nodep : $(LIBS) build_libs_nodep : $(LIBS), $(SHLIBS)
build_engines : build_generated, build_engines_nodep, depend build_engines : build_generated, build_engines_nodep, depend
build_engines_nodep : $(ENGINES) build_engines_nodep : $(ENGINES)
build_apps : build_generated, build_apps_nodep, depend build_apps : build_generated, build_apps_nodep, depend
......
...@@ -764,7 +764,7 @@ FORCE: ...@@ -764,7 +764,7 @@ FORCE:
# Building targets ################################################### # Building targets ###################################################
libcrypto.pc libssl.pc openssl.pc: configdata.pm $(LIBS) libcrypto.pc libssl.pc openssl.pc: configdata.pm $(LIBS) {- join(" ",map { shlib_simple($_) } @{$unified_info{libraries}}) -}
libcrypto.pc: libcrypto.pc:
@ ( echo 'prefix=$(INSTALLTOP)'; \ @ ( echo 'prefix=$(INSTALLTOP)'; \
echo 'exec_prefix=$${prefix}'; \ echo 'exec_prefix=$${prefix}'; \
......
...@@ -168,7 +168,7 @@ all: build_generated \ ...@@ -168,7 +168,7 @@ all: build_generated \
build_libs_nodep build_engines_nodep build_apps_nodep depend build_libs_nodep build_engines_nodep build_apps_nodep depend
build_libs: build_generated build_libs_nodep depend build_libs: build_generated build_libs_nodep depend
build_libs_nodep: $(LIBS) build_libs_nodep: $(LIBS) {- join(" ",map { shlib_import($_) } @{$unified_info{libraries}}) -}
build_engines: build_generated build_engines_nodep depend build_engines: build_generated build_engines_nodep depend
build_engines_nodep: $(ENGINES) build_engines_nodep: $(ENGINES)
build_apps: build_generated build_apps_nodep depend build_apps: build_generated build_apps_nodep depend
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册