diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:29:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:49:08 +0200 |
commit | 5032dc0fc339ba6b200e80a5482cc86e00662a0b (patch) | |
tree | 6ecb751f6fd25a7ee5f66434b10928423d1e05f7 | |
parent | 7312f5ceacd44c9980b9262e403d4d9ac10f1aa9 (diff) |
gbuild: invert handling of standard system libraries:
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
480 files changed, 13 insertions, 958 deletions
diff --git a/Library_merged.mk b/Library_merged.mk index 98d4cbf9ffde..f6bf68aaa5c9 100644 --- a/Library_merged.mk +++ b/Library_merged.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,merged,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,merged)) - $(eval $(call gb_Library_use_externals,merged,\ cups \ icui18n \ diff --git a/UnoControls/Library_ctl.mk b/UnoControls/Library_ctl.mk index fd7e1736962a..ee4e0335abd7 100644 --- a/UnoControls/Library_ctl.mk +++ b/UnoControls/Library_ctl.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,ctl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ctl)) - $(eval $(call gb_Library_set_componentfile,ctl,UnoControls/util/ctl)) $(eval $(call gb_Library_add_exception_objects,ctl,\ diff --git a/accessibility/Library_acc.mk b/accessibility/Library_acc.mk index 667dcc30e09e..d10769f49041 100644 --- a/accessibility/Library_acc.mk +++ b/accessibility/Library_acc.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,acc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,acc)) - $(eval $(call gb_Library_add_exception_objects,acc,\ accessibility/source/extended/AccessibleBrowseBox \ accessibility/source/extended/AccessibleBrowseBoxBase \ diff --git a/accessibility/Library_java_uno_accessbridge.mk b/accessibility/Library_java_uno_accessbridge.mk index 1579f8a35e3a..3b4c27c39b96 100644 --- a/accessibility/Library_java_uno_accessbridge.mk +++ b/accessibility/Library_java_uno_accessbridge.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,java_uno_accessbridge,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,java_uno_accessbridge)) - $(eval $(call gb_Library_add_exception_objects,java_uno_accessbridge,\ accessibility/bridge/source/java/WindowsAccessBridgeAdapter \ )) diff --git a/animations/Library_animcore.mk b/animations/Library_animcore.mk index f4ada9c4f3af..9f4d5b4912bf 100644 --- a/animations/Library_animcore.mk +++ b/animations/Library_animcore.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,animcore,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,animcore)) - $(eval $(call gb_Library_add_exception_objects,animcore,\ animations/source/animcore/animcore \ animations/source/animcore/factreg \ diff --git a/avmedia/Library_avmedia.mk b/avmedia/Library_avmedia.mk index f597bb35647d..40f952eba89b 100644 --- a/avmedia/Library_avmedia.mk +++ b/avmedia/Library_avmedia.mk @@ -59,8 +59,6 @@ $(eval $(call gb_Library_use_libraries,avmedia,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,avmedia)) - $(eval $(call gb_Library_add_exception_objects,avmedia,\ avmedia/source/framework/mediacontrol \ avmedia/source/framework/mediaitem \ diff --git a/avmedia/Library_avmediaQuickTime.mk b/avmedia/Library_avmediaQuickTime.mk index 7906a37c9665..defe843ab900 100644 --- a/avmedia/Library_avmediaQuickTime.mk +++ b/avmedia/Library_avmediaQuickTime.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,avmediaQuickTime,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,avmediaQuickTime)) - $(eval $(call gb_Library_use_system_darwin_frameworks,avmediaQuickTime,\ Cocoa \ QTKit \ diff --git a/avmedia/Library_avmediagst.mk b/avmedia/Library_avmediagst.mk index 394873f04a16..8bb85617aa05 100644 --- a/avmedia/Library_avmediagst.mk +++ b/avmedia/Library_avmediagst.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,avmediagst,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,avmediagst)) - $(eval $(call gb_Library_add_exception_objects,avmediagst,\ avmedia/source/gstreamer/gstmanager \ avmedia/source/gstreamer/gstplayer \ diff --git a/avmedia/Library_avmediagst_0_10.mk b/avmedia/Library_avmediagst_0_10.mk index 3369dbf57833..18387a9e05ef 100644 --- a/avmedia/Library_avmediagst_0_10.mk +++ b/avmedia/Library_avmediagst_0_10.mk @@ -54,8 +54,6 @@ $(eval $(call gb_Library_use_libraries,avmediagst_0_10,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,avmediagst_0_10)) - $(eval $(call gb_Library_add_libs,avmediagst_0_10,\ $(GSTREAMER_0_10_LIBS) \ -lgstinterfaces-0.10 \ diff --git a/avmedia/Library_avmediawin.mk b/avmedia/Library_avmediawin.mk index ed1cc2d426fa..5d6649c37baa 100644 --- a/avmedia/Library_avmediawin.mk +++ b/avmedia/Library_avmediawin.mk @@ -48,8 +48,6 @@ $(eval $(call gb_Library_use_libraries,avmediawin,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,avmediawin)) - $(eval $(call gb_Library_use_system_win32_libs,avmediawin,\ gdi32 \ ole32 \ diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk index ce2b096cbcac..b6e1c3b7dc5f 100644 --- a/basctl/Library_basctl.mk +++ b/basctl/Library_basctl.mk @@ -63,8 +63,6 @@ $(eval $(call gb_Library_use_libraries,basctl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,basctl)) - $(eval $(call gb_Library_add_exception_objects,basctl,\ basctl/source/accessibility/accessibledialogcontrolshape \ basctl/source/accessibility/accessibledialogwindow \ diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk index 5747cb6b59c8..4879303502de 100644 --- a/basebmp/CppunitTest_basebmp.mk +++ b/basebmp/CppunitTest_basebmp.mk @@ -30,8 +30,6 @@ $(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,basebmp_cpputest)) - $(eval $(call gb_CppunitTest_add_exception_objects,basebmp_cpputest,\ basebmp/test/basictest \ basebmp/test/bmpmasktest \ diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index fd385a8b1eb5..5f3de82840ff 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -21,8 +21,6 @@ $(eval $(call gb_Library_use_libraries,basebmp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,basebmp)) - $(eval $(call gb_Library_set_include,basebmp,\ -I$(SRCDIR)/basebmp/inc/ \ $$(INCLUDE) \ diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk index a531848951b8..e9c3bb887ea4 100644 --- a/basegfx/CppunitTest_basegfx.mk +++ b/basegfx/CppunitTest_basegfx.mk @@ -22,8 +22,6 @@ $(eval $(call gb_CppunitTest_use_libraries,basegfx_cpputest,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,basegfx_cpputest)) - $(eval $(call gb_CppunitTest_add_exception_objects,basegfx_cpputest,\ basegfx/test/basegfx1d \ basegfx/test/basegfx2d \ diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index 6d974ec6395a..8cc7a86b7ae9 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -24,8 +24,6 @@ $(eval $(call gb_Library_use_libraries,basegfx,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,basegfx)) - $(eval $(call gb_Library_set_include,basegfx,\ -I$(SRCDIR)/basegfx/inc \ -I$(SRCDIR)/basegfx/source/inc \ diff --git a/basic/CppunitTest_basic_enable.mk b/basic/CppunitTest_basic_enable.mk index 6e871736c1bf..5f6587dec684 100644 --- a/basic/CppunitTest_basic_enable.mk +++ b/basic/CppunitTest_basic_enable.mk @@ -31,8 +31,6 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_enable, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,basic_enable)) - ifeq ($(GUI),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_enable, \ oleaut32 \ diff --git a/basic/CppunitTest_basic_nested_struct.mk b/basic/CppunitTest_basic_nested_struct.mk index a768ddf007c7..268f29a43b1c 100644 --- a/basic/CppunitTest_basic_nested_struct.mk +++ b/basic/CppunitTest_basic_nested_struct.mk @@ -32,8 +32,6 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_nested_struct, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,basic_nested_struct)) - ifeq ($(GUI),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_nested_struct, \ oleaut32 \ diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk index 88876b75db9a..193c4a5835a5 100644 --- a/basic/CppunitTest_basic_scanner.mk +++ b/basic/CppunitTest_basic_scanner.mk @@ -32,8 +32,6 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,basic_scanner)) - ifeq ($(GUI),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_scanner, \ oleaut32 \ diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index c29a58c4b366..457a52bf6bdf 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -52,8 +52,6 @@ $(eval $(call gb_Library_use_libraries,sb,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sb)) - ifneq ($(DISABLE_SCRIPTING),TRUE) $(eval $(call gb_Library_add_exception_objects,sb,\ diff --git a/bean/Library_officebean.mk b/bean/Library_officebean.mk index 64caf3dea54f..d17f795ce22c 100644 --- a/bean/Library_officebean.mk +++ b/bean/Library_officebean.mk @@ -53,6 +53,4 @@ $(eval $(call gb_Library_add_libs,officebean,\ $(AWTLIB) \ )) -$(eval $(call gb_Library_add_standard_system_libs,officebean)) - # vim: set noet sw=4 ts=4: diff --git a/binaryurp/CppunitTest_binaryurp_test-cache.mk b/binaryurp/CppunitTest_binaryurp_test-cache.mk index ecde720b9f58..93b716ca5990 100644 --- a/binaryurp/CppunitTest_binaryurp_test-cache.mk +++ b/binaryurp/CppunitTest_binaryurp_test-cache.mk @@ -33,8 +33,6 @@ $(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-cache,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,binaryurp_test-cache)) - $(eval $(call gb_CppunitTest_add_exception_objects,binaryurp_test-cache,\ binaryurp/qa/test-cache \ )) diff --git a/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk b/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk index aed5a30d78a3..09fbcce439fa 100644 --- a/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk +++ b/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk @@ -36,8 +36,6 @@ $(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-unmarshal,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,binaryurp_test-unmarshal)) - $(eval $(call gb_CppunitTest_use_library_objects,binaryurp_test-unmarshal,\ binaryurp \ )) diff --git a/binaryurp/Library_binaryurp.mk b/binaryurp/Library_binaryurp.mk index 99e223a68d22..223d9c8113d5 100644 --- a/binaryurp/Library_binaryurp.mk +++ b/binaryurp/Library_binaryurp.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,binaryurp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,binaryurp)) - $(eval $(call gb_Library_add_exception_objects,binaryurp,\ binaryurp/source/binaryany \ binaryurp/source/bridge \ diff --git a/bridges/Library_gcc3_linux_arm.mk b/bridges/Library_gcc3_linux_arm.mk index 6a0fcba73cb2..94711eaecbab 100644 --- a/bridges/Library_gcc3_linux_arm.mk +++ b/bridges/Library_gcc3_linux_arm.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,gcc3_uno,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,gcc3_uno)) - $(eval $(call gb_Library_add_exception_objects,gcc3_uno,\ bridges/source/cpp_uno/shared/bridge \ bridges/source/cpp_uno/shared/component \ diff --git a/bridges/Library_gcc3_linux_intel.mk b/bridges/Library_gcc3_linux_intel.mk index 97a37033f30a..502093241a98 100644 --- a/bridges/Library_gcc3_linux_intel.mk +++ b/bridges/Library_gcc3_linux_intel.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,gcc3_uno,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,gcc3_uno)) - $(eval $(call gb_Library_add_asmobjects,gcc3_uno,\ bridges/source/cpp_uno/gcc3_linux_intel/call \ )) diff --git a/bridges/Library_gcc3_linux_mips.mk b/bridges/Library_gcc3_linux_mips.mk index 91613d9ddcd4..a5dfe34b0f7c 100644 --- a/bridges/Library_gcc3_linux_mips.mk +++ b/bridges/Library_gcc3_linux_mips.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,gcc3_uno,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,gcc3_uno)) - $(eval $(call gb_Library_add_exception_objects,gcc3_uno,\ bridges/source/cpp_uno/gcc3_linux_mips/except \ bridges/source/cpp_uno/shared/bridge \ diff --git a/bridges/Library_java_uno.mk b/bridges/Library_java_uno.mk index df834277c41d..d9b8112b0282 100644 --- a/bridges/Library_java_uno.mk +++ b/bridges/Library_java_uno.mk @@ -34,8 +34,6 @@ $(eval $(call gb_Library_use_libraries,java_uno,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,java_uno)) - $(eval $(call gb_Library_add_exception_objects,java_uno,\ bridges/source/jni_uno/jni_bridge \ bridges/source/jni_uno/jni_data \ diff --git a/canvas/Library_cairocanvas.mk b/canvas/Library_cairocanvas.mk index b85321f1b0d6..b9c93e21dff3 100644 --- a/canvas/Library_cairocanvas.mk +++ b/canvas/Library_cairocanvas.mk @@ -71,8 +71,6 @@ $(eval $(call gb_Library_use_libraries,cairocanvas,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,cairocanvas)) - $(eval $(call gb_Library_add_exception_objects,cairocanvas,\ canvas/source/cairo/cairo_cachedbitmap \ canvas/source/cairo/cairo_cairo \ diff --git a/canvas/Library_canvasfactory.mk b/canvas/Library_canvasfactory.mk index 1b66f16a6b57..ec143c36000a 100644 --- a/canvas/Library_canvasfactory.mk +++ b/canvas/Library_canvasfactory.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,canvasfactory,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,canvasfactory)) - $(eval $(call gb_Library_add_exception_objects,canvasfactory,\ canvas/source/factory/cf_service \ )) diff --git a/canvas/Library_canvastools.mk b/canvas/Library_canvastools.mk index cb363de2ef04..752c02befcaf 100644 --- a/canvas/Library_canvastools.mk +++ b/canvas/Library_canvastools.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,canvastools,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,canvastools)) - $(eval $(call gb_Library_add_exception_objects,canvastools,\ canvas/source/tools/cachedprimitivebase \ canvas/source/tools/canvascustomspritehelper \ diff --git a/canvas/Library_directx9canvas.mk b/canvas/Library_directx9canvas.mk index d45b9066ca9b..22a989a308b0 100644 --- a/canvas/Library_directx9canvas.mk +++ b/canvas/Library_directx9canvas.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,directx9canvas,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,directx9canvas)) - $(eval $(call gb_Library_use_system_win32_libs,directx9canvas,\ d3d9 \ gdi32 \ diff --git a/canvas/Library_gdipluscanvas.mk b/canvas/Library_gdipluscanvas.mk index b053b153e5e2..327f9c1b2927 100644 --- a/canvas/Library_gdipluscanvas.mk +++ b/canvas/Library_gdipluscanvas.mk @@ -64,8 +64,6 @@ $(eval $(call gb_Library_use_libraries,gdipluscanvas,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,gdipluscanvas)) - $(eval $(call gb_Library_use_system_win32_libs,gdipluscanvas,\ gdi32 \ gdiplus \ diff --git a/canvas/Library_nullcanvas.mk b/canvas/Library_nullcanvas.mk index ea7376e41bf5..0032336e2867 100644 --- a/canvas/Library_nullcanvas.mk +++ b/canvas/Library_nullcanvas.mk @@ -48,8 +48,6 @@ $(eval $(call gb_Library_use_libraries,nullcanvas,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,nullcanvas)) - $(eval $(call gb_Library_add_exception_objects,nullcanvas,\ canvas/source/null/null_canvasbitmap \ canvas/source/null/null_canvascustomsprite \ diff --git a/canvas/Library_simplecanvas.mk b/canvas/Library_simplecanvas.mk index 1fa62e75d91c..02587dd0b3f7 100644 --- a/canvas/Library_simplecanvas.mk +++ b/canvas/Library_simplecanvas.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,simplecanvas,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,simplecanvas)) - $(eval $(call gb_Library_add_exception_objects,simplecanvas,\ canvas/source/simplecanvas/simplecanvasimpl \ )) diff --git a/canvas/Library_vclcanvas.mk b/canvas/Library_vclcanvas.mk index 53599b5555bf..e22d0dcc7e90 100644 --- a/canvas/Library_vclcanvas.mk +++ b/canvas/Library_vclcanvas.mk @@ -52,8 +52,6 @@ $(eval $(call gb_Library_use_libraries,vclcanvas,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,vclcanvas)) - $(eval $(call gb_Library_add_exception_objects,vclcanvas,\ canvas/source/vcl/backbuffer \ canvas/source/vcl/bitmapbackbuffer \ diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index d5d4ec39e4f1..be78baa95a4c 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,chartcontroller,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,chartcontroller)) - $(eval $(call gb_Library_set_componentfile,chartcontroller,chart2/source/controller/chartcontroller)) $(eval $(call gb_Library_add_exception_objects,chartcontroller,\ diff --git a/chart2/Library_chartcore.mk b/chart2/Library_chartcore.mk index 429416d6a955..15b6226acd60 100644 --- a/chart2/Library_chartcore.mk +++ b/chart2/Library_chartcore.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Library_use_libraries,chartcore,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,chartcore)) - $(eval $(call gb_Library_set_componentfile,chartcore,chart2/source/chartcore)) # view pieces ... diff --git a/cli_ure/Executable_climaker.mk b/cli_ure/Executable_climaker.mk index 73dcb63bd21d..0ccd386f8502 100644 --- a/cli_ure/Executable_climaker.mk +++ b/cli_ure/Executable_climaker.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Executable_use_system_win32_libs,climaker,\ ) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,climaker)) - $(eval $(call gb_Executable_add_exception_objects,climaker,\ cli_ure/source/climaker/climaker_app \ cli_ure/source/climaker/climaker_emit \ diff --git a/clucene/Library_clucene.mk b/clucene/Library_clucene.mk index 77ac8ef48606..16bfbd5bf6aa 100644 --- a/clucene/Library_clucene.mk +++ b/clucene/Library_clucene.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_add_defs,clucene,\ $(LFS_CFLAGS) \ )) -$(eval $(call gb_Library_add_standard_system_libs,clucene)) - ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,clucene,\ -lm \ diff --git a/comphelper/CppunitTest_comphelper_test.mk b/comphelper/CppunitTest_comphelper_test.mk index 11592b7cc976..b3f443de2cf2 100644 --- a/comphelper/CppunitTest_comphelper_test.mk +++ b/comphelper/CppunitTest_comphelper_test.mk @@ -44,8 +44,6 @@ $(eval $(call gb_CppunitTest_use_libraries,comphelper_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,comphelper_test)) - $(eval $(call gb_CppunitTest_set_include,comphelper_test,\ -I$(SRCDIR)/comphelper/inc \ $$(INCLUDE) \ diff --git a/comphelper/Library_comphelper.mk b/comphelper/Library_comphelper.mk index c54d59d85339..38156d6d6712 100644 --- a/comphelper/Library_comphelper.mk +++ b/comphelper/Library_comphelper.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,comphelper,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,comphelper)) - $(eval $(call gb_Library_use_sdk_api,comphelper)) $(eval $(call gb_Library_add_exception_objects,comphelper,\ diff --git a/configmgr/Library_configmgr.mk b/configmgr/Library_configmgr.mk index 7dd348d45562..f7e39baa373a 100644 --- a/configmgr/Library_configmgr.mk +++ b/configmgr/Library_configmgr.mk @@ -75,6 +75,4 @@ $(eval $(call gb_Library_use_libraries,configmgr, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,configmgr)) - $(eval $(call gb_Library_set_componentfile,configmgr,configmgr/source/configmgr)) diff --git a/connectivity/Library_ado.mk b/connectivity/Library_ado.mk index ed088bc89ee5..68abe62a2a1f 100644 --- a/connectivity/Library_ado.mk +++ b/connectivity/Library_ado.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,ado,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ado)) - $(eval $(call gb_Library_add_exception_objects,ado,\ connectivity/source/drivers/ado/ADatabaseMetaDataImpl \ connectivity/source/drivers/ado/Aolevariant \ diff --git a/connectivity/Library_calc.mk b/connectivity/Library_calc.mk index 489542bbe743..aedd21bb3347 100644 --- a/connectivity/Library_calc.mk +++ b/connectivity/Library_calc.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,calc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,calc)) - $(eval $(call gb_Library_add_exception_objects,calc,\ connectivity/source/drivers/calc/CResultSet \ connectivity/source/drivers/calc/CStatement \ diff --git a/connectivity/Library_dbase.mk b/connectivity/Library_dbase.mk index 14c61ec5fcd8..0dbb517bd6ae 100644 --- a/connectivity/Library_dbase.mk +++ b/connectivity/Library_dbase.mk @@ -52,8 +52,6 @@ $(eval $(call gb_Library_use_libraries,dbase,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dbase)) - $(eval $(call gb_Library_add_exception_objects,dbase,\ connectivity/source/drivers/dbase/DCode \ connectivity/source/drivers/dbase/DResultSet \ diff --git a/connectivity/Library_dbpool2.mk b/connectivity/Library_dbpool2.mk index ac008feb4bac..fbccc3ae0737 100644 --- a/connectivity/Library_dbpool2.mk +++ b/connectivity/Library_dbpool2.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,dbpool2,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dbpool2)) - $(eval $(call gb_Library_add_exception_objects,dbpool2,\ connectivity/source/cpool/ZConnectionWrapper \ connectivity/source/cpool/ZDriverWrapper \ diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk index 74d8fea6058e..964f9f372950 100644 --- a/connectivity/Library_dbtools.mk +++ b/connectivity/Library_dbtools.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,dbtools,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dbtools)) - ifeq ($(filter-out NETBSD MACOSX,$(OS)),) $(eval $(call gb_Library_use_libraries,dbtools,\ ucbhelper \ diff --git a/connectivity/Library_evoab.mk b/connectivity/Library_evoab.mk index 4606b8865e1d..687245571f13 100644 --- a/connectivity/Library_evoab.mk +++ b/connectivity/Library_evoab.mk @@ -56,8 +56,6 @@ $(eval $(call gb_Library_use_libraries,evoab,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,evoab)) - $(eval $(call gb_Library_add_exception_objects,evoab,\ connectivity/source/drivers/evoab2/NDriver \ connectivity/source/drivers/evoab2/NTable \ diff --git a/connectivity/Library_file.mk b/connectivity/Library_file.mk index c3326b4af484..8ee3d104022d 100644 --- a/connectivity/Library_file.mk +++ b/connectivity/Library_file.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,file,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,file)) - $(eval $(call gb_Library_add_exception_objects,file,\ connectivity/source/drivers/file/FCatalog \ connectivity/source/drivers/file/FColumns \ diff --git a/connectivity/Library_flat.mk b/connectivity/Library_flat.mk index 84345d803895..32e46440dc66 100644 --- a/connectivity/Library_flat.mk +++ b/connectivity/Library_flat.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,flat,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,flat)) - $(eval $(call gb_Library_add_exception_objects,flat,\ connectivity/source/drivers/flat/EResultSet \ connectivity/source/drivers/flat/EStatement \ diff --git a/connectivity/Library_hsqldb.mk b/connectivity/Library_hsqldb.mk index b8b0e0f4372d..8521ae3107d9 100644 --- a/connectivity/Library_hsqldb.mk +++ b/connectivity/Library_hsqldb.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,hsqldb,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,hsqldb)) - $(eval $(call gb_Library_set_componentfile,hsqldb,connectivity/source/drivers/hsqldb/hsqldb)) $(eval $(call gb_Library_add_exception_objects,hsqldb,\ diff --git a/connectivity/Library_jdbc.mk b/connectivity/Library_jdbc.mk index 71edd85d90d5..23b755374e55 100644 --- a/connectivity/Library_jdbc.mk +++ b/connectivity/Library_jdbc.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,jdbc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,jdbc)) - $(eval $(call gb_Library_add_exception_objects,jdbc,\ connectivity/source/drivers/jdbc/Array \ connectivity/source/drivers/jdbc/Blob \ diff --git a/connectivity/Library_kab1.mk b/connectivity/Library_kab1.mk index 8f2c04ee1263..7fd80cb65b65 100644 --- a/connectivity/Library_kab1.mk +++ b/connectivity/Library_kab1.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,kab1,\ salhelper \ )) -$(eval $(call gb_Library_add_standard_system_libs,kab1)) - $(eval $(call gb_Library_add_exception_objects,kab1,\ connectivity/source/drivers/kab/KDriver \ connectivity/source/drivers/kab/KServices \ diff --git a/connectivity/Library_kabdrv1.mk b/connectivity/Library_kabdrv1.mk index 097848e6e567..ecdd90568d98 100644 --- a/connectivity/Library_kabdrv1.mk +++ b/connectivity/Library_kabdrv1.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,kabdrv1,\ comphelper \ )) -$(eval $(call gb_Library_add_standard_system_libs,kabdrv1)) - $(eval $(call gb_Library_add_exception_objects,kabdrv1,\ connectivity/source/drivers/kab/KColumns \ connectivity/source/drivers/kab/KTable \ diff --git a/connectivity/Library_macab1.mk b/connectivity/Library_macab1.mk index 7058eb553ae6..e55422cf924f 100644 --- a/connectivity/Library_macab1.mk +++ b/connectivity/Library_macab1.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,macab1,\ salhelper \ )) -$(eval $(call gb_Library_add_standard_system_libs,macab1)) - $(eval $(call gb_Library_set_include,macab1,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ diff --git a/connectivity/Library_macabdrv1.mk b/connectivity/Library_macabdrv1.mk index feb754356a51..c4e77daaa417 100644 --- a/connectivity/Library_macabdrv1.mk +++ b/connectivity/Library_macabdrv1.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,macabdrv1,\ salhelper \ )) -$(eval $(call gb_Library_add_standard_system_libs,macabdrv1)) - $(eval $(call gb_Library_set_include,macabdrv1,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ diff --git a/connectivity/Library_mork.mk b/connectivity/Library_mork.mk index 009a3c79b01f..b11cb4f586af 100644 --- a/connectivity/Library_mork.mk +++ b/connectivity/Library_mork.mk @@ -30,8 +30,6 @@ $(eval $(call gb_Library_use_libraries,mork, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,mork)) - $(eval $(call gb_Library_use_sdk_api,mork)) $(eval $(call gb_Library_add_exception_objects,mork, \ diff --git a/connectivity/Library_mozab.mk b/connectivity/Library_mozab.mk index 394d227ea51f..4b4b78927229 100644 --- a/connectivity/Library_mozab.mk +++ b/connectivity/Library_mozab.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,mozab2,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,mozab2)) - $(eval $(call gb_Library_add_exception_objects,mozab2,\ connectivity/source/drivers/mozab/MDriver \ connectivity/source/drivers/mozab/MServices \ diff --git a/connectivity/Library_mozabdrv.mk b/connectivity/Library_mozabdrv.mk index b7f95a811fa0..b73efc2ec13d 100644 --- a/connectivity/Library_mozabdrv.mk +++ b/connectivity/Library_mozabdrv.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Library_use_libraries,mozabdrv,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,mozabdrv)) - $(eval $(call gb_Library_use_externals,mozabdrv,\ mozilla \ )) diff --git a/connectivity/Library_mozbootstrap.mk b/connectivity/Library_mozbootstrap.mk index edfb4986d943..cdea5e935bd7 100644 --- a/connectivity/Library_mozbootstrap.mk +++ b/connectivity/Library_mozbootstrap.mk @@ -48,8 +48,6 @@ $(eval $(call gb_Library_use_libraries,mozbootstrap,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,mozbootstrap)) - $(eval $(call gb_Library_add_exception_objects,mozbootstrap,\ connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap \ connectivity/source/drivers/mozab/bootstrap/MNSFolders \ diff --git a/connectivity/Library_mysql.mk b/connectivity/Library_mysql.mk index 71bdd14bec67..4e05e402e1e1 100644 --- a/connectivity/Library_mysql.mk +++ b/connectivity/Library_mysql.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Library_use_libraries,mysql,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,mysql)) - $(eval $(call gb_Library_add_exception_objects,mysql,\ connectivity/source/drivers/mysql/YDriver \ connectivity/source/drivers/mysql/YTables \ diff --git a/connectivity/Library_odbc.mk b/connectivity/Library_odbc.mk index 32961f472a61..3f7ccbf02301 100644 --- a/connectivity/Library_odbc.mk +++ b/connectivity/Library_odbc.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,odbc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,odbc)) - $(eval $(call gb_Library_add_exception_objects,odbc,\ connectivity/source/drivers/odbc/oservices \ connectivity/source/drivers/odbc/ORealDriver \ diff --git a/connectivity/Library_odbcbase.mk b/connectivity/Library_odbcbase.mk index f2b2d41d5b12..8335f7e0b1b5 100644 --- a/connectivity/Library_odbcbase.mk +++ b/connectivity/Library_odbcbase.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,odbcbase,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,odbcbase)) - $(eval $(call gb_Library_add_exception_objects,odbcbase,\ connectivity/source/drivers/odbcbase/OPreparedStatement \ connectivity/source/drivers/odbcbase/OStatement \ diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index a76eb7b735b6..7e525a9af7f0 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,postgresql-sdbc-impl)) - ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,postgresql-sdbc-impl,\ shell32 \ diff --git a/connectivity/Library_postgresql-sdbc.mk b/connectivity/Library_postgresql-sdbc.mk index 60fbfc97f9f7..1a9f8eb1dd6c 100644 --- a/connectivity/Library_postgresql-sdbc.mk +++ b/connectivity/Library_postgresql-sdbc.mk @@ -42,8 +42,6 @@ $(eval $(call gb_Library_use_libraries,postgresql-sdbc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,postgresql-sdbc)) - $(eval $(call gb_Library_set_componentfile,postgresql-sdbc,connectivity/source/drivers/postgresql/postgresql-sdbc)) $(eval $(call gb_Library_add_exception_objects,postgresql-sdbc,\ diff --git a/connectivity/Library_sdbc2.mk b/connectivity/Library_sdbc2.mk index 60db324099f8..7f030f1d53cd 100644 --- a/connectivity/Library_sdbc2.mk +++ b/connectivity/Library_sdbc2.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,sdbc2,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sdbc2)) - $(eval $(call gb_Library_add_exception_objects,sdbc2,\ connectivity/source/manager/mdrivermanager \ connectivity/source/manager/mregistration \ diff --git a/connectivity/Library_tdeab1.mk b/connectivity/Library_tdeab1.mk index 8c402457d7fc..59f2f80cf039 100644 --- a/connectivity/Library_tdeab1.mk +++ b/connectivity/Library_tdeab1.mk @@ -49,8 +49,6 @@ $(eval $(call gb_Library_use_libraries,tdeab1,\ salhelper \ )) -$(eval $(call gb_Library_add_standard_system_libs,tdeab1)) - $(eval $(call gb_Library_add_exception_objects,tdeab1,\ connectivity/source/drivers/kab/KDriver \ connectivity/source/drivers/kab/KServices \ diff --git a/connectivity/Library_tdeabdrv1.mk b/connectivity/Library_tdeabdrv1.mk index 40601d7cf416..b2df458fd4a0 100644 --- a/connectivity/Library_tdeabdrv1.mk +++ b/connectivity/Library_tdeabdrv1.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,tdeabdrv1,\ comphelper \ )) -$(eval $(call gb_Library_add_standard_system_libs,tdeabdrv1)) - $(eval $(call gb_Library_add_exception_objects,tdeabdrv1,\ connectivity/source/drivers/kab/KColumns \ connectivity/source/drivers/kab/KTable \ diff --git a/cppcanvas/Library_cppcanvas.mk b/cppcanvas/Library_cppcanvas.mk index a37d36e0ab70..3fa5f1a13cd0 100644 --- a/cppcanvas/Library_cppcanvas.mk +++ b/cppcanvas/Library_cppcanvas.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,cppcanvas,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,cppcanvas)) - $(eval $(call gb_Library_add_exception_objects,cppcanvas,\ cppcanvas/source/mtfrenderer/bitmapaction \ cppcanvas/source/mtfrenderer/cachedprimitivebase \ diff --git a/cppcanvas/Library_mtfrenderer.mk b/cppcanvas/Library_mtfrenderer.mk index eb7dbc43f161..ac3f4185c3d0 100644 --- a/cppcanvas/Library_mtfrenderer.mk +++ b/cppcanvas/Library_mtfrenderer.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,mtfrenderer,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,mtfrenderer)) - $(eval $(call gb_Library_use_sdk_api,mtfrenderer)) $(eval $(call gb_Library_add_exception_objects,mtfrenderer,\ diff --git a/cppu/CppunitTest_cppu_checkapi.mk b/cppu/CppunitTest_cppu_checkapi.mk index af9e7ea16b48..c47643aea6c5 100644 --- a/cppu/CppunitTest_cppu_checkapi.mk +++ b/cppu/CppunitTest_cppu_checkapi.mk @@ -52,6 +52,4 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_checkapi,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppu_checkapi)) - # vim: set noet sw=4 ts=4: diff --git a/cppu/CppunitTest_cppu_qa_any.mk b/cppu/CppunitTest_cppu_qa_any.mk index 2b5f4653ee32..0a0342e5162a 100644 --- a/cppu/CppunitTest_cppu_qa_any.mk +++ b/cppu/CppunitTest_cppu_qa_any.mk @@ -37,8 +37,6 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_any, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppu_qa_any)) - $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_any, \ cppu \ udkapi \ diff --git a/cppu/CppunitTest_cppu_qa_recursion.mk b/cppu/CppunitTest_cppu_qa_recursion.mk index dffd187d01a1..20d70508ed86 100644 --- a/cppu/CppunitTest_cppu_qa_recursion.mk +++ b/cppu/CppunitTest_cppu_qa_recursion.mk @@ -37,8 +37,6 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_recursion, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppu_qa_recursion)) - $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_recursion, \ cppu \ udkapi \ diff --git a/cppu/CppunitTest_cppu_qa_reference.mk b/cppu/CppunitTest_cppu_qa_reference.mk index d2b59a27d5f9..2531f4247119 100644 --- a/cppu/CppunitTest_cppu_qa_reference.mk +++ b/cppu/CppunitTest_cppu_qa_reference.mk @@ -37,8 +37,6 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_reference, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppu_qa_reference)) - $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_reference, \ cppu \ udkapi \ diff --git a/cppu/CppunitTest_cppu_qa_unotype.mk b/cppu/CppunitTest_cppu_qa_unotype.mk index ddc84583ff05..094e185fd9c6 100644 --- a/cppu/CppunitTest_cppu_qa_unotype.mk +++ b/cppu/CppunitTest_cppu_qa_unotype.mk @@ -37,8 +37,6 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_unotype, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppu_qa_unotype)) - $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_unotype, \ cppu \ udkapi \ diff --git a/cppu/CppunitTest_cppu_test_cppumaker.mk b/cppu/CppunitTest_cppu_test_cppumaker.mk index 7472a3619da2..f235be8f122a 100644 --- a/cppu/CppunitTest_cppu_test_cppumaker.mk +++ b/cppu/CppunitTest_cppu_test_cppumaker.mk @@ -37,8 +37,6 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_test_cppumaker, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppu_test_cppumaker)) - $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_test_cppumaker, \ cppu \ udkapi \ diff --git a/cppu/Library_affine_uno.mk b/cppu/Library_affine_uno.mk index 644c82054e85..1edc2876947d 100644 --- a/cppu/Library_affine_uno.mk +++ b/cppu/Library_affine_uno.mk @@ -35,8 +35,6 @@ $(eval $(call gb_Library_use_libraries,affine_uno,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,affine_uno)) - $(eval $(call gb_Library_add_exception_objects,affine_uno,\ cppu/source/AffineBridge/AffineBridge \ )) diff --git a/cppu/Library_cppu.mk b/cppu/Library_cppu.mk index 4bdbb01d2565..d6dbc58c66ed 100644 --- a/cppu/Library_cppu.mk +++ b/cppu/Library_cppu.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,cppu,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,cppu)) - $(eval $(call gb_Library_add_cobjects,cppu,\ cppu/source/uno/EnvDcp \ )) diff --git a/cppu/Library_log_uno.mk b/cppu/Library_log_uno.mk index aacb8ed73495..e70d16b20fcb 100644 --- a/cppu/Library_log_uno.mk +++ b/cppu/Library_log_uno.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,log_uno,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,log_uno)) - $(eval $(call gb_Library_add_exception_objects,log_uno,\ cppu/source/LogBridge/LogBridge \ )) diff --git a/cppu/Library_purpenvhelper.mk b/cppu/Library_purpenvhelper.mk index de60f76c5ce0..bddf619b2884 100644 --- a/cppu/Library_purpenvhelper.mk +++ b/cppu/Library_purpenvhelper.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,purpenvhelper,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,purpenvhelper)) - $(eval $(call gb_Library_add_exception_objects,purpenvhelper,\ cppu/source/helper/purpenv/helper_purpenv_Environment \ cppu/source/helper/purpenv/helper_purpenv_Mapping \ diff --git a/cppu/Library_unsafe_uno.mk b/cppu/Library_unsafe_uno.mk index 9b3eb68418f4..f71fea1a1a88 100644 --- a/cppu/Library_unsafe_uno.mk +++ b/cppu/Library_unsafe_uno.mk @@ -35,8 +35,6 @@ $(eval $(call gb_Library_use_libraries,unsafe_uno,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,unsafe_uno)) - $(eval $(call gb_Library_add_exception_objects,unsafe_uno,\ cppu/source/UnsafeBridge/UnsafeBridge \ )) diff --git a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk index e5ef4b2b895c..68fd0ec4bc1f 100644 --- a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk +++ b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk @@ -52,6 +52,4 @@ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_checkapi,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppuhelper_checkapi)) - # vim: set noet sw=4 ts=4: diff --git a/cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk b/cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk index 7b50f334646d..b176884a0616 100644 --- a/cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk +++ b/cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk @@ -42,6 +42,4 @@ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_cppu_ifcontainer,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppuhelper_cppu_ifcontainer)) - # vim: set noet sw=4 ts=4: diff --git a/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk b/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk index ee832217dd03..d67382b75d8e 100644 --- a/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk +++ b/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk @@ -38,6 +38,4 @@ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_cppu_unourl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppuhelper_cppu_unourl)) - # vim: set noet sw=4 ts=4: diff --git a/cppuhelper/CppunitTest_cppuhelper_qa_weak.mk b/cppuhelper/CppunitTest_cppuhelper_qa_weak.mk index 6dd88b393cb1..f9fe2742186b 100644 --- a/cppuhelper/CppunitTest_cppuhelper_qa_weak.mk +++ b/cppuhelper/CppunitTest_cppuhelper_qa_weak.mk @@ -42,6 +42,4 @@ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_qa_weak,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,cppuhelper_qa_weak)) - # vim: set noet sw=4 ts=4: diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk index fcb37211671f..59020c27ef96 100644 --- a/cppuhelper/Library_cppuhelper.mk +++ b/cppuhelper/Library_cppuhelper.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,cppuhelper,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,cppuhelper)) - $(eval $(call gb_Library_add_cobjects,cppuhelper,\ cppuhelper/source/findsofficepath \ )) diff --git a/cpputools/Executable_regcomp.mk b/cpputools/Executable_regcomp.mk index 017a8d6332c7..844fd94d683a 100644 --- a/cpputools/Executable_regcomp.mk +++ b/cpputools/Executable_regcomp.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,regcomp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,regcomp)) - $(eval $(call gb_Executable_add_exception_objects,regcomp,\ cpputools/source/registercomponent/registercomponent \ )) diff --git a/cpputools/Executable_regsingleton.mk b/cpputools/Executable_regsingleton.mk index 19d507fe6a81..0d3354dc6e99 100644 --- a/cpputools/Executable_regsingleton.mk +++ b/cpputools/Executable_regsingleton.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,regsingleton,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,regsingleton)) - $(eval $(call gb_Executable_add_exception_objects,regsingleton,\ cpputools/source/regsingleton/regsingleton \ )) diff --git a/cpputools/Executable_uno.mk b/cpputools/Executable_uno.mk index 65280c0b2269..1825fbdc227f 100644 --- a/cpputools/Executable_uno.mk +++ b/cpputools/Executable_uno.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Executable_use_libraries,uno,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,uno)) - $(eval $(call gb_Executable_use_externals,uno,\ libxml2 \ )) diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index 23321fc64cce..5c66e71eed8b 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -71,8 +71,6 @@ $(eval $(call gb_Library_use_libraries,cui,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,cui)) - $(eval $(call gb_Library_use_externals,cui,\ icuuc \ )) diff --git a/dbaccess/CppunitTest_dbaccess_macros_test.mk b/dbaccess/CppunitTest_dbaccess_macros_test.mk index 06ac3147070c..4db6c7183576 100644 --- a/dbaccess/CppunitTest_dbaccess_macros_test.mk +++ b/dbaccess/CppunitTest_dbaccess_macros_test.mk @@ -71,8 +71,6 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_macros_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,dbaccess_macros_test)) - $(eval $(call gb_CppunitTest_set_include,dbaccess_macros_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/dbaccess/Executable_odbcconfig.mk b/dbaccess/Executable_odbcconfig.mk index 809832fad7a3..0bc3e0da4bb4 100644 --- a/dbaccess/Executable_odbcconfig.mk +++ b/dbaccess/Executable_odbcconfig.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Executable_use_libraries,odbcconfig,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,odbcconfig)) - $(eval $(call gb_Executable_add_exception_objects,odbcconfig,\ dbaccess/win32/source/odbcconfig/odbcconfig \ )) diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk index 8ec7dcd47e35..40a075ea10a3 100644 --- a/dbaccess/Library_dba.mk +++ b/dbaccess/Library_dba.mk @@ -66,8 +66,6 @@ $(eval $(call gb_Library_use_libraries,dba,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dba)) - $(eval $(call gb_Library_set_componentfile,dba,dbaccess/util/dba)) $(eval $(call gb_Library_add_exception_objects,dba,\ diff --git a/dbaccess/Library_dbaxml.mk b/dbaccess/Library_dbaxml.mk index e9db12444e8d..821852218459 100644 --- a/dbaccess/Library_dbaxml.mk +++ b/dbaccess/Library_dbaxml.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,dbaxml,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dbaxml)) - $(eval $(call gb_Library_set_componentfile,dbaxml,dbaccess/source/filter/xml/dbaxml)) $(eval $(call gb_Library_add_exception_objects,dbaxml,\ diff --git a/dbaccess/Library_dbmm.mk b/dbaccess/Library_dbmm.mk index 3da15cfea101..dd0a73b9b179 100644 --- a/dbaccess/Library_dbmm.mk +++ b/dbaccess/Library_dbmm.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,dbmm,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dbmm)) - $(eval $(call gb_Library_set_componentfile,dbmm,dbaccess/source/ext/macromigration/dbmm)) $(eval $(call gb_Library_add_exception_objects,dbmm,\ diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index 8d35b1f3da53..f63efabcbdce 100644 --- a/dbaccess/Library_dbu.mk +++ b/dbaccess/Library_dbu.mk @@ -73,8 +73,6 @@ $(eval $(call gb_Library_use_libraries,dbu,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dbu)) - ifeq ($(GUI),WNT) $(eval $(call gb_Library_use_system_win32_libs,dbu,\ ole32 \ diff --git a/dbaccess/Library_sdbt.mk b/dbaccess/Library_sdbt.mk index 306b9ec99075..cc80dca441d5 100644 --- a/dbaccess/Library_sdbt.mk +++ b/dbaccess/Library_sdbt.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,sdbt,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sdbt)) - $(eval $(call gb_Library_set_componentfile,sdbt,dbaccess/util/sdbt)) $(eval $(call gb_Library_add_exception_objects,sdbt,\ diff --git a/desktop/Executable_crashrep.com.mk b/desktop/Executable_crashrep.com.mk index 1c712acd537b..c42d6301a085 100644 --- a/desktop/Executable_crashrep.com.mk +++ b/desktop/Executable_crashrep.com.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Executable_use_libraries,crashrep_com,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,crashrep_com)) - $(eval $(call gb_Executable_add_exception_objects,crashrep_com,\ desktop/win32/source/guistdio/guistdio \ )) diff --git a/desktop/Executable_officeloader.mk b/desktop/Executable_officeloader.mk index d881087c969c..d29e0d31108b 100644 --- a/desktop/Executable_officeloader.mk +++ b/desktop/Executable_officeloader.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Executable_use_libraries,officeloader,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,officeloader)) - # I'm not suer wht was the intent, but that break the link #$(eval $(call gb_Executable_set_ldflags,officeloader,\ # $(filter -bind_at_load,$$(LDFLAGS)) \ diff --git a/desktop/Executable_oosplash.mk b/desktop/Executable_oosplash.mk index 0cded218f54f..3fa96d4f57ce 100644 --- a/desktop/Executable_oosplash.mk +++ b/desktop/Executable_oosplash.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,oosplash,\ sal \ )) -$(eval $(call gb_Executable_add_standard_system_libs,oosplash)) - $(eval $(call gb_Executable_add_cobjects,oosplash,\ desktop/unx/source/args \ desktop/unx/source/file_image_unx \ diff --git a/desktop/Executable_quickstart.mk b/desktop/Executable_quickstart.mk index aecd9b37dd2b..555917edf714 100644 --- a/desktop/Executable_quickstart.mk +++ b/desktop/Executable_quickstart.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Executable_use_libraries,quickstart,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,quickstart)) - ifeq ($(COM),GCC) $(eval $(call gb_Executable_use_system_win32_libs,quickstart,\ diff --git a/desktop/Executable_sbase.mk b/desktop/Executable_sbase.mk index 2da4803c9f31..3036b5de5cb2 100644 --- a/desktop/Executable_sbase.mk +++ b/desktop/Executable_sbase.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,sbase,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,sbase)) - $(eval $(call gb_Executable_add_libs,sbase,\ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk index 9d8c906240f7..aa4ce8f7e219 100644 --- a/desktop/Executable_scalc.mk +++ b/desktop/Executable_scalc.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,scalc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,scalc)) - $(eval $(call gb_Executable_add_libs,scalc,\ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) diff --git a/desktop/Executable_sdraw.mk b/desktop/Executable_sdraw.mk index 37605330bfb8..c3f20a674b2a 100644 --- a/desktop/Executable_sdraw.mk +++ b/desktop/Executable_sdraw.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,sdraw,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,sdraw)) - $(eval $(call gb_Executable_add_libs,sdraw,\ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) diff --git a/desktop/Executable_simpress.mk b/desktop/Executable_simpress.mk index da674755db7e..34d7e13f3913 100644 --- a/desktop/Executable_simpress.mk +++ b/desktop/Executable_simpress.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,simpress,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,simpress)) - $(eval $(call gb_Executable_add_libs,simpress,\ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) diff --git a/desktop/Executable_smath.mk b/desktop/Executable_smath.mk index 261fada2d03c..9ff184704fa2 100644 --- a/desktop/Executable_smath.mk +++ b/desktop/Executable_smath.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,smath,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,smath)) - $(eval $(call gb_Executable_add_libs,smath,\ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk index 98271c98d55b..4de733cb3036 100644 --- a/desktop/Executable_soffice.bin.mk +++ b/desktop/Executable_soffice.bin.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Executable_use_libraries,soffice.bin,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,soffice.bin)) - $(eval $(call gb_Executable_add_cobjects,soffice.bin,\ desktop/source/app/main \ )) diff --git a/desktop/Executable_soffice.mk b/desktop/Executable_soffice.mk index 302c978a0096..d28a20a1ddc9 100644 --- a/desktop/Executable_soffice.mk +++ b/desktop/Executable_soffice.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Executable_use_system_win32_libs,soffice,\ shlwapi \ )) -$(eval $(call gb_Executable_add_standard_system_libs,soffice)) - $(eval $(call gb_Executable_use_static_libraries,soffice,\ ooopathutils \ winextendloaderenv \ diff --git a/desktop/Executable_soffice_bin.mk b/desktop/Executable_soffice_bin.mk index 83c725701c27..5bcf14ac10b5 100644 --- a/desktop/Executable_soffice_bin.mk +++ b/desktop/Executable_soffice_bin.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Executable_use_libraries,soffice_bin,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,soffice_bin)) - $(eval $(call gb_Executable_add_cobjects,soffice_bin,\ desktop/source/app/main \ )) diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk index 2bade4a68e1e..2182da57db77 100644 --- a/desktop/Executable_sweb.mk +++ b/desktop/Executable_sweb.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,sweb,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,sweb)) - $(eval $(call gb_Executable_add_libs,sweb,\ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) diff --git a/desktop/Executable_swriter.mk b/desktop/Executable_swriter.mk index 2e9d22fb1e9d..e82215317179 100644 --- a/desktop/Executable_swriter.mk +++ b/desktop/Executable_swriter.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,swriter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,swriter)) - $(eval $(call gb_Executable_add_libs,swriter,\ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) diff --git a/desktop/Executable_unopkg.bin.mk b/desktop/Executable_unopkg.bin.mk index d2ff1a3db48b..a15831627d6a 100644 --- a/desktop/Executable_unopkg.bin.mk +++ b/desktop/Executable_unopkg.bin.mk @@ -48,8 +48,6 @@ $(eval $(call gb_Executable_use_libraries,$(desktop_UNOPKGBIN),\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,$(desktop_UNOPKGBIN))) - $(eval $(call gb_Executable_add_cobjects,$(desktop_UNOPKGBIN),\ desktop/source/pkgchk/unopkg/unopkg_main \ )) diff --git a/desktop/Library_deployment.mk b/desktop/Library_deployment.mk index 9937fdf0abe5..8298eb9915cf 100644 --- a/desktop/Library_deployment.mk +++ b/desktop/Library_deployment.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,deployment,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,deployment)) - ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Library_use_externals,deployment,\ berkeleydb \ diff --git a/desktop/Library_deploymentgui.mk b/desktop/Library_deploymentgui.mk index 712a020262ab..a7955115d3f8 100644 --- a/desktop/Library_deploymentgui.mk +++ b/desktop/Library_deploymentgui.mk @@ -56,8 +56,6 @@ $(eval $(call gb_Library_use_libraries,deploymentgui,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,deploymentgui)) - ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,deploymentgui,\ diff --git a/desktop/Library_deploymentmisc.mk b/desktop/Library_deploymentmisc.mk index e5b179abc38d..2124ea59be1a 100644 --- a/desktop/Library_deploymentmisc.mk +++ b/desktop/Library_deploymentmisc.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,deploymentmisc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,deploymentmisc)) - ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Library_use_externals,deploymentmisc,\ berkeleydb \ diff --git a/desktop/Library_migrationoo2.mk b/desktop/Library_migrationoo2.mk index 8c803522193b..36f430d4dcac 100644 --- a/desktop/Library_migrationoo2.mk +++ b/desktop/Library_migrationoo2.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,migrationoo2,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,migrationoo2)) - $(eval $(call gb_Library_use_externals,migrationoo2,\ berkeleydb \ )) diff --git a/desktop/Library_migrationoo3.mk b/desktop/Library_migrationoo3.mk index 41bc2c1b4a07..6c0783b53b9d 100644 --- a/desktop/Library_migrationoo3.mk +++ b/desktop/Library_migrationoo3.mk @@ -42,8 +42,6 @@ $(eval $(call gb_Library_use_libraries,migrationoo3,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,migrationoo3)) - $(eval $(call gb_Library_use_externals,migrationoo3,\ berkeleydb \ )) diff --git a/desktop/Library_offacc.mk b/desktop/Library_offacc.mk index 769cf5a56945..8272b4d49920 100644 --- a/desktop/Library_offacc.mk +++ b/desktop/Library_offacc.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,offacc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,offacc)) - $(eval $(call gb_Library_set_componentfile,offacc,desktop/source/offacc/offacc)) $(eval $(call gb_Library_add_exception_objects,offacc,\ diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk index af9f39f7d72c..377fe1ac2172 100644 --- a/desktop/Library_sofficeapp.mk +++ b/desktop/Library_sofficeapp.mk @@ -63,8 +63,6 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sofficeapp)) - ifeq ($(GUIBASE),cocoatouch) $(eval $(call gb_Library_add_cflags,sofficeapp,\ $(gb_OBJCFLAGS) \ diff --git a/desktop/Library_spl.mk b/desktop/Library_spl.mk index 97c0cbf67dac..cc5086db0f68 100644 --- a/desktop/Library_spl.mk +++ b/desktop/Library_spl.mk @@ -46,8 +46,6 @@ $(eval $(call gb_Library_use_libraries,spl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,spl)) - $(eval $(call gb_Library_set_componentfile,spl,desktop/source/splash/spl)) $(eval $(call gb_Library_add_exception_objects,spl,\ diff --git a/desktop/Library_spl_unx.mk b/desktop/Library_spl_unx.mk index 92059c690010..577a018849d3 100644 --- a/desktop/Library_spl_unx.mk +++ b/desktop/Library_spl_unx.mk @@ -35,8 +35,6 @@ $(eval $(call gb_Library_use_libraries,spl_unx,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,spl_unx)) - $(eval $(call gb_Library_set_componentfile,spl_unx,desktop/unx/splash/splash)) $(eval $(call gb_Library_add_exception_objects,spl_unx,\ diff --git a/desktop/Library_unopkgapp.mk b/desktop/Library_unopkgapp.mk index 4958c6fa47ca..5ce00afd5de6 100644 --- a/desktop/Library_unopkgapp.mk +++ b/desktop/Library_unopkgapp.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,unopkgapp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,unopkgapp)) - $(eval $(call gb_Library_add_exception_objects,unopkgapp,\ desktop/source/pkgchk/unopkg/unopkg_app \ desktop/source/pkgchk/unopkg/unopkg_cmdenv \ diff --git a/drawinglayer/Library_drawinglayer.mk b/drawinglayer/Library_drawinglayer.mk index 0b0a62cab133..39d53d5d58bb 100644 --- a/drawinglayer/Library_drawinglayer.mk +++ b/drawinglayer/Library_drawinglayer.mk @@ -65,8 +65,6 @@ $(eval $(call gb_Library_use_libraries,drawinglayer,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,drawinglayer)) - $(eval $(call gb_Library_add_exception_objects,drawinglayer,\ drawinglayer/source/animation/animationtiming \ drawinglayer/source/attribute/fillbitmapattribute \ diff --git a/dtrans/Library_dnd.mk b/dtrans/Library_dnd.mk index 60027e2fef61..952b3cc51115 100644 --- a/dtrans/Library_dnd.mk +++ b/dtrans/Library_dnd.mk @@ -52,8 +52,6 @@ $(eval $(call gb_Library_use_system_win32_libs,dnd,\ uuid \ )) -$(eval $(call gb_Library_add_standard_system_libs,dnd)) - $(eval $(call gb_Library_use_static_libraries,dnd,\ dtobj \ )) diff --git a/dtrans/Library_dtrans.mk b/dtrans/Library_dtrans.mk index e6e48bebd32b..1313b9bff939 100644 --- a/dtrans/Library_dtrans.mk +++ b/dtrans/Library_dtrans.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,dtrans,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dtrans)) - $(eval $(call gb_Library_add_exception_objects,dtrans,\ dtrans/source/generic/clipboardmanager \ dtrans/source/generic/dtrans \ diff --git a/dtrans/Library_ftransl.mk b/dtrans/Library_ftransl.mk index f4c4e272999f..f85460203a9d 100644 --- a/dtrans/Library_ftransl.mk +++ b/dtrans/Library_ftransl.mk @@ -49,8 +49,6 @@ $(eval $(call gb_Library_use_system_win32_libs,ftransl,\ ole32 \ )) -$(eval $(call gb_Library_add_standard_system_libs,ftransl)) - $(eval $(call gb_Library_use_static_libraries,ftransl,\ dtobj \ )) diff --git a/dtrans/Library_mcnttype.mk b/dtrans/Library_mcnttype.mk index aa112dc51705..167f2a13fe38 100644 --- a/dtrans/Library_mcnttype.mk +++ b/dtrans/Library_mcnttype.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,mcnttype,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,mcnttype)) - $(eval $(call gb_Library_add_exception_objects,mcnttype,\ dtrans/source/cnttype/mcnttfactory \ dtrans/source/cnttype/mcnttype \ diff --git a/dtrans/Library_sysdtrans.mk b/dtrans/Library_sysdtrans.mk index 93e7b696604b..6be9786b72fa 100644 --- a/dtrans/Library_sysdtrans.mk +++ b/dtrans/Library_sysdtrans.mk @@ -57,8 +57,6 @@ $(eval $(call gb_Library_use_system_win32_libs,sysdtrans,\ uuid \ )) -$(eval $(call gb_Library_add_standard_system_libs,sysdtrans)) - $(eval $(call gb_Library_use_static_libraries,sysdtrans,\ dtobj \ )) diff --git a/editeng/CppunitTest_editeng_borderline.mk b/editeng/CppunitTest_editeng_borderline.mk index 6b513bba5388..106892a7f526 100644 --- a/editeng/CppunitTest_editeng_borderline.mk +++ b/editeng/CppunitTest_editeng_borderline.mk @@ -55,8 +55,6 @@ $(eval $(call gb_CppunitTest_use_libraries,editeng_borderline, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,editeng_borderline)) - $(eval $(call gb_CppunitTest_use_externals,editeng_borderline,\ icuuc \ )) diff --git a/editeng/CppunitTest_editeng_core.mk b/editeng/CppunitTest_editeng_core.mk index 561effdb67da..d98ddc76e2dd 100644 --- a/editeng/CppunitTest_editeng_core.mk +++ b/editeng/CppunitTest_editeng_core.mk @@ -60,8 +60,6 @@ $(eval $(call gb_CppunitTest_use_libraries,editeng_core, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,editeng_core)) - $(eval $(call gb_CppunitTest_use_externals,editeng_core,\ icuuc \ )) diff --git a/editeng/CppunitTest_editeng_lookuptree.mk b/editeng/CppunitTest_editeng_lookuptree.mk index a61c85495baa..499b6ed35e30 100644 --- a/editeng/CppunitTest_editeng_lookuptree.mk +++ b/editeng/CppunitTest_editeng_lookuptree.mk @@ -55,8 +55,6 @@ $(eval $(call gb_CppunitTest_use_libraries,editeng_lookuptree, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,editeng_lookuptree)) - $(eval $(call gb_CppunitTest_use_externals,editeng_lookuptree,\ icuuc \ )) diff --git a/editeng/Library_editeng.mk b/editeng/Library_editeng.mk index 308e7595de12..178d0168dd15 100644 --- a/editeng/Library_editeng.mk +++ b/editeng/Library_editeng.mk @@ -154,8 +154,6 @@ $(eval $(call gb_Library_use_libraries,editeng,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,editeng)) - $(eval $(call gb_Library_use_external,editeng,icuuc)) # Runtime dependency for unit-tests diff --git a/embeddedobj/Library_embobj.mk b/embeddedobj/Library_embobj.mk index 083166c77c1c..47963a0fd05f 100644 --- a/embeddedobj/Library_embobj.mk +++ b/embeddedobj/Library_embobj.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,embobj,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,embobj)) - $(eval $(call gb_Library_add_exception_objects,embobj,\ embeddedobj/source/commonembedding/embedobj \ embeddedobj/source/commonembedding/inplaceobj \ diff --git a/embeddedobj/Library_emboleobj.mk b/embeddedobj/Library_emboleobj.mk index b4c8e6bb7be9..32dfe09731ce 100644 --- a/embeddedobj/Library_emboleobj.mk +++ b/embeddedobj/Library_emboleobj.mk @@ -46,8 +46,6 @@ $(eval $(call gb_Library_use_libraries,emboleobj,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,emboleobj)) - $(eval $(call gb_Library_add_exception_objects,emboleobj,\ embeddedobj/source/msole/closepreventer \ embeddedobj/source/msole/oleembed \ diff --git a/embedserv/Library_emser.mk b/embedserv/Library_emser.mk index c261f9448e64..4d7e0d0b504a 100644 --- a/embedserv/Library_emser.mk +++ b/embedserv/Library_emser.mk @@ -56,8 +56,6 @@ $(eval $(call gb_Library_use_system_win32_libs,emser,\ uuid \ )) -$(eval $(call gb_Library_add_standard_system_libs,emser)) - ifeq ($(USE_DEBUG_RUNTIME),) $(eval $(call gb_Library_add_libs,emser,\ $(ATL_LIB)/atls.lib \ diff --git a/embedserv/Library_inprocserv.mk b/embedserv/Library_inprocserv.mk index ffe596a86b0c..3c1bf0d0aa75 100644 --- a/embedserv/Library_inprocserv.mk +++ b/embedserv/Library_inprocserv.mk @@ -42,8 +42,6 @@ $(eval $(call gb_Library_use_libraries,inprocserv,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,inprocserv)) - ifeq ($(COM),MSC) $(eval $(call gb_Library_add_ldflags,inprocserv,\ /EXPORT:DllCanUnloadNow \ diff --git a/eventattacher/Library_evtatt.mk b/eventattacher/Library_evtatt.mk index 3ea419418096..4e18e3c57e00 100644 --- a/eventattacher/Library_evtatt.mk +++ b/eventattacher/Library_evtatt.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,evtatt,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,evtatt)) - $(eval $(call gb_Library_add_exception_objects,evtatt,\ eventattacher/source/eventattacher \ )) diff --git a/extensions/CppunitTest_extensions_test_update.mk b/extensions/CppunitTest_extensions_test_update.mk index b5e88d2ba1e0..51e5fc4458c9 100644 --- a/extensions/CppunitTest_extensions_test_update.mk +++ b/extensions/CppunitTest_extensions_test_update.mk @@ -42,8 +42,6 @@ $(eval $(call gb_CppunitTest_use_libraries,extensions_test_update, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,extensions_test_update)) - ifeq ($(OS),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,extensions_test_update,\ shell32 \ diff --git a/extensions/Library_abp.mk b/extensions/Library_abp.mk index 82ac86bef87d..b4a556976bc6 100644 --- a/extensions/Library_abp.mk +++ b/extensions/Library_abp.mk @@ -86,6 +86,4 @@ $(eval $(call gb_Library_use_libraries,abp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,abp)) - # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/extensions/Library_bib.mk b/extensions/Library_bib.mk index 6ba529538ad3..4e46e07c1da8 100644 --- a/extensions/Library_bib.mk +++ b/extensions/Library_bib.mk @@ -70,6 +70,4 @@ $(eval $(call gb_Library_use_libraries,bib,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,bib)) - # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/extensions/Library_dbp.mk b/extensions/Library_dbp.mk index caf72dc5114a..47b64e5ed832 100644 --- a/extensions/Library_dbp.mk +++ b/extensions/Library_dbp.mk @@ -72,6 +72,4 @@ $(eval $(call gb_Library_use_libraries,dbp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dbp)) - # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/extensions/Library_log.mk b/extensions/Library_log.mk index a366362cfea3..d09c1d04f552 100644 --- a/extensions/Library_log.mk +++ b/extensions/Library_log.mk @@ -55,6 +55,4 @@ $(eval $(call gb_Library_use_libraries,log,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,log)) - # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/extensions/Library_pcr.mk b/extensions/Library_pcr.mk index 974701566838..690a3cd28256 100644 --- a/extensions/Library_pcr.mk +++ b/extensions/Library_pcr.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,pcr,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,pcr)) - $(eval $(call gb_Library_add_exception_objects,pcr,\ extensions/source/propctrlr/MasterDetailLinkDialog \ extensions/source/propctrlr/browserline \ diff --git a/extensions/Library_pl.mk b/extensions/Library_pl.mk index dc5e6c4f9cde..8cbbd1baf207 100644 --- a/extensions/Library_pl.mk +++ b/extensions/Library_pl.mk @@ -133,8 +133,6 @@ $(eval $(call gb_Library_use_libraries,pl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,pl)) - $(eval $(call gb_Library_add_exception_objects,pl,\ extensions/source/plugin/base/context \ extensions/source/plugin/base/evtlstnr \ diff --git a/extensions/Library_res.mk b/extensions/Library_res.mk index 22587cc65e9c..953e369e4d48 100644 --- a/extensions/Library_res.mk +++ b/extensions/Library_res.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,res,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,res)) - $(eval $(call gb_Library_add_exception_objects,res,\ extensions/source/resource/ResourceIndexAccess \ extensions/source/resource/oooresourceloader \ diff --git a/extensions/Library_scn.mk b/extensions/Library_scn.mk index a72cabcb6371..df976e6aa026 100644 --- a/extensions/Library_scn.mk +++ b/extensions/Library_scn.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,scn,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,scn)) - $(eval $(call gb_Library_add_exception_objects,scn,\ extensions/source/scanner/scnserv \ extensions/source/scanner/scanner \ diff --git a/fileaccess/Library_fileacc.mk b/fileaccess/Library_fileacc.mk index 01a54320119a..a5df4474c901 100644 --- a/fileaccess/Library_fileacc.mk +++ b/fileaccess/Library_fileacc.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,fileacc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fileacc)) - $(eval $(call gb_Library_set_componentfile,fileacc,fileaccess/source/fileacc)) $(eval $(call gb_Library_add_exception_objects,fileacc,fileaccess/source/FileAccess)) diff --git a/filter/CppunitTest_filter_pict_test.mk b/filter/CppunitTest_filter_pict_test.mk index a84cffa41506..082ea8c53e9f 100644 --- a/filter/CppunitTest_filter_pict_test.mk +++ b/filter/CppunitTest_filter_pict_test.mk @@ -22,8 +22,6 @@ $(eval $(call gb_CppunitTest_use_libraries,filter_pict_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,filter_pict_test)) - $(eval $(call gb_CppunitTest_use_api,filter_pict_test,\ udkapi \ offapi \ diff --git a/filter/CppunitTest_filter_tga_test.mk b/filter/CppunitTest_filter_tga_test.mk index 597cd2cbfa55..2829dbd17005 100644 --- a/filter/CppunitTest_filter_tga_test.mk +++ b/filter/CppunitTest_filter_tga_test.mk @@ -41,8 +41,6 @@ $(eval $(call gb_CppunitTest_use_libraries,filter_tga_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,filter_tga_test)) - $(eval $(call gb_CppunitTest_use_api,filter_tga_test,\ udkapi \ offapi \ diff --git a/filter/CppunitTest_filter_tiff_test.mk b/filter/CppunitTest_filter_tiff_test.mk index ce29bb29c6f8..1fe899c228a9 100644 --- a/filter/CppunitTest_filter_tiff_test.mk +++ b/filter/CppunitTest_filter_tiff_test.mk @@ -41,8 +41,6 @@ $(eval $(call gb_CppunitTest_use_libraries,filter_tiff_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,filter_tiff_test)) - $(eval $(call gb_CppunitTest_use_api,filter_tiff_test,\ udkapi \ offapi \ diff --git a/filter/Executable_svg2odf.mk b/filter/Executable_svg2odf.mk index ad38d5eba6fd..ca0b39b4ddd5 100644 --- a/filter/Executable_svg2odf.mk +++ b/filter/Executable_svg2odf.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Executable_use_libraries,svg2odf,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,svg2odf)) - $(eval $(call gb_Executable_add_exception_objects,svg2odf,\ filter/source/svg/test/svg2odf \ filter/source/svg/test/odfserializer \ diff --git a/filter/Library_PptImporter.mk b/filter/Library_PptImporter.mk index 22e613952383..f1d172aeda4f 100644 --- a/filter/Library_PptImporter.mk +++ b/filter/Library_PptImporter.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,PptImporter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,PptImporter)) - $(eval $(call gb_Library_add_exception_objects,PptImporter,\ filter/source/msfilter/powerpoint/pptimporter \ filter/source/msfilter/powerpoint/pptimporteruno \ diff --git a/filter/Library_egi.mk b/filter/Library_egi.mk index 68c45f9f1adb..21bfacd47d8e 100644 --- a/filter/Library_egi.mk +++ b/filter/Library_egi.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,egi,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,egi)) - $(eval $(call gb_Library_add_exception_objects,egi,\ filter/source/graphicfilter/egif/egif \ filter/source/graphicfilter/egif/giflzwc \ diff --git a/filter/Library_eme.mk b/filter/Library_eme.mk index aed74813581c..603dd60fca50 100644 --- a/filter/Library_eme.mk +++ b/filter/Library_eme.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,eme,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,eme)) - $(eval $(call gb_Library_add_exception_objects,eme,\ filter/source/graphicfilter/eos2met/eos2met \ )) diff --git a/filter/Library_epb.mk b/filter/Library_epb.mk index dabe92c4d75c..ef5cf034a0a6 100644 --- a/filter/Library_epb.mk +++ b/filter/Library_epb.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,epb,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,epb)) - $(eval $(call gb_Library_add_exception_objects,epb,\ filter/source/graphicfilter/epbm/epbm \ )) diff --git a/filter/Library_epg.mk b/filter/Library_epg.mk index cf1ab1f69b65..4f0bf50af97e 100644 --- a/filter/Library_epg.mk +++ b/filter/Library_epg.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,epg,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,epg)) - $(eval $(call gb_Library_add_exception_objects,epg,\ filter/source/graphicfilter/epgm/epgm \ )) diff --git a/filter/Library_epp.mk b/filter/Library_epp.mk index 9ca7ff0d0c4d..7ff57d7fa1b9 100644 --- a/filter/Library_epp.mk +++ b/filter/Library_epp.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,epp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,epp)) - $(eval $(call gb_Library_add_exception_objects,epp,\ filter/source/graphicfilter/eppm/eppm \ )) diff --git a/filter/Library_eps.mk b/filter/Library_eps.mk index 7ce9d29b04a4..5dda0d59957d 100644 --- a/filter/Library_eps.mk +++ b/filter/Library_eps.mk @@ -34,8 +34,6 @@ $(eval $(call gb_Library_use_libraries,eps,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,eps)) - $(eval $(call gb_Library_add_exception_objects,eps,\ filter/source/graphicfilter/eps/eps \ )) diff --git a/filter/Library_ept.mk b/filter/Library_ept.mk index 5281662571a4..7e798f514647 100644 --- a/filter/Library_ept.mk +++ b/filter/Library_ept.mk @@ -34,8 +34,6 @@ $(eval $(call gb_Library_use_libraries,ept,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ept)) - $(eval $(call gb_Library_add_exception_objects,ept,\ filter/source/graphicfilter/epict/epict \ )) diff --git a/filter/Library_era.mk b/filter/Library_era.mk index b558d014c8dd..80d576adbc02 100644 --- a/filter/Library_era.mk +++ b/filter/Library_era.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,era,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,era)) - $(eval $(call gb_Library_add_exception_objects,era,\ filter/source/graphicfilter/eras/eras \ )) diff --git a/filter/Library_eti.mk b/filter/Library_eti.mk index 45c1aa1a9fd8..1bdf01f16235 100644 --- a/filter/Library_eti.mk +++ b/filter/Library_eti.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,eti,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,eti)) - $(eval $(call gb_Library_add_exception_objects,eti,\ filter/source/graphicfilter/etiff/etiff \ )) diff --git a/filter/Library_exp.mk b/filter/Library_exp.mk index de4e0873178c..b9e8bfb3d9ad 100644 --- a/filter/Library_exp.mk +++ b/filter/Library_exp.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,exp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,exp)) - $(eval $(call gb_Library_add_exception_objects,exp,\ filter/source/graphicfilter/expm/expm \ )) diff --git a/filter/Library_filterconfig.mk b/filter/Library_filterconfig.mk index accb75de4a39..358239e8b32f 100644 --- a/filter/Library_filterconfig.mk +++ b/filter/Library_filterconfig.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,filterconfig,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,filterconfig)) - $(eval $(call gb_Library_add_exception_objects,filterconfig,\ filter/source/config/cache/basecontainer \ diff --git a/filter/Library_flash.mk b/filter/Library_flash.mk index 13843bd93578..fd06b4c30f8b 100644 --- a/filter/Library_flash.mk +++ b/filter/Library_flash.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,flash,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,flash)) - $(eval $(call gb_Library_use_externals,flash,zlib)) $(eval $(call gb_Library_add_exception_objects,flash,\ diff --git a/filter/Library_icd.mk b/filter/Library_icd.mk index ca60b884d51b..0edc312dd344 100644 --- a/filter/Library_icd.mk +++ b/filter/Library_icd.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,icd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,icd)) - $(eval $(call gb_Library_add_exception_objects,icd,\ filter/source/graphicfilter/ipcd/ipcd \ )) diff --git a/filter/Library_icg.mk b/filter/Library_icg.mk index 614107ef2be3..da26358dbdf5 100644 --- a/filter/Library_icg.mk +++ b/filter/Library_icg.mk @@ -35,8 +35,6 @@ $(eval $(call gb_Library_use_libraries,icg,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,icg)) - $(eval $(call gb_Library_add_exception_objects,icg,\ filter/source/graphicfilter/icgm/actimpr \ filter/source/graphicfilter/icgm/bitmap \ diff --git a/filter/Library_idx.mk b/filter/Library_idx.mk index 6cd2083284b9..9b02248305b9 100644 --- a/filter/Library_idx.mk +++ b/filter/Library_idx.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,idx,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,idx)) - $(eval $(call gb_Library_add_exception_objects,idx,\ filter/source/graphicfilter/idxf/dxf2mtf \ filter/source/graphicfilter/idxf/dxfblkrd \ diff --git a/filter/Library_ime.mk b/filter/Library_ime.mk index 8aa08162ddb6..3de90cee440c 100644 --- a/filter/Library_ime.mk +++ b/filter/Library_ime.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,ime,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ime)) - $(eval $(call gb_Library_add_exception_objects,ime,\ filter/source/graphicfilter/ios2met/ios2met \ )) diff --git a/filter/Library_ipb.mk b/filter/Library_ipb.mk index 34db6b034768..cf2a5773e910 100644 --- a/filter/Library_ipb.mk +++ b/filter/Library_ipb.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,ipb,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ipb)) - $(eval $(call gb_Library_add_exception_objects,ipb,\ filter/source/graphicfilter/ipbm/ipbm \ )) diff --git a/filter/Library_ipd.mk b/filter/Library_ipd.mk index d84768c10561..844bd3498ae9 100644 --- a/filter/Library_ipd.mk +++ b/filter/Library_ipd.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,ipd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ipd)) - $(eval $(call gb_Library_add_exception_objects,ipd,\ filter/source/graphicfilter/ipsd/ipsd \ )) diff --git a/filter/Library_ips.mk b/filter/Library_ips.mk index 01226fc530db..feed47ad0223 100644 --- a/filter/Library_ips.mk +++ b/filter/Library_ips.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,ips,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ips)) - $(eval $(call gb_Library_add_exception_objects,ips,\ filter/source/graphicfilter/ieps/ieps \ )) diff --git a/filter/Library_ipt.mk b/filter/Library_ipt.mk index f6047a0c2460..86722c627490 100644 --- a/filter/Library_ipt.mk +++ b/filter/Library_ipt.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,ipt,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ipt)) - $(eval $(call gb_Library_add_exception_objects,ipt,\ filter/source/graphicfilter/ipict/ipict \ filter/source/graphicfilter/ipict/shape \ diff --git a/filter/Library_ipx.mk b/filter/Library_ipx.mk index b266f3b39879..50c87ec33be6 100644 --- a/filter/Library_ipx.mk +++ b/filter/Library_ipx.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,ipx,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ipx)) - $(eval $(call gb_Library_add_exception_objects,ipx,\ filter/source/graphicfilter/ipcx/ipcx \ )) diff --git a/filter/Library_ira.mk b/filter/Library_ira.mk index d1f2b8a14cc1..80e2231d9834 100644 --- a/filter/Library_ira.mk +++ b/filter/Library_ira.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,ira,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ira)) - $(eval $(call gb_Library_add_exception_objects,ira,\ filter/source/graphicfilter/iras/iras \ )) diff --git a/filter/Library_itg.mk b/filter/Library_itg.mk index fb7ae312fc3f..2e64888e2da6 100644 --- a/filter/Library_itg.mk +++ b/filter/Library_itg.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,itg,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,itg)) - $(eval $(call gb_Library_add_exception_objects,itg,\ filter/source/graphicfilter/itga/itga \ )) diff --git a/filter/Library_iti.mk b/filter/Library_iti.mk index 895b2cd172e7..d186dc03163c 100644 --- a/filter/Library_iti.mk +++ b/filter/Library_iti.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,iti,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,iti)) - $(eval $(call gb_Library_add_exception_objects,iti,\ filter/source/graphicfilter/itiff/ccidecom \ filter/source/graphicfilter/itiff/itiff \ diff --git a/filter/Library_msfilter.mk b/filter/Library_msfilter.mk index 2061f571015e..ea042bba87a1 100644 --- a/filter/Library_msfilter.mk +++ b/filter/Library_msfilter.mk @@ -54,8 +54,6 @@ $(eval $(call gb_Library_use_libraries,msfilter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,msfilter)) - $(eval $(call gb_Library_add_exception_objects,msfilter,\ filter/source/msfilter/countryid \ filter/source/msfilter/escherex \ diff --git a/filter/Library_odfflatxml.mk b/filter/Library_odfflatxml.mk index b7a99a4568e8..b7d66b66488a 100644 --- a/filter/Library_odfflatxml.mk +++ b/filter/Library_odfflatxml.mk @@ -46,8 +46,6 @@ $(eval $(call gb_Library_use_libraries,odfflatxml,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,odfflatxml)) - $(eval $(call gb_Library_add_exception_objects,odfflatxml,\ filter/source/odfflatxml/OdfFlatXml \ )) diff --git a/filter/Library_pdffilter.mk b/filter/Library_pdffilter.mk index 1801ccf6086f..1f108429f44e 100644 --- a/filter/Library_pdffilter.mk +++ b/filter/Library_pdffilter.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,pdffilter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,pdffilter)) - $(eval $(call gb_Library_add_exception_objects,pdffilter,\ filter/source/pdf/impdialog \ filter/source/pdf/pdfdialog \ diff --git a/filter/Library_placeware.mk b/filter/Library_placeware.mk index eee399f1b859..742be659e46b 100644 --- a/filter/Library_placeware.mk +++ b/filter/Library_placeware.mk @@ -34,8 +34,6 @@ $(eval $(call gb_Library_use_libraries,placeware,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,placeware)) - $(eval $(call gb_Library_add_exception_objects,placeware,\ filter/source/placeware/exporter \ filter/source/placeware/filter \ diff --git a/filter/Library_svgfilter.mk b/filter/Library_svgfilter.mk index c3b752e4d0f2..bc8520b80724 100644 --- a/filter/Library_svgfilter.mk +++ b/filter/Library_svgfilter.mk @@ -52,8 +52,6 @@ $(eval $(call gb_Library_use_libraries,svgfilter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,svgfilter)) - $(eval $(call gb_Library_use_externals,svgfilter,libxml2)) $(eval $(call gb_Library_add_exception_objects,svgfilter,\ diff --git a/filter/Library_t602filter.mk b/filter/Library_t602filter.mk index b3d649db3ad2..12c7af621f0f 100644 --- a/filter/Library_t602filter.mk +++ b/filter/Library_t602filter.mk @@ -35,8 +35,6 @@ $(eval $(call gb_Library_use_libraries,t602filter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,t602filter)) - $(eval $(call gb_Library_add_exception_objects,t602filter,\ filter/source/t602/filterenv \ filter/source/t602/t602filter \ diff --git a/filter/Library_textfd.mk b/filter/Library_textfd.mk index 3acc160d3954..bcb4d90b55de 100644 --- a/filter/Library_textfd.mk +++ b/filter/Library_textfd.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,textfd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,textfd)) - $(eval $(call gb_Library_add_exception_objects,textfd,\ filter/source/textfilterdetect/fdcomp \ filter/source/textfilterdetect/filterdetect \ diff --git a/filter/Library_xmlfa.mk b/filter/Library_xmlfa.mk index 5cd70bb6ab76..54f98948ae92 100644 --- a/filter/Library_xmlfa.mk +++ b/filter/Library_xmlfa.mk @@ -35,8 +35,6 @@ $(eval $(call gb_Library_use_libraries,xmlfa,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xmlfa)) - $(eval $(call gb_Library_add_exception_objects,xmlfa,\ filter/source/xmlfilteradaptor/XmlFilterAdaptor \ filter/source/xmlfilteradaptor/genericfilter \ diff --git a/filter/Library_xmlfd.mk b/filter/Library_xmlfd.mk index 99c6a8e91a62..af18c641d101 100644 --- a/filter/Library_xmlfd.mk +++ b/filter/Library_xmlfd.mk @@ -34,8 +34,6 @@ $(eval $(call gb_Library_use_libraries,xmlfd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xmlfd)) - $(eval $(call gb_Library_add_exception_objects,xmlfd,\ filter/source/xmlfilterdetect/fdcomp \ filter/source/xmlfilterdetect/filterdetect \ diff --git a/filter/Library_xsltdlg.mk b/filter/Library_xsltdlg.mk index 2f87b27acfa7..293721047d58 100644 --- a/filter/Library_xsltdlg.mk +++ b/filter/Library_xsltdlg.mk @@ -42,8 +42,6 @@ $(eval $(call gb_Library_use_libraries,xsltdlg,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xsltdlg)) - $(eval $(call gb_Library_add_exception_objects,xsltdlg,\ filter/source/xsltdialog/typedetectionexport \ filter/source/xsltdialog/typedetectionimport \ diff --git a/filter/Library_xsltfilter.mk b/filter/Library_xsltfilter.mk index 3dec5645a86f..1563c14fe4ab 100644 --- a/filter/Library_xsltfilter.mk +++ b/filter/Library_xsltfilter.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,xsltfilter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xsltfilter)) - $(eval $(call gb_Library_use_externals,xsltfilter,\ libxml2 \ libxslt \ diff --git a/forms/Library_frm.mk b/forms/Library_frm.mk index 809bef707b6e..e86803163839 100644 --- a/forms/Library_frm.mk +++ b/forms/Library_frm.mk @@ -60,8 +60,6 @@ $(eval $(call gb_Library_use_libraries,frm,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,frm)) - ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_Library_use_externals,frm,\ icuin \ diff --git a/formula/Library_for.mk b/formula/Library_for.mk index 4e392b7fa15c..848103af2e7c 100644 --- a/formula/Library_for.mk +++ b/formula/Library_for.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,for,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,for)) - $(eval $(call gb_Library_set_componentfile,for,formula/util/for)) $(eval $(call gb_Library_add_exception_objects,for,\ diff --git a/formula/Library_forui.mk b/formula/Library_forui.mk index b92cf91da298..07ff194f14dc 100644 --- a/formula/Library_forui.mk +++ b/formula/Library_forui.mk @@ -54,8 +54,6 @@ $(eval $(call gb_Library_use_libraries,forui,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,forui)) - $(eval $(call gb_Library_add_exception_objects,forui,\ formula/source/ui/dlg/formula \ formula/source/ui/dlg/FormulaHelper \ diff --git a/fpicker/Library_fpicker.mk b/fpicker/Library_fpicker.mk index c18687564d4d..0a85dd4a00ae 100644 --- a/fpicker/Library_fpicker.mk +++ b/fpicker/Library_fpicker.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,fpicker,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fpicker)) - ifeq ($(OS),WNT) $(eval $(call gb_Library_use_static_libraries,fpicker,\ odma_lib \ diff --git a/fpicker/Library_fps.mk b/fpicker/Library_fps.mk index b3b3fc3a3d4a..eb1cd0c28687 100644 --- a/fpicker/Library_fps.mk +++ b/fpicker/Library_fps.mk @@ -66,8 +66,6 @@ $(eval $(call gb_Library_use_system_win32_libs,fps,\ uuid \ )) -$(eval $(call gb_Library_add_standard_system_libs,fps)) - ifeq ($(COM),MSC) $(eval $(call gb_Library_add_libs,fps,\ Delayimp.lib /DELAYLOAD:shell32.dll \ diff --git a/fpicker/Library_fps_aqua.mk b/fpicker/Library_fps_aqua.mk index 1f1d3e4f2fd9..241be777d272 100644 --- a/fpicker/Library_fps_aqua.mk +++ b/fpicker/Library_fps_aqua.mk @@ -48,8 +48,6 @@ $(eval $(call gb_Library_use_libraries,fps_aqua,\ vcl \ )) -$(eval $(call gb_Library_add_standard_system_libs,fps_aqua)) - $(eval $(call gb_Library_add_objcxxobjects,fps_aqua,\ fpicker/source/aqua/AquaFilePickerDelegate \ fpicker/source/aqua/CFStringUtilities \ diff --git a/fpicker/Library_fps_odma.mk b/fpicker/Library_fps_odma.mk index dbb1fe382339..63e9834fe068 100644 --- a/fpicker/Library_fps_odma.mk +++ b/fpicker/Library_fps_odma.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,fps_odma,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fps_odma)) - ifeq ($(OS),WNT) $(eval $(call gb_Library_use_static_libraries,fps_odma,\ odma_lib \ diff --git a/fpicker/Library_fps_office.mk b/fpicker/Library_fps_office.mk index 5582ffb076e2..58e3011fe7b6 100644 --- a/fpicker/Library_fps_office.mk +++ b/fpicker/Library_fps_office.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,fps_office,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fps_office)) - $(eval $(call gb_Library_add_exception_objects,fps_office,\ fpicker/source/office/asyncfilepicker \ fpicker/source/office/commonpicker \ diff --git a/framework/Library_fwe.mk b/framework/Library_fwe.mk index fcc35cc1fecc..38f5f9a7adc0 100644 --- a/framework/Library_fwe.mk +++ b/framework/Library_fwe.mk @@ -54,8 +54,6 @@ $(eval $(call gb_Library_use_libraries,fwe,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fwe)) - $(eval $(call gb_Library_add_exception_objects,fwe,\ framework/source/fwe/classes/actiontriggercontainer \ framework/source/fwe/classes/actiontriggerpropertyset \ diff --git a/framework/Library_fwi.mk b/framework/Library_fwi.mk index eab6f7a4f44c..3dddcc13b999 100644 --- a/framework/Library_fwi.mk +++ b/framework/Library_fwi.mk @@ -57,8 +57,6 @@ $(eval $(call gb_Library_use_libraries,fwi,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fwi)) - $(eval $(call gb_Library_add_exception_objects,fwi,\ framework/source/fwi/classes/converter \ framework/source/fwi/classes/propertysethelper \ diff --git a/framework/Library_fwk.mk b/framework/Library_fwk.mk index 3a4ed045cae0..84ad3c6a3654 100644 --- a/framework/Library_fwk.mk +++ b/framework/Library_fwk.mk @@ -57,8 +57,6 @@ $(eval $(call gb_Library_use_libraries,fwk,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fwk)) - $(eval $(call gb_Library_add_exception_objects,fwk,\ framework/source/accelerators/acceleratorcache \ framework/source/accelerators/acceleratorconfiguration \ diff --git a/framework/Library_fwl.mk b/framework/Library_fwl.mk index 45c605663651..b01dbbf47ff0 100644 --- a/framework/Library_fwl.mk +++ b/framework/Library_fwl.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,fwl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fwl)) - $(eval $(call gb_Library_add_exception_objects,fwl,\ framework/source/classes/fwlresid \ framework/source/dispatch/mailtodispatcher \ diff --git a/framework/Library_fwm.mk b/framework/Library_fwm.mk index bc0daca7caff..ad0d53637eab 100644 --- a/framework/Library_fwm.mk +++ b/framework/Library_fwm.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,fwm,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fwm)) - $(eval $(call gb_Library_add_exception_objects,fwm,\ framework/source/dispatch/systemexec \ framework/source/jobs/helponstartup \ diff --git a/framework/Library_lomenubar.mk b/framework/Library_lomenubar.mk index ad4742f70e49..dbf2110db63c 100644 --- a/framework/Library_lomenubar.mk +++ b/framework/Library_lomenubar.mk @@ -49,8 +49,6 @@ $(eval $(call gb_Library_add_libs,lomenubar,\ -lX11 \ )) -$(eval $(call gb_Library_add_standard_system_libs,lomenubar)) - $(eval $(call gb_Library_add_exception_objects,lomenubar,\ framework/source/lomenubar/MenuItemInfo \ framework/source/lomenubar/AwtKeyToDbusmenuString \ diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk index f4a269873d5e..ac3779f4b391 100644 --- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk +++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk @@ -45,8 +45,6 @@ $(eval $(call gb_CppunitTest_use_libraries,hwpfilter_test_hwpfilter, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,hwpfilter_test_hwpfilter)) - $(eval $(call gb_CppunitTest_use_api,hwpfilter_test_hwpfilter,\ offapi \ udkapi \ diff --git a/hwpfilter/Library_hwp.mk b/hwpfilter/Library_hwp.mk index 7b44aa42984a..2681f966ab08 100644 --- a/hwpfilter/Library_hwp.mk +++ b/hwpfilter/Library_hwp.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,hwp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,hwp)) - $(eval $(call gb_Library_use_external,hwp,zlib)) ifeq ($(OS),WNT) diff --git a/i18npool/CppunitTest_i18npool_test_breakiterator.mk b/i18npool/CppunitTest_i18npool_test_breakiterator.mk index c51f0a1630ce..24f67623d6d4 100644 --- a/i18npool/CppunitTest_i18npool_test_breakiterator.mk +++ b/i18npool/CppunitTest_i18npool_test_breakiterator.mk @@ -41,8 +41,6 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_breakiterator,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,i18npool_test_breakiterator)) - $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_breakiterator,\ i18npool/qa/cppunit/test_breakiterator \ )) diff --git a/i18npool/CppunitTest_i18npool_test_characterclassification.mk b/i18npool/CppunitTest_i18npool_test_characterclassification.mk index 086dec586d1f..62f852d7a2d2 100644 --- a/i18npool/CppunitTest_i18npool_test_characterclassification.mk +++ b/i18npool/CppunitTest_i18npool_test_characterclassification.mk @@ -41,8 +41,6 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_characterclassification $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,i18npool_test_characterclassification)) - $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_characterclassification,\ i18npool/qa/cppunit/test_characterclassification \ )) diff --git a/i18npool/CppunitTest_i18npool_test_languagetag.mk b/i18npool/CppunitTest_i18npool_test_languagetag.mk index 7043f320c028..610791cedbae 100644 --- a/i18npool/CppunitTest_i18npool_test_languagetag.mk +++ b/i18npool/CppunitTest_i18npool_test_languagetag.mk @@ -23,8 +23,6 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_languagetag,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,i18npool_test_languagetag)) - ifeq ($(ENABLE_LIBLANGTAG),YES) $(eval $(call gb_CppunitTest_use_externals,i18npool_test_languagetag,\ liblangtag \ diff --git a/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk b/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk index ed943389e970..c9236da6a47c 100644 --- a/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk +++ b/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk @@ -22,8 +22,6 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_ordinalsuffix,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,i18npool_test_ordinalsuffix)) - $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_ordinalsuffix,\ i18npool/qa/cppunit/test_ordinalsuffix \ )) diff --git a/i18npool/Executable_gencoll_rule.mk b/i18npool/Executable_gencoll_rule.mk index 82aafdb4cea0..d0ef67acc5a9 100644 --- a/i18npool/Executable_gencoll_rule.mk +++ b/i18npool/Executable_gencoll_rule.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Executable_use_libraries,gencoll_rule,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,gencoll_rule)) - ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_Executable_use_externals,gencoll_rule,\ icudt \ diff --git a/i18npool/Executable_genconv_dict.mk b/i18npool/Executable_genconv_dict.mk index 22ea9c5d54d1..70ec6c97dd2f 100644 --- a/i18npool/Executable_genconv_dict.mk +++ b/i18npool/Executable_genconv_dict.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,genconv_dict,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,genconv_dict)) - $(eval $(call gb_Executable_add_exception_objects,genconv_dict,\ i18npool/source/textconversion/genconv_dict \ )) diff --git a/i18npool/Executable_gendict.mk b/i18npool/Executable_gendict.mk index 38aae75eb138..3b63cfc5eea5 100644 --- a/i18npool/Executable_gendict.mk +++ b/i18npool/Executable_gendict.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,gendict,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,gendict)) - $(eval $(call gb_Executable_add_exception_objects,gendict,\ i18npool/source/breakiterator/gendict \ )) diff --git a/i18npool/Executable_genindex_data.mk b/i18npool/Executable_genindex_data.mk index c6b532192466..2c36e3e3123a 100644 --- a/i18npool/Executable_genindex_data.mk +++ b/i18npool/Executable_genindex_data.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,genindex_data,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,genindex_data)) - ifeq ($(OS),WNT) $(eval $(call gb_Executable_use_externals,gencoll_rule,\ icudt \ diff --git a/i18npool/Executable_saxparser.mk b/i18npool/Executable_saxparser.mk index b61799d690d1..ba0be63c5fc9 100644 --- a/i18npool/Executable_saxparser.mk +++ b/i18npool/Executable_saxparser.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Executable_use_libraries,saxparser,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,saxparser)) - $(eval $(call gb_Executable_add_exception_objects,saxparser,\ i18npool/source/localedata/LocaleNode \ i18npool/source/localedata/filewriter \ diff --git a/i18npool/Library_collator_data.mk b/i18npool/Library_collator_data.mk index a136cef873e0..952cbc667335 100644 --- a/i18npool/Library_collator_data.mk +++ b/i18npool/Library_collator_data.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,collator_data,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,collator_data)) - $(eval $(call gb_Library_add_generated_exception_objects,collator_data,\ $(foreach txt,$(wildcard $(SRCDIR)/i18npool/source/collator/data/*.txt),\ CustomTarget/i18npool/collator/collator_$(notdir $(basename $(txt)))) \ diff --git a/i18npool/Library_dict_ja.mk b/i18npool/Library_dict_ja.mk index a22555b231f5..70e33cca4d02 100644 --- a/i18npool/Library_dict_ja.mk +++ b/i18npool/Library_dict_ja.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,dict_ja,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dict_ja)) - $(eval $(call gb_Library_add_generated_exception_objects,dict_ja,\ CustomTarget/i18npool/breakiterator/dict_ja \ )) diff --git a/i18npool/Library_dict_zh.mk b/i18npool/Library_dict_zh.mk index 8b80f193de23..56d4dc987c75 100644 --- a/i18npool/Library_dict_zh.mk +++ b/i18npool/Library_dict_zh.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,dict_zh,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dict_zh)) - $(eval $(call gb_Library_add_generated_exception_objects,dict_zh,\ CustomTarget/i18npool/breakiterator/dict_zh \ )) diff --git a/i18npool/Library_i18nisolang1.mk b/i18npool/Library_i18nisolang1.mk index 422d9cde94f6..3432d9d25329 100644 --- a/i18npool/Library_i18nisolang1.mk +++ b/i18npool/Library_i18nisolang1.mk @@ -46,8 +46,6 @@ $(eval $(call gb_Library_use_libraries,i18nisolang1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,i18nisolang1)) - $(eval $(call gb_Library_add_exception_objects,i18nisolang1,\ i18npool/source/isolang/insys \ i18npool/source/isolang/isolang \ diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 81486613da42..1e26716a3d5b 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,i18npool,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,i18npool)) - ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_Library_use_externals,i18npool,\ icuin \ diff --git a/i18npool/Library_i18nsearch.mk b/i18npool/Library_i18nsearch.mk index 828ec2ba37ca..d4499c8cade1 100644 --- a/i18npool/Library_i18nsearch.mk +++ b/i18npool/Library_i18nsearch.mk @@ -46,8 +46,6 @@ $(eval $(call gb_Library_use_libraries,i18nsearch,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,i18nsearch)) - $(eval $(call gb_Library_add_exception_objects,i18nsearch,\ i18npool/source/search/levdis \ i18npool/source/search/textsearch \ diff --git a/i18npool/Library_index_data.mk b/i18npool/Library_index_data.mk index 79f1cd93a64b..d60870770a44 100644 --- a/i18npool/Library_index_data.mk +++ b/i18npool/Library_index_data.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,index_data,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,index_data)) - $(eval $(call gb_Library_add_generated_exception_objects,index_data,\ $(foreach txt,$(wildcard $(SRCDIR)/i18npool/source/indexentry/data/*.txt),\ CustomTarget/i18npool/indexentry/$(notdir $(basename $(txt)))) \ diff --git a/i18npool/Library_localedata_en.mk b/i18npool/Library_localedata_en.mk index a5cf7a780676..d5a2c9349460 100644 --- a/i18npool/Library_localedata_en.mk +++ b/i18npool/Library_localedata_en.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,localedata_en,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,localedata_en)) - $(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\ CustomTarget/i18npool/localedata/localedata_en_AU \ CustomTarget/i18npool/localedata/localedata_en_BZ \ diff --git a/i18npool/Library_localedata_es.mk b/i18npool/Library_localedata_es.mk index 75ba17341a33..4b9931715054 100644 --- a/i18npool/Library_localedata_es.mk +++ b/i18npool/Library_localedata_es.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,localedata_es,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,localedata_es)) - $(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\ CustomTarget/i18npool/localedata/localedata_es_AR \ CustomTarget/i18npool/localedata/localedata_es_BO \ diff --git a/i18npool/Library_localedata_euro.mk b/i18npool/Library_localedata_euro.mk index ad3ebc679071..1122d0c2b1a5 100644 --- a/i18npool/Library_localedata_euro.mk +++ b/i18npool/Library_localedata_euro.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,localedata_euro,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,localedata_euro)) - $(eval $(call gb_Library_add_generated_exception_objects,localedata_euro,\ CustomTarget/i18npool/localedata/localedata_an_ES \ CustomTarget/i18npool/localedata/localedata_ast_ES \ diff --git a/i18npool/Library_localedata_others.mk b/i18npool/Library_localedata_others.mk index b18593db55bf..66aab48d2466 100644 --- a/i18npool/Library_localedata_others.mk +++ b/i18npool/Library_localedata_others.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,localedata_others,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,localedata_others)) - $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\ CustomTarget/i18npool/localedata/localedata_af_NA \ CustomTarget/i18npool/localedata/localedata_af_ZA \ diff --git a/i18npool/Library_textconv_dict.mk b/i18npool/Library_textconv_dict.mk index a568534c0a97..23afa2113a7c 100644 --- a/i18npool/Library_textconv_dict.mk +++ b/i18npool/Library_textconv_dict.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,textconv_dict,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,textconv_dict)) - $(eval $(call gb_Library_add_generated_exception_objects,textconv_dict,\ $(foreach txt,$(wildcard $(SRCDIR)/i18npool/source/textconversion/data/*.dic),\ CustomTarget/i18npool/textconversion/$(notdir $(basename $(txt)))) \ diff --git a/i18nutil/Library_i18nutil.mk b/i18nutil/Library_i18nutil.mk index fab587956517..94f5e20e5ea1 100644 --- a/i18nutil/Library_i18nutil.mk +++ b/i18nutil/Library_i18nutil.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Library_use_libraries,i18nutil,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,i18nutil)) - $(eval $(call gb_Library_add_exception_objects,i18nutil,\ i18nutil/source/utility/casefolding \ i18nutil/source/utility/oneToOneMapping \ diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index fdde856cd925..8ae41a5894f9 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Executable_use_libraries,svidl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,svidl)) - $(eval $(call gb_Executable_add_exception_objects,svidl,\ idl/source/cmptools/hash \ idl/source/cmptools/lex \ diff --git a/io/Library_acceptor.mk b/io/Library_acceptor.mk index f00e15bed383..07a702576f2c 100644 --- a/io/Library_acceptor.mk +++ b/io/Library_acceptor.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,acceptor,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,acceptor)) - $(eval $(call gb_Library_set_componentfile,acceptor,io/source/acceptor/acceptor)) $(eval $(call gb_Library_add_exception_objects,acceptor,\ diff --git a/io/Library_connector.mk b/io/Library_connector.mk index 826b074507c3..10e8e8aa1634 100644 --- a/io/Library_connector.mk +++ b/io/Library_connector.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,connector,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,connector)) - $(eval $(call gb_Library_set_componentfile,connector,io/source/connector/connector)) $(eval $(call gb_Library_add_exception_objects,connector,\ diff --git a/io/Library_streams.mk b/io/Library_streams.mk index 8bf18f4db6d2..6ba413c8ddd9 100644 --- a/io/Library_streams.mk +++ b/io/Library_streams.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,streams,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,streams)) - $(eval $(call gb_Library_set_componentfile,streams,io/source/stm/streams)) $(eval $(call gb_Library_add_exception_objects,streams,\ diff --git a/io/Library_textinstream.mk b/io/Library_textinstream.mk index 80ada3ef8d17..fbbe8756dd53 100644 --- a/io/Library_textinstream.mk +++ b/io/Library_textinstream.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,textinstream,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,textinstream)) - $(eval $(call gb_Library_set_componentfile,textinstream,io/source/TextInputStream/textinstream)) $(eval $(call gb_Library_add_exception_objects,textinstream,\ diff --git a/io/Library_textoutstream.mk b/io/Library_textoutstream.mk index b6b0ff2bf899..0aeacdf2f64f 100644 --- a/io/Library_textoutstream.mk +++ b/io/Library_textoutstream.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,textoutstream,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,textoutstream)) - $(eval $(call gb_Library_set_componentfile,textoutstream,io/source/TextOutputStream/textoutstream)) $(eval $(call gb_Library_add_exception_objects,textoutstream,\ diff --git a/javaunohelper/Library_juh.mk b/javaunohelper/Library_juh.mk index dd1644f4005a..8d1a3e83f908 100644 --- a/javaunohelper/Library_juh.mk +++ b/javaunohelper/Library_juh.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,juh,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,juh)) - ifneq ($(DISABLE_DYNLOADING),TRUE) $(eval $(call gb_Library_add_exception_objects,juh,\ javaunohelper/source/preload \ diff --git a/javaunohelper/Library_juhx.mk b/javaunohelper/Library_juhx.mk index eeef545357b7..a3bb96408978 100644 --- a/javaunohelper/Library_juhx.mk +++ b/javaunohelper/Library_juhx.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,juhx,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,juhx)) - $(eval $(call gb_Library_add_exception_objects,juhx,\ javaunohelper/source/bootstrap \ javaunohelper/source/javaunohelper \ diff --git a/jurt/Library_jpipe.mk b/jurt/Library_jpipe.mk index 3f50e7a34a8e..0cd0d4f0293c 100644 --- a/jurt/Library_jpipe.mk +++ b/jurt/Library_jpipe.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,jpipe,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,jpipe)) - ifeq ($(OS),WNT) # The real library is called jpipx on Windows. We build only a wrapper diff --git a/jurt/Library_jpipx.mk b/jurt/Library_jpipx.mk index 14d91cb9b839..c8978c86a5ac 100644 --- a/jurt/Library_jpipx.mk +++ b/jurt/Library_jpipx.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,jpipx,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,jpipx)) - $(eval $(call gb_Library_add_cobjects,jpipx,\ jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection \ )) diff --git a/jvmaccess/Library_jvmaccess.mk b/jvmaccess/Library_jvmaccess.mk index 6e8578dd0147..8a00566dc7b8 100644 --- a/jvmaccess/Library_jvmaccess.mk +++ b/jvmaccess/Library_jvmaccess.mk @@ -48,8 +48,6 @@ $(eval $(call gb_Library_use_libraries,jvmaccess,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,jvmaccess)) - $(eval $(call gb_Library_add_exception_objects,jvmaccess,\ jvmaccess/source/classpath \ jvmaccess/source/unovirtualmachine \ diff --git a/jvmfwk/Executable_javaldx.mk b/jvmfwk/Executable_javaldx.mk index aedb7dbc0b3a..0e64f3ffc5d8 100644 --- a/jvmfwk/Executable_javaldx.mk +++ b/jvmfwk/Executable_javaldx.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Executable_use_libraries,javaldx,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,javaldx)) - $(eval $(call gb_Executable_add_exception_objects,javaldx,\ jvmfwk/plugins/sunmajor/javaenvsetup/javaldx \ )) diff --git a/jvmfwk/Library_jvmfwk.mk b/jvmfwk/Library_jvmfwk.mk index 5051a2b9bb17..697642c4479f 100644 --- a/jvmfwk/Library_jvmfwk.mk +++ b/jvmfwk/Library_jvmfwk.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,jvmfwk,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,jvmfwk)) - ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,jvmfwk,\ advapi32 \ diff --git a/jvmfwk/Library_sunjavaplugin.mk b/jvmfwk/Library_sunjavaplugin.mk index 61ff7bdfe5ac..d32dc70aa22c 100644 --- a/jvmfwk/Library_sunjavaplugin.mk +++ b/jvmfwk/Library_sunjavaplugin.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,sunjavaplugin,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sunjavaplugin)) - ifeq ($(OS),ANDROID) $(eval $(call gb_Library_use_libraries,sunjavaplugin,\ lo-bootstrap \ diff --git a/l10ntools/Executable_ulfconv.mk b/l10ntools/Executable_ulfconv.mk index b981e56e2e59..b8a2001a2359 100644 --- a/l10ntools/Executable_ulfconv.mk +++ b/l10ntools/Executable_ulfconv.mk @@ -14,8 +14,6 @@ $(eval $(call gb_Executable_use_libraries,ulfconv,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,ulfconv)) - $(eval $(call gb_Executable_add_exception_objects,ulfconv,\ l10ntools/source/ulfconv/ulfconv \ )) diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk index b2bcd1952396..8f5d57a0cc7a 100644 --- a/lingucomponent/Library_MacOSXSpell.mk +++ b/lingucomponent/Library_MacOSXSpell.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,MacOSXSpell,\ utl \ )) -$(eval $(call gb_Library_add_standard_system_libs,MacOSXSpell)) - $(eval $(call gb_Library_use_system_darwin_frameworks,MacOSXSpell,\ Cocoa \ )) diff --git a/lingucomponent/Library_guesslang.mk b/lingucomponent/Library_guesslang.mk index 73bfcb648061..ef37895044a8 100644 --- a/lingucomponent/Library_guesslang.mk +++ b/lingucomponent/Library_guesslang.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,guesslang,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,guesslang)) - $(eval $(call gb_Library_use_externals,guesslang,\ libexttextcat \ )) diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk index ed316051e1ed..aec8dba3502e 100644 --- a/lingucomponent/Library_hyphen.mk +++ b/lingucomponent/Library_hyphen.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,hyphen,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,hyphen)) - $(eval $(call gb_Library_use_static_libraries,hyphen,\ ulingu \ )) diff --git a/lingucomponent/Library_lnth.mk b/lingucomponent/Library_lnth.mk index 98e2eeeed8db..608c4213d7be 100644 --- a/lingucomponent/Library_lnth.mk +++ b/lingucomponent/Library_lnth.mk @@ -48,8 +48,6 @@ $(eval $(call gb_Library_use_libraries,lnth,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,lnth)) - $(eval $(call gb_Library_use_static_libraries,lnth,\ ulingu \ )) diff --git a/lingucomponent/Library_spell.mk b/lingucomponent/Library_spell.mk index 5b8d7b142d0b..96e2abdc6c8c 100644 --- a/lingucomponent/Library_spell.mk +++ b/lingucomponent/Library_spell.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,spell,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,spell)) - $(eval $(call gb_Library_use_static_libraries,spell,\ ulingu \ )) diff --git a/linguistic/Library_lng.mk b/linguistic/Library_lng.mk index bf26844f67dc..a7fad43ca28f 100644 --- a/linguistic/Library_lng.mk +++ b/linguistic/Library_lng.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,lng,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,lng)) - $(eval $(call gb_Library_use_external,lng,icuuc)) $(eval $(call gb_Library_add_exception_objects,lng,\ diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk index 6f4b3b62ff73..123e382c76e5 100644 --- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk +++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk @@ -45,8 +45,6 @@ $(eval $(call gb_CppunitTest_use_libraries,lotuswordpro_test_lotuswordpro, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,lotuswordpro_test_lotuswordpro)) - $(eval $(call gb_CppunitTest_use_api,lotuswordpro_test_lotuswordpro,\ offapi \ udkapi \ diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk index 4620f6c819c2..ab1f8a2f2ed6 100644 --- a/lotuswordpro/Library_lwpft.mk +++ b/lotuswordpro/Library_lwpft.mk @@ -49,8 +49,6 @@ $(eval $(call gb_Library_use_libraries,lwpft,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,lwpft)) - ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_Library_use_externals,lwpft,\ icuin \ diff --git a/o3tl/CppunitTest_o3tl_tests.mk b/o3tl/CppunitTest_o3tl_tests.mk index eed591bfdc81..361e7ecc044d 100644 --- a/o3tl/CppunitTest_o3tl_tests.mk +++ b/o3tl/CppunitTest_o3tl_tests.mk @@ -35,8 +35,6 @@ $(eval $(call gb_CppunitTest_use_libraries,o3tl_tests,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,o3tl_tests)) - $(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\ o3tl/qa/cow_wrapper_clients \ o3tl/qa/test-cow_wrapper \ diff --git a/officecfg/CppunitTest_officecfg_cppheader_test.mk b/officecfg/CppunitTest_officecfg_cppheader_test.mk index 47c14a001172..8ee29d0feb43 100644 --- a/officecfg/CppunitTest_officecfg_cppheader_test.mk +++ b/officecfg/CppunitTest_officecfg_cppheader_test.mk @@ -33,8 +33,6 @@ $(eval $(call gb_CppunitTest_use_libraries,officecfg_cppheader_test,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,officecfg_cppheader_test)) - $(eval $(call gb_CppunitTest_add_exception_objects,officecfg_cppheader_test, \ officecfg/qa/cppheader \ )) diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index d97fa4aac2ac..878d4815ec31 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -78,8 +78,6 @@ $(eval $(call gb_Library_use_libraries,oox,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,oox)) - $(eval $(call gb_Library_use_external,oox,openssl)) $(eval $(call gb_Library_set_componentfile,oox,oox/util/oox)) diff --git a/package/Library_package2.mk b/package/Library_package2.mk index c56a1863fa6c..72fb5f5ead99 100644 --- a/package/Library_package2.mk +++ b/package/Library_package2.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,package2,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,package2)) - $(eval $(call gb_Library_use_externals,package2,\ zlib \ )) diff --git a/package/Library_xstor.mk b/package/Library_xstor.mk index 498f35d0fe8b..45c03ad5ca20 100644 --- a/package/Library_xstor.mk +++ b/package/Library_xstor.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Library_use_libraries,xstor,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xstor)) - $(eval $(call gb_Library_add_exception_objects,xstor,\ package/source/xstor/disposelistener \ package/source/xstor/ocompinstream \ diff --git a/padmin/Executable_spadmin.bin.mk b/padmin/Executable_spadmin.bin.mk index 7d4b08ab5e69..af674ea30f76 100644 --- a/padmin/Executable_spadmin.bin.mk +++ b/padmin/Executable_spadmin.bin.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Executable_use_libraries,spadmin.bin,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,spadmin.bin)) - $(eval $(call gb_Executable_add_exception_objects,spadmin.bin,\ padmin/source/desktopcontext \ padmin/source/pamain \ diff --git a/padmin/Library_spa.mk b/padmin/Library_spa.mk index 45c7b5c76729..65df95fdb755 100644 --- a/padmin/Library_spa.mk +++ b/padmin/Library_spa.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,spa,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,spa)) - $(eval $(call gb_Library_add_exception_objects,spa,\ padmin/source/adddlg \ diff --git a/regexp/Library_regexp.mk b/regexp/Library_regexp.mk index 0b3e6021d138..b23e4c15452c 100644 --- a/regexp/Library_regexp.mk +++ b/regexp/Library_regexp.mk @@ -42,8 +42,6 @@ $(eval $(call gb_Library_use_libraries,i18nregexp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,i18nregexp)) - $(eval $(call gb_Library_add_exception_objects,i18nregexp,\ regexp/source/reclass \ )) diff --git a/registry/Library_reg.mk b/registry/Library_reg.mk index c6b1cd96fae1..b8eae85b98ac 100644 --- a/registry/Library_reg.mk +++ b/registry/Library_reg.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,reg,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,reg)) - $(eval $(call gb_Library_add_exception_objects,reg,\ registry/source/keyimpl \ registry/source/reflread \ diff --git a/remotebridges/Library_uuresolver.mk b/remotebridges/Library_uuresolver.mk index cf8c0083d5c5..bf9cab438c72 100644 --- a/remotebridges/Library_uuresolver.mk +++ b/remotebridges/Library_uuresolver.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,uuresolver,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,uuresolver)) - $(eval $(call gb_Library_add_exception_objects,uuresolver,\ remotebridges/source/unourl_resolver/unourl_resolver \ )) diff --git a/reportdesign/Library_rpt.mk b/reportdesign/Library_rpt.mk index deb1b13bf9b6..f6db9c2c8684 100644 --- a/reportdesign/Library_rpt.mk +++ b/reportdesign/Library_rpt.mk @@ -62,8 +62,6 @@ $(eval $(call gb_Library_use_libraries,rpt,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,rpt)) - $(eval $(call gb_Library_set_componentfile,rpt,reportdesign/util/rpt)) $(eval $(call gb_Library_add_exception_objects,rpt,\ diff --git a/reportdesign/Library_rptui.mk b/reportdesign/Library_rptui.mk index 7e5d9f197fdf..695b06ed3a34 100644 --- a/reportdesign/Library_rptui.mk +++ b/reportdesign/Library_rptui.mk @@ -62,8 +62,6 @@ $(eval $(call gb_Library_use_libraries,rptui,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,rptui)) - $(eval $(call gb_Library_set_componentfile,rptui,reportdesign/util/rptui)) $(eval $(call gb_Library_add_exception_objects,rptui,\ diff --git a/reportdesign/Library_rptxml.mk b/reportdesign/Library_rptxml.mk index b0fc1bacc198..ba8c96a65324 100644 --- a/reportdesign/Library_rptxml.mk +++ b/reportdesign/Library_rptxml.mk @@ -56,8 +56,6 @@ $(eval $(call gb_Library_use_libraries,rptxml,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,rptxml)) - $(eval $(call gb_Library_set_componentfile,rptxml,reportdesign/util/rptxml)) $(eval $(call gb_Library_add_exception_objects,rptxml,\ diff --git a/rsc/Executable_rsc.mk b/rsc/Executable_rsc.mk index 3dd0feca4add..2138f87a963c 100644 --- a/rsc/Executable_rsc.mk +++ b/rsc/Executable_rsc.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Executable_use_libraries,rsc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,rsc)) - $(eval $(call gb_Executable_add_grammars,rsc,\ rsc/source/parser/rscyacc \ )) diff --git a/sal/CppunitTest_Module_DLL.mk b/sal/CppunitTest_Module_DLL.mk index fe58e255a2df..8d7bb0f84be4 100644 --- a/sal/CppunitTest_Module_DLL.mk +++ b/sal/CppunitTest_Module_DLL.mk @@ -39,6 +39,4 @@ $(eval $(call gb_CppunitTest_use_libraries,Module_DLL,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,Module_DLL)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_bytesequence.mk b/sal/CppunitTest_sal_bytesequence.mk index 222f77a7b53c..2add4a5cc033 100644 --- a/sal/CppunitTest_sal_bytesequence.mk +++ b/sal/CppunitTest_sal_bytesequence.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_bytesequence,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_bytesequence)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_checkapi.mk b/sal/CppunitTest_sal_checkapi.mk index b61a739dbe2c..06e42a997987 100644 --- a/sal/CppunitTest_sal_checkapi.mk +++ b/sal/CppunitTest_sal_checkapi.mk @@ -47,6 +47,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_checkapi,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_checkapi)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_condition.mk b/sal/CppunitTest_sal_osl_condition.mk index 0dad649efa4c..4bf9cee70e4a 100644 --- a/sal/CppunitTest_sal_osl_condition.mk +++ b/sal/CppunitTest_sal_osl_condition.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_condition,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_condition)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_file.mk b/sal/CppunitTest_sal_osl_file.mk index ea64e55daca7..9b70af7e1e34 100644 --- a/sal/CppunitTest_sal_osl_file.mk +++ b/sal/CppunitTest_sal_osl_file.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_file,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_file)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_getsystempathfromfileurl.mk b/sal/CppunitTest_sal_osl_getsystempathfromfileurl.mk index af121a42f62e..1344908d6d46 100644 --- a/sal/CppunitTest_sal_osl_getsystempathfromfileurl.mk +++ b/sal/CppunitTest_sal_osl_getsystempathfromfileurl.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_getsystempathfromfileurl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_getsystempathfromfileurl)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_module.mk b/sal/CppunitTest_sal_osl_module.mk index 93a24b4fdd8d..1748e1c4d992 100644 --- a/sal/CppunitTest_sal_osl_module.mk +++ b/sal/CppunitTest_sal_osl_module.mk @@ -40,6 +40,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_module,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_module)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_mutex.mk b/sal/CppunitTest_sal_osl_mutex.mk index 7768b1e5ce99..64312325b711 100644 --- a/sal/CppunitTest_sal_osl_mutex.mk +++ b/sal/CppunitTest_sal_osl_mutex.mk @@ -37,6 +37,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_mutex, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_mutex)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_old_test_file.mk b/sal/CppunitTest_sal_osl_old_test_file.mk index 3b9040c2f519..1823ac353ef7 100644 --- a/sal/CppunitTest_sal_osl_old_test_file.mk +++ b/sal/CppunitTest_sal_osl_old_test_file.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_old_test_file,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_old_test_file)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_pipe.mk b/sal/CppunitTest_sal_osl_pipe.mk index a71937b15342..f3f454275a5e 100644 --- a/sal/CppunitTest_sal_osl_pipe.mk +++ b/sal/CppunitTest_sal_osl_pipe.mk @@ -38,6 +38,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_pipe, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_pipe)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_process.mk b/sal/CppunitTest_sal_osl_process.mk index 4ee7e3f6eba6..8065f7ec9de6 100644 --- a/sal/CppunitTest_sal_osl_process.mk +++ b/sal/CppunitTest_sal_osl_process.mk @@ -38,8 +38,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_process,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_process)) - # Depend on to be tested executable $(call gb_CppunitTest_get_target,sal_osl_process) : \ $(call gb_Executable_get_target,osl_process_child) diff --git a/sal/CppunitTest_sal_osl_profile.mk b/sal/CppunitTest_sal_osl_profile.mk index 87d587f6632f..1a29e3dedbea 100644 --- a/sal/CppunitTest_sal_osl_profile.mk +++ b/sal/CppunitTest_sal_osl_profile.mk @@ -37,6 +37,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_profile, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_profile)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_security.mk b/sal/CppunitTest_sal_osl_security.mk index edb6a96ed88c..bc6fe2d1b6ef 100644 --- a/sal/CppunitTest_sal_osl_security.mk +++ b/sal/CppunitTest_sal_osl_security.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_security,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_security)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_setthreadname.mk b/sal/CppunitTest_sal_osl_setthreadname.mk index f7024cae6f07..b0c055f34227 100644 --- a/sal/CppunitTest_sal_osl_setthreadname.mk +++ b/sal/CppunitTest_sal_osl_setthreadname.mk @@ -37,6 +37,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_setthreadname, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_setthreadname)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_osl_thread.mk b/sal/CppunitTest_sal_osl_thread.mk index 6feb7d59b584..d445bda953ad 100644 --- a/sal/CppunitTest_sal_osl_thread.mk +++ b/sal/CppunitTest_sal_osl_thread.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl_thread,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_thread)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_alloc.mk b/sal/CppunitTest_sal_rtl_alloc.mk index 83405ab0a8b6..cde6e807466b 100644 --- a/sal/CppunitTest_sal_rtl_alloc.mk +++ b/sal/CppunitTest_sal_rtl_alloc.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_alloc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_alloc)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_cipher.mk b/sal/CppunitTest_sal_rtl_cipher.mk index ce2cc1da5a19..68cc9faa0b4b 100644 --- a/sal/CppunitTest_sal_rtl_cipher.mk +++ b/sal/CppunitTest_sal_rtl_cipher.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_cipher,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_cipher)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_crc32.mk b/sal/CppunitTest_sal_rtl_crc32.mk index 1a2390f5fd2e..01632a77e004 100644 --- a/sal/CppunitTest_sal_rtl_crc32.mk +++ b/sal/CppunitTest_sal_rtl_crc32.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_crc32,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_crc32)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_doublelock.mk b/sal/CppunitTest_sal_rtl_doublelock.mk index e4fd8f2bf4b4..97f17a2e64f7 100644 --- a/sal/CppunitTest_sal_rtl_doublelock.mk +++ b/sal/CppunitTest_sal_rtl_doublelock.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_doublelock,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_doublelock)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_locale.mk b/sal/CppunitTest_sal_rtl_locale.mk index ce1f0ab9ce1c..1742c1e775b1 100644 --- a/sal/CppunitTest_sal_rtl_locale.mk +++ b/sal/CppunitTest_sal_rtl_locale.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_locale,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_locale)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_math.mk b/sal/CppunitTest_sal_rtl_math.mk index c502ab226659..c854f4cd756d 100644 --- a/sal/CppunitTest_sal_rtl_math.mk +++ b/sal/CppunitTest_sal_rtl_math.mk @@ -37,6 +37,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_math, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_math)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_ostringbuffer.mk b/sal/CppunitTest_sal_rtl_ostringbuffer.mk index 8c38783b7a93..1bb445893a94 100644 --- a/sal/CppunitTest_sal_rtl_ostringbuffer.mk +++ b/sal/CppunitTest_sal_rtl_ostringbuffer.mk @@ -37,6 +37,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_ostringbuffer,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_ostringbuffer)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_oustringbuffer.mk b/sal/CppunitTest_sal_rtl_oustringbuffer.mk index bb316eeda619..e28d9f453fa0 100644 --- a/sal/CppunitTest_sal_rtl_oustringbuffer.mk +++ b/sal/CppunitTest_sal_rtl_oustringbuffer.mk @@ -40,6 +40,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_oustringbuffer,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_oustringbuffer)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_rtl_strings.mk b/sal/CppunitTest_sal_rtl_strings.mk index 67299a3ab9d2..4d4f59828dab 100644 --- a/sal/CppunitTest_sal_rtl_strings.mk +++ b/sal/CppunitTest_sal_rtl_strings.mk @@ -43,8 +43,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_strings,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_strings)) - # The test uses O(U)String capabilities that dlopen this lib ifneq ($(OS),ANDROID) # Except that on Android we don't build it separately diff --git a/sal/CppunitTest_sal_rtl_uri.mk b/sal/CppunitTest_sal_rtl_uri.mk index 67ce1eab2732..65b6713a6608 100644 --- a/sal/CppunitTest_sal_rtl_uri.mk +++ b/sal/CppunitTest_sal_rtl_uri.mk @@ -25,8 +25,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_uri,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_uri)) - # The test uses O(U)String capabilities that dlopen this lib ifneq ($(OS),ANDROID) # Except that on Android we don't build it separately diff --git a/sal/CppunitTest_sal_rtl_uuid.mk b/sal/CppunitTest_sal_rtl_uuid.mk index 74ea9e057f6c..df0e6858cd9d 100644 --- a/sal/CppunitTest_sal_rtl_uuid.mk +++ b/sal/CppunitTest_sal_rtl_uuid.mk @@ -24,6 +24,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_uuid,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_uuid)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_tcwf.mk b/sal/CppunitTest_sal_tcwf.mk index fd202e2adec8..729a26467b80 100644 --- a/sal/CppunitTest_sal_tcwf.mk +++ b/sal/CppunitTest_sal_tcwf.mk @@ -37,6 +37,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_tcwf,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_tcwf)) - # vim: set noet sw=4 ts=4: diff --git a/sal/CppunitTest_sal_types.mk b/sal/CppunitTest_sal_types.mk index 942e8f318c35..5fb59d18d1c5 100644 --- a/sal/CppunitTest_sal_types.mk +++ b/sal/CppunitTest_sal_types.mk @@ -36,6 +36,4 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_types,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_types)) - # vim: set noet sw=4 ts=4: diff --git a/sal/Executable_cppunittester.mk b/sal/Executable_cppunittester.mk index 9cf275e91476..b5826942378f 100644 --- a/sal/Executable_cppunittester.mk +++ b/sal/Executable_cppunittester.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Executable_use_libraries,cppunit/cppunittester,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,cppunit/cppunittester)) - $(eval $(call gb_Executable_use_external,cppunit/cppunittester,cppunit)) $(eval $(call gb_Executable_add_exception_objects,cppunit/cppunittester,\ diff --git a/sal/Executable_osl_process_child.mk b/sal/Executable_osl_process_child.mk index 3f3cce24c160..47e057b689e9 100644 --- a/sal/Executable_osl_process_child.mk +++ b/sal/Executable_osl_process_child.mk @@ -34,8 +34,6 @@ $(eval $(call gb_Executable_use_libraries,osl_process_child,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,osl_process_child)) - $(eval $(call gb_Executable_add_exception_objects,osl_process_child,\ sal/qa/osl/process/osl_process_child \ )) diff --git a/sal/Library_lo-bootstrap.mk b/sal/Library_lo-bootstrap.mk index dea6bb4ab30c..958b0f18e5cf 100644 --- a/sal/Library_lo-bootstrap.mk +++ b/sal/Library_lo-bootstrap.mk @@ -28,6 +28,8 @@ $(eval $(call gb_Library_Library,lo-bootstrap)) # We explicitly *don't* want gb_STDLIBS to be linked here +$(eval $(call gb_Library_disable_standard_system_libs,lo-bootstrap)) + $(eval $(call gb_Library_add_libs,lo-bootstrap,\ -llog \ -landroid \ diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index ecec9fffd76c..73335befab10 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -88,8 +88,6 @@ $(eval $(call gb_Library_add_libs,sal,\ ) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sal)) - ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_system_darwin_frameworks,sal,\ Carbon \ diff --git a/sal/Library_sal_textenc.mk b/sal/Library_sal_textenc.mk index c50fa94ce6e4..5d5d40e0bb1b 100644 --- a/sal/Library_sal_textenc.mk +++ b/sal/Library_sal_textenc.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_use_libraries,sal_textenc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sal_textenc)) - $(eval $(call gb_Library_add_defs,sal_textenc,\ $(LFS_CFLAGS) \ )) diff --git a/sal/Library_uwinapi.mk b/sal/Library_uwinapi.mk index 75a3a9cffca4..f62e043be150 100644 --- a/sal/Library_uwinapi.mk +++ b/sal/Library_uwinapi.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Library_use_system_win32_libs,uwinapi,\ ) \ )) -$(eval $(call gb_Library_add_standard_system_libs,uwinapi)) - $(eval $(call gb_Library_add_defs,uwinapi,\ $(if $(filter $(COM),GCC), \ -Wno-unused-parameter -Wno-return-type) \ diff --git a/salhelper/CppunitTest_salhelper_checkapi.mk b/salhelper/CppunitTest_salhelper_checkapi.mk index fb2361db4fa4..08c820836bea 100644 --- a/salhelper/CppunitTest_salhelper_checkapi.mk +++ b/salhelper/CppunitTest_salhelper_checkapi.mk @@ -47,6 +47,4 @@ $(eval $(call gb_CppunitTest_use_libraries,salhelper_checkapi,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,salhelper_checkapi)) - # vim: set noet sw=4 ts=4: diff --git a/salhelper/Library_salhelper.mk b/salhelper/Library_salhelper.mk index b416cc82c589..7c66678cbf4d 100644 --- a/salhelper/Library_salhelper.mk +++ b/salhelper/Library_salhelper.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,salhelper,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,salhelper)) - $(eval $(call gb_Library_add_exception_objects,salhelper,\ salhelper/source/condition \ salhelper/source/dynload \ diff --git a/sax/CppunitTest_sax.mk b/sax/CppunitTest_sax.mk index 3cfa8cacfdd5..edb8429fbd9f 100644 --- a/sax/CppunitTest_sax.mk +++ b/sax/CppunitTest_sax.mk @@ -22,8 +22,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sax_cpputest, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sax_cpputest)) - $(eval $(call gb_CppunitTest_add_exception_objects,sax_cpputest, \ sax/qa/cppunit/test_converter \ )) diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk index e7028b450435..a6ac2f972f7d 100644 --- a/sax/Library_expwrap.mk +++ b/sax/Library_expwrap.mk @@ -29,8 +29,6 @@ $(eval $(call gb_Library_use_libraries,expwrap,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,expwrap)) - $(eval $(call gb_Library_use_static_libraries,expwrap,\ sax_shared \ )) diff --git a/sax/Library_fastsax.mk b/sax/Library_fastsax.mk index d7465316c1c3..37411b3575b5 100644 --- a/sax/Library_fastsax.mk +++ b/sax/Library_fastsax.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_use_libraries,fastsax,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fastsax)) - $(eval $(call gb_Library_use_static_libraries,fastsax,\ sax_shared \ )) diff --git a/sax/Library_sax.mk b/sax/Library_sax.mk index 93cd25c66e62..6083db3d1685 100644 --- a/sax/Library_sax.mk +++ b/sax/Library_sax.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_use_libraries,sax,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sax)) - $(eval $(call gb_Library_add_defs,sax,\ -DSAX_DLLIMPLEMENTATION \ )) diff --git a/sc/CppunitTest_sc_annotationshapeobj.mk b/sc/CppunitTest_sc_annotationshapeobj.mk index b6bdef73cddb..9522e2779ea4 100644 --- a/sc/CppunitTest_sc_annotationshapeobj.mk +++ b/sc/CppunitTest_sc_annotationshapeobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_annonationshapeobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_annonationshapeobj)) - $(eval $(call gb_CppunitTest_set_include,sc_annonationshapeobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_cellrangeobj.mk b/sc/CppunitTest_sc_cellrangeobj.mk index 195dea16e5d0..814e9cbbc1a1 100644 --- a/sc/CppunitTest_sc_cellrangeobj.mk +++ b/sc/CppunitTest_sc_cellrangeobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_cellrangesbase, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_cellrangesbase)) - $(eval $(call gb_CppunitTest_set_include,sc_cellrangesbase,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_chart_regression_test.mk b/sc/CppunitTest_sc_chart_regression_test.mk index 4eeb3645c745..1ca505b5b1d7 100644 --- a/sc/CppunitTest_sc_chart_regression_test.mk +++ b/sc/CppunitTest_sc_chart_regression_test.mk @@ -68,8 +68,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_chart_regression_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_chart_regression_test)) - $(eval $(call gb_CppunitTest_set_include,sc_chart_regression_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_databaserangeobj.mk b/sc/CppunitTest_sc_databaserangeobj.mk index b09b0318b1da..b1fd1bc89872 100644 --- a/sc/CppunitTest_sc_databaserangeobj.mk +++ b/sc/CppunitTest_sc_databaserangeobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_databaserangeobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_databaserangeobj)) - $(eval $(call gb_CppunitTest_set_include,sc_databaserangeobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_datapilotfieldobj.mk b/sc/CppunitTest_sc_datapilotfieldobj.mk index f8988749dbb0..d221fe5c4bd2 100644 --- a/sc/CppunitTest_sc_datapilotfieldobj.mk +++ b/sc/CppunitTest_sc_datapilotfieldobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_datapilotfieldobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_datapilotfieldobj)) - $(eval $(call gb_CppunitTest_set_include,sc_datapilotfieldobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_datapilottableobj.mk b/sc/CppunitTest_sc_datapilottableobj.mk index 31832f2364ab..77f2b0be4e28 100644 --- a/sc/CppunitTest_sc_datapilottableobj.mk +++ b/sc/CppunitTest_sc_datapilottableobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_datapilottableobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_datapilottableobj)) - $(eval $(call gb_CppunitTest_set_include,sc_datapilottableobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_editfieldobj_cell.mk b/sc/CppunitTest_sc_editfieldobj_cell.mk index 1826fb887bd5..3f75acb58ba3 100644 --- a/sc/CppunitTest_sc_editfieldobj_cell.mk +++ b/sc/CppunitTest_sc_editfieldobj_cell.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_editfieldobj_cell, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_editfieldobj_cell)) - $(eval $(call gb_CppunitTest_set_include,sc_editfieldobj_cell,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_editfieldobj_header.mk b/sc/CppunitTest_sc_editfieldobj_header.mk index 009aa66f1fb8..32ac4577c5e8 100644 --- a/sc/CppunitTest_sc_editfieldobj_header.mk +++ b/sc/CppunitTest_sc_editfieldobj_header.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_editfieldobj_header, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_editfieldobj_header)) - $(eval $(call gb_CppunitTest_set_include,sc_editfieldobj_header,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk index 09df0f2a96b5..5f4c1aa0cbd3 100644 --- a/sc/CppunitTest_sc_filters_test.mk +++ b/sc/CppunitTest_sc_filters_test.mk @@ -80,8 +80,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_filters_test)) - $(eval $(call gb_CppunitTest_set_include,sc_filters_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_macros_test.mk b/sc/CppunitTest_sc_macros_test.mk index 3fc1b7c77df6..c74f49433687 100644 --- a/sc/CppunitTest_sc_macros_test.mk +++ b/sc/CppunitTest_sc_macros_test.mk @@ -68,8 +68,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_macros_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_macros_test)) - $(eval $(call gb_CppunitTest_set_include,sc_macros_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_modelobj.mk b/sc/CppunitTest_sc_modelobj.mk index cb8f0a53cf9d..4548f4bc37f4 100644 --- a/sc/CppunitTest_sc_modelobj.mk +++ b/sc/CppunitTest_sc_modelobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_modelobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_modelobj)) - $(eval $(call gb_CppunitTest_set_include,sc_modelobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_namedrangeobj.mk b/sc/CppunitTest_sc_namedrangeobj.mk index 9d30c411f359..ffca9b399833 100644 --- a/sc/CppunitTest_sc_namedrangeobj.mk +++ b/sc/CppunitTest_sc_namedrangeobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_namedrangeobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_namedrangeobj)) - $(eval $(call gb_CppunitTest_set_include,sc_namedrangeobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_namedrangesobj.mk b/sc/CppunitTest_sc_namedrangesobj.mk index 893abdf5ea9a..49a87b49acf4 100644 --- a/sc/CppunitTest_sc_namedrangesobj.mk +++ b/sc/CppunitTest_sc_namedrangesobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_namedrangesobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_namedrangesobj)) - $(eval $(call gb_CppunitTest_set_include,sc_namedrangesobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_rangelst_test.mk b/sc/CppunitTest_sc_rangelst_test.mk index 9bd621db1f74..a97a4b1e258c 100644 --- a/sc/CppunitTest_sc_rangelst_test.mk +++ b/sc/CppunitTest_sc_rangelst_test.mk @@ -68,8 +68,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_rangelst_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_rangelst_test)) - $(eval $(call gb_CppunitTest_set_include,sc_rangelst_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk index 2f5dd35a7ae1..613ff558c774 100644 --- a/sc/CppunitTest_sc_subsequent_filters_test.mk +++ b/sc/CppunitTest_sc_subsequent_filters_test.mk @@ -74,8 +74,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_filters_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_subsequent_filters_test)) - $(eval $(call gb_CppunitTest_set_include,sc_subsequent_filters_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_tableautoformatfield.mk b/sc/CppunitTest_sc_tableautoformatfield.mk index e526b1750618..23cab33b98cc 100644 --- a/sc/CppunitTest_sc_tableautoformatfield.mk +++ b/sc/CppunitTest_sc_tableautoformatfield.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_tableautoformatfield, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_tableautoformatfield)) - $(eval $(call gb_CppunitTest_set_include,sc_tableautoformatfield,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_tablesheetobj.mk b/sc/CppunitTest_sc_tablesheetobj.mk index 0c9220419fd0..1bf3bd956973 100644 --- a/sc/CppunitTest_sc_tablesheetobj.mk +++ b/sc/CppunitTest_sc_tablesheetobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_spreadsheetobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_spreadsheetobj)) - $(eval $(call gb_CppunitTest_set_include,sc_spreadsheetobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_tablesheetsobj.mk b/sc/CppunitTest_sc_tablesheetsobj.mk index 2f9cb97fd71d..478dcb090552 100644 --- a/sc/CppunitTest_sc_tablesheetsobj.mk +++ b/sc/CppunitTest_sc_tablesheetsobj.mk @@ -72,8 +72,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_spreadsheetsobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_spreadsheetsobj)) - $(eval $(call gb_CppunitTest_set_include,sc_spreadsheetsobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk index 24cc9b7e50c7..4f761856a68a 100644 --- a/sc/CppunitTest_sc_ucalc.mk +++ b/sc/CppunitTest_sc_ucalc.mk @@ -79,8 +79,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sc_ucalc)) - $(eval $(call gb_CppunitTest_set_include,sc_ucalc,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/source/core/inc \ diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index ed74a69202b6..9bc420fdbde0 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -86,8 +86,6 @@ $(eval $(call gb_Library_use_libraries,sc,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sc)) - $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/attarray \ sc/source/core/data/attrib \ diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk index b22f0c0eaca1..25e2a6e1badf 100644 --- a/sc/Library_scd.mk +++ b/sc/Library_scd.mk @@ -46,8 +46,6 @@ $(eval $(call gb_Library_use_libraries,scd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,scd)) - $(eval $(call gb_Library_add_exception_objects,scd,\ sc/source/ui/unoobj/detreg \ sc/source/ui/unoobj/scdetect \ diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index 8a8e6fe0d183..7a5256e4ec7a 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -63,8 +63,6 @@ $(eval $(call gb_Library_use_libraries,scfilt,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,scfilt)) - $(eval $(call gb_Library_use_externals,scfilt,\ orcus \ )) diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index 807d7fd7591d..0cc40992aa37 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -56,8 +56,6 @@ $(eval $(call gb_Library_use_libraries,scui,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,scui)) - $(eval $(call gb_Library_add_exception_objects,scui,\ sc/source/ui/attrdlg/attrdlg \ sc/source/ui/attrdlg/scdlgfact \ diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk index 791175d5e08c..6272d2238220 100644 --- a/sc/Library_vbaobj.mk +++ b/sc/Library_vbaobj.mk @@ -61,8 +61,6 @@ $(eval $(call gb_Library_use_libraries,vbaobj,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,vbaobj)) - $(eval $(call gb_Library_add_exception_objects,vbaobj,\ sc/source/ui/vba/excelvbahelper \ sc/source/ui/vba/service \ diff --git a/scaddins/Library_analysis.mk b/scaddins/Library_analysis.mk index 78b7bea0676c..dda698588fa0 100644 --- a/scaddins/Library_analysis.mk +++ b/scaddins/Library_analysis.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,analysis,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,analysis)) - $(eval $(call gb_Library_add_exception_objects,analysis,\ scaddins/source/analysis/analysis \ scaddins/source/analysis/analysishelper \ diff --git a/scaddins/Library_date.mk b/scaddins/Library_date.mk index d5db83125da3..03730e0afe7f 100644 --- a/scaddins/Library_date.mk +++ b/scaddins/Library_date.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,date,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,date)) - $(eval $(call gb_Library_add_exception_objects,date,\ scaddins/source/datefunc/datefunc \ )) diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk index 013855cbd344..578bd8824bc5 100644 --- a/sccomp/Library_solver.mk +++ b/sccomp/Library_solver.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,solver,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,solver)) - $(eval $(call gb_Library_use_external,solver,lpsolve55)) $(eval $(call gb_Library_add_exception_objects,solver,\ diff --git a/scripting/Library_basprov.mk b/scripting/Library_basprov.mk index 8941931b7ee4..602aa1df85af 100644 --- a/scripting/Library_basprov.mk +++ b/scripting/Library_basprov.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,basprov,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,basprov)) - $(eval $(call gb_Library_add_exception_objects,basprov,\ scripting/source/basprov/baslibnode \ scripting/source/basprov/basmethnode \ diff --git a/scripting/Library_dlgprov.mk b/scripting/Library_dlgprov.mk index 6ffb4fe0d029..c8efe563bb34 100644 --- a/scripting/Library_dlgprov.mk +++ b/scripting/Library_dlgprov.mk @@ -56,8 +56,6 @@ $(eval $(call gb_Library_use_libraries,dlgprov,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,dlgprov)) - $(eval $(call gb_Library_add_exception_objects,dlgprov,\ scripting/source/dlgprov/DialogModelProvider \ scripting/source/dlgprov/dlgevtatt \ diff --git a/scripting/Library_protocolhandler.mk b/scripting/Library_protocolhandler.mk index a9ca47acfd26..291b1ecb03c1 100644 --- a/scripting/Library_protocolhandler.mk +++ b/scripting/Library_protocolhandler.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,protocolhandler,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,protocolhandler)) - $(eval $(call gb_Library_add_exception_objects,protocolhandler,\ scripting/source/protocolhandler/scripthandler \ )) diff --git a/scripting/Library_scriptframe.mk b/scripting/Library_scriptframe.mk index 025c5952cd8d..2ecc9ec70a48 100644 --- a/scripting/Library_scriptframe.mk +++ b/scripting/Library_scriptframe.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,scriptframe,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,scriptframe)) - $(eval $(call gb_Library_add_exception_objects,scriptframe,\ scripting/source/provider/ActiveMSPList \ scripting/source/provider/BrowseNodeFactoryImpl \ diff --git a/scripting/Library_stringresource.mk b/scripting/Library_stringresource.mk index 3ec938c4cb52..29c5eb9e0a3b 100644 --- a/scripting/Library_stringresource.mk +++ b/scripting/Library_stringresource.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Library_use_libraries,stringresource,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,stringresource)) - $(eval $(call gb_Library_add_exception_objects,stringresource,\ scripting/source/stringresource/stringresource \ )) diff --git a/scripting/Library_vbaevents.mk b/scripting/Library_vbaevents.mk index e469d786e4e0..acab48fe2811 100644 --- a/scripting/Library_vbaevents.mk +++ b/scripting/Library_vbaevents.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,vbaevents,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,vbaevents)) - $(eval $(call gb_Library_add_exception_objects,vbaevents,\ scripting/source/vbaevents/eventhelper \ scripting/source/vbaevents/service \ diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk index 1d9f6fb297ce..f5fc02664e14 100644 --- a/sd/CppunitTest_sd_filters_test.mk +++ b/sd/CppunitTest_sd_filters_test.mk @@ -73,8 +73,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_filters_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sd_filters_test)) - $(eval $(call gb_CppunitTest_set_include,sd_filters_test,\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index 85ea7eb91f1b..abee99bf17de 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -68,8 +68,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sd_regression_test)) - $(eval $(call gb_CppunitTest_set_include,sd_regression_test,\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index 4d175957c35a..03453fff113c 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -74,8 +74,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sd_uimpress)) - ifeq ($(OS),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,sd_uimpress,\ ws2_32 \ diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index d8dd7c095133..05a7baf7c9d1 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -106,8 +106,6 @@ $(eval $(call gb_Library_use_libraries,sd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sd)) - $(eval $(call gb_Library_use_externals,sd,\ libxml2 \ dbus \ diff --git a/sd/Library_sdd.mk b/sd/Library_sdd.mk index c668637a588c..f0c23cd51c49 100644 --- a/sd/Library_sdd.mk +++ b/sd/Library_sdd.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,sdd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sdd)) - $(eval $(call gb_Library_set_componentfile,sdd,sd/util/sdd)) $(eval $(call gb_Library_add_exception_objects,sdd,\ diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index b0b0d967731e..1c4c152bc4b6 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -68,8 +68,6 @@ $(eval $(call gb_Library_use_libraries,sdfilt,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sdfilt)) - $(eval $(call gb_Library_set_componentfile,sdfilt,sd/util/sdfilt)) $(eval $(call gb_Library_add_exception_objects,sdfilt,\ diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index 7949f732e34e..98c1fe96c573 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -67,8 +67,6 @@ $(eval $(call gb_Library_use_libraries,sdui,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sdui)) - $(eval $(call gb_Library_add_exception_objects,sdui,\ sd/source/filter/html/htmlattr \ sd/source/filter/html/pubdlg \ diff --git a/sdext/CppunitTest_pdfimport.mk b/sdext/CppunitTest_pdfimport.mk index 8d40f2431493..f81f930d44a4 100644 --- a/sdext/CppunitTest_pdfimport.mk +++ b/sdext/CppunitTest_pdfimport.mk @@ -56,8 +56,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sdext_pdfimport,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sdext_pdfimport)) - $(eval $(call gb_CppunitTest_use_static_libraries,sdext_pdfimport,\ pdfimport_s \ )) diff --git a/sfx2/CppunitTest_sfx2_metadatable.mk b/sfx2/CppunitTest_sfx2_metadatable.mk index 81706c523065..277c56417f1c 100644 --- a/sfx2/CppunitTest_sfx2_metadatable.mk +++ b/sfx2/CppunitTest_sfx2_metadatable.mk @@ -31,8 +31,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sfx2_metadatable, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sfx2_metadatable)) - $(eval $(call gb_CppunitTest_set_include,sfx2_metadatable,\ $$(INCLUDE) \ )) diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk index 22925b03f315..3ecdb9cd263d 100644 --- a/sfx2/Library_qstart.mk +++ b/sfx2/Library_qstart.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,qstart_gtk,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,qstart_gtk)) - $(eval $(call gb_Library_use_externals,qstart_gtk,\ gio \ gtk \ diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 1ec228446b2f..baf71388e393 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -70,8 +70,6 @@ $(eval $(call gb_Library_use_libraries,sfx,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sfx)) - $(eval $(call gb_Library_use_external,sfx,libxml2)) $(eval $(call gb_Library_add_exception_objects,sfx,\ diff --git a/shell/Executable_lngconvex.mk b/shell/Executable_lngconvex.mk index b32ba7e89b97..e5ecb8b998bb 100644 --- a/shell/Executable_lngconvex.mk +++ b/shell/Executable_lngconvex.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Executable_use_libraries,lngconvex,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,lngconvex)) - $(eval $(call gb_Executable_add_exception_objects,lngconvex,\ shell/source/tools/lngconvex/cmdline \ shell/source/tools/lngconvex/lngconvex \ diff --git a/shell/Library_cmdmail.mk b/shell/Library_cmdmail.mk index 58c13032f883..9f2c8ba1eeda 100644 --- a/shell/Library_cmdmail.mk +++ b/shell/Library_cmdmail.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,cmdmail,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,cmdmail)) - $(eval $(call gb_Library_set_componentfile,cmdmail,shell/source/cmdmail/cmdmail)) $(eval $(call gb_Library_add_exception_objects,cmdmail,\ diff --git a/shell/Library_desktopbe.mk b/shell/Library_desktopbe.mk index 28a0e8760ab0..f52735eeaa64 100644 --- a/shell/Library_desktopbe.mk +++ b/shell/Library_desktopbe.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,desktopbe1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,desktopbe1)) - $(eval $(call gb_Library_set_componentfile,desktopbe1,shell/source/backends/desktopbe/desktopbe1)) $(eval $(call gb_Library_add_exception_objects,desktopbe1,\ diff --git a/shell/Library_gconfbe.mk b/shell/Library_gconfbe.mk index d2deb022d20d..7ec447b38005 100644 --- a/shell/Library_gconfbe.mk +++ b/shell/Library_gconfbe.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Library_use_libraries,gconfbe1,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,gconfbe1)) - $(eval $(call gb_Library_set_componentfile,gconfbe1,shell/source/backends/gconfbe/gconfbe1)) $(eval $(call gb_Library_add_exception_objects,gconfbe1,\ diff --git a/shell/Library_kde4be.mk b/shell/Library_kde4be.mk index c20863655d9f..b7053cb0401d 100644 --- a/shell/Library_kde4be.mk +++ b/shell/Library_kde4be.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,kde4be1,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,kde4be1)) - $(eval $(call gb_Library_set_componentfile,kde4be1,shell/source/backends/kde4be/kde4be1)) $(eval $(call gb_Library_add_exception_objects,kde4be1,\ diff --git a/shell/Library_kdebe.mk b/shell/Library_kdebe.mk index 8637341d6ff0..13dd3530bfce 100644 --- a/shell/Library_kdebe.mk +++ b/shell/Library_kdebe.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,kdebe1,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,kdebe1)) - $(eval $(call gb_Library_set_componentfile,kdebe1,shell/source/backends/kdebe/kdebe1)) $(eval $(call gb_Library_add_exception_objects,kdebe1,\ diff --git a/shell/Library_localebe.mk b/shell/Library_localebe.mk index 0cefa0b8908f..11db1106248a 100644 --- a/shell/Library_localebe.mk +++ b/shell/Library_localebe.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,localebe1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,localebe1)) - $(eval $(call gb_Library_set_componentfile,localebe1,shell/source/backends/localebe/localebe1)) $(eval $(call gb_Library_add_exception_objects,localebe1,\ diff --git a/shell/Library_macbe.mk b/shell/Library_macbe.mk index 6746fc0bffb8..3aab6ea02292 100644 --- a/shell/Library_macbe.mk +++ b/shell/Library_macbe.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,macbe1,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,macbe1)) - $(eval $(call gb_Library_set_componentfile,macbe1,shell/source/backends/macbe/macbe1)) $(eval $(call gb_Library_add_objcxxobjects,macbe1,\ diff --git a/shell/Library_recentfile.mk b/shell/Library_recentfile.mk index c95b2d1ee343..cd27d3f48cd2 100644 --- a/shell/Library_recentfile.mk +++ b/shell/Library_recentfile.mk @@ -49,8 +49,6 @@ $(eval $(call gb_Library_use_libraries,recentfile,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,recentfile)) - $(eval $(call gb_Library_use_static_libraries,recentfile,\ shell_xmlparser \ )) diff --git a/shell/Library_syssh.mk b/shell/Library_syssh.mk index e16e957b7986..5cbdcb2c8533 100644 --- a/shell/Library_syssh.mk +++ b/shell/Library_syssh.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,syssh,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,syssh)) - $(eval $(call gb_Library_use_static_libraries,syssh,\ shell_xmlparser \ )) diff --git a/shell/Library_syssh_win.mk b/shell/Library_syssh_win.mk index d1b5d0db498a..986dca817dd2 100644 --- a/shell/Library_syssh_win.mk +++ b/shell/Library_syssh_win.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_system_win32_libs,syssh,\ shell32 \ )) -$(eval $(call gb_Library_add_standard_system_libs,syssh)) - $(eval $(call gb_Library_set_componentfile,syssh,shell/source/win32/syssh)) $(eval $(call gb_Library_add_exception_objects,syssh,\ diff --git a/shell/Library_tdebe.mk b/shell/Library_tdebe.mk index a9472456af73..de6d19810532 100644 --- a/shell/Library_tdebe.mk +++ b/shell/Library_tdebe.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,tdebe1,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,tdebe1)) - $(eval $(call gb_Library_set_componentfile,tdebe1,shell/source/backends/kdebe/tdebe1)) $(eval $(call gb_Library_add_exception_objects,tdebe1,\ diff --git a/shell/Library_wininetbe.mk b/shell/Library_wininetbe.mk index c2dbd1341e30..d578aa616b52 100644 --- a/shell/Library_wininetbe.mk +++ b/shell/Library_wininetbe.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,wininetbe1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,wininetbe1)) - $(eval $(call gb_Library_set_componentfile,wininetbe1,shell/source/backends/wininetbe/wininetbe1)) $(eval $(call gb_Library_add_exception_objects,wininetbe1,\ diff --git a/slideshow/CppunitTest_slideshow.mk b/slideshow/CppunitTest_slideshow.mk index 133ae060e6fa..838fdd58dd26 100644 --- a/slideshow/CppunitTest_slideshow.mk +++ b/slideshow/CppunitTest_slideshow.mk @@ -69,8 +69,6 @@ $(eval $(call gb_CppunitTest_use_libraries,slideshow,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,slideshow)) - $(eval $(call gb_CppunitTest_add_exception_objects,slideshow,\ slideshow/test/slidetest \ slideshow/test/testshape \ diff --git a/slideshow/Executable_demoshow.mk b/slideshow/Executable_demoshow.mk index 3ed481ed774f..a31584a22f1f 100644 --- a/slideshow/Executable_demoshow.mk +++ b/slideshow/Executable_demoshow.mk @@ -63,8 +63,6 @@ $(eval $(call gb_Executable_use_libraries,demoshow,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,demoshow)) - $(eval $(call gb_Executable_add_exception_objects,demoshow,\ slideshow/test/demoshow \ )) diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index 012262256290..bae4d99946f8 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,OGLTrans,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,OGLTrans)) - $(eval $(call gb_Library_use_external,OGLTrans,mesa_headers)) $(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/OGLTrans/ogltrans)) diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index d065532a696c..3813ce364c14 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.mk @@ -65,8 +65,6 @@ $(eval $(call gb_Library_use_libraries,slideshow,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,slideshow)) - $(eval $(call gb_Library_set_componentfile,slideshow,slideshow/util/slideshow)) $(eval $(call gb_Library_add_exception_objects,slideshow,\ diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index c7c7861275e4..5d0788aab372 100644 --- a/solenv/gbuild/CppunitTest.mk +++ b/solenv/gbuild/CppunitTest.mk @@ -104,6 +104,7 @@ endef define gb_CppunitTest__CppunitTest_impl $(call gb_LinkTarget_LinkTarget,$(2)) $(call gb_LinkTarget_set_targettype,$(2),CppunitTest) +$(call gb_LinkTarget_add_libs,$(2),$(gb_STDLIBS)) $(call gb_LinkTarget_add_defs,$(2),\ $(gb_CppunitTest_DEFS) \ ) @@ -341,7 +342,7 @@ $(eval $(foreach method,\ add_ldflags \ set_ldflags \ add_libs \ - add_standard_system_libs \ + disable_standard_system_libs \ use_system_darwin_frameworks \ use_system_win32_libs \ use_sdk_api \ diff --git a/solenv/gbuild/Executable.mk b/solenv/gbuild/Executable.mk index 0288c1755f71..8c178175ad4f 100644 --- a/solenv/gbuild/Executable.mk +++ b/solenv/gbuild/Executable.mk @@ -54,6 +54,7 @@ endef define gb_Executable__Executable_impl $(call gb_LinkTarget_LinkTarget,$(2)) $(call gb_LinkTarget_set_targettype,$(2),Executable) +$(call gb_LinkTarget_add_libs,$(2),$(gb_STDLIBS)) $(call gb_Executable_get_target,$(1)) : $(call gb_LinkTarget_get_target,$(2)) \ | $(dir $(call gb_Executable_get_target,$(1))).dir $(call gb_Executable_get_clean_target,$(1)) : $(call gb_LinkTarget_get_clean_target,$(2)) @@ -105,7 +106,7 @@ $(eval $(foreach method,\ add_ldflags \ set_ldflags \ add_libs \ - add_standard_system_libs \ + disable_standard_system_libs \ use_system_darwin_frameworks \ use_system_win32_libs \ set_library_path_flags \ diff --git a/solenv/gbuild/Library.mk b/solenv/gbuild/Library.mk index e4003a9d2682..518211152cda 100644 --- a/solenv/gbuild/Library.mk +++ b/solenv/gbuild/Library.mk @@ -69,6 +69,7 @@ endef define gb_Library__Library_impl $(call gb_LinkTarget_LinkTarget,$(2)) $(call gb_LinkTarget_set_targettype,$(2),Library) +$(call gb_LinkTarget_add_libs,$(2),$(gb_STDLIBS)) $(call gb_LinkTarget_add_defs,$(2),\ $(gb_Library_DEFS) \ ) @@ -185,7 +186,7 @@ $(eval $(foreach method,\ set_ldflags \ set_x64 \ add_libs \ - add_standard_system_libs \ + disable_standard_system_libs \ use_system_darwin_frameworks \ use_system_win32_libs \ set_library_path_flags \ diff --git a/solenv/gbuild/LinkTarget.mk b/solenv/gbuild/LinkTarget.mk index 5b953005ef24..617fc562bb2e 100644 --- a/solenv/gbuild/LinkTarget.mk +++ b/solenv/gbuild/LinkTarget.mk @@ -648,11 +648,11 @@ define gb_LinkTarget_add_libs $(call gb_LinkTarget_get_target,$(1)) : LIBS += $(2) endef -# add platform specific standard libraries to linker command for linktarget $(1) -# there are currently 94 Libraries/Executables/CppunitTests not using -# gb_STDLIBS... probably this should need to be added explicitly -define gb_LinkTarget_add_standard_system_libs -$(call gb_LinkTarget_get_target,$(1)) : LIBS += $(gb_STDLIBS) +# remove platform specific standard libraries for linktarget $(1) +# assumption is that adding these standard libs is always useful, but in very +# exceptional cases this disable method may be used +define gb_LinkTarget_disable_standard_system_libs +$(call gb_LinkTarget_get_target,$(1)) : LIBS := $$(filter-out $$(gb_STDLIBS),$$(LIBS)) endef define gb_LinkTarget_add_api diff --git a/sot/CppunitTest_sot_test_sot.mk b/sot/CppunitTest_sot_test_sot.mk index 0941434cf7f0..62b1b28980f0 100644 --- a/sot/CppunitTest_sot_test_sot.mk +++ b/sot/CppunitTest_sot_test_sot.mk @@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sot_test_sot, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sot_test_sot)) - $(eval $(call gb_CppunitTest_use_api,sot_test_sot,\ offapi \ udkapi \ diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk index c11af837e39f..36b4e19fbf61 100644 --- a/sot/Library_sot.mk +++ b/sot/Library_sot.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,sot,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sot)) - $(eval $(call gb_Library_add_exception_objects,sot,\ sot/source/unoolestorage/xolesimplestorage \ sot/source/unoolestorage/register \ diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index df89cdb9dd9d..efde9b438482 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -63,8 +63,6 @@ $(eval $(call gb_CppunitTest_use_libraries,starmath_qa_cppunit,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,starmath_qa_cppunit)) - $(eval $(call gb_CppunitTest_add_exception_objects,starmath_qa_cppunit,\ starmath/qa/cppunit/test_nodetotextvisitors \ starmath/qa/cppunit/test_starmath \ diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 554b49ce16e0..af0e885146ee 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,sm,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sm)) - $(eval $(call gb_Library_add_exception_objects,sm,\ starmath/source/accessibility \ starmath/source/action \ diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index 0837c2db16f3..a8db56e8b6ad 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Library_use_libraries,smd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,smd)) - $(eval $(call gb_Library_add_exception_objects,smd,\ starmath/source/detreg \ starmath/source/smdetect \ diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk index 46d72b7633d9..a7576114f947 100644 --- a/stoc/Library_bootstrap.mk +++ b/stoc/Library_bootstrap.mk @@ -56,8 +56,6 @@ $(eval $(call gb_Library_use_libraries,bootstrap,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,bootstrap)) - $(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap)) $(eval $(call gb_Library_add_exception_objects,bootstrap,\ diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk index a1e058c86304..be2eaf6711e2 100644 --- a/stoc/Library_introspection.mk +++ b/stoc/Library_introspection.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Library_use_libraries,introspection,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,introspection)) - $(eval $(call gb_Library_set_componentfile,introspection,stoc/source/inspect/introspection)) $(eval $(call gb_Library_add_exception_objects,introspection,\ diff --git a/stoc/Library_invocadapt.mk b/stoc/Library_invocadapt.mk index 7fe31573d480..81165cd9fc40 100644 --- a/stoc/Library_invocadapt.mk +++ b/stoc/Library_invocadapt.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,invocadapt,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,invocadapt)) - $(eval $(call gb_Library_set_componentfile,invocadapt,stoc/source/invocation_adapterfactory/invocadapt)) $(eval $(call gb_Library_add_exception_objects,invocadapt,\ diff --git a/stoc/Library_invocation.mk b/stoc/Library_invocation.mk index b2544c77372b..e5970024345d 100644 --- a/stoc/Library_invocation.mk +++ b/stoc/Library_invocation.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,invocation,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,invocation)) - $(eval $(call gb_Library_set_componentfile,invocation,stoc/source/invocation/invocation)) $(eval $(call gb_Library_add_exception_objects,invocation,\ diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk index 2303d92c0195..d30ccd1cdf15 100644 --- a/stoc/Library_javaloader.mk +++ b/stoc/Library_javaloader.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,javaloader,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,javaloader)) - $(eval $(call gb_Library_set_componentfile,javaloader,stoc/source/javaloader/javaloader)) $(eval $(call gb_Library_add_exception_objects,javaloader,\ diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk index a0fc87853263..78d018cf9cc3 100644 --- a/stoc/Library_javavm.mk +++ b/stoc/Library_javavm.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,javavm,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,javavm)) - $(eval $(call gb_Library_set_componentfile,javavm,stoc/source/javavm/javavm)) $(eval $(call gb_Library_add_exception_objects,javavm,\ diff --git a/stoc/Library_namingservice.mk b/stoc/Library_namingservice.mk index ed115ed30c42..0b049f5aefa3 100644 --- a/stoc/Library_namingservice.mk +++ b/stoc/Library_namingservice.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,namingservice,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,namingservice)) - $(eval $(call gb_Library_set_componentfile,namingservice,stoc/source/namingservice/namingservice)) $(eval $(call gb_Library_add_exception_objects,namingservice,\ diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk index 8eb08e55265d..75166f0f6809 100644 --- a/stoc/Library_proxyfac.mk +++ b/stoc/Library_proxyfac.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,proxyfac,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,proxyfac)) - $(eval $(call gb_Library_set_componentfile,proxyfac,stoc/source/proxy_factory/proxyfac)) $(eval $(call gb_Library_add_exception_objects,proxyfac,\ diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk index aa5198a84bdd..71fd2cdbc81f 100644 --- a/stoc/Library_reflection.mk +++ b/stoc/Library_reflection.mk @@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,reflection,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,reflection)) - $(eval $(call gb_Library_set_componentfile,reflection,stoc/source/corereflection/reflection)) $(eval $(call gb_Library_add_exception_objects,reflection,\ diff --git a/stoc/Library_stocservices.mk b/stoc/Library_stocservices.mk index 2a8b7b8f31e5..3da842d80946 100644 --- a/stoc/Library_stocservices.mk +++ b/stoc/Library_stocservices.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,stocservices,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,stocservices)) - $(eval $(call gb_Library_set_componentfile,stocservices,stoc/util/stocservices)) $(eval $(call gb_Library_add_exception_objects,stocservices,\ diff --git a/store/Library_store.mk b/store/Library_store.mk index 43d81da71f0a..f66c1ebce6db 100644 --- a/store/Library_store.mk +++ b/store/Library_store.mk @@ -42,8 +42,6 @@ $(eval $(call gb_Library_use_libraries,store,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,store)) - $(eval $(call gb_Library_add_exception_objects,store,\ store/source/object \ store/source/lockbyte \ diff --git a/svl/CppunitTest_svl_lngmisc.mk b/svl/CppunitTest_svl_lngmisc.mk index 505f63ea9683..8f19199517d5 100644 --- a/svl/CppunitTest_svl_lngmisc.mk +++ b/svl/CppunitTest_svl_lngmisc.mk @@ -42,8 +42,6 @@ $(eval $(call gb_CppunitTest_use_libraries,svl_lngmisc, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,svl_lngmisc)) - ifeq ($(GUI),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,svl_lngmisc, \ oleaut32 \ diff --git a/svl/CppunitTest_svl_urihelper.mk b/svl/CppunitTest_svl_urihelper.mk index ef2f3f040ce5..b432734626cc 100644 --- a/svl/CppunitTest_svl_urihelper.mk +++ b/svl/CppunitTest_svl_urihelper.mk @@ -51,6 +51,4 @@ $(eval $(call gb_CppunitTest_use_libraries,svl_urihelper, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,svl_urihelper)) - $(eval $(call gb_CppunitTest_use_ure,svl_urihelper)) diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk index 558dc60d7eac..06423e41911b 100644 --- a/svl/Library_fsstorage.mk +++ b/svl/Library_fsstorage.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,fsstorage,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,fsstorage)) - $(eval $(call gb_Library_add_exception_objects,fsstorage,\ svl/source/fsstor/fsfactory \ svl/source/fsstor/fsstorage \ diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk index a7c9886d925e..5cde5678563a 100644 --- a/svl/Library_passwordcontainer.mk +++ b/svl/Library_passwordcontainer.mk @@ -49,8 +49,6 @@ $(eval $(call gb_Library_use_libraries,passwordcontainer,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,passwordcontainer)) - $(eval $(call gb_Library_add_exception_objects,passwordcontainer,\ svl/source/passwordcontainer/passwordcontainer \ svl/source/passwordcontainer/syscreds \ diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index 46af0f9970ca..c6a2ff2ae6b4 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -62,8 +62,6 @@ $(eval $(call gb_Library_use_libraries,svl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,svl)) - $(eval $(call gb_Library_add_exception_objects,svl,\ svl/source/config/asiancfg \ svl/source/config/cjkoptions \ diff --git a/svtools/CppunitTest_svtools_filters_test.mk b/svtools/CppunitTest_svtools_filters_test.mk index aff901c79df6..b6db6efc463f 100644 --- a/svtools/CppunitTest_svtools_filters_test.mk +++ b/svtools/CppunitTest_svtools_filters_test.mk @@ -44,8 +44,6 @@ $(eval $(call gb_CppunitTest_use_libraries,svtools_filters_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,svtools_filters_test)) - $(eval $(call gb_CppunitTest_use_api,svtools_filters_test,\ udkapi \ offapi \ diff --git a/svtools/Executable_bmp.mk b/svtools/Executable_bmp.mk index e837abd32d58..3a7537cc2e7a 100644 --- a/svtools/Executable_bmp.mk +++ b/svtools/Executable_bmp.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Executable_use_libraries,bmp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,bmp)) - $(eval $(call gb_Executable_add_exception_objects,bmp,\ svtools/bmpmaker/bmp \ svtools/bmpmaker/bmpcore \ diff --git a/svtools/Executable_bmpsum.mk b/svtools/Executable_bmpsum.mk index 7ae8dbf46dd3..e6fabb7984bc 100644 --- a/svtools/Executable_bmpsum.mk +++ b/svtools/Executable_bmpsum.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Executable_use_libraries,bmpsum,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,bmpsum)) - $(eval $(call gb_Executable_add_exception_objects,bmpsum,\ svtools/bmpmaker/bmpsum \ )) diff --git a/svtools/Executable_g2g.mk b/svtools/Executable_g2g.mk index 3dace37d6c7f..5abc4ea558cb 100644 --- a/svtools/Executable_g2g.mk +++ b/svtools/Executable_g2g.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Executable_use_libraries,g2g,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,g2g)) - $(eval $(call gb_Executable_add_exception_objects,g2g,\ svtools/bmpmaker/g2g \ )) diff --git a/svtools/Executable_langsupport.mk b/svtools/Executable_langsupport.mk index 704e51b636ee..71db2aeb7d0e 100644 --- a/svtools/Executable_langsupport.mk +++ b/svtools/Executable_langsupport.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Executable_use_libraries,langsupport,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,langsupport)) - $(eval $(call gb_Executable_add_exception_objects,langsupport,\ svtools/langsupport/langsupport \ )) diff --git a/svtools/Library_hatchwindowfactory.mk b/svtools/Library_hatchwindowfactory.mk index 1827cb1ae389..a25abdb3bcf3 100644 --- a/svtools/Library_hatchwindowfactory.mk +++ b/svtools/Library_hatchwindowfactory.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,hatchwindowfactory,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,hatchwindowfactory)) - $(eval $(call gb_Library_add_exception_objects,hatchwindowfactory,\ svtools/source/hatchwindow/documentcloser \ svtools/source/hatchwindow/hatchwindow \ diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk index e001aa4b62cc..d78caa23be90 100644 --- a/svtools/Library_svt.mk +++ b/svtools/Library_svt.mk @@ -65,8 +65,6 @@ $(eval $(call gb_Library_use_libraries,svt,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,svt)) - $(eval $(call gb_Library_use_externals,svt,\ icuuc \ jpeg \ diff --git a/svx/Executable_gengal.bin.mk b/svx/Executable_gengal.bin.mk index 1cb9d8f78e25..60bedc43dc7c 100644 --- a/svx/Executable_gengal.bin.mk +++ b/svx/Executable_gengal.bin.mk @@ -60,8 +60,6 @@ $(eval $(call gb_Executable_use_libraries,$(svx_GENGALBIN),\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,$(svx_GENGALBIN))) - $(eval $(call gb_Executable_add_exception_objects,$(svx_GENGALBIN),\ svx/source/gengal/gengal \ )) diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index 796aa222aac1..6ccba764b892 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -68,8 +68,6 @@ $(eval $(call gb_Library_use_libraries,svx,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,svx)) - $(eval $(call gb_Library_use_external,svx,icuuc)) $(eval $(call gb_Library_add_exception_objects,svx,\ diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 929c8cf49ae6..ec1b98f5bc0d 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -85,8 +85,6 @@ $(eval $(call gb_Library_use_libraries,svxcore,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,svxcore)) - $(eval $(call gb_Library_use_external,svxcore,icuuc)) $(eval $(call gb_Library_add_exception_objects,svxcore,\ diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk index 13a11c1c1937..f16bf445963d 100644 --- a/svx/Library_textconversiondlgs.mk +++ b/svx/Library_textconversiondlgs.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,textconversiondlgs,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,textconversiondlgs)) - $(eval $(call gb_Library_add_exception_objects,textconversiondlgs,\ svx/source/unodialogs/textconversiondlgs/services \ svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog \ diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index 53d990751bb5..7b0d48fa14b4 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -58,8 +58,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_filters_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_filters_test)) - $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\ -I$(SRCDIR)/sw/source/ui/inc \ -I$(SRCDIR)/sw/inc \ diff --git a/sw/CppunitTest_sw_layout_test.mk b/sw/CppunitTest_sw_layout_test.mk index ccbe8cd678ce..af54e0af27da 100644 --- a/sw/CppunitTest_sw_layout_test.mk +++ b/sw/CppunitTest_sw_layout_test.mk @@ -69,8 +69,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_layout_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_layout_test)) - $(eval $(call gb_CppunitTest_set_include,sw_layout_test,\ -I$(SRCDIR)/sw/source/ui/inc \ -I$(SRCDIR)/sw/inc \ diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index 30915f2ae77f..a321a29935e2 100644 --- a/sw/CppunitTest_sw_macros_test.mk +++ b/sw/CppunitTest_sw_macros_test.mk @@ -70,8 +70,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_macros_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_macros_test)) - $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\ -I$(SRCDIR)/sw/source/ui/inc \ -I$(SRCDIR)/sw/inc \ diff --git a/sw/CppunitTest_sw_regression_test.mk b/sw/CppunitTest_sw_regression_test.mk index 69c10d366a67..32d2bdb46c55 100644 --- a/sw/CppunitTest_sw_regression_test.mk +++ b/sw/CppunitTest_sw_regression_test.mk @@ -70,8 +70,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_regression_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_regression_test)) - $(eval $(call gb_CppunitTest_set_include,sw_regression_test,\ -I$(SRCDIR)/sw/source/ui/inc \ -I$(SRCDIR)/sw/inc \ diff --git a/sw/CppunitTest_sw_subsequent_odfexport.mk b/sw/CppunitTest_sw_subsequent_odfexport.mk index 03af297f98d9..4ba12b90b0db 100644 --- a/sw/CppunitTest_sw_subsequent_odfexport.mk +++ b/sw/CppunitTest_sw_subsequent_odfexport.mk @@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfexport, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_subsequent_odfexport)) - $(eval $(call gb_CppunitTest_use_externals,sw_subsequent_odfexport,\ libxml2 \ )) diff --git a/sw/CppunitTest_sw_subsequent_odfimport.mk b/sw/CppunitTest_sw_subsequent_odfimport.mk index 7d52f510aed5..9c9a1560d5ca 100644 --- a/sw/CppunitTest_sw_subsequent_odfimport.mk +++ b/sw/CppunitTest_sw_subsequent_odfimport.mk @@ -46,8 +46,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfimport, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_subsequent_odfimport)) - $(eval $(call gb_CppunitTest_use_externals,sw_subsequent_odfimport,\ libxml2 \ )) diff --git a/sw/CppunitTest_sw_subsequent_ooxmlexport.mk b/sw/CppunitTest_sw_subsequent_ooxmlexport.mk index 1523e5ca4f52..588349cad511 100644 --- a/sw/CppunitTest_sw_subsequent_ooxmlexport.mk +++ b/sw/CppunitTest_sw_subsequent_ooxmlexport.mk @@ -46,8 +46,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlexport, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_subsequent_ooxmlexport)) - $(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ooxmlexport,\ libxml2 \ )) diff --git a/sw/CppunitTest_sw_subsequent_ooxmlimport.mk b/sw/CppunitTest_sw_subsequent_ooxmlimport.mk index 30d793c32c76..d8b9bc428383 100644 --- a/sw/CppunitTest_sw_subsequent_ooxmlimport.mk +++ b/sw/CppunitTest_sw_subsequent_ooxmlimport.mk @@ -45,8 +45,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlimport, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_subsequent_ooxmlimport)) - $(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ooxmlimport,\ libxml2 \ )) diff --git a/sw/CppunitTest_sw_subsequent_rtfexport.mk b/sw/CppunitTest_sw_subsequent_rtfexport.mk index e9c721ec5611..bd45fad4bb34 100644 --- a/sw/CppunitTest_sw_subsequent_rtfexport.mk +++ b/sw/CppunitTest_sw_subsequent_rtfexport.mk @@ -45,8 +45,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfexport, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_subsequent_rtfexport)) - $(eval $(call gb_CppunitTest_use_externals,sw_subsequent_rtfexport,\ libxml2 \ )) diff --git a/sw/CppunitTest_sw_subsequent_rtfimport.mk b/sw/CppunitTest_sw_subsequent_rtfimport.mk index 6e9339e37a18..062ef8dd87f7 100644 --- a/sw/CppunitTest_sw_subsequent_rtfimport.mk +++ b/sw/CppunitTest_sw_subsequent_rtfimport.mk @@ -46,8 +46,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfimport, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_subsequent_rtfimport)) - $(eval $(call gb_CppunitTest_use_externals,sw_subsequent_rtfimport,\ libxml2 \ )) diff --git a/sw/CppunitTest_sw_subsequent_ww8export.mk b/sw/CppunitTest_sw_subsequent_ww8export.mk index 35a6af3814ce..5fccb5d848a1 100644 --- a/sw/CppunitTest_sw_subsequent_ww8export.mk +++ b/sw/CppunitTest_sw_subsequent_ww8export.mk @@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8export, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_subsequent_ww8export)) - $(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ww8export,\ libxml2 \ )) diff --git a/sw/CppunitTest_sw_subsequent_ww8import.mk b/sw/CppunitTest_sw_subsequent_ww8import.mk index f4bf71c30725..c00f966ae7d8 100644 --- a/sw/CppunitTest_sw_subsequent_ww8import.mk +++ b/sw/CppunitTest_sw_subsequent_ww8import.mk @@ -44,8 +44,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8import, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_subsequent_ww8import)) - $(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ww8import,\ libxml2 \ )) diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk index 268a620e9161..f25b9691aa21 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_swdoc_test.mk @@ -70,8 +70,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_swdoc_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,sw_swdoc_test)) - $(eval $(call gb_CppunitTest_use_externals,sw_swdoc_test,\ icuuc \ libxml2 \ diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index f1f3a8c7a9b6..cba74d917d2e 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -70,8 +70,6 @@ $(eval $(call gb_Library_use_libraries,msword,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,msword)) - $(eval $(call gb_Library_use_externals,msword,\ icuuc \ libxml2 \ diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 5dd22de249c2..ba3fcb23c2af 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -79,8 +79,6 @@ $(eval $(call gb_Library_use_libraries,sw,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,sw)) - $(eval $(call gb_Library_use_externals,sw,\ icuuc \ libxml2 \ diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index 780b069f4bfd..856efac25051 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -60,8 +60,6 @@ $(eval $(call gb_Library_use_libraries,swd,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,swd)) - $(eval $(call gb_Library_add_exception_objects,swd,\ sw/source/filter/basflt/iodetect \ sw/source/ui/uno/detreg \ diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index 040717b7900a..eaa68dac9404 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -70,8 +70,6 @@ $(eval $(call gb_Library_use_libraries,swui,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,swui)) - $(eval $(call gb_Library_add_exception_objects,swui,\ sw/source/ui/chrdlg/break \ sw/source/ui/chrdlg/chardlg \ diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index aeed2a85a0ff..7f593ec04b18 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -66,8 +66,6 @@ $(eval $(call gb_Library_use_libraries,vbaswobj,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,vbaswobj)) - $(eval $(call gb_Library_use_externals,vbaswobj,\ libxml2 \ )) diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk index 886702d022d7..0bc9359755c1 100644 --- a/test/Library_subsequenttest.mk +++ b/test/Library_subsequenttest.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,subsequenttest,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,subsequenttest)) - ifeq ($(GUIBASE),unx) $(call gb_Library_get_target,subsequenttest) : \ $(call gb_Library_get_target,desktop_detector) \ diff --git a/test/Library_test.mk b/test/Library_test.mk index 61579bf8d0a3..4b395be0f009 100644 --- a/test/Library_test.mk +++ b/test/Library_test.mk @@ -53,8 +53,6 @@ $(eval $(call gb_Library_use_libraries,test,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,test)) - ifeq ($(GUIBASE),unx) $(call gb_Library_get_target,test) : \ $(call gb_Library_get_target,desktop_detector) \ diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index d1e1fee6fe98..b7994783559d 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -55,8 +55,6 @@ $(eval $(call gb_Library_use_libraries,tk,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,tk)) - $(eval $(call gb_Library_add_exception_objects,tk,\ toolkit/source/awt/asynccallback \ toolkit/source/awt/stylesettings \ diff --git a/tools/CppunitTest_tools_test.mk b/tools/CppunitTest_tools_test.mk index 6fce0cdcbf4a..e753f49220d0 100644 --- a/tools/CppunitTest_tools_test.mk +++ b/tools/CppunitTest_tools_test.mk @@ -49,8 +49,6 @@ $(eval $(call gb_CppunitTest_use_libraries,tools_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,tools_test)) - $(eval $(call gb_CppunitTest_use_static_libraries,tools_test, \ ooopathutils \ )) diff --git a/tools/Executable_bestreversemap.mk b/tools/Executable_bestreversemap.mk index 5fae14f4f6e4..33a51dd6d74d 100644 --- a/tools/Executable_bestreversemap.mk +++ b/tools/Executable_bestreversemap.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Executable_use_libraries,bestreversemap,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,bestreversemap)) - $(eval $(call gb_Executable_add_exception_objects,bestreversemap,\ tools/source/reversemap/bestreversemap \ )) diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk index c92e01296759..d030d1d85f4e 100644 --- a/tools/Executable_mkunroll.mk +++ b/tools/Executable_mkunroll.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Executable_use_libraries,mkunroll,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,mkunroll)) - $(eval $(call gb_Executable_add_exception_objects,mkunroll,\ tools/bootstrp/mkunroll/mkunroll \ )) diff --git a/tools/Executable_rscdep.mk b/tools/Executable_rscdep.mk index b408da57beb4..d00cba5c46eb 100644 --- a/tools/Executable_rscdep.mk +++ b/tools/Executable_rscdep.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Executable_use_libraries,rscdep,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_standard_system_libs,rscdep)) - $(eval $(call gb_Executable_use_sdk_api,rscdep)) $(eval $(call gb_Executable_add_exception_objects,rscdep,\ diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk index c7cfd90e695a..fcd72c2ddded 100644 --- a/tools/Executable_so_checksum.mk +++ b/tools/Executable_so_checksum.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Executable_use_libraries,so_checksum,\ )) # used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 vos3gcc3 - seems to be superficial -$(eval $(call gb_Executable_add_standard_system_libs,so_checksum)) - $(eval $(call gb_Executable_add_exception_objects,so_checksum,\ tools/bootstrp/md5 \ tools/bootstrp/so_checksum \ diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index b7802267c891..cd8afecf5b73 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,tl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,tl)) - $(eval $(call gb_Library_add_exception_objects,tl,\ tools/source/datetime/datetime \ diff --git a/touch/Library_libotouch.mk b/touch/Library_libotouch.mk index 261d305f3ffe..7e26f3d4ff86 100644 --- a/touch/Library_libotouch.mk +++ b/touch/Library_libotouch.mk @@ -22,8 +22,6 @@ $(eval $(call gb_Library_use_internal_comprehensive_api,libotouch,\ $(eval $(call gb_Library_use_libraries,libotouch,\ )) -$(eval $(call gb_Library_add_standard_system_libs,libotouch)) - $(eval $(call gb_Library_add_exception_objects,libotouch,\ touch/source/uno/Document \ touch/source/generic/libotouch \ diff --git a/tubes/CppunitTest_tubes_test.mk b/tubes/CppunitTest_tubes_test.mk index 728067ddb4c3..923d75b056a3 100644 --- a/tubes/CppunitTest_tubes_test.mk +++ b/tubes/CppunitTest_tubes_test.mk @@ -37,8 +37,6 @@ $(eval $(call gb_CppunitTest_use_libraries,tubes_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,tubes_test)) - $(eval $(call gb_CppunitTest_use_externals,tubes_test,\ telepathy \ )) diff --git a/tubes/Library_tubes.mk b/tubes/Library_tubes.mk index fd1d2a1685a7..1f79acade6c7 100644 --- a/tubes/Library_tubes.mk +++ b/tubes/Library_tubes.mk @@ -52,8 +52,6 @@ $(eval $(call gb_Library_use_libraries,tubes,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,tubes)) - $(eval $(call gb_Library_use_externals,tubes,\ gtk \ telepathy \ diff --git a/ucb/Library_cached1.mk b/ucb/Library_cached1.mk index e5f4b858179e..1d9ca407cfc4 100644 --- a/ucb/Library_cached1.mk +++ b/ucb/Library_cached1.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,cached1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,cached1)) - $(eval $(call gb_Library_add_exception_objects,cached1,\ ucb/source/cacher/cachedcontentresultset \ ucb/source/cacher/cachedcontentresultsetstub \ diff --git a/ucb/Library_srtrs1.mk b/ucb/Library_srtrs1.mk index 38a48be65839..587b0745f53b 100644 --- a/ucb/Library_srtrs1.mk +++ b/ucb/Library_srtrs1.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,srtrs1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,srtrs1)) - $(eval $(call gb_Library_add_exception_objects,srtrs1,\ ucb/source/sorter/sortdynres \ ucb/source/sorter/sortmain \ diff --git a/ucb/Library_ucb1.mk b/ucb/Library_ucb1.mk index 5b04efbc31b7..5dabe48bbd4a 100644 --- a/ucb/Library_ucb1.mk +++ b/ucb/Library_ucb1.mk @@ -45,8 +45,6 @@ $(eval $(call gb_Library_use_libraries,ucb1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucb1)) - $(eval $(call gb_Library_add_exception_objects,ucb1,\ ucb/source/core/cmdenv \ ucb/source/core/identify \ diff --git a/ucb/Library_ucpcmis1.mk b/ucb/Library_ucpcmis1.mk index 6d3a61a37174..a19f10be8853 100644 --- a/ucb/Library_ucpcmis1.mk +++ b/ucb/Library_ucpcmis1.mk @@ -42,8 +42,6 @@ $(eval $(call gb_Library_use_libraries,ucpcmis1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpcmis1)) - $(eval $(call gb_Library_use_externals,ucpcmis1,\ cmis \ curl \ diff --git a/ucb/Library_ucpdav1.mk b/ucb/Library_ucpdav1.mk index c8053c180c9f..a38a8f103146 100644 --- a/ucb/Library_ucpdav1.mk +++ b/ucb/Library_ucpdav1.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,ucpdav1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpdav1)) - $(eval $(call gb_Library_use_externals,ucpdav1,\ libxml2 \ neon \ diff --git a/ucb/Library_ucpexpand1.mk b/ucb/Library_ucpexpand1.mk index ade70cf4b568..04a29d601286 100644 --- a/ucb/Library_ucpexpand1.mk +++ b/ucb/Library_ucpexpand1.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,ucpexpand1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpexpand1)) - $(eval $(call gb_Library_add_exception_objects,ucpexpand1,\ ucb/source/ucp/expand/ucpexpand \ )) diff --git a/ucb/Library_ucpext.mk b/ucb/Library_ucpext.mk index 4a1de1b2460f..3e6c5f599a56 100644 --- a/ucb/Library_ucpext.mk +++ b/ucb/Library_ucpext.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,ucpext,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpext)) - $(eval $(call gb_Library_add_exception_objects,ucpext,\ ucb/source/ucp/ext/ucpext_content \ ucb/source/ucp/ext/ucpext_datasupplier \ diff --git a/ucb/Library_ucpfile1.mk b/ucb/Library_ucpfile1.mk index 532e5802de59..12890b1e70fe 100644 --- a/ucb/Library_ucpfile1.mk +++ b/ucb/Library_ucpfile1.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,ucpfile1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpfile1)) - $(eval $(call gb_Library_add_exception_objects,ucpfile1,\ ucb/source/ucp/file/bc \ ucb/source/ucp/file/filcmd \ diff --git a/ucb/Library_ucpftp1.mk b/ucb/Library_ucpftp1.mk index aa37b20a71af..c0925d24dcaf 100644 --- a/ucb/Library_ucpftp1.mk +++ b/ucb/Library_ucpftp1.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,ucpftp1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpftp1)) - $(eval $(call gb_Library_use_externals,ucpftp1,\ curl \ zlib \ diff --git a/ucb/Library_ucpgio1.mk b/ucb/Library_ucpgio1.mk index e863fc7602fe..27c7dea74ae3 100644 --- a/ucb/Library_ucpgio1.mk +++ b/ucb/Library_ucpgio1.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,ucpgio1,\ ucbhelper \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpgio1)) - $(eval $(call gb_Library_use_externals,ucpgio1,\ gio \ )) diff --git a/ucb/Library_ucpgvfs1.mk b/ucb/Library_ucpgvfs1.mk index 42f0dc663741..3165c5f933c3 100644 --- a/ucb/Library_ucpgvfs1.mk +++ b/ucb/Library_ucpgvfs1.mk @@ -49,8 +49,6 @@ $(eval $(call gb_Library_use_libraries,ucpgvfs1,\ ucbhelper \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpgvfs1)) - $(eval $(call gb_Library_add_exception_objects,ucpgvfs1,\ ucb/source/ucp/gvfs/gvfs_content \ ucb/source/ucp/gvfs/gvfs_directory \ diff --git a/ucb/Library_ucphier1.mk b/ucb/Library_ucphier1.mk index 4f4325bc5b20..767fbd15208a 100644 --- a/ucb/Library_ucphier1.mk +++ b/ucb/Library_ucphier1.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,ucphier1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucphier1)) - $(eval $(call gb_Library_add_exception_objects,ucphier1,\ ucb/source/ucp/hierarchy/dynamicresultset \ ucb/source/ucp/hierarchy/hierarchycontentcaps \ diff --git a/ucb/Library_ucpodma1.mk b/ucb/Library_ucpodma1.mk index d11376325a3a..1c0f950e632a 100644 --- a/ucb/Library_ucpodma1.mk +++ b/ucb/Library_ucpodma1.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,ucpodma1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucpodma1)) - $(eval $(call gb_Library_use_static_libraries,ucpodma1,\ odma_lib \ )) diff --git a/ucb/Library_ucppkg1.mk b/ucb/Library_ucppkg1.mk index 40983cf0b43b..c3c3671f082d 100644 --- a/ucb/Library_ucppkg1.mk +++ b/ucb/Library_ucppkg1.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,ucppkg1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucppkg1)) - $(eval $(call gb_Library_add_exception_objects,ucppkg1,\ ucb/source/ucp/package/pkgcontentcaps \ ucb/source/ucp/package/pkgcontent \ diff --git a/ucb/Library_ucptdoc1.mk b/ucb/Library_ucptdoc1.mk index 9138ca2af3eb..532d06828fce 100644 --- a/ucb/Library_ucptdoc1.mk +++ b/ucb/Library_ucptdoc1.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,ucptdoc1,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucptdoc1)) - $(eval $(call gb_Library_add_exception_objects,ucptdoc1,\ ucb/source/ucp/tdoc/tdoc_contentcaps \ ucb/source/ucp/tdoc/tdoc_content \ diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index d6e32e8effbd..73b1afc30c4e 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -21,8 +21,6 @@ $(eval $(call gb_Library_use_libraries,ucbhelper,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,ucbhelper)) - $(eval $(call gb_Library_add_defs,ucbhelper,\ -DUCBHELPER_DLLIMPLEMENTATION \ )) diff --git a/unotest/Library_unobootstrapprotector.mk b/unotest/Library_unobootstrapprotector.mk index 1da0fd52ccb1..1d1e0e127d79 100644 --- a/unotest/Library_unobootstrapprotector.mk +++ b/unotest/Library_unobootstrapprotector.mk @@ -39,8 +39,6 @@ $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,unobootstrapprotector)) - $(eval $(call gb_Library_use_externals,unobootstrapprotector,\ cppunit \ )) diff --git a/unotest/Library_unoexceptionprotector.mk b/unotest/Library_unoexceptionprotector.mk index ca5f9c064242..f5ed3f9f2486 100644 --- a/unotest/Library_unoexceptionprotector.mk +++ b/unotest/Library_unoexceptionprotector.mk @@ -38,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,unoexceptionprotector,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,unoexceptionprotector)) - $(eval $(call gb_Library_use_externals,unoexceptionprotector,\ cppunit \ )) diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index 3c851a3cee54..178777fca719 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,unotest,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,unotest)) - $(eval $(call gb_Library_use_externals,unotest,\ cppunit \ )) diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index ef33f7f5c48f..7dafedab43ea 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -63,8 +63,6 @@ $(eval $(call gb_Library_use_libraries,utl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,utl)) - # add all source files that shall be compiled with exceptions enabled # the name is relative to $(SRCROOT) and must not contain an extension $(eval $(call gb_Library_add_exception_objects,utl,\ diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk index bc8aef2e2f3f..348b919dce17 100644 --- a/unoxml/Library_unordf.mk +++ b/unoxml/Library_unordf.mk @@ -35,8 +35,6 @@ $(eval $(call gb_Library_use_libraries,unordf,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,unordf)) - $(eval $(call gb_Library_use_externals,unordf,librdf)) $(eval $(call gb_Library_use_externals,unordf,libxslt)) $(eval $(call gb_Library_use_externals,unordf,libxml2)) diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index 8d47855670e7..502537750478 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -37,8 +37,6 @@ $(eval $(call gb_Library_use_libraries,unoxml,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,unoxml)) - $(eval $(call gb_Library_use_external,unoxml,libxml2)) $(eval $(call gb_Library_add_exception_objects,unoxml,\ diff --git a/uui/Library_uui.mk b/uui/Library_uui.mk index 797f8eaf0512..69335bf0ad26 100644 --- a/uui/Library_uui.mk +++ b/uui/Library_uui.mk @@ -46,8 +46,6 @@ $(eval $(call gb_Library_use_libraries,uui,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,uui)) - $(eval $(call gb_Library_add_exception_objects,uui,\ uui/source/alreadyopen \ uui/source/filechanged \ diff --git a/vbahelper/Library_msforms.mk b/vbahelper/Library_msforms.mk index e8c009b3e59f..63d0f67aeb5c 100644 --- a/vbahelper/Library_msforms.mk +++ b/vbahelper/Library_msforms.mk @@ -65,8 +65,6 @@ $(eval $(call gb_Library_use_libraries,msforms,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,msforms)) - # add all source files that shall be compiled with exceptions enabled # the name is relative to $(SRCROOT) and must not contain an extension $(eval $(call gb_Library_add_exception_objects,msforms,\ diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk index 06a146904a5c..1da2b8e07dae 100644 --- a/vbahelper/Library_vbahelper.mk +++ b/vbahelper/Library_vbahelper.mk @@ -68,8 +68,6 @@ $(eval $(call gb_Library_use_libraries,vbahelper,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,vbahelper)) - # add all source files that shall be compiled with exceptions enabled # the name is relative to $(SRCROOT) and must not contain an extension $(eval $(call gb_Library_add_exception_objects,vbahelper,\ diff --git a/vcl/Executable_kdefilepicker.mk b/vcl/Executable_kdefilepicker.mk index c0adf2735b6f..40a95922917d 100644 --- a/vcl/Executable_kdefilepicker.mk +++ b/vcl/Executable_kdefilepicker.mk @@ -35,8 +35,6 @@ $(eval $(call gb_Executable_use_libraries,kdefilepicker,\ sal \ )) -$(eval $(call gb_Executable_add_standard_system_libs,kdefilepicker)) - $(eval $(call gb_Executable_add_libs,kdefilepicker,\ $(KDE_LIBS) \ -lkio -lX11 \ diff --git a/vcl/Executable_tdefilepicker.mk b/vcl/Executable_tdefilepicker.mk index 7458f4197b2c..4c912e4779ad 100644 --- a/vcl/Executable_tdefilepicker.mk +++ b/vcl/Executable_tdefilepicker.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Executable_use_libraries,tdefilepicker,\ sal \ )) -$(eval $(call gb_Executable_add_standard_system_libs,tdefilepicker)) - $(eval $(call gb_Executable_add_libs,tdefilepicker,\ $(TDE_LIBS) \ -lkio -lX11 \ diff --git a/vcl/Library_desktop_detector.mk b/vcl/Library_desktop_detector.mk index 6ade59bbd86a..0b44caba6104 100644 --- a/vcl/Library_desktop_detector.mk +++ b/vcl/Library_desktop_detector.mk @@ -57,8 +57,6 @@ $(eval $(call gb_Library_use_libraries,desktop_detector,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,desktop_detector)) - $(eval $(call gb_Library_use_externals,desktop_detector,\ icule \ icuuc \ diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 02dae7d43f95..6eebaeb1e015 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -81,8 +81,6 @@ $(eval $(call gb_Library_use_libraries,vcl,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,vcl)) - ifeq ($(OS),MACOSX) $(eval $(call gb_Library_add_libs,vcl,\ -lobjc \ diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk index 67795ef553a9..269ee1ee6e51 100644 --- a/vcl/Library_vclplug_gen.mk +++ b/vcl/Library_vclplug_gen.mk @@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_gen,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,vclplug_gen)) - $(eval $(call gb_Library_use_externals,vclplug_gen,\ cairo \ icule \ diff --git a/vcl/Library_vclplug_gtk.mk b/vcl/Library_vclplug_gtk.mk index 3fb0d8038b69..4ff18dafb5eb 100644 --- a/vcl/Library_vclplug_gtk.mk +++ b/vcl/Library_vclplug_gtk.mk @@ -59,8 +59,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_gtk,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,vclplug_gtk)) - $(eval $(call gb_Library_use_externals,vclplug_gtk,\ dbus \ gtk \ diff --git a/vcl/Library_vclplug_gtk3.mk b/vcl/Library_vclplug_gtk3.mk index f924e80d8c33..2c34e1d529e7 100644 --- a/vcl/Library_vclplug_gtk3.mk +++ b/vcl/Library_vclplug_gtk3.mk @@ -71,8 +71,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_gtk3,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,vclplug_gtk3)) - $(eval $(call gb_Library_use_externals,vclplug_gtk3,\ dbus \ )) diff --git a/vcl/Library_vclplug_kde.mk b/vcl/Library_vclplug_kde.mk index d61717c00e2c..9b725b33edba 100644 --- a/vcl/Library_vclplug_kde.mk +++ b/vcl/Library_vclplug_kde.mk @@ -60,8 +60,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_kde,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,vclplug_kde)) - $(eval $(call gb_Library_use_externals,vclplug_kde,\ icule \ icuuc \ diff --git a/vcl/Library_vclplug_kde4.mk b/vcl/Library_vclplug_kde4.mk index f8450203ccd2..48a13c9dbebc 100644 --- a/vcl/Library_vclplug_kde4.mk +++ b/vcl/Library_vclplug_kde4.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_kde4,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,vclplug_kde4)) - $(eval $(call gb_Library_use_externals,vclplug_kde4,\ icule \ icuuc \ diff --git a/vcl/Library_vclplug_svp.mk b/vcl/Library_vclplug_svp.mk index 750342c3225b..66ccd12b7d4b 100644 --- a/vcl/Library_vclplug_svp.mk +++ b/vcl/Library_vclplug_svp.mk @@ -60,8 +60,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_svp,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,vclplug_svp)) - $(eval $(call gb_Library_use_externals,vclplug_svp,\ icule \ icuuc \ diff --git a/vcl/Library_vclplug_tde.mk b/vcl/Library_vclplug_tde.mk index efd3daaff151..9431131171ce 100644 --- a/vcl/Library_vclplug_tde.mk +++ b/vcl/Library_vclplug_tde.mk @@ -65,8 +65,6 @@ $(eval $(call gb_Library_use_libraries,vclplug_tde,\ sal \ )) -$(eval $(call gb_Library_add_standard_system_libs,vclplug_tde)) - $(eval $(call gb_Library_use_externals,vclplug_tde,\ icule \ icuuc \ diff --git a/writerfilter/CppunitTest_writerfilter_doctok.mk b/writerfilter/CppunitTest_writerfilter_doctok.mk index b5b8e7e928b8..26b89a1ceb54 100644 --- a/writerfilter/CppunitTest_writerfilter_doctok.mk +++ b/writerfilter/CppunitTest_writerfilter_doctok.mk @@ -40,8 +40,6 @@ $(eval $(call gb_CppunitTest_use_libraries,writerfilter_doctok, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,writerfilter_doctok)) - $(eval $(call gb_CppunitTest_set_include,writerfilter_doctok,\ $$(INCLUDE) \ -I$(SRCDIR)/writerfilter/inc \ diff --git a/writerfilter/CppunitTest_writerfilter_rtftok.mk b/writerfilter/CppunitTest_writerfilter_rtftok.mk index a50d72151a30..ae981d84b8ba 100644 --- a/writerfilter/CppunitTest_writerfilter_rtftok.mk +++ b/writerfilter/CppunitTest_writerfilter_rtftok.mk @@ -46,8 +46,6 @@ $(eval $(call gb_CppunitTest_use_libraries,writerfilter_rtftok, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,writerfilter_rtftok)) - $(eval $(call gb_CppunitTest_use_api,writerfilter_rtftok,\ offapi \ udkapi \ diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk index 5429ea7af4c6..1d7c66763a80 100644 --- a/writerfilter/Library_writerfilter.mk +++ b/writerfilter/Library_writerfilter.mk @@ -83,8 +83,6 @@ $(eval $(call gb_Library_use_libraries,writerfilter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,writerfilter)) - $(eval $(call gb_Library_use_external,writerfilter,libxml2)) $(eval $(call gb_Library_add_exception_objects,writerfilter,\ diff --git a/writerfilter/Library_writerfilter_uno.mk b/writerfilter/Library_writerfilter_uno.mk index bc0bd83c9205..7c98491a81b4 100644 --- a/writerfilter/Library_writerfilter_uno.mk +++ b/writerfilter/Library_writerfilter_uno.mk @@ -47,8 +47,6 @@ $(eval $(call gb_Library_use_libraries,writerfilter_uno,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,writerfilter_uno)) - $(eval $(call gb_Library_use_external,writerfilter_uno,libxml2)) $(eval $(call gb_Library_add_exception_objects,writerfilter_uno,\ diff --git a/writerperfect/Library_wpftdraw.mk b/writerperfect/Library_wpftdraw.mk index 38e961df7ebf..fb76ddacaa26 100644 --- a/writerperfect/Library_wpftdraw.mk +++ b/writerperfect/Library_wpftdraw.mk @@ -40,8 +40,6 @@ $(eval $(call gb_Library_use_libraries,wpftdraw,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,wpftdraw)) - $(eval $(call gb_Library_use_static_libraries,wpftdraw,\ writerperfect \ )) diff --git a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk index 3752308b6fa3..bf4759c2ddcc 100644 --- a/writerperfect/Library_wpftwriter.mk +++ b/writerperfect/Library_wpftwriter.mk @@ -43,8 +43,6 @@ $(eval $(call gb_Library_use_libraries,wpftwriter,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,wpftwriter)) - $(eval $(call gb_Library_use_static_libraries,wpftwriter,\ writerperfect \ )) diff --git a/xml2cmp/Executable_xml2cmp.mk b/xml2cmp/Executable_xml2cmp.mk index 9704b7642b3e..600302977d5c 100644 --- a/xml2cmp/Executable_xml2cmp.mk +++ b/xml2cmp/Executable_xml2cmp.mk @@ -46,6 +46,4 @@ $(eval $(call gb_Executable_add_exception_objects,xml2cmp,\ xml2cmp/source/xcd/dependy \ )) -$(eval $(call gb_Executable_add_standard_system_libs,xml2cmp)) - # vim: set noet sw=4 ts=4: diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index d51a29352829..11b46e8372f3 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Library_use_libraries,xo,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xo)) - $(eval $(call gb_Library_add_exception_objects,xo,\ xmloff/source/chart/ColorPropertySet \ xmloff/source/chart/PropertyMaps \ diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk index e1870a4d6029..e816b46002bf 100644 --- a/xmloff/Library_xof.mk +++ b/xmloff/Library_xof.mk @@ -48,8 +48,6 @@ $(eval $(call gb_Library_use_libraries,xof,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xof)) - $(eval $(call gb_Library_add_exception_objects,xof,\ xmloff/source/transform/ChartOASISTContext \ xmloff/source/transform/ChartOOoTContext \ diff --git a/xmlreader/Library_xmlreader.mk b/xmlreader/Library_xmlreader.mk index b3cd8f704aff..b9b16e864b52 100644 --- a/xmlreader/Library_xmlreader.mk +++ b/xmlreader/Library_xmlreader.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_use_libraries,xmlreader,\ )) # cppu is only needed due to the cppumaker -C hack -$(eval $(call gb_Library_add_standard_system_libs,xmlreader)) - $(eval $(call gb_Library_add_exception_objects,xmlreader,\ xmlreader/source/pad \ xmlreader/source/span \ diff --git a/xmlscript/Library_xmlscript.mk b/xmlscript/Library_xmlscript.mk index 00353edc75e2..c7c77557f630 100644 --- a/xmlscript/Library_xmlscript.mk +++ b/xmlscript/Library_xmlscript.mk @@ -26,8 +26,6 @@ $(eval $(call gb_Library_use_libraries,xmlscript,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xmlscript)) - $(eval $(call gb_Library_set_include,xmlscript,\ -I$(SRCDIR)/xmlscript/source/inc \ $$(INCLUDE) \ diff --git a/xmlsecurity/CppunitTest_qa_certext.mk b/xmlsecurity/CppunitTest_qa_certext.mk index 201b8bf540cb..c42e02408fd7 100644 --- a/xmlsecurity/CppunitTest_qa_certext.mk +++ b/xmlsecurity/CppunitTest_qa_certext.mk @@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_qa_certext,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_standard_system_libs,xmlsecurity_qa_certext)) - $(eval $(call gb_CppunitTest_add_exception_objects,xmlsecurity_qa_certext,\ xmlsecurity/qa/certext/SanCertExt \ )) diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk index 3333e21f5fce..097e016aa3af 100644 --- a/xmlsecurity/Library_xmlsecurity.mk +++ b/xmlsecurity/Library_xmlsecurity.mk @@ -54,8 +54,6 @@ $(eval $(call gb_Library_use_libraries,xmlsecurity,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xmlsecurity)) - $(eval $(call gb_Library_add_exception_objects,xmlsecurity,\ xmlsecurity/source/component/certificatecontainer \ xmlsecurity/source/component/documentdigitalsignatures \ diff --git a/xmlsecurity/Library_xsec_fw.mk b/xmlsecurity/Library_xsec_fw.mk index 1aea707bcb5e..24de37ee7c66 100644 --- a/xmlsecurity/Library_xsec_fw.mk +++ b/xmlsecurity/Library_xsec_fw.mk @@ -44,8 +44,6 @@ $(eval $(call gb_Library_use_libraries,xsec_fw,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xsec_fw)) - $(eval $(call gb_Library_add_exception_objects,xsec_fw,\ xmlsecurity/source/framework/buffernode \ xmlsecurity/source/framework/decryptorimpl \ diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk index 27479a3fc63f..4eceb305587a 100644 --- a/xmlsecurity/Library_xsec_xmlsec.mk +++ b/xmlsecurity/Library_xsec_xmlsec.mk @@ -68,8 +68,6 @@ $(eval $(call gb_Library_use_libraries,xsec_xmlsec,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_add_standard_system_libs,xsec_xmlsec)) - $(eval $(call gb_Library_use_externals,xsec_xmlsec,\ libxml2 \ )) |