xref: /aoo42x/main/sd/Library_sd.mk (revision e10cbedd)
1b63233d8Sdamjan###############################################################
2b63233d8Sdamjan#
3b63233d8Sdamjan#  Licensed to the Apache Software Foundation (ASF) under one
4b63233d8Sdamjan#  or more contributor license agreements.  See the NOTICE file
5b63233d8Sdamjan#  distributed with this work for additional information
6b63233d8Sdamjan#  regarding copyright ownership.  The ASF licenses this file
7b63233d8Sdamjan#  to you under the Apache License, Version 2.0 (the
8b63233d8Sdamjan#  "License"); you may not use this file except in compliance
9b63233d8Sdamjan#  with the License.  You may obtain a copy of the License at
10b63233d8Sdamjan#
11b63233d8Sdamjan#    http://www.apache.org/licenses/LICENSE-2.0
12b63233d8Sdamjan#
13b63233d8Sdamjan#  Unless required by applicable law or agreed to in writing,
14b63233d8Sdamjan#  software distributed under the License is distributed on an
15b63233d8Sdamjan#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16b63233d8Sdamjan#  KIND, either express or implied.  See the License for the
17b63233d8Sdamjan#  specific language governing permissions and limitations
18b63233d8Sdamjan#  under the License.
19b63233d8Sdamjan#
20b63233d8Sdamjan###############################################################
21b63233d8Sdamjan
22b63233d8Sdamjan
23b63233d8Sdamjan
24b63233d8Sdamjan$(eval $(call gb_Library_Library,sd))
25b63233d8Sdamjan
26b63233d8Sdamjan$(eval $(call gb_Library_add_sdi_headers,sd,sd/sdi/sdslots))
27b63233d8Sdamjan$(eval $(call gb_Library_add_sdi_headers,sd,sd/sdi/sdgslots))
28b63233d8Sdamjan
29b63233d8Sdamjan$(eval $(call gb_Library_add_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
30b63233d8Sdamjan
31b63233d8Sdamjan$(eval $(call gb_Library_set_componentfile,sd,sd/util/sd))
32b63233d8Sdamjan
33b63233d8Sdamjan$(eval $(call gb_Library_add_api,sd,\
34b63233d8Sdamjan	udkapi \
35b63233d8Sdamjan	offapi \
36b63233d8Sdamjan))
37b63233d8Sdamjan
38b63233d8Sdamjan$(eval $(call gb_Library_set_include,sd,\
39b63233d8Sdamjan	-I$(SRCDIR)/sd/source/ui/inc \
40b63233d8Sdamjan	-I$(SRCDIR)/sd/source/ui/inc/framework \
41b63233d8Sdamjan	-I$(SRCDIR)/sd/source/ui/inc/taskpane \
42b63233d8Sdamjan	-I$(SRCDIR)/sd/source/ui/inc/view \
43b63233d8Sdamjan	-I$(SRCDIR)/sd/source/ui/inc/tools \
44b63233d8Sdamjan	-I$(SRCDIR)/sd/source/ui/slidesorter/inc \
45b63233d8Sdamjan	-I$(SRCDIR)/sd/inc \
46b63233d8Sdamjan	-I$(SRCDIR)/sd/inc/helper \
47b63233d8Sdamjan	-I$(SRCDIR)/sd/inc/undo \
48b63233d8Sdamjan	-I$(SRCDIR)/sd/inc/pch \
49b63233d8Sdamjan	-I$(WORKDIR)/SdiTarget/sd/sdi \
50b63233d8Sdamjan	-I$(WORKDIR)/Misc/sd/ \
51b63233d8Sdamjan	$$(INCLUDE) \
52b63233d8Sdamjan	-I$(OUTDIR)/inc \
53b63233d8Sdamjan))
54b63233d8Sdamjan
55b63233d8Sdamjan$(eval $(call gb_Library_add_defs,sd,\
56b63233d8Sdamjan	-DSD_DLLIMPLEMENTATION \
57b63233d8Sdamjan))
58b63233d8Sdamjan
59b63233d8Sdamjan$(eval $(call gb_Library_add_linked_libs,sd,\
60b63233d8Sdamjan	avmedia \
61b63233d8Sdamjan	basegfx \
62b63233d8Sdamjan	canvastools \
63b63233d8Sdamjan	comphelper \
64b63233d8Sdamjan	cppcanvas \
65b63233d8Sdamjan	cppu \
66b63233d8Sdamjan	cppuhelper \
67b63233d8Sdamjan	drawinglayer \
68b63233d8Sdamjan	editeng \
69b63233d8Sdamjan	i18nisolang1 \
70b63233d8Sdamjan	ootk \
71b63233d8Sdamjan	sal \
72b63233d8Sdamjan	sb \
73b63233d8Sdamjan	sfx \
74b63233d8Sdamjan	sot \
75b63233d8Sdamjan	stl \
76b63233d8Sdamjan	svl \
77b63233d8Sdamjan	svt \
78b63233d8Sdamjan	svx \
79b63233d8Sdamjan	svxcore \
80b63233d8Sdamjan	tl \
81b63233d8Sdamjan	ucbhelper \
82b63233d8Sdamjan	utl \
83b63233d8Sdamjan	vcl \
84b63233d8Sdamjan	vos3 \
85b63233d8Sdamjan    $(gb_STDLIBS) \
86b63233d8Sdamjan))
87b63233d8Sdamjan
88b63233d8Sdamjan$(eval $(call gb_Library_add_exception_objects,sd,\
89b63233d8Sdamjan	sd/source/ui/view/sdview \
90b63233d8Sdamjan	sd/source/ui/view/sdview2 \
91b63233d8Sdamjan	sd/source/ui/view/sdview3 \
92b63233d8Sdamjan	sd/source/ui/view/sdview4 \
93b63233d8Sdamjan	sd/source/ui/view/sdview5 \
94b63233d8Sdamjan	sd/source/ui/view/viewshel \
95b63233d8Sdamjan	sd/source/ui/view/viewshe2 \
96b63233d8Sdamjan	sd/source/ui/view/viewshe3 \
97b63233d8Sdamjan	sd/source/ui/view/sdwindow \
98b63233d8Sdamjan	sd/source/ui/view/drviewsh \
99b63233d8Sdamjan	sd/source/ui/view/drviews1 \
100b63233d8Sdamjan	sd/source/ui/view/drviews2 \
101b63233d8Sdamjan	sd/source/ui/view/drviews3 \
102b63233d8Sdamjan	sd/source/ui/view/drviews4 \
103b63233d8Sdamjan	sd/source/ui/view/drviews5 \
104b63233d8Sdamjan	sd/source/ui/view/drviews6 \
105b63233d8Sdamjan	sd/source/ui/view/drviews7 \
106b63233d8Sdamjan	sd/source/ui/view/drviews8 \
107b63233d8Sdamjan	sd/source/ui/view/drviews9 \
108b63233d8Sdamjan	sd/source/ui/view/drviewsa \
109b63233d8Sdamjan	sd/source/ui/view/drviewsb \
110b63233d8Sdamjan	sd/source/ui/view/drviewsc \
111b63233d8Sdamjan	sd/source/ui/view/drviewsd \
112b63233d8Sdamjan	sd/source/ui/view/drviewse \
113b63233d8Sdamjan	sd/source/ui/view/drviewsf \
114b63233d8Sdamjan	sd/source/ui/view/drviewsg \
115b63233d8Sdamjan	sd/source/ui/view/drviewsi \
116b63233d8Sdamjan	sd/source/ui/view/drviewsj \
117b63233d8Sdamjan	sd/source/ui/view/drvwshrg \
118b63233d8Sdamjan	sd/source/ui/view/drawview \
119b63233d8Sdamjan	sd/source/ui/view/grviewsh \
120b63233d8Sdamjan	sd/source/ui/view/outlnvsh \
121b63233d8Sdamjan	sd/source/ui/view/outlnvs2 \
122b63233d8Sdamjan	sd/source/ui/view/presvish \
123b63233d8Sdamjan	sd/source/ui/view/outlview \
124b63233d8Sdamjan	sd/source/ui/view/tabcontr \
125b63233d8Sdamjan	sd/source/ui/view/bmcache \
126b63233d8Sdamjan	sd/source/ui/view/drbezob \
127b63233d8Sdamjan	sd/source/ui/view/drtxtob \
128b63233d8Sdamjan	sd/source/ui/view/drtxtob1 \
129b63233d8Sdamjan	sd/source/ui/view/sdruler \
130b63233d8Sdamjan	sd/source/ui/view/frmview \
131b63233d8Sdamjan	sd/source/ui/view/clview \
132b63233d8Sdamjan	sd/source/ui/view/zoomlist \
133b63233d8Sdamjan	sd/source/ui/view/unmodpg \
134b63233d8Sdamjan	sd/source/ui/view/DocumentRenderer \
135b63233d8Sdamjan	sd/source/ui/view/FormShellManager \
136b63233d8Sdamjan	sd/source/ui/view/GraphicObjectBar \
137b63233d8Sdamjan	sd/source/ui/view/GraphicViewShellBase \
138b63233d8Sdamjan	sd/source/ui/view/ImpressViewShellBase \
139b63233d8Sdamjan	sd/source/ui/view/MediaObjectBar \
140b63233d8Sdamjan	sd/source/ui/view/Outliner \
141b63233d8Sdamjan	sd/source/ui/view/OutlinerIterator \
142b63233d8Sdamjan	sd/source/ui/view/OutlineViewShellBase \
143b63233d8Sdamjan	sd/source/ui/view/SlideSorterViewShellBase\
144b63233d8Sdamjan	sd/source/ui/view/PresentationViewShellBase \
145b63233d8Sdamjan	sd/source/ui/view/ToolBarManager \
146b63233d8Sdamjan	sd/source/ui/view/UpdateLockManager \
147b63233d8Sdamjan	sd/source/ui/view/ViewClipboard \
148b63233d8Sdamjan	sd/source/ui/view/ViewShellBase \
149b63233d8Sdamjan	sd/source/ui/view/ViewShellImplementation \
150b63233d8Sdamjan	sd/source/ui/view/ViewShellManager \
151b63233d8Sdamjan	sd/source/ui/view/ViewShellHint \
152b63233d8Sdamjan	sd/source/ui/view/ViewTabBar \
153b63233d8Sdamjan	sd/source/ui/view/WindowUpdater \
154b63233d8Sdamjan	sd/source/ui/view/viewoverlaymanager \
155*e10cbeddSDon Lewis	sd/source/ui/app/optsitem \
156b63233d8Sdamjan	sd/source/ui/app/sdmod \
157b63233d8Sdamjan	sd/source/ui/app/sdmod1 \
158b63233d8Sdamjan	sd/source/ui/app/sdmod2 \
159b63233d8Sdamjan	sd/source/ui/app/sddll \
160b63233d8Sdamjan	sd/source/ui/app/sddll1 \
161b63233d8Sdamjan	sd/source/ui/app/sddll2 \
162b63233d8Sdamjan	sd/source/ui/app/tbxww \
163b63233d8Sdamjan	sd/source/ui/app/sdresid \
164b63233d8Sdamjan	sd/source/ui/app/sdpopup \
165b63233d8Sdamjan	sd/source/ui/app/tmplctrl \
166b63233d8Sdamjan	sd/source/ui/app/sdxfer \
167b63233d8Sdamjan	sd/source/ui/docshell/docshell \
168b63233d8Sdamjan	sd/source/ui/docshell/docshel2 \
169b63233d8Sdamjan	sd/source/ui/docshell/docshel3 \
170b63233d8Sdamjan	sd/source/ui/docshell/docshel4 \
171b63233d8Sdamjan	sd/source/ui/docshell/sdclient \
172b63233d8Sdamjan	sd/source/ui/docshell/grdocsh \
173b63233d8Sdamjan	sd/source/ui/dlg/dlgctrls \
174b63233d8Sdamjan	sd/source/ui/dlg/diactrl \
175b63233d8Sdamjan	sd/source/ui/dlg/gluectrl \
176b63233d8Sdamjan	sd/source/ui/dlg/sdtreelb \
177b63233d8Sdamjan	sd/source/ui/dlg/animobjs \
178b63233d8Sdamjan	sd/source/ui/dlg/filedlg \
179b63233d8Sdamjan	sd/source/ui/dlg/unchss \
180b63233d8Sdamjan	sd/source/ui/dlg/assclass \
181b63233d8Sdamjan	sd/source/ui/dlg/navigatr \
182b63233d8Sdamjan	sd/source/ui/dlg/docprev \
183b63233d8Sdamjan	sd/source/ui/dlg/ins_paste \
184b63233d8Sdamjan	sd/source/ui/dlg/AnimationChildWindow \
185b63233d8Sdamjan	sd/source/ui/dlg/LayerDialogChildWindow \
186b63233d8Sdamjan	sd/source/ui/dlg/LayerDialogContent \
187b63233d8Sdamjan	sd/source/ui/dlg/LayerTabBar \
188b63233d8Sdamjan	sd/source/ui/dlg/NavigatorChildWindow \
189b63233d8Sdamjan	sd/source/ui/dlg/SpellDialogChildWindow \
190b63233d8Sdamjan	sd/source/ui/dlg/TemplateScanner \
191b63233d8Sdamjan	sd/source/ui/dlg/sdabstdlg \
192b63233d8Sdamjan	sd/source/ui/dlg/PaneChildWindows \
193b63233d8Sdamjan	sd/source/ui/dlg/PaneDockingWindow \
194b63233d8Sdamjan	sd/source/ui/dlg/PaneShells \
195b63233d8Sdamjan	sd/source/core/stlsheet \
196b63233d8Sdamjan	sd/source/core/stlfamily \
197b63233d8Sdamjan	sd/source/core/stlpool \
198b63233d8Sdamjan	sd/source/core/drawdoc \
199b63233d8Sdamjan	sd/source/core/drawdoc2 \
200b63233d8Sdamjan	sd/source/core/drawdoc3 \
201b63233d8Sdamjan	sd/source/core/drawdoc4 \
202b63233d8Sdamjan	sd/source/core/drawdoc_animations \
203b63233d8Sdamjan	sd/source/core/sdpage \
204b63233d8Sdamjan	sd/source/core/sdpage2 \
205b63233d8Sdamjan	sd/source/core/sdattr \
206b63233d8Sdamjan	sd/source/core/sdobjfac \
207b63233d8Sdamjan	sd/source/core/anminfo \
208b63233d8Sdamjan	sd/source/core/sdiocmpt \
209b63233d8Sdamjan	sd/source/core/typemap \
210b63233d8Sdamjan	sd/source/core/pglink \
211b63233d8Sdamjan	sd/source/core/cusshow \
212b63233d8Sdamjan	sd/source/core/PageListWatcher \
213b63233d8Sdamjan	sd/source/core/sdpage_animations \
214b63233d8Sdamjan	sd/source/core/CustomAnimationPreset \
215b63233d8Sdamjan	sd/source/core/CustomAnimationEffect \
216b63233d8Sdamjan	sd/source/core/TransitionPreset \
217b63233d8Sdamjan	sd/source/core/undoanim \
218b63233d8Sdamjan	sd/source/core/EffectMigration \
219b63233d8Sdamjan	sd/source/core/CustomAnimationCloner \
220b63233d8Sdamjan	sd/source/core/shapelist \
221b63233d8Sdamjan	sd/source/core/undo/undomanager \
222b63233d8Sdamjan	sd/source/core/undo/undofactory \
223b63233d8Sdamjan	sd/source/core/undo/undoobjects \
224b63233d8Sdamjan	sd/source/core/annotations/Annotation \
225b63233d8Sdamjan	sd/source/core/annotations/AnnotationEnumeration \
226b63233d8Sdamjan	sd/source/core/text/textapi \
227b63233d8Sdamjan	sd/source/helper/simplereferencecomponent \
228b63233d8Sdamjan	sd/source/filter/xml/sdtransform \
229b63233d8Sdamjan	sd/source/filter/xml/sdxmlwrp \
230b63233d8Sdamjan	sd/source/filter/cgm/sdcgmfilter \
231b63233d8Sdamjan	sd/source/ui/table/tablefunction \
232b63233d8Sdamjan	sd/source/ui/table/tableobjectbar \
233b63233d8Sdamjan	sd/source/ui/table/TableDesignPane \
234b63233d8Sdamjan	sd/source/ui/annotations/annotationwindow \
235b63233d8Sdamjan	sd/source/ui/annotations/annotationtag \
236b63233d8Sdamjan	sd/source/ui/annotations/annotationmanager \
237b63233d8Sdamjan	sd/source/filter/grf/sdgrffilter \
238b63233d8Sdamjan	sd/source/ui/controller/slidelayoutcontroller \
239b63233d8Sdamjan	sd/source/filter/html/HtmlOptionsDialog \
240b63233d8Sdamjan	sd/source/filter/html/sdhtmlfilter \
241b63233d8Sdamjan	sd/source/filter/html/buttonset \
242b63233d8Sdamjan	sd/source/filter/html/htmlex \
243b63233d8Sdamjan	sd/source/filter/sdfilter \
244b63233d8Sdamjan	sd/source/filter/sdpptwrp \
245b63233d8Sdamjan	sd/source/ui/unoidl/DrawController \
246b63233d8Sdamjan	sd/source/ui/unoidl/SdUnoSlideView \
247b63233d8Sdamjan	sd/source/ui/unoidl/SdUnoOutlineView \
248b63233d8Sdamjan	sd/source/ui/unoidl/SdUnoDrawView \
249b63233d8Sdamjan	sd/source/ui/unoidl/unopool \
250b63233d8Sdamjan	sd/source/ui/unoidl/UnoDocumentSettings \
251b63233d8Sdamjan	sd/source/ui/unoidl/facreg \
252b63233d8Sdamjan	sd/source/ui/unoidl/unomodel \
253b63233d8Sdamjan	sd/source/ui/unoidl/unopage \
254b63233d8Sdamjan	sd/source/ui/unoidl/unolayer \
255b63233d8Sdamjan	sd/source/ui/unoidl/unocpres \
256b63233d8Sdamjan	sd/source/ui/unoidl/unoobj \
257b63233d8Sdamjan	sd/source/ui/unoidl/unosrch \
258b63233d8Sdamjan	sd/source/ui/unoidl/unokywds \
259b63233d8Sdamjan	sd/source/ui/unoidl/unopback \
260b63233d8Sdamjan	sd/source/ui/unoidl/unodoc \
261b63233d8Sdamjan	sd/source/ui/unoidl/unomodule \
262*e10cbeddSDon Lewis	sd/source/ui/unoidl/unowcntr \
263b63233d8Sdamjan	sd/source/ui/unoidl/randomnode \
264b63233d8Sdamjan	sd/source/ui/animations/CustomAnimationCreateDialog \
265b63233d8Sdamjan	sd/source/ui/animations/CustomAnimationDialog \
266b63233d8Sdamjan	sd/source/ui/animations/CustomAnimationPane \
267b63233d8Sdamjan	sd/source/ui/animations/CustomAnimationList \
268b63233d8Sdamjan	sd/source/ui/animations/DialogListBox \
269b63233d8Sdamjan	sd/source/ui/animations/SlideTransitionPane \
270b63233d8Sdamjan	sd/source/ui/animations/STLPropertySet \
271b63233d8Sdamjan	sd/source/ui/animations/motionpathtag \
272b63233d8Sdamjan	sd/source/ui/accessibility/AccessibleDocumentViewBase \
273b63233d8Sdamjan	sd/source/ui/accessibility/AccessibleDrawDocumentView \
274b63233d8Sdamjan	sd/source/ui/accessibility/AccessibleOutlineView \
275b63233d8Sdamjan	sd/source/ui/accessibility/AccessiblePresentationShape \
276b63233d8Sdamjan	sd/source/ui/accessibility/AccessiblePresentationGraphicShape \
277b63233d8Sdamjan	sd/source/ui/accessibility/AccessiblePresentationOLEShape \
278b63233d8Sdamjan	sd/source/ui/accessibility/AccessibleViewForwarder \
279b63233d8Sdamjan	sd/source/ui/accessibility/AccessibleOutlineEditSource \
280b63233d8Sdamjan	sd/source/ui/accessibility/AccessiblePageShape \
281b63233d8Sdamjan	sd/source/ui/accessibility/AccessibleSlideSorterView \
282b63233d8Sdamjan	sd/source/ui/accessibility/AccessibleSlideSorterObject \
283b63233d8Sdamjan	sd/source/ui/accessibility/SdShapeTypes \
284b63233d8Sdamjan	sd/source/ui/tools/AsynchronousCall \
285b63233d8Sdamjan	sd/source/ui/tools/ConfigurationAccess \
286b63233d8Sdamjan	sd/source/ui/tools/IconCache \
287b63233d8Sdamjan	sd/source/ui/tools/IdleDetection \
288b63233d8Sdamjan	sd/source/ui/tools/EventMultiplexer \
289b63233d8Sdamjan	sd/source/ui/tools/PreviewRenderer \
290b63233d8Sdamjan	sd/source/ui/tools/PropertySet \
291b63233d8Sdamjan	sd/source/ui/tools/SdGlobalResourceContainer \
292b63233d8Sdamjan	sd/source/ui/tools/SlotStateListener \
293b63233d8Sdamjan	sd/source/ui/tools/TimerBasedTaskExecution \
294b63233d8Sdamjan	sd/source/ui/func/fuformatpaintbrush \
295b63233d8Sdamjan	sd/source/ui/func/fuhhconv \
296b63233d8Sdamjan	sd/source/ui/func/undoheaderfooter \
297b63233d8Sdamjan	sd/source/ui/func/undolayer \
298b63233d8Sdamjan	sd/source/ui/func/fupoor \
299b63233d8Sdamjan	sd/source/ui/func/fudraw \
300*e10cbeddSDon Lewis	sd/source/ui/func/futext \
301b63233d8Sdamjan	sd/source/ui/func/fuzoom \
302b63233d8Sdamjan	sd/source/ui/func/fusel \
303b63233d8Sdamjan	sd/source/ui/func/fuconstr \
304b63233d8Sdamjan	sd/source/ui/func/fuconrec \
305b63233d8Sdamjan	sd/source/ui/func/fuconuno \
306b63233d8Sdamjan	sd/source/ui/func/fuconbez \
307b63233d8Sdamjan	sd/source/ui/func/fuediglu \
308b63233d8Sdamjan	sd/source/ui/func/fusldlg \
309b63233d8Sdamjan	sd/source/ui/func/fuscale \
310b63233d8Sdamjan	sd/source/ui/func/futransf \
311b63233d8Sdamjan	sd/source/ui/func/fuline \
312b63233d8Sdamjan	sd/source/ui/func/sdundo \
313b63233d8Sdamjan	sd/source/ui/func/sdundogr \
314b63233d8Sdamjan	sd/source/ui/func/fuoaprms \
315b63233d8Sdamjan	sd/source/ui/func/unoaprms \
316b63233d8Sdamjan	sd/source/ui/func/fuarea \
317b63233d8Sdamjan	sd/source/ui/func/fuchar \
318b63233d8Sdamjan	sd/source/ui/func/fuconarc \
319b63233d8Sdamjan	sd/source/ui/func/fuparagr \
320b63233d8Sdamjan	sd/source/ui/func/fubullet \
321b63233d8Sdamjan	sd/source/ui/func/futempl \
322b63233d8Sdamjan	sd/source/ui/func/fuoutl \
323b63233d8Sdamjan	sd/source/ui/func/fuoltext \
324b63233d8Sdamjan	sd/source/ui/func/smarttag \
325b63233d8Sdamjan	sd/source/ui/func/fuinsert \
326b63233d8Sdamjan	sd/source/ui/func/fupage \
327b63233d8Sdamjan	sd/source/ui/func/undopage \
328b63233d8Sdamjan	sd/source/ui/func/fuprlout \
329b63233d8Sdamjan	sd/source/ui/func/fuprobjs \
330b63233d8Sdamjan	sd/source/ui/func/fulinend \
331b63233d8Sdamjan	sd/source/ui/func/fusnapln \
332b63233d8Sdamjan	sd/source/ui/func/fuolbull \
333b63233d8Sdamjan	sd/source/ui/func/fucopy \
334b63233d8Sdamjan	sd/source/ui/func/fulink \
335b63233d8Sdamjan	sd/source/ui/func/futhes \
336b63233d8Sdamjan	sd/source/ui/func/fusearch \
337b63233d8Sdamjan	sd/source/ui/func/fuinsfil \
338b63233d8Sdamjan	sd/source/ui/func/futxtatt \
339b63233d8Sdamjan	sd/source/ui/func/fumeasur \
340b63233d8Sdamjan	sd/source/ui/func/fuconnct \
341b63233d8Sdamjan	sd/source/ui/func/unprlout \
342b63233d8Sdamjan	sd/source/ui/func/fudspord \
343b63233d8Sdamjan	sd/source/ui/func/unmovss \
344b63233d8Sdamjan	sd/source/ui/func/fucon3d \
345b63233d8Sdamjan	sd/source/ui/func/fumorph \
346b63233d8Sdamjan	sd/source/ui/func/fuexpand \
347b63233d8Sdamjan	sd/source/ui/func/fusumry \
348b63233d8Sdamjan	sd/source/ui/func/fucushow \
349b63233d8Sdamjan	sd/source/ui/func/fuvect \
350b63233d8Sdamjan	sd/source/ui/func/bulmaper \
351b63233d8Sdamjan	sd/source/ui/func/undoback \
352b63233d8Sdamjan	sd/source/ui/func/fuconcs \
353b63233d8Sdamjan	sd/source/ui/slidesorter/shell/SlideSorter \
354b63233d8Sdamjan	sd/source/ui/slidesorter/shell/SlideSorterService \
355b63233d8Sdamjan	sd/source/ui/slidesorter/shell/SlideSorterViewShell \
356b63233d8Sdamjan	sd/source/ui/slidesorter/model/SlsPageDescriptor \
357b63233d8Sdamjan	sd/source/ui/slidesorter/model/SlsPageEnumeration \
358b63233d8Sdamjan	sd/source/ui/slidesorter/model/SlsPageEnumerationProvider \
359b63233d8Sdamjan	sd/source/ui/slidesorter/model/SlsVisualState \
360b63233d8Sdamjan	sd/source/ui/slidesorter/model/SlideSorterModel \
361b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlideSorterView \
362b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsButtonBar \
363b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsFontProvider \
364b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsFramePainter \
365b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsInsertAnimator \
366b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay \
367b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsLayeredDevice \
368b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsLayouter \
369b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsPageObjectLayouter \
370b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsPageObjectPainter \
371b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsTheme \
372b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsToolTip \
373b63233d8Sdamjan	sd/source/ui/slidesorter/view/SlsViewCacheContext \
374b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlideSorterController \
375b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsAnimator \
376b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsAnimationFunction \
377b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsClipboard \
378b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsCurrentSlideManager \
379b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsDragAndDropContext \
380b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsFocusManager \
381b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler \
382b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsListener \
383b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsPageSelector \
384b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsProperties \
385b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsScrollBarManager \
386b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsSelectionCommand \
387b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsSelectionFunction \
388b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsSelectionManager \
389b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsSelectionObserver \
390b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsSlotManager \
391b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsTransferableData \
392b63233d8Sdamjan	sd/source/ui/slidesorter/controller/SlsVisibleAreaManager \
393b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsBitmapCache \
394b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsBitmapCompressor \
395b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsBitmapFactory \
396b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsCacheCompactor \
397b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsCacheConfiguration \
398b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsGenericPageCache \
399b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsPageCache \
400b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsPageCacheManager \
401b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsQueueProcessor \
402b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsRequestFactory \
403b63233d8Sdamjan	sd/source/ui/slidesorter/cache/SlsRequestQueue \
404b63233d8Sdamjan	sd/source/ui/slideshow/slideshow \
405b63233d8Sdamjan	sd/source/ui/slideshow/showwin \
406b63233d8Sdamjan	sd/source/ui/slideshow/slideshowimpl \
407b63233d8Sdamjan	sd/source/ui/slideshow/slideshowviewimpl \
408b63233d8Sdamjan	sd/source/ui/slideshow/PaneHider \
409b63233d8Sdamjan	sd/source/ui/slideshow/SlideShowRestarter \
410b63233d8Sdamjan	sd/source/ui/framework/configuration/ChangeRequestQueue \
411b63233d8Sdamjan	sd/source/ui/framework/configuration/ChangeRequestQueueProcessor \
412b63233d8Sdamjan	sd/source/ui/framework/configuration/Configuration \
413b63233d8Sdamjan	sd/source/ui/framework/configuration/ConfigurationClassifier \
414b63233d8Sdamjan	sd/source/ui/framework/configuration/ConfigurationController \
415b63233d8Sdamjan	sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster \
416b63233d8Sdamjan	sd/source/ui/framework/configuration/ConfigurationControllerResourceManager \
417b63233d8Sdamjan	sd/source/ui/framework/configuration/ConfigurationTracer \
418b63233d8Sdamjan	sd/source/ui/framework/configuration/ConfigurationUpdater \
419b63233d8Sdamjan	sd/source/ui/framework/configuration/GenericConfigurationChangeRequest \
420b63233d8Sdamjan	sd/source/ui/framework/configuration/ResourceId \
421b63233d8Sdamjan	sd/source/ui/framework/configuration/ResourceFactoryManager \
422b63233d8Sdamjan	sd/source/ui/framework/configuration/UpdateRequest \
423b63233d8Sdamjan	sd/source/ui/framework/factories/BasicPaneFactory \
424b63233d8Sdamjan	sd/source/ui/framework/factories/BasicToolBarFactory \
425b63233d8Sdamjan	sd/source/ui/framework/factories/BasicViewFactory \
426b63233d8Sdamjan	sd/source/ui/framework/factories/ChildWindowPane \
427b63233d8Sdamjan	sd/source/ui/framework/factories/FrameWindowPane \
428b63233d8Sdamjan	sd/source/ui/framework/factories/FullScreenPane \
429b63233d8Sdamjan	sd/source/ui/framework/factories/Pane \
430b63233d8Sdamjan	sd/source/ui/framework/factories/PresentationFactory \
431b63233d8Sdamjan	sd/source/ui/framework/factories/ViewShellWrapper \
432b63233d8Sdamjan	sd/source/ui/framework/module/CenterViewFocusModule \
433b63233d8Sdamjan	sd/source/ui/framework/module/DrawModule \
434b63233d8Sdamjan	sd/source/ui/framework/module/ImpressModule \
435b63233d8Sdamjan	sd/source/ui/framework/module/ModuleController \
436b63233d8Sdamjan	sd/source/ui/framework/module/PresentationModule \
437b63233d8Sdamjan	sd/source/ui/framework/module/ReadOnlyModeObserver \
438b63233d8Sdamjan	sd/source/ui/framework/module/ResourceManager \
439b63233d8Sdamjan	sd/source/ui/framework/module/ShellStackGuard \
440b63233d8Sdamjan	sd/source/ui/framework/module/SlideSorterModule \
441b63233d8Sdamjan	sd/source/ui/framework/module/ToolPanelModule \
442b63233d8Sdamjan	sd/source/ui/framework/module/ToolBarModule \
443b63233d8Sdamjan	sd/source/ui/framework/module/ViewTabBarModule \
444b63233d8Sdamjan	sd/source/ui/framework/tools/FrameworkHelper \
445b63233d8Sdamjan	sd/source/ui/presenter/CanvasUpdateRequester \
446b63233d8Sdamjan	sd/source/ui/presenter/PresenterCanvas \
447b63233d8Sdamjan	sd/source/ui/presenter/PresenterHelper \
448b63233d8Sdamjan	sd/source/ui/presenter/PresenterPreviewCache \
449b63233d8Sdamjan	sd/source/ui/presenter/PresenterTextView \
450b63233d8Sdamjan	sd/source/ui/presenter/SlideRenderer \
451b63233d8Sdamjan	sd/source/ui/sidebar/AllMasterPagesSelector \
452b63233d8Sdamjan	sd/source/ui/sidebar/CurrentMasterPagesSelector \
453b63233d8Sdamjan	sd/source/ui/sidebar/CustomAnimationPanel \
454b63233d8Sdamjan	sd/source/ui/sidebar/DocumentHelper \
455b63233d8Sdamjan	sd/source/ui/sidebar/LayoutMenu \
456b63233d8Sdamjan	sd/source/ui/sidebar/MasterPageContainer \
457b63233d8Sdamjan	sd/source/ui/sidebar/MasterPageContainerFiller \
458b63233d8Sdamjan	sd/source/ui/sidebar/MasterPageContainerProviders \
459b63233d8Sdamjan	sd/source/ui/sidebar/MasterPageContainerQueue \
460b63233d8Sdamjan	sd/source/ui/sidebar/MasterPageDescriptor \
461b63233d8Sdamjan	sd/source/ui/sidebar/MasterPageObserver \
462b63233d8Sdamjan	sd/source/ui/sidebar/MasterPagesSelector \
463b63233d8Sdamjan	sd/source/ui/sidebar/NavigatorWrapper \
464b63233d8Sdamjan	sd/source/ui/sidebar/PanelBase \
465b63233d8Sdamjan	sd/source/ui/sidebar/PanelFactory \
466b63233d8Sdamjan	sd/source/ui/sidebar/PreviewValueSet \
467b63233d8Sdamjan	sd/source/ui/sidebar/RecentlyUsedMasterPages \
468b63233d8Sdamjan	sd/source/ui/sidebar/RecentMasterPagesSelector \
469b63233d8Sdamjan	sd/source/ui/sidebar/SlideTransitionPanel \
470b63233d8Sdamjan))
471b63233d8Sdamjan# SIDEBAR_TO_BE_REMOVED
472b63233d8Sdamjan# sd/source/ui/accessibility/AccessibleScrollPanel.cxx
473b63233d8Sdamjan# sd/source/ui/accessibility/AccessibleTreeNode
474b63233d8Sdamjan
475b63233d8Sdamjan# the following source file can't be compiled with optimization by some compilers (crash or endless loop):
476b63233d8Sdamjan# Solaris Sparc with Sun compiler, gcc on MacOSX and Linux PPC
477b63233d8Sdamjan# the latter is currently not supported by gbuild and needs a fix here later
478b63233d8Sdamjanifeq ($(OS),WNT)
479*e10cbeddSDon Lewis$(eval $(call gb_LinkTarget_set_cxx_optimization, \
480*e10cbeddSDon Lewis	sd/source/ui/app/optsitem \
481*e10cbeddSDon Lewis	sd/source/ui/func/futext \
482*e10cbeddSDon Lewis	, $(gb_COMPILERNOOPTFLAGS) \
483b63233d8Sdamjan))
484b63233d8Sdamjanendif
485b63233d8Sdamjan
486b63233d8Sdamjanifeq ($(COM),GCC)
487*e10cbeddSDon Lewis$(eval $(call gb_LinkTarget_set_cxx_optimization, \
488*e10cbeddSDon Lewis    sd/source/ui/unoidl/unowcntr, $(gb_COMPILERNOOPTFLAGS) \
489b63233d8Sdamjan))
490b63233d8Sdamjanendif
491b63233d8Sdamjan
492b63233d8Sdamjan$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots))
493b63233d8Sdamjan$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdgslots))
494b63233d8Sdamjan
495b63233d8Sdamjan$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
496b63233d8Sdamjan	-I$(SRCDIR)/sd/inc \
497b63233d8Sdamjan	-I$(SRCDIR)/sd/sdi \
498b63233d8Sdamjan	-I$(OUTDIR)/inc \
499b63233d8Sdamjan	$$(INCLUDE) \
500b63233d8Sdamjan))
501b63233d8Sdamjan
502b63233d8Sdamjan$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\
503b63233d8Sdamjan	-I$(SRCDIR)/sd/inc \
504b63233d8Sdamjan	-I$(SRCDIR)/sd/sdi \
505b63233d8Sdamjan	-I$(OUTDIR)/inc \
506b63233d8Sdamjan	$$(INCLUDE) \
507b63233d8Sdamjan))
508b63233d8Sdamjan
509b63233d8Sdamjan# vim: set noet sw=4 ts=4:
510