X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=server%2FMakefile;h=a13890dfb7648d22852ad54f75134a7a34593f66;hb=87a9bdcb0fda85461f9992519f4239645c8b2826;hp=f243ebd850c490c7c60953118df17b5c89670a5c;hpb=4972d81f72edfe9d44573e863cc2d4c6305e2a64;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index f243ebd..a13890d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,11 +1,11 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.14 1995-03-27 15:02:00 quinn Exp $ +# $Id: Makefile,v 1.16 1995-03-30 14:03:22 quinn Exp $ SHELL=/bin/sh -INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\ - -I../../xtimosi/src -I../../alex/include -I../util +INCLUDE=-I../include -I. -I../../egate/include\ + -I../../xtimosi/src -I../../alex/include LIBDIR=../../lib LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-Wall -pedantic -g @@ -13,10 +13,10 @@ 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 \ +../../xtimosi/src/libmosi.a ../../lib/librfc.a \ $(LIBDIR)/libutil.a PO = eventl.o seshigh.o statserv.o -CPP=cc -E +CPP=$(CC) -E PROG=ztest PROGO=ztest.o