else
$(foreach x,$(am.built-early),$(eval -include .am/built-sources/$(x)))
.am/built-sources/%: | %
- @$(am__ensure_target_dir_exists)
+ @$(am.cmd.ensure-target-dir-exists)
@touch $@
endif
%SILENT%$(am__mv) $(am__depbase).Tpo $(am__depbase).Po
else !%FASTDEP%
if !%AMDEP%
- %SILENT%$(am__ensure_target_dir_exists)
+ %SILENT%$(am.cmd.ensure-target-dir-exists)
else %AMDEP%
%SILENT%$(am__ensure_depdir)
%VERBOSE%object=$@ libtool=no @AMDEPBACKSLASH@
%SILENT%$(am__mv) $(am__depbase).Tpo $(am__depbase).Plo
else !%FASTDEP%
if !%AMDEP%
- %SILENT%$(am__ensure_target_dir_exists)
+ %SILENT%$(am.cmd.ensure-target-dir-exists)
else %AMDEP%
%SILENT%$(am__ensure_depdir)
%VERBOSE%object=$@ libtool=yes @AMDEPBACKSLASH@
# Ensure the directory containing the target of the current recipe
# exists, by creating it if necessary.
-am__ensure_target_dir_exists = $(call am.cmd.ensure-dir-exists,$(@D))
+am.cmd.ensure-target-dir-exists = $(call am.cmd.ensure-dir-exists,$(@D))
# The 'all' target must be the default one, independently from the
# position it is declared in the output Makefile.
?GENERIC?%%DERIVED-EXT%: %%EXT%
?!GENERIC?%OBJ%: %SOURCE%
- %SILENT%$(am__ensure_target_dir_exists)
+ %SILENT%$(am.cmd.ensure-target-dir-exists)
?GENERIC? %VERBOSE%$(am.lex.maybe-skip) \
?!GENERIC??DIST_SOURCE? %VERBOSE%$(am.lex.maybe-skip) \
$(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c %OBJ% -- %COMPILE%
%LIBRARY%: $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_DEPENDENCIES) \
$(EXTRA_%XLIBRARY%_DEPENDENCIES)
%SILENT%rm -f $@
- %SILENT%$(am__ensure_target_dir_exists)
+ %SILENT%$(am.cmd.ensure-target-dir-exists)
%VERBOSE%$(%XLIBRARY%_AR) $@ $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_LIBADD)
%SILENT%$(RANLIB) $@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
%LTLIBRARY%: $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_DEPENDENCIES) \
$(EXTRA_%XLTLIBRARY%_DEPENDENCIES)
- %SILENT%$(am__ensure_target_dir_exists)
+ %SILENT%$(am.cmd.ensure-target-dir-exists)
%VERBOSE%$(%XLINK%) %RPATH% $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_LIBADD) $(LIBS)
## Or maybe not... sadly, incremental linkers are rarer than losing
## systems.
%SILENT%rm -f $@
- %SILENT%$(am__ensure_target_dir_exists)
+ %SILENT%$(am.cmd.ensure-target-dir-exists)
%VERBOSE%$(%XLINK%) $(%XPROGRAM%_OBJECTS) $(%XPROGRAM%_LDADD) $(LIBS)
## (Not configure.ac, because not all setups define the version number
## in this file.)
%STAMPVTI%: %TEXI% $(top_srcdir)/configure
- @$(am__ensure_target_dir_exists)
+ @$(am.cmd.ensure-target-dir-exists)
@(set `$(SHELL) $(am.conf.aux-dir)/mdate-sh $<`; \
echo "@set UPDATED $$1 $$2 $$3"; \
echo "@set UPDATED-MONTH $$2 $$3"; \
AM_MAKEINFOHTMLFLAGS ?= $(AM_MAKEINFOFLAGS)
define am__texibuild_dvi_or_pdf
- $1$(am__ensure_target_dir_exists) && \
+ $1$(am.cmd.ensure-target-dir-exists) && \
TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
## Must set MAKEINFO like this so that version.texi will be found even
## if it is in srcdir.
endef
define am__texibuild_info
- $(if $1,,@$(am__ensure_target_dir_exists))
+ $(if $1,,@$(am.cmd.ensure-target-dir-exists))
## Back up the info files before running makeinfo. This is the cheapest
## way to ensure that
## 1) If the texinfo file shrinks (or if you start using --no-split),
endef
define am__texibuild_html
- $(AM_V_MAKEINFO)$(am__ensure_target_dir_exists) \
+ $(AM_V_MAKEINFO)$(am.cmd.ensure-target-dir-exists) \
## When --split (the default) is used, makeinfo will output a
## directory. However it will not update the time stamp of a
## previously existing directory, and when the names of the nodes
?GENERIC?%%DERIVED-EXT%: %%EXT%
?!GENERIC?%OBJ%: %SOURCE%
- %SILENT%$(am__ensure_target_dir_exists)
+ %SILENT%$(am.cmd.ensure-target-dir-exists)
%VERBOSE% \
?GENERIC? $(am.yacc.maybe-skip) \
?!GENERIC??DIST_SOURCE? $(am.yacc.maybe-skip) \