X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=a13890dfb7648d22852ad54f75134a7a34593f66;hb=87a9bdcb0fda85461f9992519f4239645c8b2826;hp=396c5eb20ed4e31d0e3a3588df01e9fd72d7b589;hpb=afff2d64ae8758642c8e88bfebff9c00a982daa4;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 396c5eb..a13890d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,11 +1,11 @@ # 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.16 1995-03-30 14:03:22 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../util +INCLUDE=-I../include -I. -I../../egate/include\ + -I../../xtimosi/src -I../../alex/include LIBDIR=../../lib LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-Wall -pedantic -g @@ -13,10 +13,10 @@ 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 \ +../../xtimosi/src/libmosi.a ../../lib/librfc.a \ $(LIBDIR)/libutil.a PO = eventl.o seshigh.o statserv.o -CPP=cc -E +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 :