Branch libreoffice-5-0-4
[LibreOffice.git] / solenv / gbuild / extensions / pre_MergedLibsList.mk
blob1ca047fc6f6cbf03daca4603d24aed9b16ae4211
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 ifneq ($(MERGELIBS),)
13 # we link all object files from these libraries into one, merged library
14 gb_MERGEDLIBS := \
15 avmedia \
16 $(if $(filter $(OS),ANDROID),,basebmp) \
17 basegfx \
18 canvastools \
19 configmgr \
20 cppcanvas \
21 $(call gb_Helper_optional,DBCONNECTIVITY,dbtools) \
22 deployment \
23 deploymentmisc \
24 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
25 $(if $(filter unx,$(GUIBASE)),desktop_detector) \
26 drawinglayer \
27 editeng \
28 filterconfig \
29 fsstorage \
30 fwe \
31 fwi \
32 fwk \
33 $(call gb_Helper_optional,DESKTOP,helplinker) \
34 i18npool \
35 i18nutil \
36 lng \
37 localebe1 \
38 mcnttype \
39 msfilter \
40 package2 \
41 sax \
42 sb \
43 sfx \
44 sofficeapp \
45 sot \
46 $(if $(ENABLE_HEADLESS),,spl) \
47 svl \
48 svt \
49 svx \
50 svxcore \
51 tk \
52 tl \
53 $(if $(filter TRUE,$(ENABLE_TELEPATHY)),tubes) \
54 ucb1 \
55 ucpexpand1 \
56 ucpfile1 \
57 unoxml \
58 utl \
59 uui \
60 vcl \
61 xmlscript \
62 xo \
63 xstor \
65 endif
67 # vim: set noet sw=4 ts=4: