X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile.in;h=fac9db8dad87c8535e64f1d1adf7440c7808b508;hb=a09c8bfc4f5f873400cfa411d73e58035e9e4f52;hp=579c7b8ba13a84ea0bf92866faf16a0eaa09848e;hpb=1fbf9907e66c5697b9537a1a4849295c05b12b6b;p=yaz-moved-to-github.git diff --git a/server/Makefile.in b/server/Makefile.in index 579c7b8..fac9db8 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -1,25 +1,25 @@ -# Copyright (C) 1995-1998, Index Data I/S +# Copyright (C) 1995-1998, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-08-21 14:13:34 adam Exp $ +# $Id: Makefile.in,v 1.3 1998-10-28 15:10:11 adam Exp $ SHELL=/bin/sh CC=@CC@ CPP=@CPP@ RANLIB=@RANLIB@ +CDEFS=@DEFS@ +LIBS=@LIBS@ LIBDIR=../lib #LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a -INCLUDE=-I../include -I. -I../../xtimosi/src +INCLUDE=-I../z39.50 -I../include -I. -I../../xtimosi/src LIBINCLUDE=-L$(LIBDIR) -CDEFS=@DEFS@ @ODEFS@ DEFS=$(INCLUDE) $(CDEFS) LIB=$(LIBDIR)/libserver.a PO = eventl.o seshigh.o statserv.o requestq.o -ELIBS=@LIBS@ all: $(LIB)