update credits - with aliases fixed
[LibreOffice.git] / desktop / Pagein_common.mk
blobfe42ca7f5f50d5b74dfa992cb6b60ee37e3811d2
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 $(if $(findstring TRUE,$(ENABLE_TDE)),vclplug_tde) \
33 basegfx \
34 sot \
35 xmlscript \
36 sb \
37 stocservices \
38 bootstrap \
39 reg \
40 store \
41 reflection \
42 cppuhelper \
43 cppu \
44 sal \
45 ucbhelper \
46 comphelper \
47 tl \
48 utl \
49 svl \
50 vcl \
51 tk \
52 types.rdb \
53 services/services.rdb \
54 types/oovbaapi.rdb \
55 deployment \
56 deploymentmisc \
57 xstor \
58 filterconfig \
59 uui \
60 svt \
61 spl \
62 avmedia \
63 helplinker \
64 sax \
65 fsstorage \
66 desktopbe1 \
67 localebe1 \
68 ucpexpand1 \
69 sfx \
70 sofficeapp \
73 # vim: set ts=4 sw=4 et: