X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=kernel%2FMakefile;h=1bb7c828f587cd358a3fb39c088873b3a4d4a27b;hb=aa975e8f85af258357639e3407ce40090f4a4998;hp=9bbe7036c6194da7384a6c2118c562927985f54e;hpb=eacb1b9bfa1f3be86f23e7426b12abb4b866c6d0;p=egate.git diff --git a/kernel/Makefile b/kernel/Makefile index 9bbe703..1bb7c82 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -2,7 +2,13 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.23 1995/05/03 07:37:29 adam +# Revision 1.25 1995/05/19 13:25:58 adam +# Bug fixes. Better command line options. +# +# Revision 1.24 1995/05/03 12:18:46 adam +# This code ran on dtbsun. Minor changes. +# +# Revision 1.23 1995/05/03 07:37:29 adam # CCL commands stop/continue implemented. New functions gw_res_{int,bool} # are used when possible. # @@ -89,7 +95,7 @@ ZLIB=../../yaz/lib/libyaz.a INCLUDE=-I../include #CFLAGS=-g -Wall CPP=$(CC) -E -DEFS=$(INCLUDE) -DUSE_FML=1 -DUSE_MONITOR=1 +DEFS=$(INCLUDE) -DUSE_FML=1 PROG1=kernel O1=main.o urp.o persist.o @@ -119,7 +125,7 @@ $(PROG3): $(O3) $(USELIBS3) $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.log *.[oa] $(PROG1) $(PROG2) + rm -f *.log *.[oa] $(PROG1) $(PROG2) $(PROG3) rm -f core mon.out gmon.out errlist *~ fifo.* depend: depend2