makefile.mk (2407af08) makefile.mk (e2f0c31b)
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

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

40.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES"
41# --- Files --------------------------------------------------------
42
43TARFILE_NAME=commons-httpclient-3.1-src
44TARFILE_MD5=2c9b0f83ed5890af02c0df1c1776f39b
45
46TARFILE_ROOTDIR=commons-httpclient-3.1
47
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

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

40.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES"
41# --- Files --------------------------------------------------------
42
43TARFILE_NAME=commons-httpclient-3.1-src
44TARFILE_MD5=2c9b0f83ed5890af02c0df1c1776f39b
45
46TARFILE_ROOTDIR=commons-httpclient-3.1
47
48#PATCH_FILES=$(PRJ)$/patches$/httpclient.patch
48PATCH_FILES=$(PRJ)$/patches$/httpclient.patch
49
50#CONVERTFILES=build.xml
51
52OUT2CLASS=dist$/commons-httpclient.jar
53
54COMMONS_LOGGING_JAR=..$/..$/..$/..$/$(INPATH)$/class$/commons-logging-1.1.1-SNAPSHOT.jar
49
50#CONVERTFILES=build.xml
51
52OUT2CLASS=dist$/commons-httpclient.jar
53
54COMMONS_LOGGING_JAR=..$/..$/..$/..$/$(INPATH)$/class$/commons-logging-1.1.1-SNAPSHOT.jar
55COMMONS_CODEC_JAR=..$/..$/..$/..$/$/$(INPATH)$/class$/commons-codec-1.3.jar
55COMMONS_CODEC_JAR=..$/..$/..$/..$/$/$(INPATH)$/class$/commons-codec-1.6-SNAPSHOT.jar
56
57.IF "$(JAVACISGCJ)"=="yes"
58JAVA_HOME=
59.EXPORT : JAVA_HOME
60BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -Dcommons-logging.jar=$(COMMONS_LOGGING_JAR) -Dcommons-codec.jar=$(COMMONS_CODEC_JAR) -f $(ANT_BUILDFILE) dist
61.ELSE
62BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dcommons-logging.jar=$(COMMONS_LOGGING_JAR) -Dcommons-codec.jar=$(COMMONS_CODEC_JAR) -f $(ANT_BUILDFILE) dist
63.ENDIF

--- 12 unchanged lines hidden ---
56
57.IF "$(JAVACISGCJ)"=="yes"
58JAVA_HOME=
59.EXPORT : JAVA_HOME
60BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -Dcommons-logging.jar=$(COMMONS_LOGGING_JAR) -Dcommons-codec.jar=$(COMMONS_CODEC_JAR) -f $(ANT_BUILDFILE) dist
61.ELSE
62BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dcommons-logging.jar=$(COMMONS_LOGGING_JAR) -Dcommons-codec.jar=$(COMMONS_CODEC_JAR) -f $(ANT_BUILDFILE) dist
63.ENDIF

--- 12 unchanged lines hidden ---