From: Sebastian Hammer Date: Thu, 9 Feb 1995 16:02:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: YAZ.1.8~1161 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=88ad85bd973c764146777e7cfe2e4a56c71994b9 *** empty log message *** --- diff --git a/asn/Makefile b/asn/Makefile index 65fdd77..e50fa31 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,11 +1,11 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.1 1995-02-09 15:52:34 quinn Exp $ +# $Id: Makefile,v 1.2 1995-02-09 16:02:32 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../odr -CFLAGS=-g -Wall -pedantic -ansi +#CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=asn.a PO = proto.o diff --git a/odr/Makefile b/odr/Makefile index 8472c5b..1ba77f5 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -1,11 +1,11 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.2 1995-02-09 15:51:45 quinn Exp $ +# $Id: Makefile,v 1.3 1995-02-09 16:02:42 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -CFLAGS= -g -Wall -pedantic -ansi -DODR_DEBUG +#CFLAGS= -g -Wall -pedantic -ansi -DODR_DEBUG DEFS=$(INCLUDE) LIB=odr.a PO = odr_bool.o ber_bool.o ber_len.o ber_tag.o odr_util.o odr_null.o \