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 --- 24 unchanged lines hidden (view full) --- 33# override buildfile 34ANT_BUILDFILE=build.xml 35 36.INCLUDE : antsettings.mk 37 38.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" 39# --- Files -------------------------------------------------------- 40 | 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 --- 24 unchanged lines hidden (view full) --- 33# override buildfile 34ANT_BUILDFILE=build.xml 35 36.INCLUDE : antsettings.mk 37 38.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" 39# --- Files -------------------------------------------------------- 40 |
41TARFILE_NAME=commons-codec-1.3-src 42TARFILE_MD5=af3c3acf618de6108d65fcdc92b492e1 | 41TARFILE_NAME=commons-codec-1.6-src 42TARFILE_MD5=2e482c7567908d334785ce7d69ddfff7 |
43 | 43 |
44TARFILE_ROOTDIR=commons-codec-1.3 | 44TARFILE_ROOTDIR=commons-codec-1.6-src |
45 46PATCH_FILES=$(PRJ)$/patches$/codec.patch 47 48#CONVERTFILES=build.xml 49 | 45 46PATCH_FILES=$(PRJ)$/patches$/codec.patch 47 48#CONVERTFILES=build.xml 49 |
50OUT2CLASS=dist$/commons-codec-1.3.jar | 50OUT2CLASS=dist$/commons-codec-1.6-SNAPSHOT.jar |
51 52.IF "$(JAVACISGCJ)"=="yes" 53JAVA_HOME= 54.EXPORT : JAVA_HOME 55BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar 56.ELSE 57BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar 58.ENDIF --- 12 unchanged lines hidden --- | 51 52.IF "$(JAVACISGCJ)"=="yes" 53JAVA_HOME= 54.EXPORT : JAVA_HOME 55BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar 56.ELSE 57BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar 58.ENDIF --- 12 unchanged lines hidden --- |