X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=server%2FMakefile;h=f930e948dbeb2b663e74a1ca29f69a4844983e99;hb=1ca987b3a11334e4b0ad24c372162f5ecbf28847;hp=c2223078ca8fe18aaca942c1c92b9b147e93d0b8;hpb=69e1deffc8ce5541d72110417f9e555f7e33aac2;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index c222307..f930e94 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,7 +1,7 @@ -# Copyright (C) 1994-1997, Index Data I/S +# Copyright (C) 1994-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.32 1997-09-01 08:52:58 adam Exp $ +# $Id: Makefile,v 1.34 1998-01-07 12:59:27 adam Exp $ LIBDIR=../lib @@ -10,10 +10,8 @@ LIBDIR=../lib SHELL=/bin/sh INCLUDE=-I../include -I. -I../../xtimosi/src LIBINCLUDE=-L$(LIBDIR) -DEFS=$(INCLUDE) +DEFS=$(INCLUDE) $(CDEFS) LIB=$(LIBDIR)/libserver.a -LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ -$(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a $(ELIBS) PO = eventl.o seshigh.o statserv.o requestq.o CPP=$(CC) -E RANLIB=ranlib @@ -42,7 +40,7 @@ depend1: mv -f Makefile.tmp Makefile depend2: - $(CPP) $(INCLUDE) -M *.c >.depend + $(CPP) $(DEFS) -M *.c >.depend ifeq (.depend,$(wildcard .depend)) include .depend