# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,sc_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_use_external,sc_tableconditionalentryobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_tableconditionalentryobj, \ sc/qa/extras/sctableconditionalentryobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_tableconditionalentryobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_tableconditionalentryobj,\ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_use_ure,sc_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_use_components,sc_tableconditionalentryobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_tableconditionalentryobj)) # vim: set noet sw=4 ts=4: ntent type='text'> Building against libstdc++ effectively always requires -pthread anyway (as various standard C++ headers require it, see the comment added to solenv/gbuild/platform/unxgcc.mk), so many explicit uses of -pthread/-lpthread can be removed. Doing a (partial) test build on Linux with Clang -stdlib=libc++ suggests that libc++ indeed doesn't need -pthread as libstdc++ does. The remaining uses of -pthread/-lpthread are mostly in configure.ac for the various BSDs (which somebody else might want to clean up now), and related to external projects. I tried to be careful to remove -pthread/-lpthread from makefiles only when C++ object files are involved (so -pthread will now be included on the link command line by default). Change-Id: I936e082839cb9a434bd273ce5a1f187a4245dfa1 Reviewed-on: https://gerrit.libreoffice.org/71291 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Building against libstdc++ effectively always requires -pthread anyway (as
various standard C++ headers require it, see the comment added to
solenv/gbuild/platform/unxgcc.mk), so many explicit uses of -pthread/-lpthread
can be removed.

Doing a (partial) test build on Linux with Clang -stdlib=libc++ suggests that
libc++ indeed doesn't need -pthread as libstdc++ does.

The remaining uses of -pthread/-lpthread are mostly in configure.ac for the
various BSDs (which somebody else might want to clean up now), and related to
external projects.  I tried to be careful to remove -pthread/-lpthread from
makefiles only when C++ object files are involved (so -pthread will now be
included on the link command line by default).

Change-Id: I936e082839cb9a434bd273ce5a1f187a4245dfa1
Reviewed-on: https://gerrit.libreoffice.org/71291
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Add more more dependencies to VCL makefiles 2018-05-12T17:59:40+00:00 Khaled Hosny khaledhosny@eglug.org 2018-05-12T14:29:06+00:00 ab03a09745fe52209747fb901eca91ef14cda5a5 Hopefully fixes broken tinderboxes. Change-Id: I2297e5df9f18a444801ec2dc6dbbb098ed4d90c9 Reviewed-on: https://gerrit.libreoffice.org/54163 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Hopefully fixes broken tinderboxes.

Change-Id: I2297e5df9f18a444801ec2dc6dbbb098ed4d90c9
Reviewed-on: https://gerrit.libreoffice.org/54163
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
change from glew to epoxy 2016-12-13T11:33:18+00:00 Caolán McNamara caolanm@redhat.com 2016-11-25T20:25:27+00:00 482d7ce61b423600b41b459eb26a2cc221cd0acf because that works under wayland out of the box and gtk3 uses it already Change-Id: Iefaac31e325534a81a5389f752804af917c1baef Reviewed-on: https://gerrit.libreoffice.org/31213 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
because that works under wayland out of the box and gtk3 uses it already

Change-Id: Iefaac31e325534a81a5389f752804af917c1baef
Reviewed-on: https://gerrit.libreoffice.org/31213
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
move dbus config into its own config header 2016-02-19T14:53:46+00:00 Caolán McNamara caolanm@redhat.com 2016-02-19T11:16:57+00:00 538cf0c496f509f8fa7efa2bc61bfb5e8878d097 Change-Id: I5b0734a30dee323d41270de06f6a02fd676155c9 Reviewed-on: https://gerrit.libreoffice.org/22502 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: I5b0734a30dee323d41270de06f6a02fd676155c9
Reviewed-on: https://gerrit.libreoffice.org/22502
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
vcl: de-layer needless module fragmentation in gtk and gtk3. 2015-11-16T17:43:07+00:00 Michael Meeks michael.meeks@collabora.com 2015-11-16T15:38:03+00:00 a6c5cfa56d2bdebb899d05f702c29d79c39be299 Change-Id: I299fa196e960f14e9480e2ac1047bcdcc95b1021
Change-Id: I299fa196e960f14e9480e2ac1047bcdcc95b1021