Bump version to 5.3-55
[LibreOffice.git] / Library_merged.mk
bloba225b81127153fd9acc4de7091c3d34c148ce319
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,merged))
13 # gb_MERGEDLIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk
14 $(eval $(call gb_Library_use_library_objects,merged,\
15 $(gb_MERGEDLIBS) \
18 $(eval $(call gb_Library_use_libraries,merged,\
19 cppu \
20 cppuhelper \
21 i18nlangtag \
22 $(if $(ENABLE_JAVA), \
23 jvmaccess \
24 jvmfwk) \
25 sal \
26 salhelper \
27 xmlreader \
28 $(gb_UWINAPI) \
31 ifeq ($(OS),WNT)
32 # prevent warning spamming
33 $(eval $(call gb_Library_add_ldflags,merged,\
34 /ignore:4049 \
35 /ignore:4217 \
37 # cursors
38 $(eval $(call gb_Library_add_nativeres,merged,vcl/salsrc))
39 endif
41 ifeq ($(OS),MACOSX)
42 $(eval $(call gb_Library_use_libraries,merged,\
43 AppleRemote \
45 endif
47 # vim: set noet sw=4 ts=4: