Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sdext / Extension_presenter.mk
blob2a83712f328573c7d320dae6d58b941000a2e39c
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 include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))platform.mk
30 $(eval $(call gb_Extension_Extension,presenter-screen,sdext/source/presenter))
32 $(eval $(call gb_Extension_set_platform,presenter-screen,$(sdext_PLATFORM)))
34 $(eval $(call gb_Extension_add_libraries,presenter-screen,\
35 PresenterScreen \
38 $(eval $(call gb_Extension_add_file,presenter-screen,components.rdb,$(call gb_Rdb_get_target,presenter)))
40 $(eval $(call gb_Extension_add_files,presenter-screen,bitmaps,\
41 $(SRCDIR)/icon-themes/galaxy/desktop/res/extension_32.png \
42 $(SRCDIR)/sdext/source/presenter/bitmaps/Background.png \
43 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveBottom.png \
44 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveBottomCallout.png \
45 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveBottomLeft.png \
46 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveBottomRight.png \
47 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveLeft.png \
48 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveRight.png \
49 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveTop.png \
50 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveTopLeft.png \
51 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderActiveTopRight.png \
52 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderBottom.png \
53 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderBottomLeft.png \
54 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderBottomRight.png \
55 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderCurrentSlideBottom.png \
56 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderCurrentSlideBottomLeft.png \
57 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderCurrentSlideBottomRight.png \
58 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderCurrentSlideLeft.png \
59 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderCurrentSlideRight.png \
60 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderCurrentSlideTop.png \
61 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderCurrentSlideTopLeft.png \
62 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderCurrentSlideTopRight.png \
63 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderLeft.png \
64 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderRight.png \
65 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderToolbarBottom.png \
66 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderToolbarLeft.png \
67 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderToolbarRight.png \
68 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderToolbarTop.png \
69 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderToolbarTopLeft.png \
70 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderToolbarTopRight.png \
71 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderTop.png \
72 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderTopLeft.png \
73 $(SRCDIR)/sdext/source/presenter/bitmaps/BorderTopRight.png \
74 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonEffectNextDisabled.png \
75 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonEffectNextMouseOver.png \
76 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonEffectNextNormal.png \
77 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonEffectNextSelected.png \
78 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonFrameCenterMouseOver.png \
79 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonFrameCenterNormal.png \
80 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonFrameLeftMouseOver.png \
81 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonFrameLeftNormal.png \
82 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonFrameRightMouseOver.png \
83 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonFrameRightNormal.png \
84 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonHelpDisabled.png \
85 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonHelpMouseOver.png \
86 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonHelpNormal.png \
87 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonHelpSelected.png \
88 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonMinusDisabled.png \
89 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonMinusMouseOver.png \
90 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonMinusNormal.png \
91 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonMinusSelected.png \
92 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonNotesDisabled.png \
93 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonNotesMouseOver.png \
94 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonNotesNormal.png \
95 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonNotesSelected.png \
96 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonPlusDisabled.png \
97 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonPlusMouseOver.png \
98 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonPlusNormal.png \
99 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonPlusSelected.png \
100 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlideNextDisabled.png \
101 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlideNextMouseOver.png \
102 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlideNextNormal.png \
103 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlidePreviousDisabled.png \
104 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlidePreviousMouseOver.png \
105 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlidePreviousNormal.png \
106 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlidePreviousSelected.png \
107 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlideSorterDisabled.png \
108 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlideSorterMouseOver.png \
109 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlideSorterNormal.png \
110 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSlideSorterSelected.png \
111 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSwitchMonitorMouseOver.png \
112 $(SRCDIR)/sdext/source/presenter/bitmaps/ButtonSwitchMonitorNormal.png \
113 $(SRCDIR)/sdext/source/presenter/bitmaps/LabelMouseOverCenter.png \
114 $(SRCDIR)/sdext/source/presenter/bitmaps/LabelMouseOverLeft.png \
115 $(SRCDIR)/sdext/source/presenter/bitmaps/LabelMouseOverRight.png \
116 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarArrowDownDisabled.png \
117 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarArrowDownMouseOver.png \
118 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarArrowDownNormal.png \
119 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarArrowDownSelected.png \
120 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarArrowUpDisabled.png \
121 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarArrowUpMouseOver.png \
122 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarArrowUpNormal.png \
123 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarArrowUpSelected.png \
124 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarPagerMiddleMouseOver.png \
125 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarPagerMiddleNormal.png \
126 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarThumbBottomMouseOver.png \
127 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarThumbBottomNormal.png \
128 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarThumbMiddleMouseOver.png \
129 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarThumbMiddleNormal.png \
130 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarThumbTopMouseOver.png \
131 $(SRCDIR)/sdext/source/presenter/bitmaps/ScrollbarThumbTopNormal.png \
132 $(SRCDIR)/sdext/source/presenter/bitmaps/ViewBackground.png \
135 $(eval $(call gb_Extension_add_file,presenter-screen,registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs,$(call gb_XcsTarget_get_target,sdext/source/presenter/registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs)))
137 $(eval $(call gb_Extension_add_file,presenter-screen,registry/data/org/openoffice/Office/extension/PresenterScreen.xcu,$(call gb_XcuMergeTarget_get_target,sdext/source/presenter/registry/data/org/openoffice/Office/extension/PresenterScreen.xcu)))
139 $(eval $(call gb_Extension_add_files,presenter-screen,registry/data/org/openoffice/Office,\
140 $(call gb_XcuDataTarget_get_target,sdext/source/presenter/registry/data/org/openoffice/Office/Jobs.xcu) \
141 $(call gb_XcuDataTarget_get_target,sdext/source/presenter/registry/data/org/openoffice/Office/ProtocolHandler.xcu) \
144 $(eval $(call gb_Extension_add_files,presenter-screen,help/en-US/com.sun.PresenterScreen-$(sdext_PLATFORM),\
145 $(WORKDIR)/CustomTarget/sdext/source/presenter/help/en-US/com.sun.PresenterScreen/presenter.xhp \
148 $(eval $(call gb_Extension_localize_help,presenter-screen,help/lang/com.sun.PresenterScreen-$(sdext_PLATFORM)/presenter.xhp,$(WORKDIR)/CustomTarget/sdext/source/presenter/help/en-US/com.sun.PresenterScreen/presenter.xhp))
150 # vim:set shiftwidth=4 softtabstop=4 expandtab: