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