makefile.mk (e2f0c31b) | makefile.mk (bcff05d6) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35 36.INCLUDE : antsettings.mk 37 38TAR!:=$(GNUTAR) 39 40.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" 41# --- Files -------------------------------------------------------- 42 | 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 --- 26 unchanged lines hidden (view full) --- 35 36.INCLUDE : antsettings.mk 37 38TAR!:=$(GNUTAR) 39 40.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" 41# --- Files -------------------------------------------------------- 42 |
43TARFILE_NAME=commons-lang-2.4-src 44TARFILE_MD5=625ff5f2f968dd908bca43c9469d6e6b | 43TARFILE_NAME=commons-lang3-3.3-src 44TARFILE_MD5=4c8c505cc3cba4c467c479e3e0f09ba4 45#TARFILE_NAME=commons-lang-2.4-src 46#TARFILE_MD5=625ff5f2f968dd908bca43c9469d6e6b |
45 | 47 |
46TARFILE_ROOTDIR=commons-lang-2.4-src | 48#TARFILE_ROOTDIR=commons-lang-2.4-src 49TARFILE_ROOTDIR=commons-lang3-3.3-src |
47 48#PATCH_FILES=$(PRJ)$/patches$/logging.patch 49 50#CONVERTFILES=build.xml | 50 51#PATCH_FILES=$(PRJ)$/patches$/logging.patch 52 53#CONVERTFILES=build.xml |
51 52OUT2CLASS=dist$/commons-lang-2.4.jar | |
53 | 54 |
55OUT2CLASS=target$/commons-lang3-3.3.jar 56#OUT2CLASS=dist$/commons-lang-2.4.jar 57 |
|
54.IF "$(JAVACISGCJ)"=="yes" 55JAVA_HOME= 56.EXPORT : JAVA_HOME 57BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar 58.ELSE 59BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar 60.ENDIF 61 62.ENDIF # $(SOLAR_JAVA)!= "" 63 64# --- Targets ------------------------------------------------------ 65 66.INCLUDE : set_ext.mk 67.INCLUDE : target.mk 68 69.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" 70.INCLUDE : tg_ext.mk 71.ENDIF 72 | 58.IF "$(JAVACISGCJ)"=="yes" 59JAVA_HOME= 60.EXPORT : JAVA_HOME 61BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar 62.ELSE 63BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar 64.ENDIF 65 66.ENDIF # $(SOLAR_JAVA)!= "" 67 68# --- Targets ------------------------------------------------------ 69 70.INCLUDE : set_ext.mk 71.INCLUDE : target.mk 72 73.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" 74.INCLUDE : tg_ext.mk 75.ENDIF 76 |