X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=kernel%2FMakefile;h=7d8d3e60fc8db6367683a521bdf2cc3a6554f65f;hb=373495ef158d123d95ab44465d4249e65847492b;hp=01f5fcc943906c6420495626fe8aa358f4a266db;hpb=f5be866813b05731c84774ff0364fa34a461a1b6;p=egate.git diff --git a/kernel/Makefile b/kernel/Makefile index 01f5fcc..7d8d3e6 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -2,6 +2,12 @@ # Europagate, 1995 # # $Log: Makefile,v $ +# Revision 1.30 1996/05/31 08:02:26 adam +# Minor changes. +# +# Revision 1.29 1996/05/22 08:37:21 adam +# Removed CFLAGS definition. +# # Revision 1.28 1996/01/24 08:28:07 adam # Fix. # @@ -100,7 +106,6 @@ ZLIB=../../yaz/lib/libyaz.a ZDEFS= INCLUDE=-I../include -#CFLAGS=-g -Wall CPP=$(CC) -E DEFS=$(INCLUDE) -DUSE_FML=1 @@ -120,13 +125,13 @@ USELIBS3=../lib/libres+log.a ../lib/util.a all: $(PROG1) $(PROG2) $(PROG3) $(PROG1): $(O1) $(USELIBS1) - $(CC) $(CFLAGS) -o $(PROG1) $(O1) $(USELIBS1) $(ZLIB) $(NETLIB) + $(CC) $(CFLAGS) -o $(PROG1) $(O1) $(USELIBS1) $(ZLIB) $(ELIB) $(PROG2): $(O2) $(USELIBS2) - $(CC) $(CFLAGS) -o $(PROG2) $(O2) $(USELIBS2) $(ZLIB) $(NETLIB) + $(CC) $(CFLAGS) -o $(PROG2) $(O2) $(USELIBS2) $(ZLIB) $(ELIB) $(PROG3): $(O3) $(USELIBS3) - $(CC) $(CFLAGS) -o $(PROG3) $(O3) $(USELIBS3) $(ZLIB) $(NETLIB) + $(CC) $(CFLAGS) -o $(PROG3) $(O3) $(USELIBS3) $(ZLIB) $(ELIB) .c.o: $(CC) -c $(DEFS) $(CFLAGS) $<