*** empty log message ***
authorSebastian Hammer <quinn@indexdata.com>
Thu, 20 Apr 1995 15:24:54 +0000 (15:24 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Thu, 20 Apr 1995 15:24:54 +0000 (15:24 +0000)
Makefile
kernel/Makefile

index ed12eb4..e75edea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,13 @@
 # Top level Makefile for Email gateway.
 # Europagate, 1994-1995.
 #
-# $Id: Makefile,v 1.20 1995/04/17 09:31:02 adam Exp $
+# $Id: Makefile,v 1.21 1995/04/20 15:24:54 quinn Exp $
 #
 SHELL=/bin/sh
 MAKE=make
 SUBDIR=res+log util ccl fml zlayer kernel
 CFLAGS=-Wall -g -pedantic -ansi 
+#CC=checkergcc
 CPP=$(CC) -E
 
 # GNU regex package location
index 7964ac1..3b07766 100644 (file)
@@ -2,7 +2,10 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.19  1995/04/19 16:08:20  adam
+# Revision 1.20  1995/04/20 15:24:59  quinn
+# *** empty log message ***
+#
+# Revision 1.19  1995/04/19  16:08:20  adam
 # Minor changes.
 #
 # Revision 1.18  1995/04/19  16:01:57  adam
 #
 SHELL=/bin/sh
 
+<<<<<<< 1.19
+ZPRE=/home/proj/zdist/zdist102b1-1/libz3950
+ZINC=-I$(ZPRE)
+ZLIB=$(ZPRE)/libz3950.a
+=======
 #ZPRE=/home/proj/zdist/zdist102b1-1/libz3950
 #ZINC=-I$(ZPRE)
 #ZLIB=$(ZPRE)/libz3950.a
+>>>>>>> /tmp/T4a18061
 
+<<<<<<< 1.19
+#ZLIB=../../yaz/lib/libyaz.a
+=======
 ZLIB=../../yaz/lib/libyaz.a
+>>>>>>> /tmp/T4a18061
 
 INCLUDE=-I../include
 #CFLAGS=-g -Wall