Lines Matching refs:extra
32 for extra in contrib/*/Makefile.util.def; do
33 if test -e "$extra"; then
34 UTIL_DEFS="$UTIL_DEFS $extra"
38 for extra in contrib/*/Makefile.core.def; do
39 if test -e "$extra"; then
40 CORE_DEFS="$CORE_DEFS $extra"
47 for extra in contrib/*/Makefile.common; do
48 if test -e "$extra"; then
49 echo "include $extra" >> Makefile.util.am
50 echo "include $extra" >> grub-core/Makefile.core.am
54 for extra in contrib/*/Makefile.util.common; do
55 if test -e "$extra"; then
56 echo "include $extra" >> Makefile.util.am
60 for extra in contrib/*/Makefile.core.common; do
61 if test -e "$extra"; then
62 echo "include $extra" >> grub-core/Makefile.core.am