summaryrefslogtreecommitdiff
path: root/ucb/Library_srtrs1.mk
blob: 603b7e43b0e1019f76664180eddbdf3ed4f0572c (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
# -*- 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,srtrs1))

$(eval $(call gb_Library_set_componentfile,srtrs1,ucb/source/sorter/srtrs1,services))

$(eval $(call gb_Library_use_external,srtrs1,boost_headers))

$(eval $(call gb_Library_use_sdk_api,srtrs1))

$(eval $(call gb_Library_use_libraries,srtrs1,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	tl \
	ucbhelper \
))

$(eval $(call gb_Library_add_exception_objects,srtrs1,\
	ucb/source/sorter/sortdynres \
	ucb/source/sorter/sortresult \
))

# vim: set noet sw=4 ts=4:
tion'>Noel Grandin 2024-02-06Fix placement of commentsStephan Bergmann 2024-02-06elide some OString temporariesNoel Grandin 2024-02-05reduce unnecessary OString temporariesNoel Grandin 2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski 2023-12-19tdf#158593 Make configmgr READONLY Property more usefulStephan Bergmann 2023-12-09cid#1558833 Uninitialized scalar fieldCaolán McNamara 2023-12-07tdf#157432 Expert config: Allow filtering by changed valuesSamuel Mehrbrodt