X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=54f578dd70f1d6028b904c16ea13d7be6e6a5741;hb=25b7a1f19e0a16578e5918dd7ce70320d915dd23;hp=9794f71dc2266716dd030c098d25c8f5572ba7a3;hpb=11a58ec3e43c76b092d85510825f7317d7efc3ad;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 9794f71..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.10 1995-03-15 15:36:12 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,10 +12,10 @@ 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)