Bump version to 4.3-4
[LibreOffice.git] / ucb / Library_cached1.mk
blobdee50bf9680e2969160c2bc3eb824bd5b82d40aa
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,cached1))
13 $(eval $(call gb_Library_set_componentfile,cached1,ucb/source/cacher/cached1))
15 $(eval $(call gb_Library_use_sdk_api,cached1))
17 $(eval $(call gb_Library_use_libraries,cached1,\
18 comphelper \
19 cppu \
20 cppuhelper \
21 sal \
22 ucbhelper \
23 $(gb_UWINAPI) \
26 $(eval $(call gb_Library_add_exception_objects,cached1,\
27 ucb/source/cacher/cachedcontentresultset \
28 ucb/source/cacher/cachedcontentresultsetstub \
29 ucb/source/cacher/cacheddynamicresultset \
30 ucb/source/cacher/cacheddynamicresultsetstub \
31 ucb/source/cacher/cacheserv \
32 ucb/source/cacher/contentresultsetwrapper \
33 ucb/source/cacher/dynamicresultsetwrapper \
36 # vim: set noet sw=4 ts=4: