Kaydet (Commit) 25e10370 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Link most libs and executables with gb_STDLIBS as presumably is intended

üst a3c01095
...@@ -47,6 +47,7 @@ $(eval $(call gb_Library_add_linked_libs,animcore,\ ...@@ -47,6 +47,7 @@ $(eval $(call gb_Library_add_linked_libs,animcore,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,animcore,\ $(eval $(call gb_Library_add_exception_objects,animcore,\
......
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# #
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
...@@ -62,3 +63,8 @@ $(eval $(call gb_Library_add_ldflags,officebean,\ ...@@ -62,3 +63,8 @@ $(eval $(call gb_Library_add_ldflags,officebean,\
endif endif
$(eval $(call gb_Library_add_linked_libs,officebean,\
$(gb_STDLIBS) \
))
# vim: set noet sw=4 ts=4:
...@@ -30,6 +30,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,binaryurp_test-cache)) ...@@ -30,6 +30,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,binaryurp_test-cache))
$(eval $(call gb_CppunitTest_add_linked_libs,binaryurp_test-cache,\ $(eval $(call gb_CppunitTest_add_linked_libs,binaryurp_test-cache,\
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_CppunitTest_add_exception_objects,binaryurp_test-cache,\ $(eval $(call gb_CppunitTest_add_exception_objects,binaryurp_test-cache,\
......
...@@ -33,6 +33,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,binaryurp_test-unmarshal,\ ...@@ -33,6 +33,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,binaryurp_test-unmarshal,\
cppuhelper \ cppuhelper \
sal \ sal \
salhelper \ salhelper \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_CppunitTest_add_library_objects,binaryurp_test-unmarshal,\ $(eval $(call gb_CppunitTest_add_library_objects,binaryurp_test-unmarshal,\
......
...@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,binaryurp,\ ...@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,binaryurp,\
cppuhelper \ cppuhelper \
sal \ sal \
salhelper \ salhelper \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,binaryurp,\ $(eval $(call gb_Library_add_exception_objects,binaryurp,\
......
...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,crashrep_com,\ ...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,crashrep_com,\
$(LFS_CFLAGS) \ $(LFS_CFLAGS) \
)) ))
$(eval $(call gb_Executable_add_linked_libs,crashrep_com,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_exception_objects,crashrep_com,\ $(eval $(call gb_Executable_add_exception_objects,crashrep_com,\
desktop/win32/source/guistdio/guistdio \ desktop/win32/source/guistdio/guistdio \
)) ))
......
...@@ -33,6 +33,7 @@ $(eval $(call gb_Executable_set_include,officeloader,\ ...@@ -33,6 +33,7 @@ $(eval $(call gb_Executable_set_include,officeloader,\
$(eval $(call gb_Executable_add_linked_libs,officeloader,\ $(eval $(call gb_Executable_add_linked_libs,officeloader,\
sal \ sal \
$(gb_STDLIBS) \
)) ))
# I'm not suer wht was the intent, but that break the link # I'm not suer wht was the intent, but that break the link
......
...@@ -35,6 +35,7 @@ $(eval $(call gb_Executable_set_include,oosplash,\ ...@@ -35,6 +35,7 @@ $(eval $(call gb_Executable_set_include,oosplash,\
$(eval $(call gb_Executable_add_linked_libs,oosplash,\ $(eval $(call gb_Executable_add_linked_libs,oosplash,\
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Executable_add_cobjects,oosplash,\ $(eval $(call gb_Executable_add_cobjects,oosplash,\
......
...@@ -39,6 +39,7 @@ $(eval $(call gb_Executable_add_linked_libs,quickstart,\ ...@@ -39,6 +39,7 @@ $(eval $(call gb_Executable_add_linked_libs,quickstart,\
ole32 \ ole32 \
oleaut32 \ oleaut32 \
shell32 \ shell32 \
$(gb_STDLIBS) \
)) ))
ifeq ($(COM),GCC) ifeq ($(COM),GCC)
......
...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,sbase,\ ...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,sbase,\
-DUNICODE \ -DUNICODE \
)) ))
$(eval $(call gb_Executable_add_linked_libs,sbase,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_noexception_objects,sbase,\ $(eval $(call gb_Executable_add_noexception_objects,sbase,\
desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/sbase \ desktop/win32/source/applauncher/sbase \
......
...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,scalc,\ ...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,scalc,\
-DUNICODE \ -DUNICODE \
)) ))
$(eval $(call gb_Executable_add_linked_libs,scalc,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_noexception_objects,scalc,\ $(eval $(call gb_Executable_add_noexception_objects,scalc,\
desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/scalc \ desktop/win32/source/applauncher/scalc \
......
...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,sdraw,\ ...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,sdraw,\
-DUNICODE \ -DUNICODE \
)) ))
$(eval $(call gb_Executable_add_linked_libs,sdraw,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_noexception_objects,sdraw,\ $(eval $(call gb_Executable_add_noexception_objects,sdraw,\
desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/sdraw \ desktop/win32/source/applauncher/sdraw \
......
...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,simpress,\ ...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,simpress,\
-DUNICODE \ -DUNICODE \
)) ))
$(eval $(call gb_Executable_add_linked_libs,simpress,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_noexception_objects,simpress,\ $(eval $(call gb_Executable_add_noexception_objects,simpress,\
desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/simpress \ desktop/win32/source/applauncher/simpress \
......
...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,smath,\ ...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,smath,\
-DUNICODE \ -DUNICODE \
)) ))
$(eval $(call gb_Executable_add_linked_libs,smath,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_noexception_objects,smath,\ $(eval $(call gb_Executable_add_noexception_objects,smath,\
desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/smath \ desktop/win32/source/applauncher/smath \
......
...@@ -43,6 +43,7 @@ $(eval $(call gb_Executable_set_include,$(sofficebin),\ ...@@ -43,6 +43,7 @@ $(eval $(call gb_Executable_set_include,$(sofficebin),\
$(eval $(call gb_Executable_add_linked_libs,$(sofficebin),\ $(eval $(call gb_Executable_add_linked_libs,$(sofficebin),\
sal \ sal \
sofficeapp \ sofficeapp \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Executable_add_cobjects,$(sofficebin),\ $(eval $(call gb_Executable_add_cobjects,$(sofficebin),\
......
...@@ -38,6 +38,7 @@ $(eval $(call gb_Executable_add_linked_libs,soffice,\ ...@@ -38,6 +38,7 @@ $(eval $(call gb_Executable_add_linked_libs,soffice,\
advapi32 \ advapi32 \
shell32 \ shell32 \
shlwapi \ shlwapi \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Executable_add_linked_static_libs,soffice,\ $(eval $(call gb_Executable_add_linked_static_libs,soffice,\
......
...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,sweb,\ ...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,sweb,\
-DUNICODE \ -DUNICODE \
)) ))
$(eval $(call gb_Executable_add_linked_libs,sweb,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_noexception_objects,sweb,\ $(eval $(call gb_Executable_add_noexception_objects,sweb,\
desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/sweb \ desktop/win32/source/applauncher/sweb \
......
...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,swriter,\ ...@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,swriter,\
-DUNICODE \ -DUNICODE \
)) ))
$(eval $(call gb_Executable_add_linked_libs,swriter,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_noexception_objects,swriter,\ $(eval $(call gb_Executable_add_noexception_objects,swriter,\
desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/swriter \ desktop/win32/source/applauncher/swriter \
......
...@@ -45,6 +45,7 @@ $(eval $(call gb_Executable_add_linked_libs,$(unopkgbin),\ ...@@ -45,6 +45,7 @@ $(eval $(call gb_Executable_add_linked_libs,$(unopkgbin),\
sal \ sal \
tl \ tl \
unopkgapp \ unopkgapp \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Executable_add_cobjects,$(unopkgbin),\ $(eval $(call gb_Executable_add_cobjects,$(unopkgbin),\
......
...@@ -56,6 +56,7 @@ $(eval $(call gb_Library_add_linked_libs,deploymentgui,\ ...@@ -56,6 +56,7 @@ $(eval $(call gb_Library_add_linked_libs,deploymentgui,\
ucbhelper \ ucbhelper \
utl \ utl \
vcl \ vcl \
$(gb_STDLIBS) \
)) ))
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
......
...@@ -51,6 +51,7 @@ $(eval $(call gb_Library_add_linked_libs,deploymentmisc,\ ...@@ -51,6 +51,7 @@ $(eval $(call gb_Library_add_linked_libs,deploymentmisc,\
ucbhelper \ ucbhelper \
utl \ utl \
xcr \ xcr \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_use_externals,deploymentmisc,\ $(eval $(call gb_Library_use_externals,deploymentmisc,\
......
...@@ -44,6 +44,7 @@ $(eval $(call gb_Library_add_linked_libs,migrationoo2,\ ...@@ -44,6 +44,7 @@ $(eval $(call gb_Library_add_linked_libs,migrationoo2,\
sal \ sal \
tl \ tl \
utl \ utl \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_use_externals,migrationoo2,\ $(eval $(call gb_Library_use_externals,migrationoo2,\
......
...@@ -42,6 +42,7 @@ $(eval $(call gb_Library_add_linked_libs,migrationoo3,\ ...@@ -42,6 +42,7 @@ $(eval $(call gb_Library_add_linked_libs,migrationoo3,\
sal \ sal \
tl \ tl \
utl \ utl \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_use_externals,migrationoo3,\ $(eval $(call gb_Library_use_externals,migrationoo3,\
......
...@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,offacc,\ ...@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,offacc,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_set_componentfile,offacc,desktop/source/offacc/offacc)) $(eval $(call gb_Library_set_componentfile,offacc,desktop/source/offacc/offacc))
......
...@@ -65,6 +65,7 @@ $(eval $(call gb_Library_add_linked_libs,sofficeapp,\ ...@@ -65,6 +65,7 @@ $(eval $(call gb_Library_add_linked_libs,sofficeapp,\
ucbhelper \ ucbhelper \
utl \ utl \
vcl \ vcl \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,sofficeapp,\ $(eval $(call gb_Library_add_exception_objects,sofficeapp,\
......
...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,spl,\ ...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,spl,\
ucbhelper \ ucbhelper \
utl \ utl \
vcl \ vcl \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_set_componentfile,spl,desktop/source/splash/spl)) $(eval $(call gb_Library_set_componentfile,spl,desktop/source/splash/spl))
......
...@@ -36,6 +36,7 @@ $(eval $(call gb_Library_add_linked_libs,spl_unx,\ ...@@ -36,6 +36,7 @@ $(eval $(call gb_Library_add_linked_libs,spl_unx,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_set_componentfile,spl_unx,desktop/unx/splash/splash)) $(eval $(call gb_Library_set_componentfile,spl_unx,desktop/unx/splash/splash))
......
...@@ -53,6 +53,7 @@ $(eval $(call gb_Library_add_linked_libs,unopkgapp,\ ...@@ -53,6 +53,7 @@ $(eval $(call gb_Library_add_linked_libs,unopkgapp,\
ucbhelper \ ucbhelper \
utl \ utl \
vcl \ vcl \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,unopkgapp,\ $(eval $(call gb_Library_add_exception_objects,unopkgapp,\
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# #
# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # Version: MPL 1.1 / GPLv3+ / LGPLv3+
# #
...@@ -35,6 +36,7 @@ $(eval $(call gb_Library_add_linked_libs,evtatt,\ ...@@ -35,6 +36,7 @@ $(eval $(call gb_Library_add_linked_libs,evtatt,\
cppuhelper \ cppuhelper \
cppu \ cppu \
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,evtatt,\ $(eval $(call gb_Library_add_exception_objects,evtatt,\
...@@ -44,3 +46,5 @@ $(eval $(call gb_Library_add_exception_objects,evtatt,\ ...@@ -44,3 +46,5 @@ $(eval $(call gb_Library_add_exception_objects,evtatt,\
$(eval $(call gb_Library_add_api,evtatt,\ $(eval $(call gb_Library_add_api,evtatt,\
udkapi \ udkapi \
)) ))
# vim: set ts=4 sw=4 et:
...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,lomenubar,\ ...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,lomenubar,\
cppu \ cppu \
cppuhelper \ cppuhelper \
X11 \ X11 \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,lomenubar,\ $(eval $(call gb_Library_add_exception_objects,lomenubar,\
......
...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,collator_data)) ...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,collator_data))
$(eval $(call gb_Library_add_package_headers,collator_data,i18npool_generated)) $(eval $(call gb_Library_add_package_headers,collator_data,i18npool_generated))
$(eval $(call gb_Library_add_linked_libs,collator_data,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_generated_exception_objects,collator_data,\ $(eval $(call gb_Library_add_generated_exception_objects,collator_data,\
$(subst $(WORKDIR)/,,$(basename $(wildcard $(WORKDIR)/CustomTarget/i18npool/source/collator/collator_*.cxx))) \ $(subst $(WORKDIR)/,,$(basename $(wildcard $(WORKDIR)/CustomTarget/i18npool/source/collator/collator_*.cxx))) \
)) ))
......
...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,dict_ja)) ...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,dict_ja))
$(eval $(call gb_Library_add_package_headers,dict_ja,i18npool_generated)) $(eval $(call gb_Library_add_package_headers,dict_ja,i18npool_generated))
$(eval $(call gb_Library_add_linked_libs,dict_ja,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_generated_exception_objects,dict_ja,\ $(eval $(call gb_Library_add_generated_exception_objects,dict_ja,\
CustomTarget/i18npool/source/breakiterator/data/dict_ja \ CustomTarget/i18npool/source/breakiterator/data/dict_ja \
)) ))
......
...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,dict_zh)) ...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,dict_zh))
$(eval $(call gb_Library_add_package_headers,dict_zh,i18npool_generated)) $(eval $(call gb_Library_add_package_headers,dict_zh,i18npool_generated))
$(eval $(call gb_Library_add_linked_libs,dict_zh,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_generated_exception_objects,dict_zh,\ $(eval $(call gb_Library_add_generated_exception_objects,dict_zh,\
CustomTarget/i18npool/source/breakiterator/data/dict_zh \ CustomTarget/i18npool/source/breakiterator/data/dict_zh \
)) ))
......
...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,index_data)) ...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,index_data))
$(eval $(call gb_Library_add_package_headers,index_data,i18npool_generated)) $(eval $(call gb_Library_add_package_headers,index_data,i18npool_generated))
$(eval $(call gb_Library_add_linked_libs,index_data,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_generated_exception_objects,index_data,\ $(eval $(call gb_Library_add_generated_exception_objects,index_data,\
$(subst $(WORKDIR)/,,$(basename $(wildcard $(WORKDIR)/CustomTarget/i18npool/source/indexentry/*.cxx))) \ $(subst $(WORKDIR)/,,$(basename $(wildcard $(WORKDIR)/CustomTarget/i18npool/source/indexentry/*.cxx))) \
)) ))
......
...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,localedata_en)) ...@@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,localedata_en))
$(eval $(call gb_Library_add_package_headers,localedata_en,i18npool_generated)) $(eval $(call gb_Library_add_package_headers,localedata_en,i18npool_generated))
$(eval $(call gb_Library_add_linked_libs,localedata_en,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\ $(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\
CustomTarget/i18npool/source/localedata/localedata_en_AU \ CustomTarget/i18npool/source/localedata/localedata_en_AU \
CustomTarget/i18npool/source/localedata/localedata_en_BZ \ CustomTarget/i18npool/source/localedata/localedata_en_BZ \
......
...@@ -30,6 +30,7 @@ $(eval $(call gb_Library_Library,localedata_es)) ...@@ -30,6 +30,7 @@ $(eval $(call gb_Library_Library,localedata_es))
$(eval $(call gb_Library_add_linked_libs,localedata_es,\ $(eval $(call gb_Library_add_linked_libs,localedata_es,\
localedata_en \ localedata_en \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\ $(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\
......
...@@ -30,6 +30,7 @@ $(eval $(call gb_Library_Library,localedata_euro)) ...@@ -30,6 +30,7 @@ $(eval $(call gb_Library_Library,localedata_euro))
$(eval $(call gb_Library_add_linked_libs,localedata_euro,\ $(eval $(call gb_Library_add_linked_libs,localedata_euro,\
localedata_en \ localedata_en \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_generated_exception_objects,localedata_euro,\ $(eval $(call gb_Library_add_generated_exception_objects,localedata_euro,\
......
...@@ -30,6 +30,7 @@ $(eval $(call gb_Library_Library,localedata_others)) ...@@ -30,6 +30,7 @@ $(eval $(call gb_Library_Library,localedata_others))
$(eval $(call gb_Library_add_linked_libs,localedata_others,\ $(eval $(call gb_Library_add_linked_libs,localedata_others,\
localedata_en \ localedata_en \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\ $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\
......
...@@ -40,6 +40,10 @@ $(eval $(call gb_Library_add_api,textconv_dict,\ ...@@ -40,6 +40,10 @@ $(eval $(call gb_Library_add_api,textconv_dict,\
offapi \ offapi \
)) ))
$(eval $(call gb_Library_add_linked_libs,textconv_dict,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_generated_exception_objects,textconv_dict,\ $(eval $(call gb_Library_add_generated_exception_objects,textconv_dict,\
$(subst $(WORKDIR)/,,$(basename $(wildcard $(WORKDIR)/CustomTarget/i18npool/source/textconversion/*.cxx))) \ $(subst $(WORKDIR)/,,$(basename $(wildcard $(WORKDIR)/CustomTarget/i18npool/source/textconversion/*.cxx))) \
)) ))
......
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#************************************************************************* #*************************************************************************
# #
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...@@ -31,6 +32,7 @@ $(eval $(call gb_CppunitTest_add_package_headers,o3tl_tests,o3tl_inc)) ...@@ -31,6 +32,7 @@ $(eval $(call gb_CppunitTest_add_package_headers,o3tl_tests,o3tl_inc))
$(eval $(call gb_CppunitTest_add_linked_libs,o3tl_tests,\ $(eval $(call gb_CppunitTest_add_linked_libs,o3tl_tests,\
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\ $(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\
......
## -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
## ##
## Version: MPL 1.1 / GPLv3+ / LGPLv3+ ## Version: MPL 1.1 / GPLv3+ / LGPLv3+
## ##
...@@ -28,6 +29,10 @@ ...@@ -28,6 +29,10 @@
$(eval $(call gb_CppunitTest_CppunitTest,officecfg_cppheader_test)) $(eval $(call gb_CppunitTest_CppunitTest,officecfg_cppheader_test))
$(eval $(call gb_CppunitTest_add_linked_libs,officecfg_cppheader_test,\
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_add_exception_objects,officecfg_cppheader_test, \ $(eval $(call gb_CppunitTest_add_exception_objects,officecfg_cppheader_test, \
officecfg/qa/cppheader \ officecfg/qa/cppheader \
)) ))
...@@ -37,3 +42,5 @@ $(eval $(call gb_CppunitTest_add_api,officecfg_cppheader_test, \ ...@@ -37,3 +42,5 @@ $(eval $(call gb_CppunitTest_add_api,officecfg_cppheader_test, \
)) ))
$(eval $(call gb_CppunitTest_add_package_headers,officecfg_cppheader_test,officecfg_cppheader)) $(eval $(call gb_CppunitTest_add_package_headers,officecfg_cppheader_test,officecfg_cppheader))
## vim: set noet sw=4 ts=4:
...@@ -25,18 +25,12 @@ ...@@ -25,18 +25,12 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
# Too many warnings from android_native_app_glue.[ch]
EXTERNAL_WARNINGS_NOT_ERRORS = TRUE
$(eval $(call gb_Library_Library,lo-bootstrap)) $(eval $(call gb_Library_Library,lo-bootstrap))
# We don't want to link liblo-bootstrap.so against # We explicitly *don't* want gb_STDLIBS to be linked here
# libgnustl_shared.so. The Android dynamic linker won't find it $(eval $(call gb_Library_add_linked_libs,lo-bootstrap,\
# anyway. One very point of liblo-bootstrap is its wrapper for log \
# dlopen() that searches also in the app's lib folder for needed android \
# shared libraries.
$(eval $(call gb_Library_add_libs,lo-bootstrap,\
-llog -landroid \
)) ))
$(eval $(call gb_Library_add_cobjects,lo-bootstrap,\ $(eval $(call gb_Library_add_cobjects,lo-bootstrap,\
......
...@@ -55,8 +55,10 @@ $(eval $(call gb_Library_add_defs,sal,\ ...@@ -55,8 +55,10 @@ $(eval $(call gb_Library_add_defs,sal,\
$(eval $(call gb_Library_add_linked_libs,sal,\ $(eval $(call gb_Library_add_linked_libs,sal,\
$(if $(filter $(GUI),UNX), \ $(if $(filter $(GUI),UNX), \
dl \ $(if $(filter $(OS),ANDROID),, \
pthread \ dl \
pthread \
) \
) \ ) \
$(if $(filter $(OS),SOLARIS), \ $(if $(filter $(OS),SOLARIS), \
nsl \ nsl \
......
...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,analysis,\ ...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,analysis,\
cppuhelper \ cppuhelper \
sal \ sal \
tl \ tl \
$(gb_STDLIBS) \
)) ))
ifeq ($(GUI),WNT) ifeq ($(GUI),WNT)
......
...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,date,\ ...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,date,\
cppuhelper \ cppuhelper \
sal \ sal \
tl \ tl \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,date,\ $(eval $(call gb_Library_add_exception_objects,date,\
......
...@@ -70,6 +70,7 @@ $(eval $(call gb_Library_add_linked_libs,qstart_gtk,\ ...@@ -70,6 +70,7 @@ $(eval $(call gb_Library_add_linked_libs,qstart_gtk,\
utl \ utl \
vcl \ vcl \
sfx \ sfx \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_use_externals,qstart_gtk,\ $(eval $(call gb_Library_use_externals,qstart_gtk,\
......
...@@ -59,6 +59,7 @@ $(eval $(call gb_Library_add_linked_libs,sm,\ ...@@ -59,6 +59,7 @@ $(eval $(call gb_Library_add_linked_libs,sm,\
utl \ utl \
vcl \ vcl \
xo \ xo \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,sm,\ $(eval $(call gb_Library_add_exception_objects,sm,\
......
...@@ -73,6 +73,7 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_kde,\ ...@@ -73,6 +73,7 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_kde,\
Xext \ Xext \
SM \ SM \
ICE \ ICE \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_use_externals,vclplug_kde,\ $(eval $(call gb_Library_use_externals,vclplug_kde,\
......
...@@ -76,6 +76,7 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_kde4,\ ...@@ -76,6 +76,7 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_kde4,\
Xext \ Xext \
SM \ SM \
ICE \ ICE \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_use_externals,vclplug_kde4,\ $(eval $(call gb_Library_use_externals,vclplug_kde4,\
......
...@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,cdrimport,\ ...@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,cdrimport,\
tl \ tl \
utl \ utl \
xo \ xo \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_linked_static_libs,cdrimport,\ $(eval $(call gb_Library_add_linked_static_libs,cdrimport,\
......
...@@ -49,6 +49,7 @@ $(eval $(call gb_Library_add_linked_libs,msworks,\ ...@@ -49,6 +49,7 @@ $(eval $(call gb_Library_add_linked_libs,msworks,\
tl \ tl \
utl \ utl \
xo \ xo \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_linked_static_libs,msworks,\ $(eval $(call gb_Library_add_linked_static_libs,msworks,\
......
...@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,visioimport,\ ...@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,visioimport,\
tl \ tl \
utl \ utl \
xo \ xo \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_linked_static_libs,visioimport,\ $(eval $(call gb_Library_add_linked_static_libs,visioimport,\
......
...@@ -51,6 +51,7 @@ $(eval $(call gb_Library_add_linked_libs,wpft,\ ...@@ -51,6 +51,7 @@ $(eval $(call gb_Library_add_linked_libs,wpft,\
ucbhelper \ ucbhelper \
utl \ utl \
xo \ xo \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_linked_static_libs,wpft,\ $(eval $(call gb_Library_add_linked_static_libs,wpft,\
......
...@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,wpgimport,\ ...@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,wpgimport,\
tl \ tl \
utl \ utl \
xo \ xo \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_linked_static_libs,wpgimport,\ $(eval $(call gb_Library_add_linked_static_libs,wpgimport,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment