OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:am__yacc_c2h
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/libcpu/
Makefile
154
am__yacc_c2h
= sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
macro
430
$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(
am__yacc_c2h
)` y.output $*.output -- $(YACCCOMPILE)
/external/elfutils/src/src/
Makefile
263
am__yacc_c2h
= sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
macro
777
$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(
am__yacc_c2h
)` y.output $*.output -- $(YACCCOMPILE)
[
all
...]
Completed in 392 milliseconds