From 88ad85bd973c764146777e7cfe2e4a56c71994b9 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 9 Feb 1995 16:02:32 +0000 Subject: [PATCH] *** empty log message *** --- asn/Makefile | 4 ++-- odr/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 \ -- 1.7.10.4