tdf#124162: Crash when trying to accept changes
[LibreOffice.git] / ucb / Library_ucb1.mk
blobce7144f8fe137889e924939825704dc28388d4bd
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,ucb1))
13 $(eval $(call gb_Library_set_componentfile,ucb1,ucb/source/core/ucb1))
15 $(eval $(call gb_Library_set_include,ucb1,\
16 -I$(SRCDIR)/ucb/source/inc \
17 $$(INCLUDE) \
20 $(eval $(call gb_Library_use_external,ucb1,boost_headers))
22 $(eval $(call gb_Library_use_sdk_api,ucb1))
24 $(eval $(call gb_Library_use_libraries,ucb1,\
25 comphelper \
26 cppu \
27 cppuhelper \
28 sal \
29 tl \
30 ucbhelper \
31 utl \
34 $(eval $(call gb_Library_add_exception_objects,ucb1,\
35 ucb/source/core/cmdenv \
36 ucb/source/core/identify \
37 ucb/source/core/provprox \
38 ucb/source/core/ucb \
39 ucb/source/core/ucbcmds \
40 ucb/source/core/ucbprops \
41 ucb/source/core/ucbserv \
42 ucb/source/core/ucbstore \
43 ucb/source/core/FileAccess \
44 ucb/source/regexp/regexp \
47 # vim: set noet sw=4 ts=4: