head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.06.07.00.57.01;	author jrobbins;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.07.00.20.54;	author jrobbins;	state Exp;
branches;
next	;


desc
@@


1.2
log
@removed refs to eyebrowse, accidentally copied from helm
@
text
@#####################################
# Call ant on build.xml 	    #
#####################################


default: build

clean:
	ant clean

build: 
	ant

install:
	ant install

most:
	ant most

all:
	ant all

.PHONY: javadocs
javadocs:
	ant $@@

@


1.1
log
@initial
@
text
@a26 8
#########################################
#       eyebrowse                       #

eyebrowse-install:
	ant eyebrowse-install

eyebrowse-distclean:
	ant eyebrowse-distclean
@

