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


1.4
date	2000.06.02.23.33.44;	author jrobbins;	state dead;
branches;
next	1.3;

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

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

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


desc
@@


1.4
log
@removed help servlet that was never used and was not needed.  Use Help in joist instead
@
text
@# This file was autogenerated by /home/dlr/sandbox/scripts/mkPkgMakefiles.
# Do not change this file directly (it may be overwritten).  Instead, modify
# the generator script itself.
include ../../../Makefile.config
all:
	$(JAVAC) $(JFLAGS) $(JIKESFLAGS) *.java
@


1.3
log
@Added space between Jikes and standard compiler flags.
@
text
@@


1.2
log
@Merger with sourceXchange style Makefile.  All build targets have been removed from Makefile.config.  Makes still possible in sub-directories to build that directory only, but through a different mechanism.  See the script mkPkgMakefiles in the scripts directory of the sandbox module.
@
text
@d6 1
a6 1
	$(JAVAC) $(JFLAGS)$(JIKESFLAGS) *.java
@


1.1
log
@initial checking
@
text
@d1 3
a3 3
SOURCES= \
	Help.java 

d5 2
@

