makefile.mk (7871dc3e) makefile.mk (35779863)
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

--- 168 unchanged lines hidden (view full) ---

177.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
178SCP1FILES += cairocanvas.par
179.ENDIF
180
181.IF "$(ENABLE_LAYOUT)" == "TRUE"
182SCP1FILES += layout.par
183.ENDIF # ENABLE_LAYOUT == TRUE
184
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

--- 168 unchanged lines hidden (view full) ---

177.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
178SCP1FILES += cairocanvas.par
179.ENDIF
180
181.IF "$(ENABLE_LAYOUT)" == "TRUE"
182SCP1FILES += layout.par
183.ENDIF # ENABLE_LAYOUT == TRUE
184
185.IF "$(BUILD_SPECIAL)"!=""
185.IF "$(ENABLE_ONLINE_UPDATE)" != ""
186SCP1FILES += \
187 module_onlineupdate.par \
188 file_onlineupdate.par
189.ENDIF
190
191# ------------------------------------------------------------------------
192# OpenOffice.org with JRE
193

--- 165 unchanged lines hidden ---
186SCP1FILES += \
187 module_onlineupdate.par \
188 file_onlineupdate.par
189.ENDIF
190
191# ------------------------------------------------------------------------
192# OpenOffice.org with JRE
193

--- 165 unchanged lines hidden ---