Lines Matching refs:y
19 y=`echo $$x | sed -e 's!\.libs/!!'`; \
22 if test -f "$(top_srcdir)/$$y.c"; then \
23 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \
25 if test -f "$(top_srcdir)/$$y.h"; then \
26 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \
28 if test -f "$(top_srcdir)/$$y.re"; then \
29 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \
31 if test -f "$(top_srcdir)/$$y.y"; then \
32 ln -f -s $(top_srcdir)/$$y.y lcov_data/$$y.y; \
34 if test -f "$(top_srcdir)/$$y.l"; then \
35 ln -f -s $(top_srcdir)/$$y.l lcov_data/$$y.l; \
37 if test -f "$(top_srcdir)/$$y"; then \
38 ln -f -s $(top_srcdir)/$$y lcov_data/$$y; \
40 if test -f "$(top_builddir)/$$y.c"; then \
41 ln -f -s $(top_builddir)/$$y.c lcov_data/$$y.c; \
44 cp $$x.gcno lcov_data/$$y.gcno ; \
47 cp $$x.gcda lcov_data/$$y.gcda ; \
50 cp $$x.da lcov_data/$$y.da ; \
53 cp $$x.bb lcov_data/$$y.bb ; \
56 cp $$x.bbg lcov_data/$$y.bbg ; \