Added -ansi to CFLAGS.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 Jan 1995 15:59:26 +0000 (15:59 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 Jan 1995 15:59:26 +0000 (15:59 +0000)
Makefile
bfile/Makefile
isam/Makefile
rset/Makefile
util/Makefile

index 481bc6a..18b412c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.23 1994-12-14 11:04:15 quinn Exp $
+# $Id: Makefile,v 1.24 1995-01-24 15:59:26 adam Exp $
 
 SHELL=/bin/sh
 MAKE=make
 SUBDIR=util str bfile dfa dict isam rset it base
+CFLAGS=-Wall -g -pedantic -ansi
 
 all:
        for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done
index 5c80307..52fff4d 100644 (file)
@@ -1,7 +1,7 @@
 SHELL=/bin/sh
 INCLUDE=-I../include
 TPROG=btest
-CFLAGS=-g -Wall -pedantic
+CFLAGS=-g -Wall -pedantic -ansi
 DEFS=$(INCLUDE)
 LIB=../lib/bfile.a
 PO = bfile.o mfile.o
index 341ee3e..51dd3d9 100644 (file)
@@ -1,11 +1,11 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.11 1994-09-27 20:03:50 quinn Exp $
+# $Id: Makefile,v 1.12 1995-01-24 16:01:34 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include
-CFLAGS=-g -Wall -pedantic
+CFLAGS=-g -Wall -pedantic -ansi
 DEFS=$(INCLUDE)
 LIB=../lib/isam.a
 PO = isam.o isutil.o rootblk.o memory.o physical.o
index 2ad74d4..d68c3db 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 1994-11-04 13:21:28 quinn Exp $
+# $Id: Makefile,v 1.3 1995-01-24 16:01:44 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include
-CFLAGS=-g -Wall -pedantic
+CFLAGS=-g -Wall -pedantic -ansi
 DEFS=$(INCLUDE)
 LIB=../lib/rset.a
 PROG=
index 733cd68..94db635 100644 (file)
@@ -1,12 +1,12 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.15 1994-10-04 17:47:09 adam Exp $
+# $Id: Makefile,v 1.16 1995-01-24 16:01:50 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include
 TPROG=opt-test
-CFLAGS=-g -Wall -pedantic
+CFLAGS=-g -Wall -pedantic -ansi
 DEFS=$(INCLUDE)
 LIB=../lib/util.a
 PO = options.o xmalloc.o log.o res.o alexpath.o common.o