X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=z39.50%2FMakefile.in;h=2c0d122f99cd8f8e31f10437720b9e86dd740af5;hp=b8a0cf8fef20a70feec45a4e47fb691d237a8a0a;hb=a24ec014f584c01a09f44d7900f59d8efd9bc87f;hpb=161ec45b40a3ab08e08946c9654ab6fea4604760 diff --git a/z39.50/Makefile.in b/z39.50/Makefile.in index b8a0cf8..2c0d122 100644 --- a/z39.50/Makefile.in +++ b/z39.50/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.1 1999-06-08 10:10:16 adam Exp $ +# $Id: Makefile.in,v 1.5 1999-12-08 13:10:48 adam Exp $ SHELL=/bin/sh @@ -33,6 +33,8 @@ CF=z-accdes1.c z-accform1.c z-acckrb1.c z-core.c \ all: $(LIB) +comp: $(CF) z-date.c z-univ.c zes-update.c + yc-tst: $(O) $(LIB) $(CC) $(CFLAGS) $(O) -o yc-tst $(LIB) $(LIBS) @@ -42,17 +44,17 @@ $(LIB): $(PO) ar qc $(LIB) $(PO) $(RANLIB) $(LIB) -z-accdes1.h z-core.h: z.tcl z3950v3.asn ../util/yc.tcl - ../util/yc.tcl -d z.tcl $(YCFLAGS) z3950v3.asn +$(CF) ../include/z-accdes1.h: z.tcl z3950v3.asn ../util/yc.tcl + ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) z3950v3.asn -z-date.h z-date.c: z.tcl datetime.asn ../util/yc.tcl - ../util/yc.tcl -d z.tcl $(YCFLAGS) datetime.asn +z-date.c ../include/z-date.h: z.tcl datetime.asn ../util/yc.tcl + ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) datetime.asn -z-univ.h z-univ.c: z.tcl univres.asn - ../util/yc.tcl -d z.tcl $(YCFLAGS) univres.asn +z-univ.c ../include/z-univ.h: z.tcl univres.asn + ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) univres.asn -zes-update.h zes-update.c: z.tcl esupdate.asn - ../util/yc.tcl -d z.tcl $(YCFLAGS) esupdate.asn +zes-update.c ../include/zes-update.h: z.tcl esupdate.asn + ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) esupdate.asn .c.o: $(CC) -c $(CFLAGS) $(DEFS) $< @@ -61,9 +63,9 @@ clean: -rm -f *.o yc-tst core *.out realclean: clean - -rm -f z-*.[cho] zes-*.[cho] + -rm -f z-*.[co] zes-*.[co] -depend: z-core.h z-date.h z-univ.h zes-update.c +depend: z-core.c z-date.c z-univ.c zes-update.c ../include/z-accdes1.h ../include/z-date.h ../include/z-univ.h ../include/zes-update.h sed '/^#Depend/q' Makefile.tmp $(CPP) $(DEFS) -M *.c >>Makefile.tmp mv -f Makefile.tmp Makefile