Lines Matching full:makefile
234 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
462 dnl the rule in general Makefile. Now, some people carelessly touch the
1911 # PO directories have a Makefile.in generated from Makefile.in.in.
1912 case "$ac_file" in */Makefile.in)
2000 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
2001 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"
2006 *) cat "$f" >> "$ac_dir/Makefile" ;;
2023 dnl Postprocesses a Makefile in a directory containing PO files.
2062 # A sed script that extracts the value of VARIABLE from a Makefile.
2101 # Set POTFILES to the value of the Makefile variable POTFILES.
2120 # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
2238 Makefile: $POMAKEFILEDEPS
2708 # makefile variable `ifGNUmake' is set to the empty string, otherwise it
2710 # Makefile, which cannot be handled by other versions of make. The
2716 # Makefile.in might contain:
2718 # # A failsafe way of putting a dependency rule into a makefile
2729 # AC_OUTPUT(Makefile)
2736 # mv Makefile GNUmakefile
2737 # echo .DEFAULT: > Makefile ;
2738 # echo \ $_cv_gnu_make_command \$@ >> Makefile;