X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=42a58397eecb35bb6eb37c8fe2cbcf5e117ce66d;hb=944822bc44705a21ec8b9ce44e0765e0fe37f635;hp=396c5eb20ed4e31d0e3a3588df01e9fd72d7b589;hpb=afff2d64ae8758642c8e88bfebff9c00a982daa4;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 396c5eb..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.13 1995-03-27 08:34:20 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../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 +$(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 @@ -39,7 +40,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 :