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


1.2
date	98.01.12.15.08.00;	author ed;	state Exp;
branches;
next	1.1;

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

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


desc
@@


1.2
log
@Changes to use socket based restart notification (lots of changes in signal
handlers), to allow JServ to run on a different machine, to improve
efficiency of hex characters, conversions, documentation for the README
for manual jserv, and catching one more possible exception.

Not all the files listed as having been changed were actually.
@
text
@# Set this to your C compiler
CC=gcc

# These are flags to pass to the compiler/linker.
CFLAGS=-O2

# Library flags -- sockets (and sometimes associated libraries
# are needed.
#Solaris:
LIBRARY_FLAGS= -lsocket -lnsl

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


default:
	$(CC) $(CFLAGS) -o jserv jserv.c $(LIBRARY_FLAGS)

clean:
	rm -f *.o jserv
@


1.1
log
@Initial revision
@
text
@d7 5
d17 1
a17 1
	$(CC) $(CFLAGS) -o jserv jserv.c
@


1.1.1.1
log
@JServ 0.9.8
@
text
@@
