head	1.2;
access;
symbols
	TIGRIS_1_1_0RC2:1.2
	TIGRIS_1_1_0RC1:1.2
	TIGRIS_1_1:1.2.0.4
	TIGRIS_1_0_8:1.2
	TIGRIS_1_0_8RC3:1.2
	TIGRIS_1_0_8RC2:1.2
	TIGRIS_1_0_8RC1:1.2
	TIGRIS_1_0_7:1.2
	TIGRIS_1_0_7RC3:1.2
	TIGRIS_1_0_7RC2:1.2
	TIGRIS_1_0_7RC1:1.2
	TIGRIS_1_0_6:1.2
	TIGRIS_1_0_6RC5:1.2
	TIGRIS_1_0_6RC4:1.2
	TIGRIS_1_0_6RC3:1.2
	TIGRIS_1_0_6RC2:1.2
	TIGRIS_1_0_6RC1:1.2
	TIGRIS_1_0_5:1.2
	TIGRIS_1_0_5RC6:1.2
	TIGRIS_1_0_5RC5:1.2
	TIGRIS_1_0_5RC4:1.2
	TIGRIS_1_0_5RC3:1.2
	TIGRIS_1_0_5RC2:1.2
	TIGRIS_1_0_5RC1:1.2
	TIGRIS_1_0_4:1.2
	TIGRIS_1_0_3:1.2
	TIGRIS_1_0_2:1.2
	TIGRIS_1_0_1:1.2
	TIGRIS_1_0:1.2.0.6
	TIGRIS_1_0_0:1.2
	TIGRIS_1_0_0_RC1:1.2.0.2
	dlr:1.1.1
	TIGRIS_0_9_2_4:1.1
	TIGRIS_0_9_2_3:1.1
	HELM_PEER_PORT_BRANCH:1.1.1.1
	TURBINE_PEER:1.1
	TIGRIS_0_9_2_1:1.1
	TIGRIS_0_9_2:1.1.0.4
	TIGRIS_0_9_0:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2001.03.07.21.44.56;	author dlr;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.04.22.44.48;	author dlr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.02.21.00.32.02;	author dlr;	state Exp;
branches;
next	;


desc
@@


1.2
log
@No longer do a clean by default, as this will trigger
Torque-generation.
@
text
@######################################################################
# -*- Makefile -*- developed for a Unix system.
#
# $Id: Makefile,v 1.1 2000/12/04 22:44:48 dlr Exp $
# 

############################################
# DO NOT EDIT BELOW
#
# Any desired configuration should be done 
# to the adjacent Makefile.config.
#

default: jar

include Makefile.config

build: 
	@@cd $(BUILD_DIR); \
    make

jar: build 
	@@cd $(BUILD_DIR); \
	make

api: FORCE
	@@cd $(BUILD_DIR); \
    make javadocs

clean:
	@@cd $(BUILD_DIR); \
    make clean

install: 
	@@cd $(BUILD_DIR); \
    make install

FORCE: 
@


1.1
log
@Yes, this *IS* being used.
@
text
@d4 1
a4 1
# $Id: Makefile,v 1.25 2000/10/25 18:37:56 lucas Exp $
d14 1
a14 1
default: clean jar
@


1.1.1.1
log
@Replacing the HEAD with the HELM_PEER_PORT_BRANCH.
@
text
@d4 1
a4 1
# $Id: Makefile,v 1.1 2000/12/04 22:44:48 dlr Exp $
@

