From: Adam Dickmeiss Date: Wed, 22 May 1996 08:35:36 +0000 (+0000) Subject: Removed CFLAGS definiton. X-Git-Tag: YAZ.1.8~752 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=bc39d5bc3e621e09a0d8b0b912a4e4dfaf43d087 Removed CFLAGS definiton. --- diff --git a/asn/Makefile b/asn/Makefile index eb72585..eeceaab 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -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 diff --git a/ccl/Makefile b/ccl/Makefile index b5ba426..ecdefc8 100644 --- a/ccl/Makefile +++ b/ccl/Makefile @@ -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 diff --git a/client/Makefile b/client/Makefile index db34469..44669fa 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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) diff --git a/comstack/Makefile b/comstack/Makefile index 8d8ef86..9979cc9 100644 --- a/comstack/Makefile +++ b/comstack/Makefile @@ -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 \ diff --git a/odr/Makefile b/odr/Makefile index b9f5bca..4f129d3 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -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 diff --git a/retrieval/Makefile b/retrieval/Makefile index a75f3ae..be24488 100644 --- a/retrieval/Makefile +++ b/retrieval/Makefile @@ -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 \ diff --git a/rfc1006/Makefile b/rfc1006/Makefile index 214cc21..d065072 100644 --- a/rfc1006/Makefile +++ b/rfc1006/Makefile @@ -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 diff --git a/server/Makefile b/server/Makefile index d56bd87..ed422a8 100644 --- a/server/Makefile +++ b/server/Makefile @@ -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 \ diff --git a/util/Makefile b/util/Makefile index 27481a6..1439bf0 100644 --- a/util/Makefile +++ b/util/Makefile @@ -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