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
) \
17 libicui18n
$(gb_Library_DLLEXT
).
$(ICU_MAJOR
) \
18 libicuuc
$(gb_Library_DLLEXT
).
$(ICU_MAJOR
) \
28 $(if
$(findstring TRUE
,$(ENABLE_GTK3
)),vclplug_gtk3
) \
49 services
/services.rdb \
69 # vim: set ts=4 sw=4 et: