Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sdext / Library_presenter.mk
blob058d8be025fc9e7f530aa12d79425c2c8029ba9d
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,PresenterScreen))
30 $(eval $(call gb_Library_set_componentfile,PresenterScreen,sdext/source/presenter/presenter))
32 $(eval $(call gb_Library_use_api,PresenterScreen,\
33 offapi \
34 udkapi \
37 $(eval $(call gb_Library_add_defs,PresenterScreen,\
38 -DPRESENTER_IMPL_IDENTIFIER=\"com.sun.PresenterScreen-$(sdext_PLATFORM)\" \
41 $(eval $(call gb_Library_use_libraries,PresenterScreen,\
42 cppu \
43 cppuhelper \
44 sal \
47 $(eval $(call gb_Library_add_exception_objects,PresenterScreen,\
48 sdext/source/presenter/PresenterAccessibility \
49 sdext/source/presenter/PresenterBitmapContainer \
50 sdext/source/presenter/PresenterButton \
51 sdext/source/presenter/PresenterCanvasHelper \
52 sdext/source/presenter/PresenterComponent \
53 sdext/source/presenter/PresenterConfigurationAccess \
54 sdext/source/presenter/PresenterController \
55 sdext/source/presenter/PresenterCurrentSlideObserver \
56 sdext/source/presenter/PresenterFrameworkObserver \
57 sdext/source/presenter/PresenterGeometryHelper \
58 sdext/source/presenter/PresenterHelpView \
59 sdext/source/presenter/PresenterHelper \
60 sdext/source/presenter/PresenterNotesView \
61 sdext/source/presenter/PresenterPaintManager \
62 sdext/source/presenter/PresenterPane \
63 sdext/source/presenter/PresenterPaneBase \
64 sdext/source/presenter/PresenterPaneBorderManager \
65 sdext/source/presenter/PresenterPaneBorderPainter \
66 sdext/source/presenter/PresenterPaneContainer \
67 sdext/source/presenter/PresenterPaneFactory \
68 sdext/source/presenter/PresenterProtocolHandler \
69 sdext/source/presenter/PresenterScreen \
70 sdext/source/presenter/PresenterScrollBar \
71 sdext/source/presenter/PresenterSlidePreview \
72 sdext/source/presenter/PresenterSlideShowView \
73 sdext/source/presenter/PresenterSlideSorter \
74 sdext/source/presenter/PresenterSprite \
75 sdext/source/presenter/PresenterSpritePane \
76 sdext/source/presenter/PresenterTextView \
77 sdext/source/presenter/PresenterTheme \
78 sdext/source/presenter/PresenterTimer \
79 sdext/source/presenter/PresenterToolBar \
80 sdext/source/presenter/PresenterUIPainter \
81 sdext/source/presenter/PresenterViewFactory \
82 sdext/source/presenter/PresenterWindowManager \
85 # vim:set shiftwidth=4 softtabstop=4 expandtab: