Lines Matching refs:y
20 y=`echo $$x | sed -e 's!\.libs/!!'`; \
23 if test -f "$(top_srcdir)/$$y.c"; then \
24 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \
26 if test -f "$(top_srcdir)/$$y.h"; then \
27 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \
29 if test -f "$(top_srcdir)/$$y.re"; then \
30 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \
32 if test -f "$(top_srcdir)/$$y.y"; then \
33 ln -f -s $(top_srcdir)/$$y.y lcov_data/$$y.y; \
35 if test -f "$(top_srcdir)/$$y.l"; then \
36 ln -f -s $(top_srcdir)/$$y.l lcov_data/$$y.l; \
38 if test -f "$(top_srcdir)/$$y"; then \
39 ln -f -s $(top_srcdir)/$$y lcov_data/$$y; \
41 if test -f "$(top_builddir)/$$y.c"; then \
42 ln -f -s $(top_builddir)/$$y.c lcov_data/$$y.c; \
45 cp $$x.gcno lcov_data/$$y.gcno ; \
48 cp $$x.gcda lcov_data/$$y.gcda ; \
51 cp $$x.da lcov_data/$$y.da ; \
54 cp $$x.bb lcov_data/$$y.bb ; \
57 cp $$x.bbg lcov_data/$$y.bbg ; \