12407af08SAndrew Rist#**************************************************************
22407af08SAndrew Rist#
32407af08SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
42407af08SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
52407af08SAndrew Rist#  distributed with this work for additional information
62407af08SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
72407af08SAndrew Rist#  to you under the Apache License, Version 2.0 (the
82407af08SAndrew Rist#  "License"); you may not use this file except in compliance
92407af08SAndrew Rist#  with the License.  You may obtain a copy of the License at
102407af08SAndrew Rist#
112407af08SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
122407af08SAndrew Rist#
132407af08SAndrew Rist#  Unless required by applicable law or agreed to in writing,
142407af08SAndrew Rist#  software distributed under the License is distributed on an
152407af08SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162407af08SAndrew Rist#  KIND, either express or implied.  See the License for the
172407af08SAndrew Rist#  specific language governing permissions and limitations
182407af08SAndrew Rist#  under the License.
192407af08SAndrew Rist#
202407af08SAndrew Rist#**************************************************************
212407af08SAndrew Rist
222407af08SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ = ..
25cdf0e10cSrcweirPRJNAME = postprocess
26cdf0e10cSrcweirTARGET = packcomponents
27cdf0e10cSrcweir
28cdf0e10cSrcweir.INCLUDE: settings.mk
29cdf0e10cSrcweir
30cdf0e10cSrcweir#TODO (copied from scp2/source/ooo/makefile.mk):
31cdf0e10cSrcweir.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_GTK)" != ""
32cdf0e10cSrcweirPKGCONFIG_MODULES=gtk+-2.0
33cdf0e10cSrcweir.INCLUDE: pkg_config.mk
34cdf0e10cSrcweirGTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
35cdf0e10cSrcweir.END
36cdf0e10cSrcweir
37cdf0e10cSrcweirmy_components = \
38910823aeSJürgen Schmidt    bootstrap \
39910823aeSJürgen Schmidt    introspection \
40910823aeSJürgen Schmidt    invocadapt \
41910823aeSJürgen Schmidt    invocation \
42910823aeSJürgen Schmidt    javaloader \
43910823aeSJürgen Schmidt    javavm \
44910823aeSJürgen Schmidt    juh \
45910823aeSJürgen Schmidt    namingservice \
46910823aeSJürgen Schmidt    proxyfac \
47910823aeSJürgen Schmidt    reflection \
48910823aeSJürgen Schmidt    stocservices \
49910823aeSJürgen Schmidt    uuresolver \
50cdf0e10cSrcweir    abp \
51cdf0e10cSrcweir    analysis \
52cdf0e10cSrcweir    avmedia \
53cdf0e10cSrcweir    basctl \
54cdf0e10cSrcweir    basprov \
55cdf0e10cSrcweir    bib \
56cdf0e10cSrcweir    cached1 \
57cdf0e10cSrcweir    calc \
58cdf0e10cSrcweir    chartcontroller \
59cdf0e10cSrcweir    chartmodel \
60cdf0e10cSrcweir    charttools \
61cdf0e10cSrcweir    chartview \
622016fac5Sdamjan    component/animations/source/animcore/animcore \
63290e3fa2Sdamjan    component/binaryurp/source/binaryurp \
64b63233d8Sdamjan    component/canvas/source/factory/canvasfactory \
65b63233d8Sdamjan    component/canvas/source/simplecanvas/simplecanvas \
66b63233d8Sdamjan    component/canvas/source/vcl/vclcanvas \
67cdf0e10cSrcweir    component/comphelper/util/comphelp \
68c9d49dbaSdamjan    component/configmgr/source/configmgr \
69b2b569f2SArmin Le Grand    component/cui/util/cui \
70ddde725dSArmin Le Grand    component/drawinglayer/drawinglayer \
71b63233d8Sdamjan	component/dbaccess/source/ext/adabas/adabasui \
72b63233d8Sdamjan	component/dbaccess/source/ext/macromigration/dbmm \
73b63233d8Sdamjan	component/dbaccess/source/filter/xml/dbaxml \
74b63233d8Sdamjan	component/dbaccess/util/dba \
75b63233d8Sdamjan	component/dbaccess/util/dbu \
76b63233d8Sdamjan	component/dbaccess/util/sdbt \
77*0b5197c8Sdamjan    component/eventattacher/source/evtatt \
783616bdb9Sdamjan    component/fileaccess/util/fileacc \
7939ded6f8SDamjan Jovanovic    component/formula/util/for \
80cdf0e10cSrcweir    component/framework/util/fwk \
81cdf0e10cSrcweir    component/framework/util/fwl \
82cdf0e10cSrcweir    component/framework/util/fwm \
83f90c092aSdamjan    component/io/source/acceptor/acceptor \
84f90c092aSdamjan    component/io/source/connector/connector \
85f90c092aSdamjan    component/io/source/stm/streams \
86f90c092aSdamjan    component/io/source/TextInputStream/textinstream \
87f90c092aSdamjan    component/io/source/TextOutputStream/textoutstream \
88b63233d8Sdamjan    component/linguistic/source/lng \
89b63233d8Sdamjan    component/oox/util/oox \
90873c956eSdamjan    component/package/source/xstor/xstor \
91873c956eSdamjan    component/package/util/package2 \
92b63233d8Sdamjan	component/reportdesign/util/rptxml \
93b63233d8Sdamjan	component/reportdesign/util/rpt \
94b63233d8Sdamjan	component/reportdesign/util/rptui \
95cdf0e10cSrcweir    component/vbahelper/util/msforms \
96b63233d8Sdamjan    component/sax/source/expatwrap/expwrap \
97b63233d8Sdamjan    component/sax/source/fastparser/fastsax \
98b63233d8Sdamjan    component/sd/util/sd \
99b63233d8Sdamjan    component/sd/util/sdd \
100cdf0e10cSrcweir    component/sfx2/util/sfx \
101cdf0e10cSrcweir    component/sot/util/sot \
102ddde725dSArmin Le Grand    component/svgio/svgio \
103b63233d8Sdamjan    component/starmath/util/sm \
104b63233d8Sdamjan    component/starmath/util/smd \
105cdf0e10cSrcweir    component/svl/source/fsstor/fsstorage \
106cdf0e10cSrcweir    component/svl/source/passwordcontainer/passwordcontainer \
107cdf0e10cSrcweir    component/svl/util/svl \
108cdf0e10cSrcweir    component/svtools/source/hatchwindow/hatchwindowfactory \
109cdf0e10cSrcweir    component/svtools/util/svt \
110cdf0e10cSrcweir    component/svx/util/svx \
111cdf0e10cSrcweir    component/svx/util/svxcore \
112cdf0e10cSrcweir    component/svx/util/textconversiondlgs \
113cdf0e10cSrcweir    component/sw/util/msword \
114cdf0e10cSrcweir    component/sw/util/sw \
115cdf0e10cSrcweir    component/sw/util/swd \
116cdf0e10cSrcweir    component/sw/util/vbaswobj \
117b63233d8Sdamjan    component/unotools/util/utl \
1182e2269f7SJürgen Schmidt    component/toolkit/util/ootk \
119cdf0e10cSrcweir    component/unoxml/source/rdf/unordf \
120cdf0e10cSrcweir    component/unoxml/source/service/unoxml \
121b63233d8Sdamjan    component/writerfilter/util/writerfilter \
122cdf0e10cSrcweir    component/xmloff/source/transform/xof \
123cdf0e10cSrcweir    component/xmloff/util/xo \
124b63233d8Sdamjan    component/xmlscript/util/xcr \
125cdf0e10cSrcweir    ctl \
126cdf0e10cSrcweir    date \
127cdf0e10cSrcweir    dbase \
128cdf0e10cSrcweir    dbp \
129cdf0e10cSrcweir    dbpool2 \
130cdf0e10cSrcweir    dbtools \
131cdf0e10cSrcweir    deployment \
132cdf0e10cSrcweir    deploymentgui \
133cdf0e10cSrcweir    dlgprov \
134cdf0e10cSrcweir    embobj \
135cdf0e10cSrcweir    filterconfig1 \
136cdf0e10cSrcweir    flash \
137cdf0e10cSrcweir    flat \
138cdf0e10cSrcweir    fpicker \
139cdf0e10cSrcweir    fps_office \
140cdf0e10cSrcweir    frm \
141cdf0e10cSrcweir    guesslang \
142cdf0e10cSrcweir    i18npool \
143cdf0e10cSrcweir    i18nsearch \
144a44fea77SAriel Constenla-Haile    lnth \
145cdf0e10cSrcweir    localebe1 \
146cdf0e10cSrcweir    log \
147910823aeSJürgen Schmidt	mailmerge \
148cdf0e10cSrcweir    mcnttype \
149cdf0e10cSrcweir    migrationoo2 \
150cdf0e10cSrcweir    msfilter \
151cdf0e10cSrcweir    mysql \
152cdf0e10cSrcweir    odbc \
153cdf0e10cSrcweir    offacc \
154cdf0e10cSrcweir    oooimprovecore \
155cdf0e10cSrcweir    pcr \
156cdf0e10cSrcweir    pdffilter \
157cdf0e10cSrcweir    placeware \
158cdf0e10cSrcweir    preload \
159cdf0e10cSrcweir    protocolhandler \
160cdf0e10cSrcweir    pythonloader \
161cdf0e10cSrcweir    pythonscript \
162cdf0e10cSrcweir    res \
163cdf0e10cSrcweir    sb \
164cdf0e10cSrcweir    sc \
165cdf0e10cSrcweir    scd \
166cdf0e10cSrcweir    scn \
167cdf0e10cSrcweir    scriptframe \
168cdf0e10cSrcweir    sdbc2 \
169cdf0e10cSrcweir    slideshow \
170cdf0e10cSrcweir    spl \
171cdf0e10cSrcweir    srtrs1 \
172cdf0e10cSrcweir    stringresource \
173cdf0e10cSrcweir    svgfilter \
174cdf0e10cSrcweir    syssh \
175cdf0e10cSrcweir    t602filter \
176cdf0e10cSrcweir    tvhlp1 \
177cdf0e10cSrcweir    ucb1 \
178cdf0e10cSrcweir    ucpchelp1 \
17959ddfc10SAndre Fischer    ucpdav1 \
180cdf0e10cSrcweir    ucpexpand1 \
181cdf0e10cSrcweir    ucpext \
182cdf0e10cSrcweir    ucpfile1 \
183cdf0e10cSrcweir    ucpftp1 \
184cdf0e10cSrcweir    ucphier1 \
185cdf0e10cSrcweir    ucppkg1 \
186cdf0e10cSrcweir    ucptdoc1 \
187cdf0e10cSrcweir    updatefeed \
188cdf0e10cSrcweir    updchk \
189cdf0e10cSrcweir    uui \
190cdf0e10cSrcweir    vbaevents \
191cdf0e10cSrcweir    vbaobj \
192cdf0e10cSrcweir    xmlfa \
193cdf0e10cSrcweir    xmlfd \
194cdf0e10cSrcweir    xmx \
195cdf0e10cSrcweir    xsltdlg \
19679e0a548SAriel Constenla-Haile    PresentationMinimizer \
19779e0a548SAriel Constenla-Haile    PresenterScreen
198cdf0e10cSrcweir
199cdf0e10cSrcweir.IF "$(OS)" == "MACOSX"
200cdf0e10cSrcweirmy_components += component/vcl/vcl.macosx
201cdf0e10cSrcweir.ELSE
202168c4287SYuri Dario.IF "$(OS)" == "WNT" || "$(OS)" == "OS2"
203cdf0e10cSrcweirmy_components += component/vcl/vcl.windows
204cdf0e10cSrcweir.ELSE
205cdf0e10cSrcweirmy_components += component/vcl/vcl.unx
206cdf0e10cSrcweir.ENDIF
207cdf0e10cSrcweir.ENDIF
208cdf0e10cSrcweir
20935779863SAriel Constenla-Haile.IF "$(ENABLE_ONLINE_UPDATE)"=="YES"
21035779863SAriel Constenla-Hailemy_components += updchk.uno
21135779863SAriel Constenla-Haile.END
21235779863SAriel Constenla-Haile
2136a653dafSJuergen Schmidt.IF "$(OS)" != "WNT" && "$(OS)" != "OS2"
2146a653dafSJuergen Schmidtmy_components += mozbootstrap
2156a653dafSJuergen Schmidt.END
2166a653dafSJuergen Schmidt
217d2491125SOliver-Rainer Wittmann.IF "$(ENABLE_OOOIMPROVEMENT)" != ""
218cdf0e10cSrcweirmy_components += oooimprovement
219cdf0e10cSrcweir.END
220cdf0e10cSrcweir
22188bfee53SPedro Giffuni.IF "$(ENABLE_COINMP)"=="YES"
22288bfee53SPedro Giffunimy_components += solver
22388bfee53SPedro Giffuni.END
22488bfee53SPedro Giffuni
2250ea1a209SEike Rathke.IF "$(DISABLE_SAXON)" == ""
2260ea1a209SEike Rathkemy_components += XSLTFilter.jar \
2270ea1a209SEike Rathke    xsltfilter
2280ea1a209SEike Rathke.END
2290ea1a209SEike Rathke
230a44fea77SAriel Constenla-Haile.IF "$(ENABLE_HYPHEN)" == "YES"
2310ea1a209SEike Rathkemy_components += hyphen
2320ea1a209SEike Rathke.END
2330ea1a209SEike Rathke
234a44fea77SAriel Constenla-Haile.IF "$(ENABLE_HUNSPELL)" == "YES"
235a44fea77SAriel Constenla-Hailemy_components += spell
2360ea1a209SEike Rathke.END
2370ea1a209SEike Rathke
2380bd633abSJürgen Schmidt.IF "$(SYSTEM_LIBWPD)" == "YES"
2390ea1a209SEike Rathkemy_components +=     wpft
2400ea1a209SEike Rathke.END
2410ea1a209SEike Rathke
242cdf0e10cSrcweir.IF "$(DISABLE_ATL)" == ""
243cdf0e10cSrcweirmy_components += emboleobj
244cdf0e10cSrcweir.END
245cdf0e10cSrcweir
24646dacce6SMichael Stahl.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
247b63233d8Sdamjanmy_components += component/canvas/source/cairo/cairocanvas
248cdf0e10cSrcweir.END
249cdf0e10cSrcweir
250cdf0e10cSrcweir.IF "$(ENABLE_GCONF)" != ""
251cdf0e10cSrcweirmy_components += gconfbe1
252cdf0e10cSrcweir.END
253cdf0e10cSrcweir
254cdf0e10cSrcweir.IF "$(ENABLE_GIO)" != ""
255cdf0e10cSrcweirmy_components += ucpgio
256cdf0e10cSrcweir.END
257cdf0e10cSrcweir
258cdf0e10cSrcweir.IF "$(ENABLE_GNOMEVFS)" != ""
259cdf0e10cSrcweirmy_components += ucpgvfs
260cdf0e10cSrcweir.END
261cdf0e10cSrcweir
262cdf0e10cSrcweir.IF "$(ENABLE_KAB)" != ""
263cdf0e10cSrcweirmy_components += kab1
264cdf0e10cSrcweir.END
265cdf0e10cSrcweir
266cdf0e10cSrcweir.IF "$(ENABLE_KDE)" != ""
267cdf0e10cSrcweirmy_components += kdebe1
268cdf0e10cSrcweir.END
269cdf0e10cSrcweir
270cdf0e10cSrcweir.IF "$(ENABLE_KDE4)" != ""
271cdf0e10cSrcweirmy_components += kde4be1
272cdf0e10cSrcweir.END
273cdf0e10cSrcweir
27499425c2fSEike Rathke.IF "$(ENABLE_OPENGL)" == "TRUE"
275cdf0e10cSrcweirmy_components += ogltrans
276cdf0e10cSrcweir.END
277cdf0e10cSrcweir
278cdf0e10cSrcweir.IF "$(SOLAR_JAVA)" == "TRUE"
279cdf0e10cSrcweirmy_components += \
280cdf0e10cSrcweir    LuceneHelpWrapper \
281cdf0e10cSrcweir    ScriptFramework \
282cdf0e10cSrcweir    ScriptProviderForJava \
283cdf0e10cSrcweir    XMergeBridge \
284cdf0e10cSrcweir    XSLTValidate \
285b63233d8Sdamjan    component/wizards/com/sun/star/wizards/agenda/agenda \
286b63233d8Sdamjan    component/wizards/com/sun/star/wizards/fax/fax \
287b63233d8Sdamjan    component/wizards/com/sun/star/wizards/form/form \
288cdf0e10cSrcweir    hsqldb \
289cdf0e10cSrcweir    jdbc \
290b63233d8Sdamjan    component/wizards/com/sun/star/wizards/letter/letter \
291b63233d8Sdamjan    component/wizards/com/sun/star/wizards/query/query \
292b63233d8Sdamjan    component/wizards/com/sun/star/wizards/report/report \
293b63233d8Sdamjan    component/wizards/com/sun/star/wizards/table/table \
294b63233d8Sdamjan    component/wizards/com/sun/star/wizards/web/web
2959ef65f0eSAndre Fischer.IF "$(ENABLE_BEANSHELL)" == "YES"
2969ef65f0eSAndre Fischermy_components += ScriptProviderForBeanShell
2979ef65f0eSAndre Fischer.END
2989ef65f0eSAndre Fischer.IF "$(ENABLE_JAVASCRIPT)" == "YES"
2999ef65f0eSAndre Fischermy_components += ScriptProviderForJavaScript
3009ef65f0eSAndre Fischer.END
301cdf0e10cSrcweir.END
302cdf0e10cSrcweir
303cdf0e10cSrcweir.IF "$(WITH_LDAP)" == "YES"
304cdf0e10cSrcweirmy_components += ldapbe2
305cdf0e10cSrcweir.END
306cdf0e10cSrcweir
307cc99daadSHerbert Dürr.IF "$(ENABLE_NSS_MODULE)" != "NO"
308cdf0e10cSrcweirmy_components += \
309cdf0e10cSrcweir    xmlsecurity \
310cdf0e10cSrcweir    xsec_fw \
3110b544e7eSArmin Le Grand    xsec_xmlsec
312cdf0e10cSrcweir.END
313cdf0e10cSrcweir
314cdf0e10cSrcweir.IF "$(OS)" == "MACOSX"
315cdf0e10cSrcweirmy_components += \
3160c4f5f58SHerbert Dürr    avmediaQuickTime \
317426294d4SHerbert Dürr    avmediaMacAVF \
318cdf0e10cSrcweir    fps_aqua \
319cdf0e10cSrcweir    macab1 \
320c4436845SJürgen Schmidt    macbe1 \
3212ee8c3d1SEike Rathke    MacOSXSpell
3222ee8c3d1SEike Rathke.END
3232ee8c3d1SEike Rathke
324cdf0e10cSrcweir.IF "$(OS)" == "WNT"
325cdf0e10cSrcweirmy_components += \
326cdf0e10cSrcweir    ado \
327cdf0e10cSrcweir    dnd \
328cdf0e10cSrcweir    dtrans \
329cdf0e10cSrcweir    fop \
330cdf0e10cSrcweir    fps \
331cdf0e10cSrcweir    ftransl \
332cdf0e10cSrcweir    java_uno_accessbridge \
333ae77b8caSAriel Constenla-Haile    sysmail \
334cdf0e10cSrcweir    sysdtrans \
335df906e24SSteve Yin    winaccessibility \
336cdf0e10cSrcweir    wininetbe1
337cdf0e10cSrcweir.END
338cdf0e10cSrcweir
339168c4287SYuri Dario.IF "$(OS)" == "OS2"
340168c4287SYuri Dariomy_components += \
341168c4287SYuri Dario    dtrans \
342168c4287SYuri Dario    sysdtrans
343168c4287SYuri Dario.END
344168c4287SYuri Dario
345cdf0e10cSrcweir.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == ""
346cdf0e10cSrcweirmy_components += \
347cdf0e10cSrcweir    emser \
348cdf0e10cSrcweir    oleautobridge
349cdf0e10cSrcweir.END
350cdf0e10cSrcweir
351cdf0e10cSrcweir.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""
352cdf0e10cSrcweirmy_components += \
353cdf0e10cSrcweir    avmediawin \
354b63233d8Sdamjan    component/canvas/source/directx/directx9canvas \
355b63233d8Sdamjan    component/canvas/source/directx/gdipluscanvas
356cdf0e10cSrcweir.END
357cdf0e10cSrcweir
358cdf0e10cSrcweir.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" && "$(USE_DIRECTX5)" != ""
359b63233d8Sdamjanmy_components += component/canvas/source/directx/directx5canvas
360cdf0e10cSrcweir.END
361cdf0e10cSrcweir
362cdf0e10cSrcweir.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \
363cdf0e10cSrcweir    ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT"
364cdf0e10cSrcweirmy_components += adabas
365cdf0e10cSrcweir.END
366cdf0e10cSrcweir
36761aaf8b6SYuri Dario.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(OS)" != "OS2"
368cdf0e10cSrcweirmy_components += desktopbe1
369cdf0e10cSrcweir.END
370cdf0e10cSrcweir
371cdf0e10cSrcweir.IF "$(GTK_TWO_FOUR)" != ""
372cdf0e10cSrcweirmy_components += fps_gnome
373cdf0e10cSrcweir.END
374cdf0e10cSrcweir
375cdf0e10cSrcweir.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != ""
376cdf0e10cSrcweirmy_components += fps_kde4
377cdf0e10cSrcweir.END
378cdf0e10cSrcweir
379cdf0e10cSrcweir.IF "$(OS)" != "WNT"
380cdf0e10cSrcweirmy_components += cmdmail
381cdf0e10cSrcweir.END
382cdf0e10cSrcweir
383cdf0e10cSrcweir.IF "$(OS)" != "WNT" && "$(ENABLE_EVOAB2)" != ""
384cdf0e10cSrcweirmy_components += evoab
385cdf0e10cSrcweir.END
386cdf0e10cSrcweir
387cdf0e10cSrcweir.IF "$(OS)" != "WNT" && "$(ENABLE_GSTREAMER)" != ""
388cdf0e10cSrcweirmy_components += avmediagst
389cdf0e10cSrcweir.END
390cdf0e10cSrcweir
391cdf0e10cSrcweir.IF "$(OS)" != "WNT" && "$(SOLAR_JAVA)" == "TRUE"
392cdf0e10cSrcweirmy_components += avmedia.jar
393cdf0e10cSrcweir.END
394cdf0e10cSrcweir
395cdf0e10cSrcweirmy_ooo_components = mailmerge
396cdf0e10cSrcweir
397cdf0e10cSrcweir.INCLUDE: target.mk
398cdf0e10cSrcweir
399cdf0e10cSrcweirALLTAR : $(MISC)/services.rdb $(MISC)/ooo-services.rdb
400cdf0e10cSrcweir
401cdf0e10cSrcweir$(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
402cdf0e10cSrcweir        $(MISC)/services.input $(my_components:^"$(SOLARXMLDIR)/":+".component")
403cdf0e10cSrcweir    $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
404cdf0e10cSrcweir        $(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input
405cdf0e10cSrcweir
406cdf0e10cSrcweir$(MISC)/services.input : makefile.mk
407cdf0e10cSrcweir    echo \
408cdf0e10cSrcweir        '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
409cdf0e10cSrcweir        > $@
410cdf0e10cSrcweir
411cdf0e10cSrcweir$(MISC)/ooo-services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
412cdf0e10cSrcweir        $(MISC)/ooo-services.input \
413cdf0e10cSrcweir        $(my_ooo_components:^"$(SOLARXMLDIR)/":+".component")
414cdf0e10cSrcweir    $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
415cdf0e10cSrcweir        $(SOLARENV)/bin/packcomponents.xslt $(MISC)/ooo-services.input
416cdf0e10cSrcweir
417cdf0e10cSrcweir$(MISC)/ooo-services.input : makefile.mk
418cdf0e10cSrcweir    echo '<list>' \
419cdf0e10cSrcweir        '$(my_ooo_components:^"<filename>":+".component</filename>")' \
420cdf0e10cSrcweir        '</list>' > $@
421