Minor changes.
[egate.git] / zlayer / Makefile
index 07674e1..8096f70 100644 (file)
@@ -2,7 +2,10 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.5  1995/02/23 08:32:25  adam
+# Revision 1.6  1995/02/23 10:09:39  adam
+# Minor changes.
+#
+# Revision 1.5  1995/02/23  08:32:25  adam
 # Changed header.
 #
 # Revision 1.3  1995/02/22  08:51:49  adam
 # Revision 1.1  1995/02/16  14:47:55  quinn
 # First kick.
 #
+SHELL=/bin/sh
 
+ZDEFS=-DLOW_TO_HIGH -Dfar=
 ZPRE=/home/proj/zdist/zdist102b1-1/libz3950
 ZINC=-I$(ZPRE)
 ZLIB=$(ZPRE)/libz3950.a
 
-SHELL=/bin/sh
 INCLUDE=-I. -I../include $(ZINC)
 CFLAGS=-g -Wall -pedantic -ansi
 TPROG1=test
@@ -27,7 +31,6 @@ LIB=../lib/libzass.a
 PO=zaccess.o
 CPP=$(CC) -E
 DEFS=$(INCLUDE)
-ZDEFS=-DHIGH_TO_LOW -Dfar=
 
 all: $(LIB)
 
@@ -50,11 +53,11 @@ depend: depend2
 depend1:
        mv Makefile Makefile.tmp
        sed '/^#Depend/q' <Makefile.tmp >Makefile
-       $(CPP) $(INCLUDE) -M *.c >>Makefile
+       $(CPP) $(ZDEFS) $(INCLUDE) -M *.c >>Makefile
        -rm Makefile.tmp
 
 depend2:
-       $(CPP) $(INCLUDE) -M *.c >.depend       
+       $(CPP) $(ZDEFS) $(INCLUDE) -M *.c >.depend      
 
 ifeq (.depend,$(wildcard .depend))
 include .depend