summaryrefslogtreecommitdiff
path: root/Library_urelibs.mk
blob: 9fd9b780776a31d9522497e0665759b09a6cee31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Library_Library,urelibs))

# gb_URELIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk
$(eval $(call gb_Library_use_library_objects,urelibs,\
	$(gb_URELIBS) \
))

# needed to generate proper deps for module-deps.pl
$(eval $(call gb_Library_use_libraries,urelibs,\
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_use_static_libraries,urelibs,\
	findsofficepath \
))

$(eval $(call gb_Library_use_externals,urelibs,\
	libxml2 \
))

$(eval $(call gb_Library_add_libs,urelibs,\
	$(if $(filter $(OS),LINUX), \
		-ldl \
		-lpthread \
	) \
))

# vim: set noet sw=4 ts=4:
66c925dabf7c93ba8109'>Use structured bindingStephan Bergmann 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin 2018-09-08clang bugprone-unused-return-valueNoel Grandin 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2017-12-19inline use-once typedefsNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-23Replace list by vector in incomingrequest (binaryurp)Julien Nabet 2017-11-23Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet 2017-11-18Replace some lists by vectors in binaryurpJulien Nabet 2017-10-26loplugin:constmethods in unotoolsNoel Grandin 2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin 2017-08-25Replace use of oslInterlockedCount with std::atomicStephan Bergmann 2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin 2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurpStephan Bergmann 2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist 2017-02-06Add missing #includesStephan Bergmann 2017-02-03makeAny->Any in basctl..chart2Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann 2016-11-15loplugin:unusedfieldsNoel Grandin