Removed CFLAGS definiton.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 May 1996 08:35:36 +0000 (08:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 May 1996 08:35:36 +0000 (08:35 +0000)
asn/Makefile
ccl/Makefile
client/Makefile
comstack/Makefile
odr/Makefile
retrieval/Makefile
rfc1006/Makefile
server/Makefile
util/Makefile

index eb72585..eeceaab 100644 (file)
@@ -1,13 +1,12 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.21 1995-10-12 10:34:36 quinn Exp $
+# $Id: Makefile,v 1.22 1996-05-22 08:35:36 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
 LIBDIR=../lib
 LIBINCLUDE=-L$(LIBDIR)
-#CFLAGS=-g -Wall -pedantic -ansi
 DEFS=$(INCLUDE)
 LIB=$(LIBDIR)/libasn.a
 LIBS=-lodr -lasn
index b5ba426..ecdefc8 100644 (file)
@@ -2,7 +2,10 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.4  1995-06-25 10:53:43  quinn
+# Revision 1.5  1996-05-22 08:35:40  adam
+# Removed CFLAGS definiton.
+#
+# Revision 1.4  1995/06/25 10:53:43  quinn
 # Smallish adjustments.
 #
 # Revision 1.3  1995/05/30  10:25:45  quinn
@@ -37,7 +40,6 @@
 #
 SHELL=/bin/sh
 INCLUDE=-I../include
-#CFLAGS=-g -Wall -pedantic -ansi
 TPROG1=cclsh
 LIB=../lib/ccl.a
 PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o
index db34469..44669fa 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.9 1996-03-15 11:05:32 adam Exp $
+# $Id: Makefile,v 1.10 1996-05-22 08:35:43 adam Exp $
 
 LIBDIR=../lib
 
@@ -10,7 +10,6 @@ LIBDIR=../lib
 SHELL=/bin/sh
 INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBINCLUDE=-L$(LIBDIR)
-#CFLAGS=-Wall -pedantic -g
 DEFS=$(INCLUDE) -DCCL2RPN=1
 LIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \
   $(LIBDIR)/libcomstack.a ../lib/ccl.a $(LIBMOSI) $(LIBDIR)/libutil.a $(ELIBS)
index 8d8ef86..9979cc9 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.4 1996-02-20 12:52:09 quinn Exp $
+# $Id: Makefile,v 1.5 1996-05-22 08:35:46 adam Exp $
 
 
 LIBDIR=../lib
@@ -12,8 +12,6 @@ LIBDIR=../lib
 SHELL=/bin/sh
 INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBINCLUDE=-L$(LIBDIR) -L../../xtimosi/src
-#CFLAGS=-Wall -pedantic -g
-#CFLAGS=-g
 DEFS=$(INCLUDE) # -DTRACE_TCPIP
 LIB= $(LIBDIR)/libcomstack.a 
 LIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libodr.a $(LIBDIR)/libcomstack.a \
index b9f5bca..4f129d3 100644 (file)
@@ -1,13 +1,12 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.22 1995-06-25 10:53:55 quinn Exp $
+# $Id: Makefile,v 1.23 1996-05-22 08:35:50 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
 LIBDIR=../lib
 LIBINCLUDE=-L$(LIBDIR)
-CFLAGS= -g -Wall -pedantic -ansi   -DODR_DEBUG
 DEFS=$(INCLUDE)
 LIB=$(LIBDIR)/libodr.a
 LIBS=-lodr
index a75f3ae..be24488 100644 (file)
@@ -1,9 +1,8 @@
-# $Id: Makefile,v 1.5 1996-02-20 16:33:02 quinn Exp $
+# $Id: Makefile,v 1.6 1996-05-22 08:35:55 adam Exp $
 
 SHELL=/bin/sh
 RANLIB=ranlib
 INCLUDE=-I../include -I.
-CFLAGS=-g -Wall -pedantic -ansi
 DEFS=$(INCLUDE)
 LIB=../lib/libret.a
 PO = d1_read.o d1_attset.o d1_tagset.o d1_absyn.o d1_grs.o \
index 214cc21..d065072 100644 (file)
@@ -1,13 +1,12 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.8 1995-06-25 10:53:56 quinn Exp $
+# $Id: Makefile,v 1.9 1996-05-22 08:35:58 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBDIR=../lib
 LIBINCLUDE=-L$(LIBDIR)
-CFLAGS= -g -Wall -pedantic -ansi
 DEFS=$(INCLUDE) # -DTRACE_TRANSPORT
 LIB=$(LIBDIR)/librfc.a
 LIBS=-lodr
index d56bd87..ed422a8 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.28 1995-08-17 12:45:22 quinn Exp $
+# $Id: Makefile,v 1.29 1996-05-22 08:36:02 adam Exp $
 
 LIBDIR=../lib
 
@@ -10,7 +10,6 @@ LIBDIR=../lib
 SHELL=/bin/sh
 INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBINCLUDE=-L$(LIBDIR)
-#CFLAGS=-Wall -pedantic -g
 DEFS=$(INCLUDE)
 LIB=$(LIBDIR)/libserver.a 
 LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \
index 27481a6..1439bf0 100644 (file)
@@ -1,13 +1,12 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.19 1996-02-20 16:41:36 adam Exp $
+# $Id: Makefile,v 1.20 1996-05-22 08:36:07 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
 LIBDIR=../lib
 LIBINCLUDE=-L$(LIBDIR)
-#CFLAGS=-g -Wall -pedantic -ansi
 DEFS=$(INCLUDE)
 #DEFS=$(INCLUDE) -DTRACE_XMALLOC=1
 LIB=$(LIBDIR)/libutil.a