xref: /aoo41x/main/sfx2/Library_sfx.mk (revision 45da7d5e)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24$(eval $(call gb_Library_Library,sfx))
25
26$(eval $(call gb_Library_add_package_headers,sfx,\
27	sfx2_inc \
28	sfx2_sdi \
29))
30
31$(eval $(call gb_Library_add_precompiled_header,sfx,$(SRCDIR)/sfx2/inc/pch/precompiled_sfx2))
32
33$(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots))
34
35$(eval $(call gb_Library_set_componentfile,sfx,sfx2/util/sfx))
36
37$(eval $(call gb_Library_set_include,sfx,\
38	-I$(SRCDIR)/sfx2/inc \
39	-I$(SRCDIR)/sfx2/inc/sfx2 \
40	-I$(SRCDIR)/sfx2/source/inc \
41	-I$(SRCDIR)/sfx2/inc/pch \
42	-I$(WORKDIR)/SdiTarget/sfx2/sdi \
43	-I$(WORKDIR)/inc/ \
44	$$(INCLUDE) \
45	-I$(OUTDIR)/inc/offuh \
46	-I$(OUTDIR)/inc \
47	$(LIBXML_CFLAGS) \
48))
49
50$(eval $(call gb_Library_set_defs,sfx,\
51	$$(DEFS) \
52	-DSFX2_DLLIMPLEMENTATION \
53))
54
55$(eval $(call gb_Library_add_linked_libs,sfx,\
56	comphelper \
57	cppu \
58	cppuhelper \
59	fwe \
60	i18nisolang1 \
61	sal \
62	sax \
63	sb \
64	sot \
65	stl \
66	svl \
67	svt \
68	tk \
69	tl \
70	ucbhelper \
71	utl \
72	vcl \
73	vos3 \
74	xml2 \
75	$(gb_STDLIBS) \
76))
77
78$(eval $(call gb_Library_add_exception_objects,sfx,\
79	sfx2/source/appl/app \
80	sfx2/source/appl/appbas \
81	sfx2/source/appl/appbaslib \
82	sfx2/source/appl/appcfg \
83	sfx2/source/appl/appchild \
84	sfx2/source/appl/appdata \
85	sfx2/source/appl/appdde \
86	sfx2/source/appl/appinit \
87	sfx2/source/appl/appmain \
88	sfx2/source/appl/appmisc \
89	sfx2/source/appl/appopen \
90	sfx2/source/appl/appquit \
91	sfx2/source/appl/appreg \
92	sfx2/source/appl/appserv \
93	sfx2/source/appl/appuno \
94	sfx2/source/appl/childwin \
95	sfx2/source/appl/fileobj \
96	sfx2/source/appl/fwkhelper \
97	sfx2/source/appl/helpdispatch \
98	sfx2/source/appl/helpinterceptor \
99	sfx2/source/appl/imagemgr \
100	sfx2/source/appl/imestatuswindow \
101	sfx2/source/appl/impldde \
102	sfx2/source/appl/linkmgr2 \
103	sfx2/source/appl/linksrc \
104	sfx2/source/appl/lnkbase2 \
105	sfx2/source/appl/module \
106	sfx2/source/appl/newhelp \
107	sfx2/source/appl/opengrf \
108	sfx2/source/appl/sfxhelp \
109	sfx2/source/appl/sfxpicklist \
110	sfx2/source/appl/shutdownicon \
111	sfx2/source/appl/workwin \
112	sfx2/source/appl/xpackcreator \
113	sfx2/source/bastyp/bitset \
114	sfx2/source/bastyp/fltfnc \
115	sfx2/source/bastyp/fltlst \
116	sfx2/source/bastyp/frmhtml \
117	sfx2/source/bastyp/frmhtmlw \
118	sfx2/source/bastyp/helper \
119	sfx2/source/bastyp/mieclip \
120	sfx2/source/bastyp/minarray \
121	sfx2/source/bastyp/misc \
122	sfx2/source/bastyp/progress \
123	sfx2/source/bastyp/sfxhtml \
124	sfx2/source/bastyp/sfxresid \
125	sfx2/source/config/evntconf \
126	sfx2/source/control/bindings \
127	sfx2/source/control/ctrlitem \
128	sfx2/source/control/macro \
129	sfx2/source/control/minfitem \
130	sfx2/source/control/msg \
131	sfx2/source/control/msgpool \
132	sfx2/source/control/objface \
133	sfx2/source/control/querystatus \
134	sfx2/source/control/request \
135	sfx2/source/control/sfxstatuslistener \
136	sfx2/source/control/shell \
137	sfx2/source/control/sorgitm \
138	sfx2/source/control/statcach \
139	sfx2/source/control/unoctitm \
140	sfx2/source/dialog/alienwarn \
141	sfx2/source/dialog/basedlgs \
142	sfx2/source/dialog/dinfdlg \
143	sfx2/source/dialog/dinfedt \
144	sfx2/source/dialog/dockwin \
145	sfx2/source/dialog/filedlghelper \
146	sfx2/source/dialog/filtergrouping \
147	sfx2/source/dialog/intro \
148	sfx2/source/dialog/itemconnect \
149	sfx2/source/dialog/mailmodel \
150	sfx2/source/dialog/mgetempl \
151	sfx2/source/dialog/navigat \
152	sfx2/source/dialog/newstyle \
153	sfx2/source/dialog/partwnd \
154	sfx2/source/dialog/passwd \
155	sfx2/source/dialog/printopt \
156	sfx2/source/dialog/recfloat \
157	sfx2/source/dialog/securitypage \
158	sfx2/source/dialog/sfxdlg \
159	sfx2/source/dialog/splitwin \
160	sfx2/source/dialog/srchdlg \
161	sfx2/source/dialog/styfitem \
162	sfx2/source/dialog/styledlg \
163	sfx2/source/dialog/tabdlg \
164	sfx2/source/dialog/taskpane \
165	sfx2/source/dialog/templdlg \
166	sfx2/source/dialog/titledockwin \
167	sfx2/source/dialog/tplcitem \
168	sfx2/source/dialog/tplpitem \
169	sfx2/source/dialog/versdlg \
170	sfx2/source/doc/DocumentMetadataAccess \
171	sfx2/source/doc/Metadatable \
172	sfx2/source/doc/QuerySaveDocument \
173	sfx2/source/doc/SfxDocumentMetaData \
174	sfx2/source/doc/docfac \
175	sfx2/source/doc/docfile \
176	sfx2/source/doc/docfilt \
177	sfx2/source/doc/docinf \
178	sfx2/source/doc/docinsert \
179	sfx2/source/doc/docmacromode \
180	sfx2/source/doc/docstoragemodifylistener \
181	sfx2/source/doc/doctdlg \
182	sfx2/source/doc/doctempl \
183	sfx2/source/doc/doctemplates \
184	sfx2/source/doc/doctemplateslocal \
185	sfx2/source/doc/docvor \
186	sfx2/source/doc/frmdescr \
187	sfx2/source/doc/graphhelp \
188	sfx2/source/doc/guisaveas \
189	sfx2/source/doc/iframe \
190	sfx2/source/doc/new \
191	sfx2/source/doc/objcont \
192	sfx2/source/doc/objembed \
193	sfx2/source/doc/objitem \
194	sfx2/source/doc/objmisc \
195	sfx2/source/doc/objserv \
196	sfx2/source/doc/objstor \
197	sfx2/source/doc/objuno \
198	sfx2/source/doc/objxtor \
199	sfx2/source/doc/oleprops \
200	sfx2/source/doc/ownsubfilterservice \
201	sfx2/source/doc/plugin \
202	sfx2/source/doc/printhelper \
203	sfx2/source/doc/querytemplate \
204	sfx2/source/doc/docundomanager \
205	sfx2/source/doc/sfxbasemodel \
206	sfx2/source/doc/sfxmodelfactory \
207	sfx2/source/doc/syspath \
208	sfx2/source/explorer/nochaos \
209	sfx2/source/inet/inettbc \
210	sfx2/source/menu/mnuitem \
211	sfx2/source/menu/mnumgr \
212	sfx2/source/menu/thessubmenu \
213	sfx2/source/menu/virtmenu \
214	sfx2/source/notify/eventsupplier \
215	sfx2/source/notify/hintpost \
216	sfx2/source/sidebar/SidebarChildWindow \
217	sfx2/source/sidebar/SidebarDockingWindow \
218	sfx2/source/sidebar/SidebarController \
219	sfx2/source/sidebar/SidebarPanelBase \
220	sfx2/source/sidebar/SidebarToolBox \
221	sfx2/source/sidebar/AsynchronousCall \
222	sfx2/source/sidebar/CommandInfoProvider \
223	sfx2/source/sidebar/Context \
224	sfx2/source/sidebar/ContextChangeBroadcaster \
225	sfx2/source/sidebar/ContextList \
226	sfx2/source/sidebar/ControlFactory \
227	sfx2/source/sidebar/ControllerItem \
228	sfx2/source/sidebar/CustomImageRadioButton \
229	sfx2/source/sidebar/Deck \
230	sfx2/source/sidebar/DeckDescriptor \
231	sfx2/source/sidebar/DeckLayouter \
232	sfx2/source/sidebar/DeckTitleBar \
233	sfx2/source/sidebar/DrawHelper \
234	sfx2/source/sidebar/EnumContext \
235	sfx2/source/sidebar/FocusManager \
236	sfx2/source/sidebar/MenuButton \
237	sfx2/source/sidebar/Paint \
238	sfx2/source/sidebar/Panel \
239	sfx2/source/sidebar/PanelDescriptor \
240	sfx2/source/sidebar/PanelTitleBar \
241	sfx2/source/sidebar/ResourceManager \
242	sfx2/source/sidebar/TabBar \
243	sfx2/source/sidebar/TabItem \
244	sfx2/source/sidebar/TitleBar \
245	sfx2/source/sidebar/Theme \
246	sfx2/source/sidebar/Tools \
247	sfx2/source/sidebar/ToolBoxBackground \
248	sfx2/source/statbar/stbitem \
249	sfx2/source/toolbox/imgmgr \
250	sfx2/source/toolbox/tbxitem \
251	sfx2/source/view/frame \
252	sfx2/source/view/frame2 \
253	sfx2/source/view/frmload \
254	sfx2/source/view/ipclient \
255	sfx2/source/view/orgmgr \
256	sfx2/source/view/printer \
257	sfx2/source/view/sfxbasecontroller \
258	sfx2/source/view/userinputinterception \
259	sfx2/source/view/viewfac \
260	sfx2/source/view/viewfrm \
261	sfx2/source/view/viewfrm2 \
262	sfx2/source/view/viewprn \
263	sfx2/source/view/viewsh \
264))
265
266# i116803: crash in impress when
267# "opening stylist, select graphic style, select modify from context menu, cancel dialog, close stylist"
268# only on unxlngi6 and unxlngi6.pro platform
269ifeq ($(OS),LINUX)
270$(eval $(call gb_Library_add_cxxobjects,sfx,\
271	sfx2/source/control/dispatch \
272    , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
273))
274else
275$(eval $(call gb_Library_add_exception_objects,sfx,\
276	sfx2/source/control/dispatch \
277))
278endif
279
280$(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx))
281
282$(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\
283	$$(INCLUDE) \
284	-I$(SRCDIR)/sfx2/inc/sfx2 \
285	-I$(SRCDIR)/sfx2/inc \
286	-I$(SRCDIR)/sfx2/sdi \
287))
288
289ifeq ($(OS),$(filter WNT MACOSX,$(OS)))
290$(eval $(call gb_Library_set_defs,sfx,\
291	$$(DEFS) \
292	-DENABLE_QUICKSTART_APPLET \
293))
294endif
295
296ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
297$(eval $(call gb_Library_set_defs,sfx,\
298	$$(DEFS) \
299	-DENABLE_QUICKSTART_APPLET \
300	-DENABLE_SYSTRAY_GTK \
301))
302endif
303
304ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
305$(eval $(call gb_Library_set_defs,sfx,\
306	$$(DEFS) \
307	-DENABLE_QUICKSTART_APPLET \
308	-DENABLE_SYSTRAY_GTK \
309))
310endif
311
312ifeq ($(OS),OS2)
313$(eval $(call gb_Library_add_exception_objects,sfx,\
314    sfx2/source/appl/shutdowniconOs2 \
315))
316endif
317ifeq ($(OS),MACOSX)
318$(eval $(call gb_Library_add_objcxxobjects,sfx,\
319    sfx2/source/appl/shutdowniconaqua \
320))
321$(eval $(call gb_Library_add_linked_libs,sfx,\
322	objc \
323	Cocoa \
324))
325endif
326
327ifeq ($(OS),WNT)
328
329# workaround: disable PCH for these objects to avoid redeclaration
330# errors - needs to be fixed in module tools
331$(eval $(call gb_Library_add_cxxobjects,sfx,\
332	sfx2/source/appl/shutdowniconw32 \
333	sfx2/source/doc/sfxacldetect \
334	sfx2/source/doc/syspathw32 \
335	, $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) -nologo -UPRECOMPILED_HEADERS \
336))
337
338$(eval $(call gb_Library_add_linked_libs,sfx,\
339	gdi32 \
340	advapi32 \
341	ole32 \
342	shell32 \
343	user32 \
344	uuid \
345))
346
347else
348
349$(eval $(call gb_Library_add_cxxobjects,sfx,\
350	sfx2/source/appl/shutdowniconw32 \
351	sfx2/source/doc/sfxacldetect \
352	, $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) \
353))
354
355endif
356# vim: set noet sw=4 ts=4:
357
358