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
,\
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
,\
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
/base
/registercontrols \
35 UnoControls
/source
/controls
/OConnectionPointContainerHelper \
36 UnoControls
/source
/controls
/OConnectionPointHelper \
37 UnoControls
/source
/controls
/framecontrol \
38 UnoControls
/source
/controls
/progressbar \
39 UnoControls
/source
/controls
/progressmonitor \
40 UnoControls
/source
/controls
/statusindicator \
43 # vim:set noet sw=4 ts=4: