1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 # we link all object files from these libraries into one, merged library
11 MERGE_LIBRARY_LIST
:= \
18 $(call gb_Helper_optional
,BREAKPAD
,crashreport
) \
22 $(if
$(filter-out MACOSX WNT
,$(OS
)),desktopbe1
) \
23 $(if
$(USING_X11
),desktop_detector
) \
31 $(call gb_Helper_optional
,DESKTOP
,helplinker
) \
38 $(if
$(filter OPENCL
,$(BUILD_TYPE
)),opencl
) \
45 $(if
$(ENABLE_HEADLESS
),,spl
) \
65 # allow module-deps.pl to color based on this.
66 ifneq ($(ENABLE_PRINT_DEPS
),)
68 $(info MergeLibContents
: $(MERGE_LIBRARY_LIST
))
74 gb_MERGEDLIBS
:= $(MERGE_LIBRARY_LIST
)
78 # vim: set noet sw=4 ts=4: