1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Library_Library
,ucpchelp1
))
12 $(eval
$(call gb_Library_set_componentfile
,ucpchelp1
,xmlhelp
/util
/ucpchelp1
))
14 $(eval
$(call gb_Library_set_include
,ucpchelp1
,\
15 -I
$(SRCDIR
)/xmlhelp
/source
/cxxhelp
/inc \
19 $(eval
$(call gb_Library_use_custom_headers
,ucpchelp1
, \
23 $(eval
$(call gb_Library_use_sdk_api
,ucpchelp1
))
25 $(eval
$(call gb_Library_use_externals
,ucpchelp1
,\
33 $(eval
$(call gb_Library_use_libraries
,ucpchelp1
,\
46 $(eval
$(call gb_Library_add_exception_objects
,ucpchelp1
,\
47 xmlhelp
/source
/cxxhelp
/provider
/content \
48 xmlhelp
/source
/cxxhelp
/provider
/contentcaps \
49 xmlhelp
/source
/cxxhelp
/provider
/databases \
50 xmlhelp
/source
/cxxhelp
/provider
/db \
51 xmlhelp
/source
/cxxhelp
/provider
/inputstream \
52 xmlhelp
/source
/cxxhelp
/provider
/provider \
53 xmlhelp
/source
/cxxhelp
/provider
/resultset \
54 xmlhelp
/source
/cxxhelp
/provider
/resultsetbase \
55 xmlhelp
/source
/cxxhelp
/provider
/resultsetforquery \
56 xmlhelp
/source
/cxxhelp
/provider
/resultsetforroot \
57 xmlhelp
/source
/cxxhelp
/provider
/services \
58 xmlhelp
/source
/cxxhelp
/provider
/urlparameter \
59 xmlhelp
/source
/treeview
/tvfactory \
60 xmlhelp
/source
/treeview
/tvread \
63 # vim: set shiftwidth=4 tabstop=4 noexpandtab: