update credits
[LibreOffice.git] / desktop / Pagein_common.mk
blobca5873db790341d44287103d821f5034bc65bbc0
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 fwe \
23 fwk \
24 fwi \
25 fwl \
26 package2 \
27 ucpfile1 \
28 ucb1 \
29 configmgr \
30 vclplug_gen \
31 $(if $(findstring TRUE,$(ENABLE_GTK)),vclplug_gtk) \
32 basegfx \
33 sot \
34 xmlscript \
35 sb \
36 stocservices \
37 bootstrap \
38 reg \
39 store \
40 reflection \
41 cppuhelper \
42 cppu \
43 sal \
44 ucbhelper \
45 comphelper \
46 tl \
47 utl \
48 svl \
49 vcl \
50 tk \
51 types.rdb \
52 services/services.rdb \
53 types/oovbaapi.rdb \
54 deployment \
55 deploymentmisc \
56 xstor \
57 filterconfig \
58 uui \
59 svt \
60 spl \
61 avmedia \
62 helplinker \
63 sax \
64 fsstorage \
65 desktopbe1 \
66 localebe1 \
67 ucpexpand1 \
68 sfx \
69 sofficeapp \
72 # vim: set ts=4 sw=4 et: