*** empty log message ***

This commit is contained in:
cvs
2000-03-31 13:05:24 +00:00
parent 0fee04fa14
commit d02a81400f
7 changed files with 189 additions and 1906 deletions

View File

@@ -4,12 +4,11 @@
# Markus Zolliker, March 2000
#--------------------------------------------------------------------------
OBJ= tecc.o client.o coc.o errhdl.o str_util.o str_buf.o \
server.o lsc.o serutil.o logfile.o dlog.o \
asynsrv_utility.o strjoin.o geterrno.o
server.o lsc.o serutil.o logfile.o dlog.o
#------------ for DigitalUnix
CC=cc
CFLAGS= -std1 -g -c -warnprotos -I.
CFLAGS= -std1 -g -c -warnprotos -I. -I../hardsup
.c.o:
$(CC) $(CFLAGS) $*.c
@@ -19,7 +18,7 @@ tecs: $(OBJ)
ar cr libtecsl.a $(OBJ)
ranlib libtecsl.a
- rm TecsServer
cc -o TecsServer -g tecs.c -lm -L. -ltecsl
cc -o TecsServer -g tecs.c -lm -L. -ltecsl -L../hardsup -lhlib
- rm tcli
cc -o tcli -g tcli.c -lm -L. -ltecsl