Kaydet (Commit) 60530f47 authored tarafından Michael Stahl's avatar Michael Stahl

cppu: rename purpose environment libraries

It would not be necessary to mangle the
affine_uno_uno/log_uno_uno/unsafe_uno_uno library names in
RepositoryFixes.mk if they were simply named right in the first place.

Change-Id: I0fce919549764d2335c5501c1110878b8709fa09
üst 6cad907b
...@@ -448,12 +448,12 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ ...@@ -448,12 +448,12 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
)) ))
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
affine_uno \ affine_uno_uno \
$(if $(ENABLE_JAVA),java_uno) \ $(if $(ENABLE_JAVA),java_uno) \
$(if $(ENABLE_JAVA),juh) \ $(if $(ENABLE_JAVA),juh) \
$(if $(ENABLE_JAVA),juhx) \ $(if $(ENABLE_JAVA),juhx) \
log_uno \ log_uno_uno \
unsafe_uno \ unsafe_uno_uno \
$(if $(URELIBS),urelibs) \ $(if $(URELIBS),urelibs) \
$(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \ $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
$(if $(filter $(OS),WNT), \ $(if $(filter $(OS),WNT), \
......
...@@ -47,9 +47,7 @@ endif ...@@ -47,9 +47,7 @@ endif
# Make has no support for 'or' clauses in conditionals, # Make has no support for 'or' clauses in conditionals,
# we use a filter expression instead. # we use a filter expression instead.
ifneq (,$(filter SOLARIS GCC,$(OS) $(COM))) ifneq (,$(filter SOLARIS GCC,$(OS) $(COM)))
gb_Library_FILENAMES := $(patsubst affine_uno:libaffine_uno%,affine_uno:libaffine_uno_uno%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst log_uno:liblog_uno%,log_uno:liblog_uno_uno%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst purpenvhelper:libpurpen%,purpenvhelper:libuno_purpen%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst purpenvhelper:libpurpen%,purpenvhelper:libuno_purpen%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
...@@ -65,14 +63,10 @@ ifneq ($(OS),ANDROID) ...@@ -65,14 +63,10 @@ ifneq ($(OS),ANDROID)
gb_Library_FILENAMES := $(patsubst unobootstrapprotector:libuno%,unobootstrapprotector:uno%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst unobootstrapprotector:libuno%,unobootstrapprotector:uno%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst unoexceptionprotector:libuno%,unoexceptionprotector:uno%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst unoexceptionprotector:libuno%,unoexceptionprotector:uno%,$(gb_Library_FILENAMES))
endif endif
gb_Library_FILENAMES := $(patsubst unsafe_uno:libunsafe_uno%,unsafe_uno:libunsafe_uno_uno%,$(gb_Library_FILENAMES))
endif endif
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
gb_Library_DLLFILENAMES := $(patsubst affine_uno:affine_uno%,affine_uno:affine_uno_uno%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst icuuc:icuuc%,icuuc:icuuc40%,$(gb_Library_DLLFILENAMES)) gb_Library_DLLFILENAMES := $(patsubst icuuc:icuuc%,icuuc:icuuc40%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst log_uno:log_uno%,log_uno:log_uno_uno%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst unsafe_uno:unsafe_uno%,unsafe_uno:unsafe_uno_uno%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES)) gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst rdf:rdf%,rdf:librdf%,$(gb_Library_DLLFILENAMES)) gb_Library_DLLFILENAMES := $(patsubst rdf:rdf%,rdf:librdf%,$(gb_Library_DLLFILENAMES))
......
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_Library_Library,affine_uno)) $(eval $(call gb_Library_Library,affine_uno_uno))
$(eval $(call gb_Library_use_udk_api,affine_uno)) $(eval $(call gb_Library_use_udk_api,affine_uno_uno))
$(eval $(call gb_Library_use_libraries,affine_uno,\ $(eval $(call gb_Library_use_libraries,affine_uno_uno,\
purpenvhelper \ purpenvhelper \
sal \ sal \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_Library_add_exception_objects,affine_uno,\ $(eval $(call gb_Library_add_exception_objects,affine_uno_uno,\
cppu/source/AffineBridge/AffineBridge \ cppu/source/AffineBridge/AffineBridge \
)) ))
......
...@@ -8,20 +8,20 @@ ...@@ -8,20 +8,20 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_Library_Library,log_uno)) $(eval $(call gb_Library_Library,log_uno_uno))
$(eval $(call gb_Library_use_external,log_uno,boost_headers)) $(eval $(call gb_Library_use_external,log_uno_uno,boost_headers))
$(eval $(call gb_Library_use_udk_api,log_uno)) $(eval $(call gb_Library_use_udk_api,log_uno_uno))
$(eval $(call gb_Library_use_libraries,log_uno,\ $(eval $(call gb_Library_use_libraries,log_uno_uno,\
cppu \ cppu \
purpenvhelper \ purpenvhelper \
sal \ sal \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_Library_add_exception_objects,log_uno,\ $(eval $(call gb_Library_add_exception_objects,log_uno_uno,\
cppu/source/LogBridge/LogBridge \ cppu/source/LogBridge/LogBridge \
)) ))
......
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_Library_Library,unsafe_uno)) $(eval $(call gb_Library_Library,unsafe_uno_uno))
$(eval $(call gb_Library_use_udk_api,unsafe_uno)) $(eval $(call gb_Library_use_udk_api,unsafe_uno_uno))
$(eval $(call gb_Library_use_libraries,unsafe_uno,\ $(eval $(call gb_Library_use_libraries,unsafe_uno_uno,\
purpenvhelper \ purpenvhelper \
sal \ sal \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_Library_add_exception_objects,unsafe_uno,\ $(eval $(call gb_Library_add_exception_objects,unsafe_uno_uno,\
cppu/source/UnsafeBridge/UnsafeBridge \ cppu/source/UnsafeBridge/UnsafeBridge \
)) ))
......
...@@ -13,11 +13,11 @@ $(eval $(call gb_Module_Module,cppu)) ...@@ -13,11 +13,11 @@ $(eval $(call gb_Module_Module,cppu))
$(eval $(call gb_Module_add_targets,cppu,\ $(eval $(call gb_Module_add_targets,cppu,\
InternalUnoApi_cppu_qa_cppumaker_types \ InternalUnoApi_cppu_qa_cppumaker_types \
InternalUnoApi_cppu_qa_types \ InternalUnoApi_cppu_qa_types \
Library_affine_uno \ Library_affine_uno_uno \
Library_cppu \ Library_cppu \
Library_log_uno \ Library_log_uno_uno \
Library_purpenvhelper \ Library_purpenvhelper \
Library_unsafe_uno \ Library_unsafe_uno_uno \
)) ))
$(eval $(call gb_Module_add_check_targets,cppu,\ $(eval $(call gb_Module_add_check_targets,cppu,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment