X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=643047debb48b689dccc8576bf2abbe20fee4796;hp=cac48ff189cf23cac98f7a1bcb439aefd271afa6;hb=9e4d074b5d72a383addc86a2c7e76ed60d3c4883;hpb=372a500da226336c7bb4036e980be2587ad5fdeb diff --git a/server/Makefile b/server/Makefile index cac48ff..643047d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,22 +1,22 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.15 1995-03-30 09:39:44 quinn Exp $ +# $Id: Makefile,v 1.22 1995-05-15 13:25:10 quinn Exp $ + +LIBDIR=../lib + +#LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a SHELL=/bin/sh -INCLUDE=-I../include -I. -I../../egate/include\ - -I../../xtimosi/src -I../../alex/include -LIBDIR=../../lib +INCLUDE=-I../include -I. -I../../xtimosi/src -I../../alex/include 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 ../../egate/lib/util.a\ -../../xtimosi/src/libmosi.a ../yazlib/rfct.o ../yazlib/makensap.o \ -$(LIBDIR)/libutil.a -PO = eventl.o seshigh.o statserv.o -CPP=cc -E +$(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a +PO = eventl.o seshigh.o statserv.o requestq.o +CPP=$(CC) -E PROG=ztest PROGO=ztest.o