From: Adam Dickmeiss Date: Wed, 22 May 1996 08:26:36 +0000 (+0000) Subject: Removed CFLAGS definition. X-Git-Tag: ZEBRA.1.0~446 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=19b3a576969e77f965d0d2c915b40821db2aa265 Removed CFLAGS definition. --- diff --git a/Makefile b/Makefile index 376f126..6bfa307 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994-1996, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.53 1996-05-16 15:31:04 quinn Exp $ +# $Id: Makefile,v 1.54 1996-05-22 08:26:36 adam Exp $ SHELL=/bin/sh MAKE=make @@ -14,8 +14,7 @@ YAZLIB=../../yaz/lib/libyaz.a # Where are Yaz header files located? YAZINC=-I../../yaz/include # If Yaz is compiled with mosi support uncomment and specify. -OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a -#OSILIB=../../xtimosi/src/libmosi.a -lrfc +#OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a # Some systems have seperate socket libraries #NETLIB=-lnsl -lsocket diff --git a/bfile/Makefile b/bfile/Makefile index b01dd80..5d7ce61 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.16 1995-11-30 17:00:49 adam Exp $ +# $Id: Makefile,v 1.17 1996-05-22 08:26:40 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -10,10 +10,8 @@ YAZLIB=-lyaz YAZINC=-I../../yaz/include INCLUDE=-I../include $(YAZINC) -#CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) TPROG=btest -CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/bfile.a PO = bfile.o mfile.o cfile.o commit.o diff --git a/dict/Makefile b/dict/Makefile index 22af8c9..6fc4679 100644 --- a/dict/Makefile +++ b/dict/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.21 1996-03-20 09:35:15 adam Exp $ +# $Id: Makefile,v 1.22 1996-05-22 08:26:46 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -12,7 +12,6 @@ YAZINC=-I../../yaz/include INCLUDE=-I../include $(YAZINC) TPROG1=dicttest TPROG2=dictext -#CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/dict.a PO = scan.o dopen.o dclose.o drdwr.o open.o close.o insert.o lookup.o \ diff --git a/isam/Makefile b/isam/Makefile index 4e60aef..a6d9736 100644 --- a/isam/Makefile +++ b/isam/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.18 1996-02-10 12:20:54 quinn Exp $ +# $Id: Makefile,v 1.19 1996-05-22 08:26:50 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -10,7 +10,6 @@ YAZLIB=-lyaz YAZINC= INCLUDE=-I../include $(YAZINC) -#CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/isam.a PO = isam.o isutil.o rootblk.o memory.o physical.o diff --git a/rset/Makefile b/rset/Makefile index 87bbed3..a8de96a 100644 --- a/rset/Makefile +++ b/rset/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994-1996, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.11 1996-05-15 18:35:17 adam Exp $ +# $Id: Makefile,v 1.12 1996-05-22 08:26:56 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -10,7 +10,6 @@ YAZLIB=../../yaz/lib/libyaz.a YAZINC=-I../../yaz/include INCLUDE=-I../include $(YAZINC) -#CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/rset.a PROG=