Kaydet (Commit) db63d1a8 authored tarafından David Ostrovsky's avatar David Ostrovsky Kaydeden (comit) David Tardon

prefix testtools libraries with testtools_ in Repository.mk

Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
üst 77bcdd41
...@@ -590,9 +590,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \ ...@@ -590,9 +590,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
endif endif
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \ $(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
cppobj \
bridgetest \
constructors \
acceptor \ acceptor \
binaryurp \ binaryurp \
bootstrap \ bootstrap \
...@@ -607,6 +604,9 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \ ...@@ -607,6 +604,9 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
reflection \ reflection \
stocservices \ stocservices \
streams \ streams \
testtools_cppobj \
testtools_bridgetest \
testtools_constructors \
textinstream \ textinstream \
textoutstream \ textoutstream \
uuresolver \ uuresolver \
...@@ -647,7 +647,7 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ ...@@ -647,7 +647,7 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
shlxthandler_common \ shlxthandler_common \
shlxthandler_common_x64 \ shlxthandler_common_x64 \
salcpprt \ salcpprt \
testtools_bridgetest \ testtools_bridgetest_s \
transex \ transex \
ulingu \ ulingu \
vclmain \ vclmain \
......
...@@ -24,34 +24,34 @@ ...@@ -24,34 +24,34 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
$(eval $(call gb_Library_Library,bridgetest)) $(eval $(call gb_Library_Library,testtools_bridgetest))
$(eval $(call gb_Library_set_componentfile,bridgetest,testtools/source/bridgetest/bridgetest)) $(eval $(call gb_Library_set_componentfile,testtools_bridgetest,testtools/source/bridgetest/bridgetest))
$(eval $(call gb_Executable_set_include,bridgetest,\ $(eval $(call gb_Executable_set_include,testtools_bridgetest,\
-I$(SRCDIR)/testtools/source/bridgetest \ -I$(SRCDIR)/testtools/source/bridgetest \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_Library_use_internal_api,bridgetest,\ $(eval $(call gb_Library_use_internal_api,testtools_bridgetest,\
bridgetest \ bridgetest \
)) ))
$(eval $(call gb_Library_use_api,bridgetest,\ $(eval $(call gb_Library_use_api,testtools_bridgetest,\
udkapi \ udkapi \
)) ))
$(eval $(call gb_Library_use_static_libraries,bridgetest,\ $(eval $(call gb_Library_use_static_libraries,testtools_bridgetest,\
testtools_bridgetest \ testtools_bridgetest_s \
)) ))
$(eval $(call gb_Library_use_libraries,bridgetest,\ $(eval $(call gb_Library_use_libraries,testtools_bridgetest,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
)) ))
$(eval $(call gb_Library_add_exception_objects,bridgetest,\ $(eval $(call gb_Library_add_exception_objects,testtools_bridgetest,\
testtools/source/bridgetest/bridgetest \ testtools/source/bridgetest/bridgetest \
)) ))
......
...@@ -24,30 +24,30 @@ ...@@ -24,30 +24,30 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
$(eval $(call gb_Library_Library,constructors)) $(eval $(call gb_Library_Library,testtools_constructors))
$(eval $(call gb_Library_set_componentfile,constructors,testtools/source/bridgetest/constructors)) $(eval $(call gb_Library_set_componentfile,testtools_constructors,testtools/source/bridgetest/constructors))
$(eval $(call gb_Executable_set_include,constructors,\ $(eval $(call gb_Executable_set_include,testtools_constructors,\
-I$(SRCDIR)/testtools/source/bridgetest \ -I$(SRCDIR)/testtools/source/bridgetest \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_Library_use_internal_api,constructors,\ $(eval $(call gb_Library_use_internal_api,testtools_constructors,\
bridgetest \ bridgetest \
)) ))
$(eval $(call gb_Library_use_api,constructors,\ $(eval $(call gb_Library_use_api,testtools_constructors,\
udkapi \ udkapi \
)) ))
$(eval $(call gb_Library_use_libraries,constructors,\ $(eval $(call gb_Library_use_libraries,testtools_constructors,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
)) ))
$(eval $(call gb_Library_add_exception_objects,constructors,\ $(eval $(call gb_Library_add_exception_objects,testtools_constructors,\
testtools/source/bridgetest/constructors \ testtools/source/bridgetest/constructors \
)) ))
......
...@@ -24,34 +24,34 @@ ...@@ -24,34 +24,34 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
$(eval $(call gb_Library_Library,cppobj)) $(eval $(call gb_Library_Library,testtools_cppobj))
$(eval $(call gb_Library_set_componentfile,cppobj,testtools/source/bridgetest/cppobj)) $(eval $(call gb_Library_set_componentfile,testtools_cppobj,testtools/source/bridgetest/cppobj))
$(eval $(call gb_Executable_set_include,cppobj,\ $(eval $(call gb_Executable_set_include,testtools_cppobj,\
-I$(SRCDIR)/testtools/source/bridgetest \ -I$(SRCDIR)/testtools/source/bridgetest \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_Library_use_internal_api,cppobj,\ $(eval $(call gb_Library_use_internal_api,testtools_cppobj,\
bridgetest \ bridgetest \
)) ))
$(eval $(call gb_Library_use_api,cppobj,\ $(eval $(call gb_Library_use_api,testtools_cppobj,\
udkapi \ udkapi \
)) ))
$(eval $(call gb_Library_use_static_libraries,cppobj,\ $(eval $(call gb_Library_use_static_libraries,testtools_cppobj,\
testtools_bridgetest \ testtools_bridgetest_s \
)) ))
$(eval $(call gb_Library_use_libraries,cppobj,\ $(eval $(call gb_Library_use_libraries,testtools_cppobj,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
)) ))
$(eval $(call gb_Library_add_exception_objects,cppobj,\ $(eval $(call gb_Library_add_exception_objects,testtools_cppobj,\
testtools/source/bridgetest/cppobj \ testtools/source/bridgetest/cppobj \
)) ))
......
...@@ -25,22 +25,17 @@ ...@@ -25,22 +25,17 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
$(eval $(call gb_StaticLibrary_StaticLibrary,testtools_bridgetest)) $(eval $(call gb_StaticLibrary_StaticLibrary,testtools_bridgetest_s))
$(eval $(call gb_StaticLibrary_set_include,cppobj,\ $(eval $(call gb_StaticLibrary_use_internal_api,testtools_bridgetest_s,\
-I$(SRCDIR)/testtools/source/bridgetest \
$$(INCLUDE) \
))
$(eval $(call gb_StaticLibrary_use_internal_api,testtools_bridgetest,\
bridgetest \ bridgetest \
)) ))
$(eval $(call gb_StaticLibrary_use_api,testtools_bridgetest,\ $(eval $(call gb_StaticLibrary_use_api,testtools_bridgetest_s,\
udkapi \ udkapi \
)) ))
$(eval $(call gb_StaticLibrary_add_exception_objects,testtools_bridgetest,\ $(eval $(call gb_StaticLibrary_add_exception_objects,testtools_bridgetest_s,\
testtools/source/bridgetest/currentcontextchecker \ testtools/source/bridgetest/currentcontextchecker \
testtools/source/bridgetest/multi \ testtools/source/bridgetest/multi \
)) ))
......
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