*** empty log message ***
authorSebastian Hammer <quinn@indexdata.com>
Thu, 9 Feb 1995 16:02:32 +0000 (16:02 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Thu, 9 Feb 1995 16:02:32 +0000 (16:02 +0000)
asn/Makefile
odr/Makefile

index 65fdd77..e50fa31 100644 (file)
@@ -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
index 8472c5b..1ba77f5 100644 (file)
@@ -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 \