X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=abdb1e069cada209e500666628e7495e589264d6;hb=527e5237725b631a58124f9b0d7b5ce97c62a183;hp=d21f3972efc75c472a23ee54317462d8c1ba05ab;hpb=4c139281f38687ac9e5cf120bd8421d476d51bd6;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index d21f397..abdb1e0 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.27 1995-06-27 13:20:59 quinn Exp $ +# $Id: Makefile,v 1.31 1996-10-08 10:45:05 quinn Exp $ LIBDIR=../lib @@ -10,7 +10,6 @@ LIBDIR=../lib SHELL=/bin/sh INCLUDE=-I../include -I. -I../../xtimosi/src LIBINCLUDE=-L$(LIBDIR) -#CFLAGS=-Wall -pedantic -g DEFS=$(INCLUDE) LIB=$(LIBDIR)/libserver.a LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ @@ -18,7 +17,7 @@ $(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a $(ELIBS) PO = eventl.o seshigh.o statserv.o requestq.o CPP=$(CC) -E PROG=ztest -PROGO=ztest.o +PROGO=ztest.o read-grs.o RANLIB=ranlib all: $(LIBDIR) $(LIB) $(PROG)