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
,ucptdoc1
))
13 $(eval
$(call gb_Library_set_componentfile
,ucptdoc1
,ucb
/source
/ucp
/tdoc
/ucptdoc1
))
15 $(eval
$(call gb_Library_use_sdk_api
,ucptdoc1
))
17 $(eval
$(call gb_Library_use_libraries
,ucptdoc1
,\
27 $(eval
$(call gb_Library_add_exception_objects
,ucptdoc1
,\
28 ucb
/source
/ucp
/tdoc
/tdoc_contentcaps \
29 ucb
/source
/ucp
/tdoc
/tdoc_content \
30 ucb
/source
/ucp
/tdoc
/tdoc_datasupplier \
31 ucb
/source
/ucp
/tdoc
/tdoc_docmgr \
32 ucb
/source
/ucp
/tdoc
/tdoc_documentcontentfactory \
33 ucb
/source
/ucp
/tdoc
/tdoc_passwordrequest \
34 ucb
/source
/ucp
/tdoc
/tdoc_provider \
35 ucb
/source
/ucp
/tdoc
/tdoc_resultset \
36 ucb
/source
/ucp
/tdoc
/tdoc_stgelems \
37 ucb
/source
/ucp
/tdoc
/tdoc_storage \
38 ucb
/source
/ucp
/tdoc
/tdoc_uri \
41 # vim: set noet sw=4 ts=4: