Kaydet (Commit) cd55f1ff authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS pentaho1 (1.4.6); FILE MERGED

2007/10/23 05:45:48 oj 1.4.6.2: #i80723# #i81510# makefile changes
2007/10/22 11:41:22 oj 1.4.6.1: #i80723# #i81510# switch to new branch from pentaho
üst 6d863f7a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# last change: $Author: hr $ $Date: 2007-08-03 12:46:45 $ # last change: $Author: ihi $ $Date: 2008-01-14 15:28:27 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -37,6 +37,7 @@ PRJ=..$/.. ...@@ -37,6 +37,7 @@ PRJ=..$/..
PRJNAME=jfreereport PRJNAME=jfreereport
TARGET=flute TARGET=flute
VERSION=-1.3-jfree-20061107
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
...@@ -54,17 +55,19 @@ TARFILE_NAME=$(TARGET) ...@@ -54,17 +55,19 @@ TARFILE_NAME=$(TARGET)
TARFILE_ROOTDIR=$(TARGET) TARFILE_ROOTDIR=$(TARGET)
PATCH_FILE_NAME=patches/$(TARGET).patch PATCH_FILE_NAME=patches$/$(TARGET).patch
CONVERTFILES=ant$/build.xml\ CONVERTFILES=ant$/build.xml\
ant$/build.properties ant$/build.properties
OUT2CLASS=$(TARGET)$(VERSION).jar
.IF "$(JAVACISGCJ)"=="yes" .IF "$(JAVACISGCJ)"=="yes"
JAVA_HOME= JAVA_HOME=
.EXPORT : JAVA_HOME .EXPORT : JAVA_HOME
BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) all BUILD_ACTION=$(ANT) -Dlibdir="../../../class" -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) compile
.ELSE .ELSE
BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) all BUILD_ACTION=$(ANT) -Dlibdir="../../../class" -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) compile
.ENDIF .ENDIF
.ENDIF # $(SOLAR_JAVA)!= "" .ENDIF # $(SOLAR_JAVA)!= ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment