X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=c1f847600c46dbc819d523ef6d0748d649a00d67;hb=aa82967af8f06004b567ad1ed40c67b056c44e7b;hp=54f578dd70f1d6028b904c16ea13d7be6e6a5741;hpb=25b7a1f19e0a16578e5918dd7ce70320d915dd23;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 54f578d..c1f8476 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,21 +1,25 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.11 1995-03-16 13:28:59 quinn Exp $ +# $Id: Makefile,v 1.18 1995-04-17 09:37:47 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 -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 ../../alex/lib/util.a ../../egate/lib/util.a +LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.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 session.o +PROGO=ztest.o all: $(LIBDIR) $(LIB) $(PROG) @@ -36,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 :