2006-01-31 11:48:27 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-10 11:33:24 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2006-01-31 11:48:27 -06:00
|
|
|
#
|
2008-04-10 11:33:24 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2006-01-31 11:48:27 -06:00
|
|
|
#
|
2008-04-10 11:33:24 -05:00
|
|
|
# $RCSfile: antsettings.mk,v $
|
2006-01-31 11:48:27 -06:00
|
|
|
#
|
2008-04-10 11:33:24 -05:00
|
|
|
# $Revision: 1.7 $
|
2006-01-31 11:48:27 -06:00
|
|
|
#
|
2008-04-10 11:33:24 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2006-01-31 11:48:27 -06:00
|
|
|
#
|
2008-04-10 11:33:24 -05:00
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
2006-01-31 11:48:27 -06:00
|
|
|
#
|
2008-04-10 11:33:24 -05:00
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
2006-01-31 11:48:27 -06:00
|
|
|
#
|
2008-04-10 11:33:24 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
2006-01-31 11:48:27 -06:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
.IF "$(SOLAR_JAVA)"!=""
|
|
|
|
|
|
|
|
.IF "$(ANT_HOME)" == ""
|
2008-01-29 01:10:51 -06:00
|
|
|
ANT_HOME*:=$(COMMON_BUILD_TOOLS)$/apache-ant-1.7.0
|
2006-01-31 11:48:27 -06:00
|
|
|
.EXPORT : ANT_HOME
|
|
|
|
.ENDIF
|
|
|
|
ANT_LIB*:=$(ANT_HOME)$/lib
|
|
|
|
|
|
|
|
ANT_CLASSPATH:=$(ANT_LIB)$/xercesImpl.jar$(PATH_SEPERATOR)$(ANT_LIB)$/xml-apis.jar$(PATH_SEPERATOR)$(ANT_LIB)$/ant.jar
|
|
|
|
PATH!:=$(ANT_HOME)$/bin$(PATH_SEPERATOR)$(PATH)
|
|
|
|
|
|
|
|
ANT*:=$(ANT_HOME)$/bin$/ant
|
2006-08-14 10:19:10 -05:00
|
|
|
ANT_BUILDFILE*=build.xml
|
2006-01-31 11:48:27 -06:00
|
|
|
|
|
|
|
.IF "$(ANT_DEBUG)"==""
|
|
|
|
.IF "$(debug)"==""
|
|
|
|
ANT_DEBUG=off
|
|
|
|
.ELSE
|
|
|
|
ANT_DEBUG=on
|
|
|
|
.ENDIF
|
|
|
|
.ENDIF
|
|
|
|
|
|
|
|
.IF "$(ANT_OPT)"==""
|
|
|
|
.IF "$(optimize)"==""
|
|
|
|
ANT_OPT=off
|
|
|
|
.ELSE
|
|
|
|
ANT_OPT=on
|
|
|
|
.ENDIF
|
|
|
|
.ENDIF
|
|
|
|
|
|
|
|
.IF "$(JDK)"=="gcj"
|
|
|
|
JAVA_HOME=
|
|
|
|
.EXPORT : JAVA_HOME
|
2006-07-05 14:59:17 -05:00
|
|
|
.ENDIF
|
|
|
|
|
|
|
|
.IF "$(JAVACISGCJ)" == "yes"
|
2006-01-31 11:48:27 -06:00
|
|
|
ANT_FLAGS!:=-Dbuild.compiler=gcj -Dprj=$(PRJ) -Dprjname=$(PRJNAME) -Ddebug=$(ANT_DEBUG) \
|
|
|
|
-Doptimize=$(ANT_OPT) -Dtarget=$(TARGET) -Dsolar.update=on -Dout=$(OUT) -Dinpath=$(INPATH) \
|
|
|
|
-Dproext="$(PROEXT)" -Dsolar.bin=$(SOLARBINDIR) -Dsolar.jar=$(SOLARBINDIR) \
|
|
|
|
-Dsolar.doc=$(SOLARDOCDIR) -Dcommon.jar=$(SOLARCOMMONBINDIR) \
|
2007-01-25 03:56:53 -06:00
|
|
|
-Dcommon.doc=$(SOLARCOMMONDOCDIR) -Dsolar.sourceversion=$(SOURCEVERSION) \
|
|
|
|
-Dsolar.lastminor=$(LAST_MINOR) -Dsolar.build=$(BUILD) -f $(ANT_BUILDFILE) $(ANT_FLAGS) -emacs
|
2006-01-31 11:48:27 -06:00
|
|
|
.ELSE
|
|
|
|
ANT_FLAGS!:=-Dprj=$(PRJ) -Dprjname=$(PRJNAME) -Ddebug=$(ANT_DEBUG) -Doptimize=$(ANT_OPT) \
|
|
|
|
-Dtarget=$(TARGET) -Dsolar.update=on -Dout=$(OUT) -Dinpath=$(INPATH) -Dproext="$(PROEXT)" \
|
|
|
|
-Dsolar.bin=$(SOLARBINDIR) -Dsolar.jar=$(SOLARBINDIR) -Dsolar.doc=$(SOLARDOCDIR) \
|
|
|
|
-Dcommon.jar=$(SOLARCOMMONBINDIR) -Dcommon.doc=$(SOLARCOMMONDOCDIR) \
|
2007-01-25 03:56:53 -06:00
|
|
|
-Dsolar.sourceversion=$(SOURCEVERSION) -Dsolar.lastminor=$(LAST_MINOR) \
|
|
|
|
-Dsolar.build=$(BUILD) -f $(ANT_BUILDFILE) $(ANT_FLAGS) -emacs
|
2006-01-31 11:48:27 -06:00
|
|
|
.ENDIF
|
|
|
|
.ELSE # No java
|
|
|
|
ANT=
|
|
|
|
ANT_FLAGS=
|
|
|
|
.ENDIF
|
|
|
|
|
|
|
|
|