bump product version to 4.1.6.2
[LibreOffice.git] / desktop / Pagein_common.mk
blob669b85a0e6441154d2cc7643639ffb1381be2d33
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 $(if $(URELIBS),urelibs) \
16 i18nlangtag \
17 $(if $(findstring YES,$(SYSTEM_ICU)),,\
18 icui18n \
19 icule \
20 icuuc \
21 ) \
22 lng \
23 xo \
24 fwe \
25 fwk \
26 fwi \
27 fwl \
28 package2 \
29 ucpfile1 \
30 ucb1 \
31 configmgr \
32 vclplug_gen \
33 $(if $(findstring TRUE,$(ENABLE_GTK)),vclplug_gtk) \
34 $(if $(findstring TRUE,$(ENABLE_TDE)),vclplug_tde) \
35 $(if $(findstring TRUE,$(ENABLE_KDE)),vclplug_kde) \
36 basegfx \
37 sot \
38 xmlscript \
39 sb \
40 stocservices \
41 bootstrap \
42 reg \
43 store \
44 reflection \
45 cppuhelper \
46 cppu \
47 sal \
48 ucbhelper \
49 comphelper \
50 tl \
51 utl \
52 svl \
53 vcl \
54 tk \
55 ../ure-link/share/misc/types.rdb \
56 services.rdb \
57 oovbaapi.rdb \
58 deployment \
59 deploymentmisc \
60 xstor \
61 filterconfig \
62 uui \
63 svt \
64 spl \
65 avmedia \
66 helplinker \
67 sax \
68 gconfbe1 \
69 fsstorage \
70 desktopbe1 \
71 localebe1 \
72 ucpexpand1 \
73 sfx \
74 sofficeapp \
77 # vim: set ts=4 sw=4 et: