12407af08SAndrew Rist#**************************************************************
22407af08SAndrew Rist#
32407af08SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
42407af08SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
52407af08SAndrew Rist#  distributed with this work for additional information
62407af08SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
72407af08SAndrew Rist#  to you under the Apache License, Version 2.0 (the
82407af08SAndrew Rist#  "License"); you may not use this file except in compliance
92407af08SAndrew Rist#  with the License.  You may obtain a copy of the License at
102407af08SAndrew Rist#
112407af08SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
122407af08SAndrew Rist#
132407af08SAndrew Rist#  Unless required by applicable law or agreed to in writing,
142407af08SAndrew Rist#  software distributed under the License is distributed on an
152407af08SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162407af08SAndrew Rist#  KIND, either express or implied.  See the License for the
172407af08SAndrew Rist#  specific language governing permissions and limitations
182407af08SAndrew Rist#  under the License.
192407af08SAndrew Rist#
202407af08SAndrew Rist#**************************************************************
212407af08SAndrew Rist
222407af08SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=apache-commons
27cdf0e10cSrcweirTARGET=commons-lang
28cdf0e10cSrcweir
29cdf0e10cSrcweir# --- Settings -----------------------------------------------------
30cdf0e10cSrcweir
31cdf0e10cSrcweir.INCLUDE :	settings.mk
32cdf0e10cSrcweir
33cdf0e10cSrcweir# override buildfile
34cdf0e10cSrcweirANT_BUILDFILE=build.xml
35cdf0e10cSrcweir
36cdf0e10cSrcweir.INCLUDE : antsettings.mk
37cdf0e10cSrcweir
38cdf0e10cSrcweirTAR!:=$(GNUTAR)
39cdf0e10cSrcweir
40*3c5114b8SDamjan Jovanovic.IF "$(SOLAR_JAVA)" != ""
41cdf0e10cSrcweir# --- Files --------------------------------------------------------
42cdf0e10cSrcweir
43bcff05d6SJuergen SchmidtTARFILE_NAME=commons-lang3-3.3-src
44bcff05d6SJuergen SchmidtTARFILE_MD5=4c8c505cc3cba4c467c479e3e0f09ba4
45bcff05d6SJuergen Schmidt#TARFILE_NAME=commons-lang-2.4-src
46bcff05d6SJuergen Schmidt#TARFILE_MD5=625ff5f2f968dd908bca43c9469d6e6b
47cdf0e10cSrcweir
48bcff05d6SJuergen Schmidt#TARFILE_ROOTDIR=commons-lang-2.4-src
49bcff05d6SJuergen SchmidtTARFILE_ROOTDIR=commons-lang3-3.3-src
50cdf0e10cSrcweir
51cdf0e10cSrcweir#PATCH_FILES=$(PRJ)$/patches$/logging.patch
52cdf0e10cSrcweir
53cdf0e10cSrcweir#CONVERTFILES=build.xml
54bcff05d6SJuergen Schmidt
55bcff05d6SJuergen SchmidtOUT2CLASS=target$/commons-lang3-3.3.jar
56bcff05d6SJuergen Schmidt#OUT2CLASS=dist$/commons-lang-2.4.jar
57cdf0e10cSrcweir
58cdf0e10cSrcweir.IF "$(JAVACISGCJ)"=="yes"
59cdf0e10cSrcweirJAVA_HOME=
60cdf0e10cSrcweir.EXPORT : JAVA_HOME
61cdf0e10cSrcweirBUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar
62cdf0e10cSrcweir.ELSE
63cdf0e10cSrcweirBUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar
64cdf0e10cSrcweir.ENDIF
65cdf0e10cSrcweir
66cdf0e10cSrcweir.ENDIF # $(SOLAR_JAVA)!= ""
67cdf0e10cSrcweir
68cdf0e10cSrcweir# --- Targets ------------------------------------------------------
69cdf0e10cSrcweir
70cdf0e10cSrcweir.INCLUDE : set_ext.mk
71cdf0e10cSrcweir.INCLUDE : target.mk
72cdf0e10cSrcweir
73*3c5114b8SDamjan Jovanovic.IF "$(SOLAR_JAVA)" != ""
74cdf0e10cSrcweir.INCLUDE : tg_ext.mk
75cdf0e10cSrcweir.ENDIF
76cdf0e10cSrcweir
77