comparison src/Makefile.in @ 5103:e2ed74b9bfa0 after-gnuplot-split

[project @ 2004-12-28 02:43:01 by jwe]
author jwe
date Tue, 28 Dec 2004 02:43:01 +0000
parents b04b30d30c66
children cd9a8ae4e6d4
comparison
equal deleted inserted replaced
5102:b04b30d30c66 5103:e2ed74b9bfa0
511 @echo making $@ from $< 511 @echo making $@ from $<
512 @perl $(top_srcdir)/mk-opts.pl --opt-handler-fcns $< > $@-t 512 @perl $(top_srcdir)/mk-opts.pl --opt-handler-fcns $< > $@-t
513 @$(top_srcdir)/move-if-change $@-t $@ 513 @$(top_srcdir)/move-if-change $@-t $@
514 514
515 parse.cc : parse.y 515 parse.cc : parse.y
516 @echo "expect 87 shift/reduce conflicts" 516 @echo "expect 11 shift/reduce conflicts"
517 $(YACC) $(YFLAGS) $< 517 $(YACC) $(YFLAGS) $<
518 @$(top_srcdir)/move-if-change y.tab.c $(@F) 518 @$(top_srcdir)/move-if-change y.tab.c $(@F)
519 519
520 lex.cc : lex.l 520 lex.cc : lex.l
521 $(LEX) $(LFLAGS) $< > $(@F) 521 $(LEX) $(LFLAGS) $< > $(@F)