From: Adam Dickmeiss Date: Wed, 19 Apr 1995 07:31:28 +0000 (+0000) Subject: Minor changes. X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=5e68efaa09b8586d903887010904eb11e0481808;p=egate.git Minor changes. --- diff --git a/zlayer/Makefile b/zlayer/Makefile index 44566aa..84f119c 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.9 1995/04/17 11:26:52 quinn +# Revision 1.10 1995/04/19 07:31:28 adam +# Minor changes. +# +# Revision 1.9 1995/04/17 11:26:52 quinn # Added YAZ version of zaccess # # Revision 1.8 1995/04/17 09:36:44 adam @@ -28,22 +31,23 @@ # SHELL=/bin/sh -#ZDEFS=-DLOW_TO_HIGH -Dfar= -#ZPRE=/home/proj/zdist/zdist102b1-1/libz3950 -#ZINC=-I$(ZPRE) -#ZLIB=$(ZPRE)/libz3950.a +ZDEFS=-DLOW_TO_HIGH -Dfar= +ZPRE=/home/proj/zdist/zdist102b1-1/libz3950 +ZINC=-I$(ZPRE) +ZLIB=$(ZPRE)/libz3950.a -ZINC=-I../../yaz/include -ZDEFS= # -DUSE_XTIMOSI -ZLIB=../../yaz/lib/libyaz.a +#ZINC=-I../../yaz/include +#ZDEFS= # -DUSE_XTIMOSI +#ZLIB=../../yaz/lib/libyaz.a INCLUDE=-I. -I../include $(ZINC) #CFLAGS=-g -Wall -pedantic -ansi TPROG1=test LIB=../lib/libzass.a -PO=zaccess-yaz.o +PO=zaccess.o CPP=$(CC) -E DEFS=$(INCLUDE) +CFILES=zaccess.c all: $(LIB) @@ -65,11 +69,11 @@ depend: depend2 depend1: sed '/^#Depend/q' Makefile.tmp - $(CPP) $(DEFS) -M *.c >>Makefile.tmp + $(CPP) $(DEFS) -M $(CFILES) >>Makefile.tmp mv -f Makefile.tmp Makefile depend2: - $(CPP) $(DEFS) -M *.c >.depend + $(CPP) $(DEFS) -M $(CFILES) >.depend #GNU make style depend ifeq (.depend,$(wildcard .depend))