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
:= \
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
$(USING_X11
),desktop_detector
) \
31 $(if
$(filter WNT
,$(OS
)),directx9canvas
) \
35 $(if
$(filter WNT
,$(OS
)),emser
) \
44 $(if
$(filter WNT
,$(OS
)),gdipluscanvas
) \
46 $(call gb_Helper_optional
,DESKTOP
,helplinker
) \
52 $(if
$(ENABLE_JAVA
),javaloader
) \
53 $(if
$(ENABLE_JAVA
),javavm
) \
62 $(if
$(ENABLE_OPENGL_CANVAS
),oglcanvas
) \
63 $(if
$(filter OPENCL
,$(BUILD_TYPE
)),opencl
) \
73 $(if
$(DISABLE_GUI
),,spl
) \
75 $(call gb_Helper_optional
,SCRIPTING
,stringresource
) \
112 # allow module-deps.pl to color based on this.
113 ifneq ($(ENABLE_PRINT_DEPS
),)
115 $(info MergeLibContents
: $(MERGE_LIBRARY_LIST
))
119 ifneq ($(MERGELIBS
),)
121 gb_MERGEDLIBS
:= $(MERGE_LIBRARY_LIST
)
125 # vim: set noet sw=4 ts=4: