head	1.2;
access;
symbols
	initial:1.1.1.1 java_apache:1.1.1;
locks; strict;
comment	@# @;


1.2
date	98.05.20.14.24.28;	author ross;	state Exp;
branches;
next	1.1;

1.1
date	98.05.18.23.37.40;	author ross;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.05.18.23.37.40;	author ross;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Changed CR/LF to LF
@
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. Uncomment as necessary.

# Solaris:
#LIBRARY_FLAGS= -lsocket -lnsl

# Linux: (none required for me)
#LIBRARY_FLAGS=

#################################################################
# 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
@d1 24
a24 20
# 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.1.1
log
@
@
text
@@
