X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=42a58397eecb35bb6eb37c8fe2cbcf5e117ce66d;hb=944822bc44705a21ec8b9ce44e0765e0fe37f635;hp=cac48ff189cf23cac98f7a1bcb439aefd271afa6;hpb=372a500da226336c7bb4036e980be2587ad5fdeb;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index cac48ff..42a5839 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,22 +1,23 @@ # 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.20 1995-04-28 14:15:39 quinn Exp $ + +LIBDIR=../lib + +# Uncomment this when you want to use XTIMOSI +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 +$(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a PO = eventl.o seshigh.o statserv.o -CPP=cc -E +CPP=$(CC) -E PROG=ztest PROGO=ztest.o