X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=cac48ff189cf23cac98f7a1bcb439aefd271afa6;hb=26f25a4dd83618b5230956c6fb37bdda473ce501;hp=db3ca27bcea40ac503326505650ddb80abf7b269;hpb=1ff3deef138c1f1af5f435c4931f61e5b1595372;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index db3ca27..cac48ff 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.3 1995-03-14 11:30:14 quinn Exp $ +# $Id: Makefile,v 1.15 1995-03-30 09:39:44 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) #CFLAGS=-Wall -pedantic -g DEFS=$(INCLUDE) LIB=$(LIBDIR)/libserver.a -LIBS=-lserver -lasn -lodr -lcomstack ../../alex/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 :