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 gb_MERGE_LIBRARY_LIST
:= \
13 $(if
$(filter WNT
,$(OS
)),avmediawin
) \
14 $(call gb_Helper_optional
,SCRIPTING
, \
24 $(call gb_Helper_optional
,BREAKPAD
,crashreport
) \
29 $(if
$(filter-out MACOSX WNT
,$(OS
)),desktopbe1
) \
30 $(if
$(filter WNT
,$(OS
)),directx9canvas
) \
36 $(if
$(filter WNT
,$(OS
)),emser
) \
45 $(if
$(filter WNT
,$(OS
)),gdipluscanvas
) \
47 $(call gb_Helper_optional
,DESKTOP
,helplinker
) \
60 $(if
$(ENABLE_OPENGL_CANVAS
),oglcanvas
) \
61 $(if
$(filter OPENCL
,$(BUILD_TYPE
)),opencl
) \
71 $(if
$(or
$(DISABLE_GUI
),$(ENABLE_WASM_STRIP_SPLASH
)),,spl
) \
73 $(call gb_Helper_optional
,SCRIPTING
,stringresource
) \
110 # allow module-deps.pl to color based on this.
111 ifneq ($(ENABLE_PRINT_DEPS
),)
113 $(info MergeLibContents
: $(gb_MERGE_LIBRARY_LIST
))
117 ifneq ($(MERGELIBS
),)
119 gb_MERGEDLIBS
:= $(gb_MERGE_LIBRARY_LIST
)
123 # vim: set noet sw=4 ts=4: