X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=54f578dd70f1d6028b904c16ea13d7be6e6a5741;hb=08d286ddede794e73ba8b3c85497de3e0c80312b;hp=cd2ce5ad4af1f8eb1ff9d23904f9a76184deebb3;hpb=7f22a88d407609fc8a4f8554ef754dd649145447;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index cd2ce5a..54f578d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.6 1995-03-15 08:37:40 quinn Exp $ +# $Id: Makefile,v 1.11 1995-03-16 13:28:59 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\ @@ -12,14 +12,14 @@ LIBINCLUDE=-L$(LIBDIR) DEFS=$(INCLUDE) LIB=$(LIBDIR)/libserver.a LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a $(LIBDIR)/libcomstack.a ../../alex/lib/util.a ../../egate/lib/util.a -PO = eventl.o +PO = eventl.o seshigh.o statserv.o CPP=cc -E -PROG=statserv -PROGO=statserv.o session.o +PROG=ztest +PROGO=ztest.o session.o all: $(LIBDIR) $(LIB) $(PROG) -$(PROG): $(LIB) $(PROGO) pwrite.o +$(PROG): $(LIB) $(PROGO) $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) alll: