head	1.2;
access;
symbols
	JSERV_0_9_8:1.1.1.1
	JSERV:1.1.1;
locks; strict;
comment	@# @;


1.2
date	98.01.17.03.05.53;	author francis;	state dead;
branches;
next	1.1;

1.1
date	97.12.05.00.39.49;	author jon;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.12.05.00.39.49;	author jon;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Moved Makefile to top of module and made more generic and useful:
- Make doc and install
- Make all classes
@
text
@# Your Java Compiler
JCC=/usr/local/jdk/bin/javac

# Flags to pass to the Java compiler
# e.g. "-g" to debug, "-O" to optimize
JCFLAGS=-O

###########################################################################
# Do not edit below this line

default: clean
	${JCC} ${JCFLAGS} JServHandler.java


clean:
	rm -f *.class
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@JServ 0.9.8
@
text
@@
