makefile.mk (e2f0c31b) makefile.mk (d889ac6b)
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
48PATCH_FILES=$(PRJ)$/patches$/httpclient.patch
48PATCH_FILES= \
49 $(PRJ)$/patches$/httpclient.patch \
50 $(PRJ)$/patches$/httpclient_no_javadoc.patch
49
50#CONVERTFILES=build.xml
51
52#CONVERTFILES=build.xml
51
53
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.6-SNAPSHOT.jar
56
57.IF "$(JAVACISGCJ)"=="yes"
58JAVA_HOME=
59.EXPORT : JAVA_HOME

--- 16 unchanged lines hidden ---
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
58
59.IF "$(JAVACISGCJ)"=="yes"
60JAVA_HOME=
61.EXPORT : JAVA_HOME

--- 16 unchanged lines hidden ---