Definition of CPP changed.
[egate.git] / zlayer / Makefile
index 0aee2b5..3bd233d 100644 (file)
@@ -2,7 +2,13 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.1  1995/02/16 14:47:55  quinn
+# Revision 1.3  1995/02/22 08:51:49  adam
+# Definition of CPP changed.
+#
+# Revision 1.2  1995/02/16  15:01:38  quinn
+# Polished some library-references
+#
+# Revision 1.1  1995/02/16  14:47:55  quinn
 # First kick.
 #
 #
@@ -15,16 +21,16 @@ SHELL=/bin/sh
 INCLUDE=-I. -I../include $(ZINC)
 CFLAGS=-g -Wall -pedantic -ansi
 TPROG1=test
-LIB=../lib/zaccess.a
+LIB=../lib/libzass.a
 PO=zaccess.o
-CPP=cc -E
+CPP=$(CC) -E
 DEFS=$(INCLUDE)
 ZDEFS=-DLOW_TO_HIGH -Dfar=
 
 all: $(LIB)
 
 $(TPROG1): $(TPROG1).o $(LIB) 
-       $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB)
+       $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) $(ZLIB) ../lib/libres+log.a
 
 $(LIB): $(PO)
        rm -f $(LIB)