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
24PRJ = ..
25PRJNAME = postprocess
26TARGET = packcomponents
27
28.INCLUDE: settings.mk
29
30#TODO (copied from scp2/source/ooo/makefile.mk):
31.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_GTK)" != ""
32PKGCONFIG_MODULES=gtk+-2.0
33.INCLUDE: pkg_config.mk
34GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
35.END
36
37my_components = \
38    bootstrap \
39    introspection \
40    invocadapt \
41    invocation \
42    javaloader \
43    javavm \
44    namingservice \
45    proxyfac \
46    reflection \
47    stocservices \
48    abp \
49    analysis \
50    avmedia \
51    basctl \
52    basprov \
53    bib \
54    cached1 \
55    calc \
56    chartcontroller \
57    chartmodel \
58    charttools \
59    chartview \
60    component/animations/source/animcore/animcore \
61    component/binaryurp/source/binaryurp \
62    component/canvas/source/factory/canvasfactory \
63    component/canvas/source/simplecanvas/simplecanvas \
64    component/canvas/source/vcl/vclcanvas \
65    component/comphelper/util/comphelp \
66    component/configmgr/source/configmgr \
67    component/cui/util/cui \
68    component/drawinglayer/drawinglayer \
69	component/dbaccess/source/ext/adabas/adabasui \
70	component/dbaccess/source/ext/macromigration/dbmm \
71	component/dbaccess/source/filter/xml/dbaxml \
72	component/dbaccess/util/dba \
73	component/dbaccess/util/dbu \
74	component/dbaccess/util/sdbt \
75    component/dtrans/util/mcnttype \
76    component/embeddedobj/util/embobj \
77    component/eventattacher/source/evtatt \
78    component/fileaccess/util/fileacc \
79    component/formula/util/for \
80    component/framework/util/fwk \
81    component/framework/util/fwl \
82    component/framework/util/fwm \
83    component/io/source/acceptor/acceptor \
84    component/io/source/connector/connector \
85    component/io/source/stm/streams \
86    component/io/source/TextInputStream/textinstream \
87    component/io/source/TextOutputStream/textoutstream \
88    component/javaunohelper/util/juh \
89    component/linguistic/source/lng \
90    component/oox/util/oox \
91    component/package/source/xstor/xstor \
92    component/package/util/package2 \
93	component/reportdesign/util/rptxml \
94	component/reportdesign/util/rpt \
95	component/reportdesign/util/rptui \
96    component/vbahelper/util/msforms \
97    component/remotebridges/source/unourl_resolver/uuresolver \
98    component/sax/source/expatwrap/expwrap \
99    component/sax/source/fastparser/fastsax \
100    component/sd/util/sd \
101    component/sd/util/sdd \
102    component/sfx2/util/sfx \
103    component/sot/util/sot \
104    component/svgio/svgio \
105    component/starmath/util/sm \
106    component/starmath/util/smd \
107    component/svl/source/fsstor/fsstorage \
108    component/svl/source/passwordcontainer/passwordcontainer \
109    component/svl/util/svl \
110    component/svtools/source/hatchwindow/hatchwindowfactory \
111    component/svtools/util/svt \
112    component/svx/util/svx \
113    component/svx/util/svxcore \
114    component/svx/util/textconversiondlgs \
115    component/sw/util/msword \
116    component/sw/util/sw \
117    component/sw/util/swd \
118    component/sw/util/vbaswobj \
119    component/unotools/util/utl \
120    component/uui/util/uui \
121    component/toolkit/util/ootk \
122    component/unoxml/source/rdf/unordf \
123    component/unoxml/source/service/unoxml \
124    component/writerfilter/util/writerfilter \
125    component/xmloff/source/transform/xof \
126    component/xmloff/util/xo \
127    component/xmlscript/util/xcr \
128    ctl \
129    date \
130    dbase \
131    dbp \
132    dbpool2 \
133    dbtools \
134    deployment \
135    deploymentgui \
136    dlgprov \
137    filterconfig1 \
138    flash \
139    flat \
140    fpicker \
141    fps_office \
142    frm \
143    guesslang \
144    i18npool \
145    i18nsearch \
146    lnth \
147    localebe1 \
148    log \
149	mailmerge \
150    migrationoo2 \
151    msfilter \
152    mysql \
153    odbc \
154    offacc \
155    oooimprovecore \
156    pcr \
157    pdffilter \
158    placeware \
159    preload \
160    protocolhandler \
161    pythonloader \
162    pythonscript \
163    res \
164    sb \
165    sc \
166    scd \
167    scn \
168    scriptframe \
169    sdbc2 \
170    slideshow \
171    spl \
172    srtrs1 \
173    stringresource \
174    svgfilter \
175    syssh \
176    t602filter \
177    tvhlp1 \
178    ucb1 \
179    ucpchelp1 \
180    ucpdav1 \
181    ucpexpand1 \
182    ucpext \
183    ucpfile1 \
184    ucpftp1 \
185    ucphier1 \
186    ucppkg1 \
187    ucptdoc1 \
188    updatefeed \
189    updchk \
190    vbaevents \
191    vbaobj \
192    xmlfa \
193    xmlfd \
194    xmx \
195    xsltdlg \
196    PresentationMinimizer \
197    PresenterScreen
198
199.IF "$(OS)" == "MACOSX"
200my_components += component/vcl/vcl.macosx
201.ELSE
202.IF "$(OS)" == "WNT" || "$(OS)" == "OS2"
203my_components += component/vcl/vcl.windows
204.ELSE
205my_components += component/vcl/vcl.unx
206.ENDIF
207.ENDIF
208
209.IF "$(ENABLE_ONLINE_UPDATE)"=="YES"
210my_components += updchk.uno
211.END
212
213.IF "$(OS)" != "WNT" && "$(OS)" != "OS2"
214my_components += mozbootstrap
215.END
216
217.IF "$(ENABLE_OOOIMPROVEMENT)" != ""
218my_components += oooimprovement
219.END
220
221.IF "$(ENABLE_COINMP)"=="YES"
222my_components += solver
223.END
224
225.IF "$(DISABLE_SAXON)" == ""
226my_components += XSLTFilter.jar \
227    xsltfilter
228.END
229
230.IF "$(ENABLE_HYPHEN)" == "YES"
231my_components += hyphen
232.END
233
234.IF "$(ENABLE_HUNSPELL)" == "YES"
235my_components += spell
236.END
237
238.IF "$(SYSTEM_LIBWPD)" == "YES"
239my_components +=     wpft
240.END
241
242.IF "$(OS)" == "WNT"
243my_components += component/embeddedobj/source/msole/emboleobj.windows
244.ELSE
245my_components += component/embeddedobj/source/msole/emboleobj
246.END
247
248.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
249my_components += component/canvas/source/cairo/cairocanvas
250.END
251
252.IF "$(ENABLE_GCONF)" != ""
253my_components += gconfbe1
254.END
255
256.IF "$(ENABLE_GIO)" != ""
257my_components += ucpgio
258.END
259
260.IF "$(ENABLE_GNOMEVFS)" != ""
261my_components += ucpgvfs
262.END
263
264.IF "$(ENABLE_KAB)" != ""
265my_components += kab1
266.END
267
268.IF "$(ENABLE_KDE)" != ""
269my_components += kdebe1
270.END
271
272.IF "$(ENABLE_KDE4)" != ""
273my_components += kde4be1
274.END
275
276.IF "$(ENABLE_OPENGL)" == "TRUE"
277my_components += ogltrans
278.END
279
280.IF "$(SOLAR_JAVA)" == "TRUE"
281my_components += \
282    LuceneHelpWrapper \
283    ScriptFramework \
284    ScriptProviderForJava \
285    XMergeBridge \
286    XSLTValidate \
287    component/wizards/com/sun/star/wizards/agenda/agenda \
288    component/wizards/com/sun/star/wizards/fax/fax \
289    component/wizards/com/sun/star/wizards/form/form \
290    hsqldb \
291    jdbc \
292    component/wizards/com/sun/star/wizards/letter/letter \
293    component/wizards/com/sun/star/wizards/query/query \
294    component/wizards/com/sun/star/wizards/report/report \
295    component/wizards/com/sun/star/wizards/table/table \
296    component/wizards/com/sun/star/wizards/web/web
297.IF "$(ENABLE_BEANSHELL)" == "YES"
298my_components += ScriptProviderForBeanShell
299.END
300.IF "$(ENABLE_JAVASCRIPT)" == "YES"
301my_components += ScriptProviderForJavaScript
302.END
303.END
304
305.IF "$(WITH_LDAP)" == "YES"
306my_components += ldapbe2
307.END
308
309.IF "$(ENABLE_NSS_MODULE)" != "NO"
310my_components += \
311    xmlsecurity \
312    xsec_fw \
313    xsec_xmlsec
314.END
315
316.IF "$(OS)" == "MACOSX"
317my_components += \
318    avmediaQuickTime \
319    avmediaMacAVF \
320    fps_aqua \
321    macab1 \
322    macbe1 \
323    MacOSXSpell
324.END
325
326.IF "$(OS)" == "WNT"
327my_components += \
328    ado \
329    component/dtrans/source/generic/dtrans \
330    component/dtrans/util/dnd \
331    component/dtrans/util/ftransl \
332    component/dtrans/util/sysdtrans \
333    fop \
334    fps \
335    java_uno_accessbridge \
336    sysmail \
337    winaccessibility \
338    wininetbe1
339.END
340
341.IF "$(OS)" == "OS2"
342my_components += \
343    component/dtrans/source/generic/dtrans \
344    component/dtrans/util/sysdtrans
345.END
346
347.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == ""
348my_components += \
349    emser \
350    oleautobridge
351.END
352
353.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""
354my_components += \
355    avmediawin \
356    component/canvas/source/directx/directx9canvas \
357    component/canvas/source/directx/gdipluscanvas
358.END
359
360.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" && "$(USE_DIRECTX5)" != ""
361my_components += component/canvas/source/directx/directx5canvas
362.END
363
364.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \
365    ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT"
366my_components += adabas
367.END
368
369.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(OS)" != "OS2"
370my_components += desktopbe1
371.END
372
373.IF "$(GTK_TWO_FOUR)" != ""
374my_components += fps_gnome
375.END
376
377.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != ""
378my_components += fps_kde4
379.END
380
381.IF "$(OS)" != "WNT"
382my_components += cmdmail
383.END
384
385.IF "$(OS)" != "WNT" && "$(ENABLE_EVOAB2)" != ""
386my_components += evoab
387.END
388
389.IF "$(OS)" != "WNT" && "$(ENABLE_GSTREAMER)" != ""
390my_components += avmediagst
391.END
392
393.IF "$(OS)" != "WNT" && "$(SOLAR_JAVA)" == "TRUE"
394my_components += avmedia.jar
395.END
396
397my_ooo_components = mailmerge
398
399.INCLUDE: target.mk
400
401ALLTAR : $(MISC)/services.rdb $(MISC)/ooo-services.rdb
402
403$(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
404        $(MISC)/services.input $(my_components:^"$(SOLARXMLDIR)/":+".component")
405    $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
406        $(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input
407
408$(MISC)/services.input : makefile.mk
409    echo \
410        '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
411        > $@
412
413$(MISC)/ooo-services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \
414        $(MISC)/ooo-services.input \
415        $(my_ooo_components:^"$(SOLARXMLDIR)/":+".component")
416    $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
417        $(SOLARENV)/bin/packcomponents.xslt $(MISC)/ooo-services.input
418
419$(MISC)/ooo-services.input : makefile.mk
420    echo '<list>' \
421        '$(my_ooo_components:^"<filename>":+".component</filename>")' \
422        '</list>' > $@
423