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
) \
17 $(if
$(findstring YES
,$(SYSTEM_ICU
)),,\
32 $(if
$(findstring TRUE
,$(ENABLE_GTK
)),vclplug_gtk
) \
33 $(if
$(findstring TRUE
,$(ENABLE_TDE
)),vclplug_tde
) \
34 $(if
$(findstring TRUE
,$(ENABLE_KDE
)),vclplug_kde
) \
54 ..
/ure-link
/share
/misc
/types.rdb \
76 # vim: set ts=4 sw=4 et: