diff options
author | Gleb Mishchenko <gleb.mishchenko.96@gmail.com> | 2016-03-22 10:43:56 +0300 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-06-09 09:47:11 +0000 |
commit | a97b392879c96145701b2454b26dc0c4f6aa4bb2 (patch) | |
tree | cbc4f327035084aaf1a1fd5fe927dedc20ff2f99 /svl | |
parent | aaebe3c45d3ceac7aba19ad8fd5b1cb621e337b3 (diff) |
tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi
This patch changes occurences in makefiles
from
$(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \
udkapi \
offapi \
))
to
$(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config))
(corrected instead of abandon, jani)
Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e
Reviewed-on: https://gerrit.libreoffice.org/23426
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/CppunitTest_svl_itempool.mk | 5 | ||||
-rw-r--r-- | svl/CppunitTest_svl_items.mk | 5 | ||||
-rw-r--r-- | svl/CppunitTest_svl_notify.mk | 5 | ||||
-rw-r--r-- | svl/CppunitTest_svl_qa_cppunit.mk | 5 | ||||
-rw-r--r-- | svl/CppunitTest_svl_urihelper.mk | 5 |
5 files changed, 5 insertions, 20 deletions
diff --git a/svl/CppunitTest_svl_itempool.mk b/svl/CppunitTest_svl_itempool.mk index 4b594989f855..63745dd4312a 100644 --- a/svl/CppunitTest_svl_itempool.mk +++ b/svl/CppunitTest_svl_itempool.mk @@ -11,10 +11,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,svl_itempool)) $(eval $(call gb_CppunitTest_use_external,svl_itempool,boost_headers)) -$(eval $(call gb_CppunitTest_use_api,svl_itempool, \ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,svl_itempool)) $(eval $(call gb_CppunitTest_add_exception_objects,svl_itempool, \ svl/qa/unit/items/test_itempool \ diff --git a/svl/CppunitTest_svl_items.mk b/svl/CppunitTest_svl_items.mk index 501c91ae14f7..c8e5e0699635 100644 --- a/svl/CppunitTest_svl_items.mk +++ b/svl/CppunitTest_svl_items.mk @@ -11,10 +11,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,svl_items)) $(eval $(call gb_CppunitTest_use_external,svl_items,boost_headers)) -$(eval $(call gb_CppunitTest_use_api,svl_items, \ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,svl_items)) $(eval $(call gb_CppunitTest_add_exception_objects,svl_items, \ svl/qa/unit/items/test_IndexedStyleSheets \ diff --git a/svl/CppunitTest_svl_notify.mk b/svl/CppunitTest_svl_notify.mk index ff1dbe7cfb8c..201a9cf22cdf 100644 --- a/svl/CppunitTest_svl_notify.mk +++ b/svl/CppunitTest_svl_notify.mk @@ -11,10 +11,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,svl_notify)) $(eval $(call gb_CppunitTest_use_external,svl_notify,boost_headers)) -$(eval $(call gb_CppunitTest_use_api,svl_notify, \ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,svl_notify)) $(eval $(call gb_CppunitTest_add_exception_objects,svl_notify, \ svl/qa/unit/notify/test_SfxBroadcaster \ diff --git a/svl/CppunitTest_svl_qa_cppunit.mk b/svl/CppunitTest_svl_qa_cppunit.mk index f5cd6f718750..65be44e40b6f 100644 --- a/svl/CppunitTest_svl_qa_cppunit.mk +++ b/svl/CppunitTest_svl_qa_cppunit.mk @@ -18,10 +18,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,svl_qa_cppunit)) -$(eval $(call gb_CppunitTest_use_api,svl_qa_cppunit, \ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,svl_qa_cppunit)) $(eval $(call gb_CppunitTest_use_externals,svl_qa_cppunit, \ boost_headers \ diff --git a/svl/CppunitTest_svl_urihelper.mk b/svl/CppunitTest_svl_urihelper.mk index 7b0f5ee90660..d7e10fc0aa56 100644 --- a/svl/CppunitTest_svl_urihelper.mk +++ b/svl/CppunitTest_svl_urihelper.mk @@ -11,10 +11,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,svl_urihelper)) $(eval $(call gb_CppunitTest_use_external,svl_urihelper,boost_headers)) -$(eval $(call gb_CppunitTest_use_api,svl_urihelper, \ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,svl_urihelper)) $(eval $(call gb_CppunitTest_use_components,svl_urihelper, \ ucb/source/core/ucb1 \ |