X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=z39.50%2FMakefile.in;h=2c0d122f99cd8f8e31f10437720b9e86dd740af5;hp=870ab6596257423e90e9c97c09240b69411a9c5e;hb=a24ec014f584c01a09f44d7900f59d8efd9bc87f;hpb=a19243ec18959150a30c63c521fc5b0af860ce18 diff --git a/z39.50/Makefile.in b/z39.50/Makefile.in index 870ab65..2c0d122 100644 --- a/z39.50/Makefile.in +++ b/z39.50/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.3 1999-06-09 09:43:31 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) @@ -43,16 +45,16 @@ $(LIB): $(PO) $(RANLIB) $(LIB) $(CF) ../include/z-accdes1.h: z.tcl z3950v3.asn ../util/yc.tcl - ../util/yc.tcl -d z.tcl -I ../include $(YCFLAGS) z3950v3.asn + ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) z3950v3.asn z-date.c ../include/z-date.h: z.tcl datetime.asn ../util/yc.tcl - ../util/yc.tcl -d z.tcl -I ../include $(YCFLAGS) datetime.asn + ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) datetime.asn z-univ.c ../include/z-univ.h: z.tcl univres.asn - ../util/yc.tcl -d z.tcl -I ../include $(YCFLAGS) univres.asn + ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) univres.asn zes-update.c ../include/zes-update.h: z.tcl esupdate.asn - ../util/yc.tcl -d z.tcl -I ../include $(YCFLAGS) esupdate.asn + ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) esupdate.asn .c.o: $(CC) -c $(CFLAGS) $(DEFS) $< @@ -63,12 +65,6 @@ clean: realclean: clean -rm -f z-*.[co] zes-*.[co] -comp: - ../util/yc.tcl -d z.tcl -I ../include $(YCFLAGS) z3950v3.asn - ../util/yc.tcl -d z.tcl -I ../include $(YCFLAGS) datetime.asn - ../util/yc.tcl -d z.tcl -I ../include $(YCFLAGS) univres.asn - ../util/yc.tcl -d z.tcl -I ../include $(YCFLAGS) esupdate.asn - 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