X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=5e82c42affd861e67d61bc2f09489a465d9bb153;hb=74c93e64254dddb35f08ec54ee401fc85d3f8cb7;hp=5fcb43d552f566374c6e84ade4ae8cb20876f074;hpb=cfd912f04c301c2db4cebd7f8ec8c4de6c51f314;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 5fcb43d..5e82c42 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.8 1995-03-15 11:18:17 quinn Exp $ +# $Id: Makefile,v 1.12 1995-03-20 09:46:24 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\ @@ -11,11 +11,13 @@ LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-Wall -pedantic -g 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 +LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ +$(LIBDIR)/libcomstack.a ../../alex/lib/util.a ../../egate/lib/util.a\ +../../xtimosi/src/libmosi.a ../yazlib/rfct.o ../yazlib/makensap.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)