merge the formfield patch from ooo-build
[ooovba.git] / apache-commons / java / logging / makefile.mk
blob8874c700a99890308787228dedb647869b0aa35c
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.4 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..
34 PRJNAME=apache-commons
35 TARGET=commons-logging
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : settings.mk
41 # override buildfile
42 ANT_BUILDFILE=build.xml
44 .INCLUDE : antsettings.mk
46 .IF "$(SOLAR_JAVA)" != "" && ( "$(ENABLE_MEDIAWIKI)" == "YES" || "$(ENABLE_REPORTBUILDER)" == "YES" )
47 # --- Files --------------------------------------------------------
49 TARFILE_NAME=commons-logging-1.1.1-src
51 TARFILE_ROOTDIR=commons-logging-1.1.1-src
53 PATCH_FILES=$(PRJ)$/patches$/logging.patch
55 CONVERTFILES=build.xml
57 OUT2CLASS=target$/commons-logging-1.1.1-SNAPSHOT.jar
59 .IF "$(SYSTEM_TOMCAT)" != "YES"
60 SERVLETAPI_JAR := $(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/servlet-api.jar
61 .ENDIF
63 .IF "$(JAVACISGCJ)"=="yes"
64 JAVA_HOME=
65 .EXPORT : JAVA_HOME
66 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -Dservletapi.jar=$(SERVLETAPI_JAR) -f $(ANT_BUILDFILE) compile build-jar
67 .ELSE
68 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) -Dservletapi.jar=$(SERVLETAPI_JAR) compile build-jar
69 .ENDIF
71 .ENDIF # $(SOLAR_JAVA)!= ""
73 # --- Targets ------------------------------------------------------
75 .INCLUDE : set_ext.mk
76 .INCLUDE : target.mk
78 .IF "$(SOLAR_JAVA)" != "" && ( "$(ENABLE_MEDIAWIKI)" == "YES" || "$(ENABLE_REPORTBUILDER)" == "YES" )
79 .INCLUDE : tg_ext.mk
80 .ENDIF