Lines Matching refs:y
18 y=`echo $$x | sed -e 's!\.libs/!!'`; \
21 if test -f "$(top_srcdir)/$$y.c"; then \
22 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \
24 if test -f "$(top_srcdir)/$$y.h"; then \
25 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \
27 if test -f "$(top_srcdir)/$$y.re"; then \
28 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \
30 if test -f "$(top_srcdir)/$$y.y"; then \
31 ln -f -s $(top_srcdir)/$$y.y lcov_data/$$y.y; \
33 if test -f "$(top_srcdir)/$$y.l"; then \
34 ln -f -s $(top_srcdir)/$$y.l lcov_data/$$y.l; \
36 if test -f "$(top_srcdir)/$$y"; then \
37 ln -f -s $(top_srcdir)/$$y lcov_data/$$y; \
39 if test -f "$(top_builddir)/$$y.c"; then \
40 ln -f -s $(top_builddir)/$$y.c lcov_data/$$y.c; \
42 test -f "$$x.gcno" && cp $$x.gcno lcov_data/$$y.gcno ; \
43 test -f "$$x.gcda" && cp $$x.gcda lcov_data/$$y.gcda ; \
44 test -f "$$x.da" && cp $$x.da lcov_data/$$y.da ; \
45 test -f "$$x.bb" && cp $$x.bb lcov_data/$$y.bb ; \
46 test -f "$$x.bbg" && cp $$x.bbg lcov_data/$$y.bbg ; \