xref: /aoo41x/main/sfx2/Library_sfx.mk (revision 3fc59d38)
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/IContextChangeReceiver \
238	sfx2/source/sidebar/ILayoutableWindow \
239	sfx2/source/sidebar/Paint \
240	sfx2/source/sidebar/Panel \
241	sfx2/source/sidebar/PanelDescriptor \
242	sfx2/source/sidebar/PanelTitleBar \
243	sfx2/source/sidebar/ResourceManager \
244	sfx2/source/sidebar/TabBar \
245	sfx2/source/sidebar/TabItem \
246	sfx2/source/sidebar/TitleBar \
247	sfx2/source/sidebar/Theme \
248	sfx2/source/sidebar/Tools \
249	sfx2/source/sidebar/ToolBoxBackground \
250	sfx2/source/statbar/stbitem \
251	sfx2/source/toolbox/imgmgr \
252	sfx2/source/toolbox/tbxitem \
253	sfx2/source/view/frame \
254	sfx2/source/view/frame2 \
255	sfx2/source/view/frmload \
256	sfx2/source/view/ipclient \
257	sfx2/source/view/orgmgr \
258	sfx2/source/view/printer \
259	sfx2/source/view/sfxbasecontroller \
260	sfx2/source/view/userinputinterception \
261	sfx2/source/view/viewfac \
262	sfx2/source/view/viewfrm \
263	sfx2/source/view/viewfrm2 \
264	sfx2/source/view/viewprn \
265	sfx2/source/view/viewsh \
266))
267
268# i116803: crash in impress when
269# "opening stylist, select graphic style, select modify from context menu, cancel dialog, close stylist"
270# only on unxlngi6 and unxlngi6.pro platform
271ifeq ($(OS),LINUX)
272$(eval $(call gb_Library_add_cxxobjects,sfx,\
273	sfx2/source/control/dispatch \
274    , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
275))
276else
277$(eval $(call gb_Library_add_exception_objects,sfx,\
278	sfx2/source/control/dispatch \
279))
280endif
281
282$(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx))
283
284$(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\
285	$$(INCLUDE) \
286	-I$(SRCDIR)/sfx2/inc/sfx2 \
287	-I$(SRCDIR)/sfx2/inc \
288	-I$(SRCDIR)/sfx2/sdi \
289))
290
291ifeq ($(OS),$(filter WNT MACOSX,$(OS)))
292$(eval $(call gb_Library_set_defs,sfx,\
293	$$(DEFS) \
294	-DENABLE_QUICKSTART_APPLET \
295))
296endif
297
298ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
299$(eval $(call gb_Library_set_defs,sfx,\
300	$$(DEFS) \
301	-DENABLE_QUICKSTART_APPLET \
302	-DENABLE_SYSTRAY_GTK \
303))
304endif
305
306ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
307$(eval $(call gb_Library_set_defs,sfx,\
308	$$(DEFS) \
309	-DENABLE_QUICKSTART_APPLET \
310	-DENABLE_SYSTRAY_GTK \
311))
312endif
313
314ifeq ($(OS),OS2)
315$(eval $(call gb_Library_add_exception_objects,sfx,\
316    sfx2/source/appl/shutdowniconOs2 \
317))
318endif
319ifeq ($(OS),MACOSX)
320$(eval $(call gb_Library_add_objcxxobjects,sfx,\
321    sfx2/source/appl/shutdowniconaqua \
322))
323$(eval $(call gb_Library_add_linked_libs,sfx,\
324	objc \
325	Cocoa \
326))
327endif
328
329ifeq ($(OS),WNT)
330
331# workaround: disable PCH for these objects to avoid redeclaration
332# errors - needs to be fixed in module tools
333$(eval $(call gb_Library_add_cxxobjects,sfx,\
334	sfx2/source/appl/shutdowniconw32 \
335	sfx2/source/doc/sfxacldetect \
336	sfx2/source/doc/syspathw32 \
337	, $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) -nologo -UPRECOMPILED_HEADERS \
338))
339
340$(eval $(call gb_Library_add_linked_libs,sfx,\
341	gdi32 \
342	advapi32 \
343	ole32 \
344	shell32 \
345	user32 \
346	uuid \
347))
348
349else
350
351$(eval $(call gb_Library_add_cxxobjects,sfx,\
352	sfx2/source/appl/shutdowniconw32 \
353	sfx2/source/doc/sfxacldetect \
354	, $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) \
355))
356
357endif
358# vim: set noet sw=4 ts=4:
359
360