makefile.mk (27b2fc91) | makefile.mk (88bfee53) |
---|---|
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 --- 130 unchanged lines hidden (view full) --- 139 sd \ 140 sdbc2 \ 141 sdbt \ 142 sdd \ 143 simplecanvas \ 144 slideshow \ 145 sm \ 146 smd \ | 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 --- 130 unchanged lines hidden (view full) --- 139 sd \ 140 sdbc2 \ 141 sdbt \ 142 sdd \ 143 simplecanvas \ 144 slideshow \ 145 sm \ 146 smd \ |
147 solver \ | |
148 spl \ 149 srtrs1 \ 150 stringresource \ 151 svgfilter \ 152 syssh \ 153 t602filter \ 154 tvhlp1 \ 155 ucb1 \ --- 30 unchanged lines hidden (view full) --- 186my_components += component/vcl/vcl.unx 187.ENDIF 188.ENDIF 189 190.IF "$(BUILD_SPECIAL)" != "" 191my_components += oooimprovement 192.END 193 | 147 spl \ 148 srtrs1 \ 149 stringresource \ 150 svgfilter \ 151 syssh \ 152 t602filter \ 153 tvhlp1 \ 154 ucb1 \ --- 30 unchanged lines hidden (view full) --- 185my_components += component/vcl/vcl.unx 186.ENDIF 187.ENDIF 188 189.IF "$(BUILD_SPECIAL)" != "" 190my_components += oooimprovement 191.END 192 |
193.IF "$(ENABLE_COINMP)"=="YES" 194my_components += solver 195.END 196 |
|
194.IF "$(DISABLE_SAXON)" == "" 195my_components += XSLTFilter.jar \ 196 xsltfilter 197.END 198 199.IF "$(ENABLE_HYPHEN)" == "YES" 200my_components += hyphen 201.END --- 202 unchanged lines hidden --- | 197.IF "$(DISABLE_SAXON)" == "" 198my_components += XSLTFilter.jar \ 199 xsltfilter 200.END 201 202.IF "$(ENABLE_HYPHEN)" == "YES" 203my_components += hyphen 204.END --- 202 unchanged lines hidden --- |