Show duplicate attribute
[LibreOffice.git] / Library_merged.mk
blobfa2f24d179ba892aeba058cddfd6b03cc078daca
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 comphelper \
20 cppu \
21 cppuhelper \
22 i18nlangtag \
23 $(if $(ENABLE_JAVA), \
24 jvmaccess \
25 jvmfwk) \
26 sal \
27 salhelper \
28 ucbhelper \
29 xmlreader \
30 $(gb_UWINAPI) \
33 ifeq ($(OS),WNT)
34 # prevent warning spamming
35 $(eval $(call gb_Library_add_ldflags,merged,\
36 /ignore:4049 \
37 /ignore:4217 \
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: