Lines Matching full:makefile
3167 # in a Makefile. We should not override ac_cv_exeext if it was cached,
9193 # Let the makefile know what our build host is
9237 # Include the Maintainer's Makefile section, if it's here.
9317 ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile"
10051 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10052 "glob/Makefile") CONFIG_FILES="$CONFIG_FILES glob/Makefile" ;;
10053 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10054 "config/Makefile") CONFIG_FILES="$CONFIG_FILES config/Makefile" ;;
10055 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10056 "w32/Makefile") CONFIG_FILES="$CONFIG_FILES w32/Makefile" ;;
10284 # This happens for instance with `./config.status Makefile'.
10676 # Check whether this is an Automake generated Makefile or not.
10677 # We used to match only the files named `Makefile.in', but
10680 # each Makefile.in and add a new line on top of each file to say so.
10710 # from the Makefile without running `make'.
10762 # PO directories have a Makefile.in generated from Makefile.in.in.
10763 case "$ac_file" in */Makefile.in)
10851 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
10852 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"
10857 *) cat "$f" >> "$ac_dir/Makefile" ;;