makefile.mk (0bd633ab) | makefile.mk (a44fea77) |
---|---|
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# --- 95 unchanged lines hidden (view full) --- 104 fpicker \ 105 fps_office \ 106 frm \ 107 guesslang \ 108 hwp \ 109 i18npool \ 110 i18nsearch \ 111 lng \ | 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# --- 95 unchanged lines hidden (view full) --- 104 fpicker \ 105 fps_office \ 106 frm \ 107 guesslang \ 108 hwp \ 109 i18npool \ 110 i18nsearch \ 111 lng \ |
112 lnth \ |
|
112 localebe1 \ 113 log \ 114 mcnttype \ 115 migrationoo2 \ 116 msfilter \ 117 mysql \ 118 odbc \ 119 offacc \ --- 71 unchanged lines hidden (view full) --- 191my_components += oooimprovement 192.END 193 194.IF "$(DISABLE_SAXON)" == "" 195my_components += XSLTFilter.jar \ 196 xsltfilter 197.END 198 | 113 localebe1 \ 114 log \ 115 mcnttype \ 116 migrationoo2 \ 117 msfilter \ 118 mysql \ 119 odbc \ 120 offacc \ --- 71 unchanged lines hidden (view full) --- 192my_components += oooimprovement 193.END 194 195.IF "$(DISABLE_SAXON)" == "" 196my_components += XSLTFilter.jar \ 197 xsltfilter 198.END 199 |
199.IF "$(DISABLE_HYPHEN)" == "" | 200.IF "$(ENABLE_HYPHEN)" == "YES" |
200my_components += hyphen 201.END 202 | 201my_components += hyphen 202.END 203 |
203.IF "$(DISABLE_HUNSPELL)" == "" 204my_components += \ 205 lnth \ 206 spell | 204.IF "$(ENABLE_HUNSPELL)" == "YES" 205my_components += spell |
207.END 208 209.IF "$(SYSTEM_LIBWPD)" == "YES" 210my_components += wpft 211.END 212 213.IF "$(DISABLE_ATL)" == "" 214my_components += emboleobj --- 192 unchanged lines hidden --- | 206.END 207 208.IF "$(SYSTEM_LIBWPD)" == "YES" 209my_components += wpft 210.END 211 212.IF "$(DISABLE_ATL)" == "" 213my_components += emboleobj --- 192 unchanged lines hidden --- |