X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=f243ebd850c490c7c60953118df17b5c89670a5c;hp=240f34ed63ae21f5cf17a30bb246f204447f4c5e;hb=c3a132ce4aea3bb358b185ef58781b4bef8745fc;hpb=970d03b19751c5b21c8c157aa95162dd2dad80b0 diff --git a/server/Makefile b/server/Makefile index 240f34e..f243ebd 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,25 +1,28 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.7 1995-03-15 09:08:29 adam Exp $ +# $Id: Makefile,v 1.14 1995-03-27 15:02:00 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../../xtimosi/src -I../../alex/include -I../util LIBDIR=../../lib 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 ../../alex/lib/util.a ../../egate/lib/util.a -PO = eventl.o +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 -PROG=statserv -PROGO=statserv.o session.o +PROG=ztest +PROGO=ztest.o all: $(LIBDIR) $(LIB) $(PROG) -$(PROG): $(LIB) $(PROGO) +$(PROG): $(LIB) $(PROGO) $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) alll: @@ -36,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 :