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 \
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
,\
34 $(eval
$(call gb_Library_add_exception_objects
,ucb1
,\
35 ucb
/source
/core
/cmdenv \
36 ucb
/source
/core
/identify \
37 ucb
/source
/core
/provprox \
39 ucb
/source
/core
/ucbcmds \
40 ucb
/source
/core
/ucbprops \
41 ucb
/source
/core
/ucbstore \
42 ucb
/source
/core
/FileAccess \
43 ucb
/source
/regexp
/regexp \
46 # vim: set noet sw=4 ts=4: