1cdf0e10cSrcweir#*************************************************************************
2cdf0e10cSrcweir#
3cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4cdf0e10cSrcweir#
5cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6cdf0e10cSrcweir#
7cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8cdf0e10cSrcweir#
9cdf0e10cSrcweir# This file is part of OpenOffice.org.
10cdf0e10cSrcweir#
11cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14cdf0e10cSrcweir#
15cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20cdf0e10cSrcweir#
21cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25cdf0e10cSrcweir#
26cdf0e10cSrcweir#***********************************************************************/
27cdf0e10cSrcweir
28cdf0e10cSrcweirPRJ = ..
29cdf0e10cSrcweirPRJNAME = postprocess
30cdf0e10cSrcweirTARGET = packcomponents
31cdf0e10cSrcweir
32cdf0e10cSrcweir.INCLUDE: settings.mk
33cdf0e10cSrcweir
34cdf0e10cSrcweir#TODO (copied from scp2/source/ooo/makefile.mk):
35cdf0e10cSrcweir.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_GTK)" != ""
36cdf0e10cSrcweirPKGCONFIG_MODULES=gtk+-2.0
37cdf0e10cSrcweir.INCLUDE: pkg_config.mk
38cdf0e10cSrcweirGTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
39cdf0e10cSrcweir.END
40cdf0e10cSrcweir
41cdf0e10cSrcweirmy_components = \
42cdf0e10cSrcweir    abp \
43cdf0e10cSrcweir    adabasui \
44cdf0e10cSrcweir    analysis \
45cdf0e10cSrcweir    animcore \
46cdf0e10cSrcweir    avmedia \
47cdf0e10cSrcweir    basctl \
48cdf0e10cSrcweir    basprov \
49cdf0e10cSrcweir    bib \
50cdf0e10cSrcweir    cached1 \
51cdf0e10cSrcweir    calc \
52cdf0e10cSrcweir    canvasfactory \
53cdf0e10cSrcweir    chartcontroller \
54cdf0e10cSrcweir    chartmodel \
55cdf0e10cSrcweir    charttools \
56cdf0e10cSrcweir    chartview \
57cdf0e10cSrcweir    component/comphelper/util/comphelp \
58*ddde725dSArmin Le Grand    component/drawinglayer/drawinglayer \
59cdf0e10cSrcweir    component/framework/util/fwk \
60cdf0e10cSrcweir    component/framework/util/fwl \
61cdf0e10cSrcweir    component/framework/util/fwm \
62cdf0e10cSrcweir    component/vbahelper/util/msforms \
63cdf0e10cSrcweir    component/sfx2/util/sfx \
64cdf0e10cSrcweir    component/sot/util/sot \
65*ddde725dSArmin Le Grand    component/svgio/svgio \
66cdf0e10cSrcweir    component/svl/source/fsstor/fsstorage \
67cdf0e10cSrcweir    component/svl/source/passwordcontainer/passwordcontainer \
68cdf0e10cSrcweir    component/svl/util/svl \
69cdf0e10cSrcweir    component/svtools/source/hatchwindow/hatchwindowfactory \
70cdf0e10cSrcweir    component/svtools/source/productregistration/productregistration.uno \
71cdf0e10cSrcweir    component/svtools/util/svt \
72cdf0e10cSrcweir    component/svx/util/svx \
73cdf0e10cSrcweir    component/svx/util/svxcore \
74cdf0e10cSrcweir    component/svx/util/textconversiondlgs \
75cdf0e10cSrcweir    component/sw/util/msword \
76cdf0e10cSrcweir    component/sw/util/sw \
77cdf0e10cSrcweir    component/sw/util/swd \
78cdf0e10cSrcweir    component/sw/util/vbaswobj \
79cdf0e10cSrcweir    component/toolkit/util/tk \
80cdf0e10cSrcweir    component/unoxml/source/rdf/unordf \
81cdf0e10cSrcweir    component/unoxml/source/service/unoxml \
82cdf0e10cSrcweir    component/xmloff/source/transform/xof \
83cdf0e10cSrcweir    component/xmloff/util/xo \
84cdf0e10cSrcweir    configmgr \
85cdf0e10cSrcweir    ctl \
86cdf0e10cSrcweir    date \
87cdf0e10cSrcweir    dba \
88cdf0e10cSrcweir    dbase \
89cdf0e10cSrcweir    dbaxml \
90cdf0e10cSrcweir    dbmm \
91cdf0e10cSrcweir    dbp \
92cdf0e10cSrcweir    dbpool2 \
93cdf0e10cSrcweir    dbtools \
94cdf0e10cSrcweir    dbu \
95cdf0e10cSrcweir    deployment \
96cdf0e10cSrcweir    deploymentgui \
97cdf0e10cSrcweir    dlgprov \
98cdf0e10cSrcweir    embobj \
99cdf0e10cSrcweir    evtatt \
100cdf0e10cSrcweir    fastsax \
101cdf0e10cSrcweir    fileacc \
102cdf0e10cSrcweir    filterconfig1 \
103cdf0e10cSrcweir    flash \
104cdf0e10cSrcweir    flat \
105cdf0e10cSrcweir    for \
106cdf0e10cSrcweir    fpicker \
107cdf0e10cSrcweir    fps_office \
108cdf0e10cSrcweir    frm \
109cdf0e10cSrcweir    guesslang \
110cdf0e10cSrcweir    hwp \
111cdf0e10cSrcweir    i18npool \
112cdf0e10cSrcweir    i18nsearch \
113cdf0e10cSrcweir    lng \
114a44fea77SAriel Constenla-Haile    lnth \
115cdf0e10cSrcweir    localebe1 \
116cdf0e10cSrcweir    log \
117cdf0e10cSrcweir    mcnttype \
118cdf0e10cSrcweir    migrationoo2 \
119cdf0e10cSrcweir    msfilter \
120cdf0e10cSrcweir    mysql \
121cdf0e10cSrcweir    odbc \
122cdf0e10cSrcweir    offacc \
123cdf0e10cSrcweir    oooimprovecore \
124cdf0e10cSrcweir    oox \
125cdf0e10cSrcweir    package2 \
126cdf0e10cSrcweir    pcr \
127cdf0e10cSrcweir    pdffilter \
128cdf0e10cSrcweir    placeware \
129cdf0e10cSrcweir    preload \
130cdf0e10cSrcweir    protocolhandler \
131cdf0e10cSrcweir    pythonloader \
132cdf0e10cSrcweir    pythonscript \
133cdf0e10cSrcweir    res \
134cdf0e10cSrcweir    rpt \
135cdf0e10cSrcweir    rptui \
136cdf0e10cSrcweir    rptxml \
137cdf0e10cSrcweir    sax \
138cdf0e10cSrcweir    sb \
139cdf0e10cSrcweir    sc \
140cdf0e10cSrcweir    scd \
141cdf0e10cSrcweir    scn \
142cdf0e10cSrcweir    scriptframe \
143cdf0e10cSrcweir    sd \
144cdf0e10cSrcweir    sdbc2 \
145cdf0e10cSrcweir    sdbt \
146cdf0e10cSrcweir    sdd \
147cdf0e10cSrcweir    simplecanvas \
148cdf0e10cSrcweir    slideshow \
149cdf0e10cSrcweir    sm \
150cdf0e10cSrcweir    smd \
151cdf0e10cSrcweir    spl \
152cdf0e10cSrcweir    srtrs1 \
153cdf0e10cSrcweir    stringresource \
154cdf0e10cSrcweir    svgfilter \
155cdf0e10cSrcweir    syssh \
156cdf0e10cSrcweir    t602filter \
157cdf0e10cSrcweir    tvhlp1 \
158cdf0e10cSrcweir    ucb1 \
159cdf0e10cSrcweir    ucpchelp1 \
160cdf0e10cSrcweir    ucpexpand1 \
161cdf0e10cSrcweir    ucpext \
162cdf0e10cSrcweir    ucpfile1 \
163cdf0e10cSrcweir    ucpftp1 \
164cdf0e10cSrcweir    ucphier1 \
165cdf0e10cSrcweir    ucppkg1 \
166cdf0e10cSrcweir    ucptdoc1 \
167cdf0e10cSrcweir    updatefeed \
168cdf0e10cSrcweir    updchk \
169cdf0e10cSrcweir    updchk.uno \
170cdf0e10cSrcweir    utl \
171cdf0e10cSrcweir    uui \
172cdf0e10cSrcweir    vbaevents \
173cdf0e10cSrcweir    vbaobj \
174cdf0e10cSrcweir    vclcanvas \
175cdf0e10cSrcweir    writerfilter \
176cdf0e10cSrcweir    xcr \
177cdf0e10cSrcweir    xmlfa \
178cdf0e10cSrcweir    xmlfd \
179cdf0e10cSrcweir    xmx \
180cdf0e10cSrcweir    xsltdlg \
181cdf0e10cSrcweir    xstor
182cdf0e10cSrcweir
183cdf0e10cSrcweir.IF "$(OS)" == "MACOSX"
184cdf0e10cSrcweirmy_components += component/vcl/vcl.macosx
185cdf0e10cSrcweir.ELSE
186cdf0e10cSrcweir.IF "$(OS)" == "WNT"
187cdf0e10cSrcweirmy_components += component/vcl/vcl.windows
188cdf0e10cSrcweir.ELSE
189cdf0e10cSrcweirmy_components += component/vcl/vcl.unx
190cdf0e10cSrcweir.ENDIF
191cdf0e10cSrcweir.ENDIF
192cdf0e10cSrcweir
193cdf0e10cSrcweir.IF "$(BUILD_SPECIAL)" != ""
194cdf0e10cSrcweirmy_components += oooimprovement
195cdf0e10cSrcweir.END
196cdf0e10cSrcweir
1970ea1a209SEike Rathke.IF "$(DISABLE_SAXON)" == ""
1980ea1a209SEike Rathkemy_components += XSLTFilter.jar \
1990ea1a209SEike Rathke    xsltfilter
2000ea1a209SEike Rathke.END
2010ea1a209SEike Rathke
202a44fea77SAriel Constenla-Haile.IF "$(ENABLE_HYPHEN)" == "YES"
2030ea1a209SEike Rathkemy_components += hyphen
2040ea1a209SEike Rathke.END
2050ea1a209SEike Rathke
206a44fea77SAriel Constenla-Haile.IF "$(ENABLE_HUNSPELL)" == "YES"
207a44fea77SAriel Constenla-Hailemy_components += spell
2080ea1a209SEike Rathke.END
2090ea1a209SEike Rathke
2100bd633abSJürgen Schmidt.IF "$(SYSTEM_LIBWPD)" == "YES"
2110ea1a209SEike Rathkemy_components +=     wpft
2120ea1a209SEike Rathke.END
2130ea1a209SEike Rathke
214cdf0e10cSrcweir.IF "$(DISABLE_ATL)" == ""
215cdf0e10cSrcweirmy_components += emboleobj
216cdf0e10cSrcweir.END
217cdf0e10cSrcweir
218b78edfc1SJürgen Schmidt.IF "$(SYSTEM_NEON)" == "YES"
219cdf0e10cSrcweirmy_components += ucpdav1
220cdf0e10cSrcweir.END
221cdf0e10cSrcweir
22246dacce6SMichael Stahl.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
223cdf0e10cSrcweirmy_components += cairocanvas
224cdf0e10cSrcweir.END
225cdf0e10cSrcweir
226cdf0e10cSrcweir.IF "$(ENABLE_GCONF)" != ""
227cdf0e10cSrcweirmy_components += gconfbe1
228cdf0e10cSrcweir.END
229cdf0e10cSrcweir
230cdf0e10cSrcweir.IF "$(ENABLE_GIO)" != ""
231cdf0e10cSrcweirmy_components += ucpgio
232cdf0e10cSrcweir.END
233cdf0e10cSrcweir
234cdf0e10cSrcweir.IF "$(ENABLE_GNOMEVFS)" != ""
235cdf0e10cSrcweirmy_components += ucpgvfs
236cdf0e10cSrcweir.END
237cdf0e10cSrcweir
238cdf0e10cSrcweir.IF "$(ENABLE_KAB)" != ""
239cdf0e10cSrcweirmy_components += kab1
240cdf0e10cSrcweir.END
241cdf0e10cSrcweir
242cdf0e10cSrcweir.IF "$(ENABLE_KDE)" != ""
243cdf0e10cSrcweirmy_components += kdebe1
244cdf0e10cSrcweir.END
245cdf0e10cSrcweir
246cdf0e10cSrcweir.IF "$(ENABLE_KDE4)" != ""
247cdf0e10cSrcweirmy_components += kde4be1
248cdf0e10cSrcweir.END
249cdf0e10cSrcweir
25099425c2fSEike Rathke.IF "$(ENABLE_OPENGL)" == "TRUE"
251cdf0e10cSrcweirmy_components += ogltrans
252cdf0e10cSrcweir.END
253cdf0e10cSrcweir
254cdf0e10cSrcweir.IF "$(ENABLE_SVCTAGS)" == "YES"
255cdf0e10cSrcweirmy_components += productregistration.jar
256cdf0e10cSrcweir.END
257cdf0e10cSrcweir
258cdf0e10cSrcweir.IF "$(SOLAR_JAVA)" == "TRUE"
259cdf0e10cSrcweirmy_components += \
260cdf0e10cSrcweir    LuceneHelpWrapper \
261cdf0e10cSrcweir    ScriptFramework \
262cdf0e10cSrcweir    ScriptProviderForJava \
263cdf0e10cSrcweir    XMergeBridge \
264cdf0e10cSrcweir    XSLTValidate \
265cdf0e10cSrcweir    agenda \
266cdf0e10cSrcweir    fax \
267cdf0e10cSrcweir    form \
268cdf0e10cSrcweir    hsqldb \
269cdf0e10cSrcweir    jdbc \
270cdf0e10cSrcweir    letter \
271cdf0e10cSrcweir    query \
272cdf0e10cSrcweir    report \
273cdf0e10cSrcweir    table \
274cdf0e10cSrcweir    web
2759ef65f0eSAndre Fischer.IF "$(ENABLE_BEANSHELL)" == "YES"
2769ef65f0eSAndre Fischermy_components += ScriptProviderForBeanShell
2779ef65f0eSAndre Fischer.END
2789ef65f0eSAndre Fischer.IF "$(ENABLE_JAVASCRIPT)" == "YES"
2799ef65f0eSAndre Fischermy_components += ScriptProviderForJavaScript
2809ef65f0eSAndre Fischer.END
281cdf0e10cSrcweir.END
282cdf0e10cSrcweir
283cdf0e10cSrcweir.IF "$(WITH_BINFILTER)" != "NO"
284cdf0e10cSrcweirmy_components += \
285cdf0e10cSrcweir    bf_migratefilter \
286cdf0e10cSrcweir    bindet
287cdf0e10cSrcweir.END
288cdf0e10cSrcweir
289cdf0e10cSrcweir.IF "$(WITH_LDAP)" == "YES"
290cdf0e10cSrcweirmy_components += ldapbe2
291cdf0e10cSrcweir.END
292cdf0e10cSrcweir
293cdf0e10cSrcweir.IF "$(WITH_MOZILLA)" != "NO"
294cdf0e10cSrcweirmy_components += \
295cdf0e10cSrcweir    xmlsecurity \
296cdf0e10cSrcweir    xsec_fw \
297cdf0e10cSrcweir    xsec_xmlsec \
298cdf0e10cSrcweir    pl
299cdf0e10cSrcweir.END
300cdf0e10cSrcweir
301cdf0e10cSrcweir.IF "$(OS)" == "MACOSX"
302cdf0e10cSrcweirmy_components += \
303cdf0e10cSrcweir    avmediaQuickTime \
304cdf0e10cSrcweir    fps_aqua \
305cdf0e10cSrcweir    macab1 \
306c4436845SJürgen Schmidt    macbe1 \
3072ee8c3d1SEike Rathke    MacOSXSpell
3082ee8c3d1SEike Rathke.END
3092ee8c3d1SEike Rathke
310cdf0e10cSrcweir.IF "$(OS)" == "WNT"
311cdf0e10cSrcweirmy_components += \
312cdf0e10cSrcweir    ado \
313cdf0e10cSrcweir    dnd \
314cdf0e10cSrcweir    dtrans \
315cdf0e10cSrcweir    fop \
316cdf0e10cSrcweir    fps \
317cdf0e10cSrcweir    ftransl \
318cdf0e10cSrcweir    java_uno_accessbridge \
319cdf0e10cSrcweir    smplmail \
320cdf0e10cSrcweir    sysdtrans \
321cdf0e10cSrcweir    wininetbe1
322cdf0e10cSrcweir.END
323cdf0e10cSrcweir
324cdf0e10cSrcweir.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == ""
325cdf0e10cSrcweirmy_components += \
326cdf0e10cSrcweir    emser \
327cdf0e10cSrcweir    oleautobridge
328cdf0e10cSrcweir.END
329cdf0e10cSrcweir
330cdf0e10cSrcweir.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""
331cdf0e10cSrcweirmy_components += \
332cdf0e10cSrcweir    avmediawin \
333cdf0e10cSrcweir    directx9canvas \
334cdf0e10cSrcweir    gdipluscanvas
335cdf0e10cSrcweir.END
336cdf0e10cSrcweir
337cdf0e10cSrcweir.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" && "$(USE_DIRECTX5)" != ""
338cdf0e10cSrcweirmy_components += directx5canvas
339cdf0e10cSrcweir.END
340cdf0e10cSrcweir
341cdf0e10cSrcweir.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \
342cdf0e10cSrcweir    ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT"
343cdf0e10cSrcweirmy_components += adabas
344cdf0e10cSrcweir.END
345cdf0e10cSrcweir
346cdf0e10cSrcweir.IF "$(OS)" != "MACOSX" && "$(SYSTEM_MOZILLA)" != "YES" && \
347cdf0e10cSrcweir    "$(WITH_MOZILLA)" != "NO"
348cdf0e10cSrcweirmy_components += mozab
349cdf0e10cSrcweir.ELSE
350cdf0e10cSrcweirmy_components += mozbootstrap
351cdf0e10cSrcweir.END
352cdf0e10cSrcweir
353cdf0e10cSrcweir.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT"
354cdf0e10cSrcweirmy_components += desktopbe1
355cdf0e10cSrcweir.END
356cdf0e10cSrcweir
357cdf0e10cSrcweir.IF "$(GTK_TWO_FOUR)" != ""
358cdf0e10cSrcweirmy_components += fps_gnome
359cdf0e10cSrcweir.END
360cdf0e10cSrcweir
361cdf0e10cSrcweir.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != ""
362cdf0e10cSrcweirmy_components += fps_kde4
363cdf0e10cSrcweir.END
364cdf0e10cSrcweir
365cdf0e10cSrcweir.IF "$(OS)" != "WNT"
366cdf0e10cSrcweirmy_components += cmdmail
367cdf0e10cSrcweir.END
368cdf0e10cSrcweir
369cdf0e10cSrcweir.IF "$(OS)" != "WNT" && "$(ENABLE_EVOAB2)" != ""
370cdf0e10cSrcweirmy_components += evoab
371cdf0e10cSrcweir.END
372cdf0e10cSrcweir
373cdf0e10cSrcweir.IF "$(OS)" != "WNT" && "$(ENABLE_GSTREAMER)" != ""
374cdf0e10cSrcweirmy_components += avmediagst
375cdf0e10cSrcweir.END
376cdf0e10cSrcweir
377cdf0e10cSrcweir.IF "$(OS)" != "WNT" && "$(SOLAR_JAVA)" == "TRUE"
378cdf0e10cSrcweirmy_components += avmedia.jar
379cdf0e10cSrcweir.END
380cdf0e10cSrcweir
381cdf0e10cSrcweirmy_ooo_components = mailmerge
382cdf0e10cSrcweir
383cdf0e10cSrcweir.INCLUDE: target.mk
384cdf0e10cSrcweir
385cdf0e10cSrcweirALLTAR : $(MISC)/services.rdb $(MISC)/ooo-services.rdb
386cdf0e10cSrcweir
387cdf0e10cSrcweir$(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
388cdf0e10cSrcweir        $(MISC)/services.input $(my_components:^"$(SOLARXMLDIR)/":+".component")
389cdf0e10cSrcweir    $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
390cdf0e10cSrcweir        $(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input
391cdf0e10cSrcweir
392cdf0e10cSrcweir$(MISC)/services.input : makefile.mk
393cdf0e10cSrcweir    echo \
394cdf0e10cSrcweir        '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
395cdf0e10cSrcweir        > $@
396cdf0e10cSrcweir
397cdf0e10cSrcweir$(MISC)/ooo-services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
398cdf0e10cSrcweir        $(MISC)/ooo-services.input \
399cdf0e10cSrcweir        $(my_ooo_components:^"$(SOLARXMLDIR)/":+".component")
400cdf0e10cSrcweir    $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
401cdf0e10cSrcweir        $(SOLARENV)/bin/packcomponents.xslt $(MISC)/ooo-services.input
402cdf0e10cSrcweir
403cdf0e10cSrcweir$(MISC)/ooo-services.input : makefile.mk
404cdf0e10cSrcweir    echo '<list>' \
405cdf0e10cSrcweir        '$(my_ooo_components:^"<filename>":+".component</filename>")' \
406cdf0e10cSrcweir        '</list>' > $@
407