makefile.mk (d889ac6b) makefile.mk (8f6e868f)
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

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

48PATCH_FILES= \
49 $(PRJ)$/patches$/httpclient.patch \
50 $(PRJ)$/patches$/httpclient_no_javadoc.patch
51
52#CONVERTFILES=build.xml
53
54OUT2CLASS=dist$/commons-httpclient.jar
55
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

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

48PATCH_FILES= \
49 $(PRJ)$/patches$/httpclient.patch \
50 $(PRJ)$/patches$/httpclient_no_javadoc.patch
51
52#CONVERTFILES=build.xml
53
54OUT2CLASS=dist$/commons-httpclient.jar
55
56COMMONS_LOGGING_JAR=..$/..$/..$/..$/$(INPATH)$/class$/commons-logging-1.1.1-SNAPSHOT.jar
57COMMONS_CODEC_JAR=..$/..$/..$/..$/$/$(INPATH)$/class$/commons-codec-1.6-SNAPSHOT.jar
56COMMONS_LOGGING_JAR=..$/..$/..$/..$/$(INPATH)$/class$/commons-logging-1.1.3.jar
57COMMONS_CODEC_JAR=..$/..$/..$/..$/$/$(INPATH)$/class$/commons-codec-1.9.jar
58
59.IF "$(JAVACISGCJ)"=="yes"
60JAVA_HOME=
61.EXPORT : JAVA_HOME
62BUILD_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
63.ELSE
64BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dcommons-logging.jar=$(COMMONS_LOGGING_JAR) -Dcommons-codec.jar=$(COMMONS_CODEC_JAR) -f $(ANT_BUILDFILE) dist
65.ENDIF

--- 12 unchanged lines hidden ---
58
59.IF "$(JAVACISGCJ)"=="yes"
60JAVA_HOME=
61.EXPORT : JAVA_HOME
62BUILD_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
63.ELSE
64BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dcommons-logging.jar=$(COMMONS_LOGGING_JAR) -Dcommons-codec.jar=$(COMMONS_CODEC_JAR) -f $(ANT_BUILDFILE) dist
65.ENDIF

--- 12 unchanged lines hidden ---