From 270c204d336e17ee311d29ddff37392a823d34c2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 28 Feb 2013 13:16:54 +0000 Subject: remove the unused dmake solenv .mk files note that the remaining langlist.mk and minor.mk are included by gbuild makefiles Change-Id: Ib3285cbba0e10ec033bb5968bad5ef9a7d507dd8 --- solenv/inc/ant.mk | 96 ------------------------------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 solenv/inc/ant.mk (limited to 'solenv/inc/ant.mk') diff --git a/solenv/inc/ant.mk b/solenv/inc/ant.mk deleted file mode 100644 index fffeb777a72d..000000000000 --- a/solenv/inc/ant.mk +++ /dev/null @@ -1,96 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -# --- Force JDK14 switch ------------------------------------------ - -.IF "$(USE_JDK_VERSION)" == "140" -JDK_VERSION=140 -JAVA_HOME=$(JDK14PATH) - -PATH!:=$(JDK14PATH)/bin$(PATH_SEPERATOR)$(PATH) -XCLASSPATH:=$(JDK14PATH)/jre/lib/rt.jar -CLASSPATH:=$(XCLASSPATH) -.ENDIF - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - - -# --- ANT build environment --------------------------------------- - -.INCLUDE : antsettings.mk - -.INCLUDE : target.mk - -CLASSPATH!:=$(CLASSPATH)$(PATH_SEPERATOR)$(ANT_CLASSPATH)$(PATH_SEPERATOR)$(JAVA_HOME)/lib/tools.jar -.EXPORT : CLASSPATH -.EXPORT : PATH - -# --- TARGETS ----------------------------------------------------- - -$(CLASSDIR)/solar.properties : $(SOLARVERSION)/$(INPATH)/inc/minormkchanged.flg $(SOLARENV)/inc/ant.properties - @echo "Making: " $@ - @echo solar.build=$(BUILD) > $@ - @echo solar.minor=$(LAST_MINOR) >> $@ - @echo solar.sourceversion=$(SOURCEVERSION) >> $@ - @echo solar.udkstamp=$(UDKSTAMP) >> $@ - @echo solar.extstamp=$(EXTSTAMP) >> $@ - @cat $(DMAKEROOT)/../ant.properties >> $@ - -ANTBUILD .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) - -clean .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) $@ - -prepare .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) $@ - -main: .PHONY: - $(ANT) $(ANT_FLAGS) $@ - -info: .PHONY - $(ANT) $(ANT_FLAGS) $@ - -jar .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) $@ - -compile .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) $@ - -depend .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) $@ - -javadoc .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) $@ - -config .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) $@ - -test .PHONY: - $(COMMAND_ECHO)$(ANT) $(ANT_FLAGS) $@ -- cgit