err_am "'$full' should not contain a '..' component";
}
- # Make sure *all* objects files in the subdirectory are
+ # Make sure *all* object files in the subdirectory are
# removed by "make mostlyclean". Not only this is more
# efficient than listing the object files to be removed
# individually (which would cause an 'rm' invocation for
if ($object =~ /\.lo$/)
{
# If we have a libtool object, then we also must remove
- # any '.lo' objects in its same subdirectory.
+ # any '.lo' objects in the same subdirectory.
$compile_clean_files{"$directory/*.lo"} = MOSTLY_CLEAN;
# Remember to cleanup .libs/ in this directory.
$libtool_clean_directories{$directory} = 1;
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-am__mv = mv -f
am__distclean_dirs += %DEPDIRS%
am__maintclean_dirs += %DEPDIRS%
## Avoid useless forks when possible.
am__ensure_depdir = $(call am__ensure_dir_exists,$(am__depdir))
am__o_src = $(if $(filter .obj,$(suffix $@)),`$(CYGPATH_W) $<`,$<)
+## To facilitate use of "libtool --dry-run".
+am__mv = mv -f
endif %?FIRST%
if %?NONLIBTOOL%