Related: tdf#149408 inspector crash with a writer OLE inside calc
[LibreOffice.git] / UnoControls / Library_ctl.mk
blobf6ef205f9615c8ae367647e4d6fd1f573aca7767
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,ctl))
12 $(eval $(call gb_Library_set_include,ctl,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/UnoControls/inc \
15 -I$(SRCDIR)/UnoControls/source/inc \
18 $(eval $(call gb_Library_use_sdk_api,ctl))
20 $(eval $(call gb_Library_use_libraries,ctl,\
21 comphelper \
22 cppu \
23 cppuhelper \
24 sal \
25 tl \
28 $(eval $(call gb_Library_set_componentfile,ctl,UnoControls/util/ctl))
30 $(eval $(call gb_Library_add_exception_objects,ctl,\
31 UnoControls/source/base/basecontainercontrol \
32 UnoControls/source/base/basecontrol \
33 UnoControls/source/base/multiplexer \
34 UnoControls/source/controls/OConnectionPointContainerHelper \
35 UnoControls/source/controls/OConnectionPointHelper \
36 UnoControls/source/controls/framecontrol \
37 UnoControls/source/controls/progressbar \
38 UnoControls/source/controls/progressmonitor \
39 UnoControls/source/controls/statusindicator \
42 # vim:set noet sw=4 ts=4: