X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2FMakefile;h=0512fb89c37b1c5660709a507e0fb7a8165b49c6;hp=4f129d3f739689d8738dec3bdf9dbd6e4fad784d;hb=ffb88e8bb97c6e24989b7f04b8bbf1a4203d2f72;hpb=bc39d5bc3e621e09a0d8b0b912a4e4dfaf43d087 diff --git a/odr/Makefile b/odr/Makefile index 4f129d3..0512fb8 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -1,13 +1,13 @@ -# Copyright (C) 1994, Index Data I/S +# Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.23 1996-05-22 08:35:50 adam Exp $ +# $Id: Makefile,v 1.27 1998-01-29 13:18:29 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. LIBDIR=../lib LIBINCLUDE=-L$(LIBDIR) -DEFS=$(INCLUDE) +DEFS=$(INCLUDE) $(CDEFS) # -DODR_DEBUG LIB=$(LIBDIR)/libodr.a LIBS=-lodr PO = odr_bool.o ber_bool.o ber_len.o ber_tag.o odr_util.o odr_null.o \ @@ -46,7 +46,7 @@ depend1: mv -f Makefile.tmp Makefile depend2: - $(CPP) $(INCLUDE) -M *.c >.depend + $(CPP) $(DEFS) -M *.c >.depend ifeq (.depend,$(wildcard .depend)) include .depend