X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=a13890dfb7648d22852ad54f75134a7a34593f66;hb=87a9bdcb0fda85461f9992519f4239645c8b2826;hp=5e82c42affd861e67d61bc2f09489a465d9bb153;hpb=74c93e64254dddb35f08ec54ee401fc85d3f8cb7;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 5e82c42..a13890d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,10 +1,10 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.12 1995-03-20 09:46:24 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\ +INCLUDE=-I../include -I. -I../../egate/include\ -I../../xtimosi/src -I../../alex/include LIBDIR=../../lib LIBINCLUDE=-L$(LIBDIR) @@ -12,12 +12,13 @@ LIBINCLUDE=-L$(LIBDIR) 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\ -../../xtimosi/src/libmosi.a ../yazlib/rfct.o ../yazlib/makensap.o +$(LIBDIR)/libcomstack.a ../../egate/lib/util.a\ +../../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 session.o +PROGO=ztest.o all: $(LIBDIR) $(LIB) $(PROG) @@ -38,7 +39,7 @@ $(LIBDIR): $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] test core mon.out gmon.out errlist tst cli + rm -f *.[oa] test core mon.out gmon.out errlist tst cli $(PROG) depend: depend2 :