makefile.mk (c4436845) | makefile.mk (9ef65f0e) |
---|---|
1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 243 unchanged lines hidden (view full) --- 252.IF "$(ENABLE_SVCTAGS)" == "YES" 253my_components += productregistration.jar 254.END 255 256.IF "$(SOLAR_JAVA)" == "TRUE" 257my_components += \ 258 LuceneHelpWrapper \ 259 ScriptFramework \ | 1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 243 unchanged lines hidden (view full) --- 252.IF "$(ENABLE_SVCTAGS)" == "YES" 253my_components += productregistration.jar 254.END 255 256.IF "$(SOLAR_JAVA)" == "TRUE" 257my_components += \ 258 LuceneHelpWrapper \ 259 ScriptFramework \ |
260 ScriptProviderForBeanShell \ | |
261 ScriptProviderForJava \ | 260 ScriptProviderForJava \ |
262 ScriptProviderForJavaScript \ | |
263 XMergeBridge \ 264 XSLTValidate \ 265 agenda \ 266 fax \ 267 form \ 268 hsqldb \ 269 jdbc \ 270 letter \ 271 query \ 272 report \ 273 table \ 274 web | 261 XMergeBridge \ 262 XSLTValidate \ 263 agenda \ 264 fax \ 265 form \ 266 hsqldb \ 267 jdbc \ 268 letter \ 269 query \ 270 report \ 271 table \ 272 web |
273.IF "$(ENABLE_BEANSHELL)" == "YES" 274my_components += ScriptProviderForBeanShell |
|
275.END | 275.END |
276.IF "$(ENABLE_JAVASCRIPT)" == "YES" 277my_components += ScriptProviderForJavaScript 278.END 279.END |
|
276 277.IF "$(WITH_BINFILTER)" != "NO" 278my_components += \ 279 bf_migratefilter \ 280 bindet 281.END 282 283.IF "$(WITH_LDAP)" == "YES" --- 117 unchanged lines hidden --- | 280 281.IF "$(WITH_BINFILTER)" != "NO" 282my_components += \ 283 bf_migratefilter \ 284 bindet 285.END 286 287.IF "$(WITH_LDAP)" == "YES" --- 117 unchanged lines hidden --- |