cid#1516423 Uninitialized scalar field
[LibreOffice.git] / desktop / Pagein_common.mk
blobd0a0e689c2d299a724455a540895e61edcef8c57
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 $(eval $(call gb_Pagein_Pagein,common))
12 # sorted in approx. reverse load order (ld.so.1)
13 $(eval $(call gb_Pagein_add_objects,common,\
14 $(if $(MERGELIBS),merged) \
15 i18nlangtag \
16 $(if $(SYSTEM_ICU),,\
17 libicui18n$(gb_Library_DLLEXT).$(ICU_MAJOR) \
18 libicuuc$(gb_Library_DLLEXT).$(ICU_MAJOR) \
19 ) \
20 lng \
21 xo \
22 fwk \
23 package2 \
24 ucpfile1 \
25 ucb1 \
26 configmgr \
27 vclplug_gen \
28 $(if $(findstring TRUE,$(ENABLE_GTK3)),vclplug_gtk3) \
29 basegfx \
30 sot \
31 xmlscript \
32 sb \
33 stocservices \
34 bootstrap \
35 reg \
36 store \
37 reflection \
38 cppuhelper \
39 cppu \
40 sal \
41 ucbhelper \
42 comphelper \
43 tl \
44 utl \
45 svl \
46 vcl \
47 tk \
48 types.rdb \
49 services/services.rdb \
50 types/oovbaapi.rdb \
51 deployment \
52 deploymentmisc \
53 xstor \
54 filterconfig \
55 uui \
56 svt \
57 spl \
58 avmedia \
59 helplinker \
60 sax \
61 fsstorage \
62 desktopbe1 \
63 localebe1 \
64 ucpexpand1 \
65 sfx \
66 sofficeapp \
69 # vim: set ts=4 sw=4 et: