head	1.4;
access;
symbols
	JSERV_0_10_PREVIEW:1.3.0.2
	JSERV_0_9_11:1.2.0.4
	JSERV_0_9_12:1.2.0.2
	JSERV0_9_10:1.2
	JSERV0_9_10_DEV_199802091315:1.2
	JSERV_00_09_09:1.2
	JSERV_0_9_8:1.1.1.1
	JSERV:1.1.1;
locks; strict;
comment	@# @;


1.4
date	98.12.21.14.54.05;	author ed;	state Exp;
branches;
next	1.3;

1.3
date	98.05.11.17.20.53;	author ross;	state Exp;
branches;
next	1.2;

1.2
date	98.01.12.15.08.00;	author ed;	state Exp;
branches
	1.2.4.1;
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	;

1.2.4.1
date	98.05.13.15.34.28;	author ed;	state Exp;
branches;
next	;


desc
@@


1.4
log
@correct linux options (this works on RedHat 5.1, anyway); and suggest
additional possible CFLAGS value.
@
text
@# Set this to your C compiler
CC=gcc

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

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

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


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

clean:
	rm -f *.o jserv
@


1.3
log
@*** empty log message ***
@
text
@d6 1
a11 1

d13 1
a13 1
LIBRARY_FLAGS= -lnsl
@


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
@d10 4
a13 1
LIBRARY_FLAGS= -lsocket -lnsl
@


1.2.4.1
log
@Add linux options for building jserv.c (ie. no libraries).
@
text
@a10 2
#Linux:
#LIBRARY_FLAGS=
@


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
@@
