head	1.9;
access;
symbols
	TIGRIS_1_1_0RC2:1.7
	TIGRIS_1_1_0RC1:1.7
	TIGRIS_1_1:1.7.0.4
	TIGRIS_1_0_8:1.7
	TIGRIS_1_0_8RC3:1.7
	TIGRIS_1_0_8RC2:1.7
	TIGRIS_1_0_8RC1:1.7
	TIGRIS_1_0_7:1.7
	TIGRIS_1_0_7RC3:1.7
	TIGRIS_1_0_7RC2:1.7
	TIGRIS_1_0_7RC1:1.7
	TIGRIS_1_0_6:1.7
	TIGRIS_1_0_6RC5:1.7
	TIGRIS_1_0_6RC4:1.7
	TIGRIS_1_0_6RC3:1.7
	TIGRIS_1_0_6RC2:1.7
	TIGRIS_1_0_6RC1:1.7
	TIGRIS_1_0_5:1.7
	TIGRIS_1_0_5RC6:1.7
	TIGRIS_1_0_5RC5:1.7
	TIGRIS_1_0_5RC4:1.7
	TIGRIS_1_0_5RC3:1.7
	TIGRIS_1_0_5RC2:1.7
	TIGRIS_1_0_5RC1:1.7
	TIGRIS_1_0_4:1.7
	TIGRIS_1_0_3:1.7
	TIGRIS_1_0_2:1.7
	TIGRIS_1_0_1:1.7
	TIGRIS_1_0:1.7.0.6
	TIGRIS_1_0_0:1.7
	TIGRIS_1_0_0_RC1:1.7.0.2
	dlr:1.1.1
	TIGRIS_0_9_2_4:1.4
	TIGRIS_0_9_2_3:1.4
	HELM_PEER_PORT_BRANCH:1.1.1.2
	TURBINE_PEER:1.4
	TIGRIS_0_9_2_1:1.4
	TIGRIS_0_9_2:1.4.0.2
	TIGRIS_0_9_0:1.3.0.4
	TIGRIS_0_8_4:1.3.0.2
	NEWHELM:1.1.1.1
	TIGRIS_NOV_12_2000:1.1.1
	OLDHELM:1.2.0.4
	TIGRIS_NOV_11_2000:1.2
	TIGRIS_SEP_13_2000:1.2.0.2;
locks; strict;
comment	@# @;


1.9
date	2001.06.11.16.46.19;	author dlr;	state Exp;
branches;
next	1.8;

1.8
date	2001.05.16.22.49.07;	author dlr;	state Exp;
branches;
next	1.7;

1.7
date	2001.03.15.10.41.31;	author lucas;	state Exp;
branches;
next	1.6;

1.6
date	2001.02.06.12.06.00;	author ms;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.06.02.51.29;	author ms;	state Exp;
branches;
next	1.4;

1.4
date	2001.01.12.08.16.40;	author stack;	state Exp;
branches
	1.4.4.1;
next	1.3;

1.3
date	2000.11.12.22.57.29;	author dlr;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.30.00.35.16;	author lucas;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2000.09.30.00.22.58;	author lucas;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.11.12.21.13.42;	author dlr;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.02.21.00.27.17;	author dlr;	state Exp;
branches;
next	;

1.2.2.1
date	2000.10.23.05.35.37;	author lucas;	state Exp;
branches;
next	;

1.4.4.1
date	2001.02.09.20.20.12;	author lucas;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Move away from gmake-specific .PHONY directive.
@
text
@#####################################
# Call ant on build.xml 	    #
#####################################


default: build

clean:
	ant clean

build: 
	ant

install:
	ant install

most:
	ant most

all:
	ant all

javadocs: FORCE
	ant $@@

FORCE:

#########################################
#       eyebrowse                       #

eyebrowse-install:
	ant eyebrowse-install

eyebrowse-distclean:
	ant eyebrowse-distclean
@


1.8
log
@Use the ant script installed by the Ant RPM instead of the hand-coded
script.
@
text
@d23 1
a23 2
.PHONY: javadocs
javadocs:
d25 2
@


1.7
log
@Changed file names to allow for typing of 'ant'

Added a helm specific ant.properties file.

Added a new eyebrowse-jar-install target
@
text
@d9 1
a9 1
	./build.sh clean
d12 1
a12 1
	./build.sh
d15 1
a15 1
	./build.sh install
d18 1
a18 1
	./build.sh most
d21 1
a21 1
	./build.sh all
d25 1
a25 1
	./build.sh $@@
d31 1
a31 1
	./build.sh eyebrowse-install
d34 1
a34 1
	./build.sh eyebrowse-distclean
@


1.6
log
@Fixed make targets to call eyebrowse build and integrate with our sandbox struct.
Corrected target eyebrowse-install and eyebrowse-distclean in both make and Ant.
to install eyebrowse in a sandbox you'll have to build from helm.
new targets:
eyebrowse		# build helm, link it (add to CP) and build eb
eyebrowse-install	# copy config files and jar into $SANDBOX
eyebrowse-clean		# rm files only from eyebrowse/
eyebrowse-distclean    	# do eyebrowse-clean and also rm files in site/
@
text
@d9 1
a9 1
	./build-helm.sh clean
d12 1
a12 1
	./build-helm.sh
d15 1
a15 1
	./build-helm.sh install
d18 1
a18 1
	./build-helm.sh most
d21 1
a21 1
	./build-helm.sh all
d25 1
a25 1
	./build-helm.sh $@@
d31 1
a31 1
	./build-helm.sh eyebrowse-install
d34 1
a34 1
	./build-helm.sh eyebrowse-distclean
@


1.5
log
@moving eyebrowse build into helm with ant targets to control all actions reliant
on a sandbox (helm||joist)
@
text
@d32 3
@


1.4
log
@Add javadocs target
@
text
@d26 6
@


1.4.4.1
log
@Reflecting changes from the HEAD
@
text
@a25 9

#########################################
#       eyebrowse                       #

eyebrowse-install:
	./build-helm.sh eyebrowse-install

eyebrowse-distclean:
	./build-helm.sh eyebrowse-distclean
@


1.3
log
@Resolved merge conflicts.
@
text
@d21 1
a21 1
	./build-helm all
d23 3
@


1.2
log
@Changed targets to more standard ones.

Suggestion from dlr
@
text
@d17 6
@


1.2.2.1
log
@Initial import of Ant scripts into this branch.

This will make installs much easier.
@
text
@@


1.1
log
@Initial import of Ant-related files.  There is a Makefile which serves as a wrapper so that the current build process will not be changed.
@
text
@d6 1
a6 1
build: build-real
d11 1
a11 1
build-real: 
@


1.1.1.1
log
@Merging newhelm tree into helm, as per IZ issue #557.  Previous major version of helm is tagged TIGRIS_NOV_11_2000.
@
text
@d6 1
a6 1
default: build
d11 1
a11 1
build: 
a15 6

most:
	./build-helm.sh most

all:
	./build-helm all
@


1.1.1.2
log
@Replacing the HEAD with the HELM_PEER_PORT_BRANCH.
@
text
@d21 1
a21 1
	./build-helm.sh all
a22 12
.PHONY: javadocs
javadocs:
	./build-helm.sh $@@

#########################################
#       eyebrowse                       #

eyebrowse-install:
	./build-helm.sh eyebrowse-install

eyebrowse-distclean:
	./build-helm.sh eyebrowse-distclean
@


