# $Id$ # # Tapestry Web Application Framework # Copyright (c) 2000, 2001 by Howard Ship and Primix # # Primix # 311 Arsenal Street # Watertown, MA 02472 # http://www.primix.com # mailto:hship@primix.com # # This library is free software. # # You may redistribute it and/or modify it under the terms of the GNU # Lesser General Public License as published by the Free Software Foundation. # # Version 2.1 of the license should be included with this distribution in # the file LICENSE, as well as License.html. If the license is not # included with this distribution, you may find a copy at the FSF web # site at 'www.gnu.org' or 'www.fsf.org', or you may write to the # Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139 USA. # # This library 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 for more details. # Defines stuff specific to using the JBE with Cygnus and NT. # Here we define a bunch of command line tools used in the rest of the system. MV := $(TOOLS_DIR)/mv.exe ECHO := $(TOOLS_DIR)/echo.exe MKDIRS := $(TOOLS_DIR)/mkdir.exe --parents TOUCH := $(TOOLS_DIR)/touch.exe RM := $(TOOLS_DIR)/rm.exe --force --recursive CP := $(TOOLS_DIR)/cp.exe CP_FORCE_OPT := --force CAT := $(TOOLS_DIR)/cat.exe FIND := $(TOOLS_DIR)/find.exe GNUTAR := $(TOOLS_DIR)/tar.exe GNUTAR_CREATE_OPT := --create GNUTAR_EXTRACT_OPT := --extract GNUTAR_GZIP_OPT := --gzip PWD := $(TOOLS_DIR)/pwd.exe # Provided internally by Cygnus bourne shell CD := cd # Used with DocBook OPENJADE := $(DOCBOOK_OPENJADE_DIR)/bin/openjade.exe ONSGMLS := $(DOCBOOK_OPENJADE_DIR)/bin/onsgmls.exe OPENJADE_DISTRO = $(DOCBOOK_DIR)/openjade-1.3-1.tar.gz