X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=643047debb48b689dccc8576bf2abbe20fee4796;hp=396c5eb20ed4e31d0e3a3588df01e9fd72d7b589;hb=9e4d074b5d72a383addc86a2c7e76ed60d3c4883;hpb=afff2d64ae8758642c8e88bfebff9c00a982daa4 diff --git a/server/Makefile b/server/Makefile index 396c5eb..643047d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,22 +1,22 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.13 1995-03-27 08:34:20 quinn Exp $ +# $Id: Makefile,v 1.22 1995-05-15 13:25:10 quinn Exp $ + +LIBDIR=../lib + +#LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a SHELL=/bin/sh -INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\ - -I../../xtimosi/src -I../../alex/include -I../util -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 -PO = eventl.o seshigh.o statserv.o -CPP=cc -E +$(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a +PO = eventl.o seshigh.o statserv.o requestq.o +CPP=$(CC) -E PROG=ztest PROGO=ztest.o @@ -39,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 :