X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=kernel%2FMakefile;h=01f5fcc943906c6420495626fe8aa358f4a266db;hb=4938d0c2e8f4e1eec397c2bfbbc7e23fd150c369;hp=4e9c646eff21c8b5924c1a5db449ff4b7c596b15;hpb=5fbbd5cdbe4218474ecdef85ad12814678ca18bd;p=egate.git diff --git a/kernel/Makefile b/kernel/Makefile index 4e9c646..01f5fcc 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -2,7 +2,13 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.26 1995/07/03 08:20:12 adam +# Revision 1.28 1996/01/24 08:28:07 adam +# Fix. +# +# Revision 1.27 1995/07/05 10:20:06 adam +# Z definitions duplicated from ../Makefile. +# +# Revision 1.26 1995/07/03 08:20:12 adam # More help information and better diagnostics. # # Revision 1.25 1995/05/19 13:25:58 adam @@ -89,7 +95,9 @@ # SHELL=/bin/sh +ZINC=-I../../yaz/include ZLIB=../../yaz/lib/libyaz.a +ZDEFS= INCLUDE=-I../include #CFLAGS=-g -Wall @@ -99,7 +107,7 @@ DEFS=$(INCLUDE) -DUSE_FML=1 PROG1=kernel O1=main.o urp.o persist.o USELIBS1=../lib/ccl.a ../lib/fml.a ../lib/libzass.a ../lib/libres+log.a \ -../lib/util.a $(ZLIB) $(REGEXOBJ) +../lib/util.a $(REGEXOBJ) PROG2=eti O2=eti.o @@ -112,13 +120,13 @@ USELIBS3=../lib/libres+log.a ../lib/util.a all: $(PROG1) $(PROG2) $(PROG3) $(PROG1): $(O1) $(USELIBS1) - $(CC) $(CFLAGS) -o $(PROG1) $(O1) $(USELIBS1) $(NETLIB) + $(CC) $(CFLAGS) -o $(PROG1) $(O1) $(USELIBS1) $(ZLIB) $(NETLIB) $(PROG2): $(O2) $(USELIBS2) - $(CC) $(CFLAGS) -o $(PROG2) $(O2) $(USELIBS2) $(NETLIB) + $(CC) $(CFLAGS) -o $(PROG2) $(O2) $(USELIBS2) $(ZLIB) $(NETLIB) $(PROG3): $(O3) $(USELIBS3) - $(CC) $(CFLAGS) -o $(PROG3) $(O3) $(USELIBS3) $(NETLIB) + $(CC) $(CFLAGS) -o $(PROG3) $(O3) $(USELIBS3) $(ZLIB) $(NETLIB) .c.o: $(CC) -c $(DEFS) $(CFLAGS) $<