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