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 basprov \ 51 bib \ 52 calc \ 53 chartcontroller \ 54 chartmodel \ 55 charttools \ 56 chartview \ 57 component/UnoControls/util/ctl \ 58 component/animations/source/animcore/animcore \ 59 component/avmedia/util/avmedia \ 60 component/basctl/util/basctl \ 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/fpicker/source/generic/fpicker \ 81 component/fpicker/source/office/fps_office \ 82 component/framework/util/fwk \ 83 component/framework/util/fwl \ 84 component/framework/util/fwm \ 85 component/io/source/acceptor/acceptor \ 86 component/io/source/connector/connector \ 87 component/io/source/stm/streams \ 88 component/io/source/TextInputStream/textinstream \ 89 component/io/source/TextOutputStream/textoutstream \ 90 component/javaunohelper/util/juh \ 91 component/linguistic/source/lng \ 92 component/oox/util/oox \ 93 component/package/source/xstor/xstor \ 94 component/package/util/package2 \ 95 component/reportdesign/util/rptxml \ 96 component/reportdesign/util/rpt \ 97 component/reportdesign/util/rptui \ 98 component/vbahelper/util/msforms \ 99 component/remotebridges/source/unourl_resolver/uuresolver \ 100 component/sax/source/expatwrap/expwrap \ 101 component/sax/source/fastparser/fastsax \ 102 component/sc/util/sc \ 103 component/sc/util/scd \ 104 component/sc/util/vbaobj \ 105 component/sd/util/sd \ 106 component/sd/util/sdd \ 107 component/sfx2/util/sfx \ 108 component/slideshow/util/slideshow \ 109 component/sot/util/sot \ 110 component/svgio/svgio \ 111 component/starmath/util/sm \ 112 component/starmath/util/smd \ 113 component/svl/source/fsstor/fsstorage \ 114 component/svl/source/passwordcontainer/passwordcontainer \ 115 component/svl/util/svl \ 116 component/svtools/source/hatchwindow/hatchwindowfactory \ 117 component/svtools/util/svt \ 118 component/svx/util/svx \ 119 component/svx/util/svxcore \ 120 component/svx/util/textconversiondlgs \ 121 component/sw/util/msword \ 122 component/sw/util/sw \ 123 component/sw/util/swd \ 124 component/sw/util/vbaswobj \ 125 component/unotools/util/utl \ 126 component/uui/util/uui \ 127 component/toolkit/util/ootk \ 128 component/ucb/source/cacher/cached1 \ 129 component/ucb/source/core/ucb1 \ 130 component/ucb/source/sorter/srtrs1 \ 131 component/ucb/source/ucp/expand/ucpexpand1 \ 132 component/ucb/source/ucp/ext/ucpext \ 133 component/ucb/source/ucp/file/ucpfile1 \ 134 component/ucb/source/ucp/ftp/ucpftp1 \ 135 component/ucb/source/ucp/hierarchy/ucphier1 \ 136 component/ucb/source/ucp/package/ucppkg1 \ 137 component/ucb/source/ucp/tdoc/ucptdoc1 \ 138 component/ucb/source/ucp/webdav/ucpdav1 \ 139 component/unoxml/source/rdf/unordf \ 140 component/unoxml/source/service/unoxml \ 141 component/writerfilter/util/writerfilter \ 142 component/xmloff/source/transform/xof \ 143 component/xmloff/util/xo \ 144 component/xmlscript/util/xcr \ 145 date \ 146 dbase \ 147 dbp \ 148 dbpool2 \ 149 dbtools \ 150 deployment \ 151 deploymentgui \ 152 dlgprov \ 153 filterconfig1 \ 154 flash \ 155 flat \ 156 frm \ 157 guesslang \ 158 i18npool \ 159 i18nsearch \ 160 lnth \ 161 localebe1 \ 162 log \ 163 mailmerge \ 164 migrationoo2 \ 165 msfilter \ 166 mysql \ 167 odbc \ 168 offacc \ 169 oooimprovecore \ 170 pcr \ 171 pdffilter \ 172 placeware \ 173 preload \ 174 protocolhandler \ 175 pythonloader \ 176 pythonscript \ 177 res \ 178 sb \ 179 scn \ 180 scriptframe \ 181 sdbc2 \ 182 spl \ 183 stringresource \ 184 svgfilter \ 185 syssh \ 186 t602filter \ 187 tvhlp1 \ 188 ucpchelp1 \ 189 updatefeed \ 190 updchk \ 191 vbaevents \ 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 += component/sccomp/source/solver/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 += component/ucb/source/ucp/gio/ucpgio 258.END 259 260.IF "$(ENABLE_GNOMEVFS)" != "" 261my_components += component/ucb/source/ucp/gvfs/ucpgvfs 262.END 263 264.IF "$(ENABLE_KDE)" != "" 265my_components += kdebe1 266.END 267 268.IF "$(ENABLE_KDE4)" != "" 269my_components += kde4be1 270.END 271 272.IF "$(ENABLE_OPENGL)" == "TRUE" 273my_components += component/slideshow/source/engine/OGLTrans/ogltrans 274.END 275 276.IF "$(SOLAR_JAVA)" == "TRUE" 277my_components += \ 278 LuceneHelpWrapper \ 279 ScriptFramework \ 280 ScriptProviderForJava \ 281 XMergeBridge \ 282 XSLTValidate \ 283 component/wizards/com/sun/star/wizards/agenda/agenda \ 284 component/wizards/com/sun/star/wizards/fax/fax \ 285 component/wizards/com/sun/star/wizards/form/form \ 286 hsqldb \ 287 jdbc \ 288 postgresql \ 289 component/wizards/com/sun/star/wizards/letter/letter \ 290 component/wizards/com/sun/star/wizards/query/query \ 291 component/wizards/com/sun/star/wizards/report/report \ 292 component/wizards/com/sun/star/wizards/table/table \ 293 component/wizards/com/sun/star/wizards/web/web 294.IF "$(ENABLE_BEANSHELL)" == "YES" 295my_components += ScriptProviderForBeanShell 296.END 297.IF "$(ENABLE_JAVASCRIPT)" == "YES" 298my_components += ScriptProviderForJavaScript 299.END 300.END 301 302.IF "$(WITH_LDAP)" == "YES" 303my_components += ldapbe2 304.END 305 306.IF "$(ENABLE_NSS_MODULE)" != "NO" 307my_components += \ 308 xmlsecurity \ 309 xsec_fw \ 310 xsec_xmlsec 311.END 312 313.IF "$(OS)" == "MACOSX" 314my_components += \ 315 component/avmedia/source/macavf/avmediaMacAVF \ 316 component/avmedia/source/quicktime/avmediaQuickTime \ 317 component/fpicker/source/aqua/fps_aqua \ 318 macab1 \ 319 macbe1 \ 320 MacOSXSpell 321.END 322 323.IF "$(OS)" == "WNT" 324my_components += \ 325 ado \ 326 component/avmedia/source/win/avmediawin \ 327 component/dtrans/source/generic/dtrans \ 328 component/dtrans/util/dnd \ 329 component/dtrans/util/ftransl \ 330 component/dtrans/util/sysdtrans \ 331 component/fpicker/util/fop \ 332 component/fpicker/util/fps \ 333 java_uno_accessbridge \ 334 sysmail \ 335 winaccessibility \ 336 wininetbe1 337.END 338 339.IF "$(OS)" == "OS2" 340my_components += \ 341 component/dtrans/source/generic/dtrans \ 342 component/dtrans/util/dnd \ 343 component/dtrans/util/sysdtrans 344.END 345 346.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == "" 347my_components += \ 348 emser \ 349 oleautobridge 350.END 351 352.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" 353my_components += \ 354 component/canvas/source/directx/directx9canvas \ 355 component/canvas/source/directx/gdipluscanvas 356.END 357 358.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" && "$(USE_DIRECTX5)" != "" 359my_components += component/canvas/source/directx/directx5canvas 360.END 361 362.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \ 363 ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT" 364my_components += adabas 365.END 366 367.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(OS)" != "OS2" 368my_components += desktopbe1 369.END 370 371.IF "$(GTK_TWO_FOUR)" != "" 372my_components += component/fpicker/source/unx/gnome/fps_gnome 373.END 374 375.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != "" 376my_components += component/fpicker/source/unx/kde4/fps_kde4 377.END 378 379.IF "$(OS)" != "WNT" 380my_components += cmdmail 381.END 382 383.IF "$(OS)" != "WNT" && "$(ENABLE_EVOAB2)" != "" 384my_components += evoab 385.END 386 387.IF "$(OS)" != "WNT" && "$(ENABLE_GSTREAMER)" != "" 388my_components += component/avmedia/source/gstreamer/avmediagst 389.END 390 391.IF "$(OS)" != "WNT" && "$(SOLAR_JAVA)" == "TRUE" 392my_components += component/avmedia/source/java/avmedia.jar 393.END 394 395my_ooo_components = mailmerge 396 397.INCLUDE: target.mk 398 399ALLTAR : $(MISC)/services.rdb $(MISC)/ooo-services.rdb 400 401$(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ 402 $(MISC)/services.input $(my_components:^"$(SOLARXMLDIR)/":+".component") 403 $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \ 404 $(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input 405 406$(MISC)/services.input : makefile.mk 407 echo \ 408 '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ 409 > $@ 410 411$(MISC)/ooo-services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ 412 $(MISC)/ooo-services.input \ 413 $(my_ooo_components:^"$(SOLARXMLDIR)/":+".component") 414 $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \ 415 $(SOLARENV)/bin/packcomponents.xslt $(MISC)/ooo-services.input 416 417$(MISC)/ooo-services.input : makefile.mk 418 echo '<list>' \ 419 '$(my_ooo_components:^"<filename>":+".component</filename>")' \ 420 '</list>' > $@ 421