Lines Matching full:makefile
1905 ac_config_files="$ac_config_files config/Makefile"
2402 ac_config_files="$ac_config_files Makefile"
2408 ac_config_files="$ac_config_files m4/Makefile"
2921 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4610 ac_config_files="$ac_config_files lib/Makefile"
4613 ac_config_files="$ac_config_files libelf/Makefile"
4616 ac_config_files="$ac_config_files libebl/Makefile"
4619 ac_config_files="$ac_config_files libdw/Makefile"
4622 ac_config_files="$ac_config_files libdwfl/Makefile"
4625 ac_config_files="$ac_config_files libcpu/Makefile"
4635 ac_config_files="$ac_config_files libasm/Makefile"
4638 ac_config_files="$ac_config_files backends/Makefile"
4641 ac_config_files="$ac_config_files src/Makefile po/Makefile.in"
4651 ac_config_files="$ac_config_files tests/Makefile"
5672 "config/Makefile") CONFIG_FILES="$CONFIG_FILES config/Makefile" ;;
5673 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5675 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
5678 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
5679 "libelf/Makefile") CONFIG_FILES="$CONFIG_FILES libelf/Makefile" ;;
5680 "libebl/Makefile") CONFIG_FILES="$CONFIG_FILES libebl/Makefile" ;;
5681 "libdw/Makefile") CONFIG_FILES="$CONFIG_FILES libdw/Makefile" ;;
5682 "libdwfl/Makefile") CONFIG_FILES="$CONFIG_FILES libdwfl/Makefile" ;;
5683 "libcpu/Makefile") CONFIG_FILES="$CONFIG_FILES libcpu/Makefile" ;;
5684 "libasm/Makefile") CONFIG_FILES="$CONFIG_FILES libasm/Makefile" ;;
5685 "backends/Makefile") CONFIG_FILES="$CONFIG_FILES backends/Makefile" ;;
5686 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5687 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
5688 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
5893 # This happens for instance with `./config.status Makefile'.
6349 # Check whether this is an Automake generated Makefile or not.
6350 # We used to match only the files named `Makefile.in', but
6353 # each Makefile.in and add a new line on top of each file to say so.
6384 # from the Makefile without running `make'.
6476 # PO directories have a Makefile.in generated from Makefile.in.in.
6477 case "$ac_file" in */Makefile.in)
6569 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
6570 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
6575 *) cat "$f" >> "$ac_dir/Makefile" ;;