version 1.39 | | version 1.40 |
---|
| | |
LIBTOOL = @LIBTOOL@ | | LIBTOOL = @LIBTOOL@ |
LN_S = @LN_S@ | | LN_S = @LN_S@ |
LTLIBOBJS = @LTLIBOBJS@ | | LTLIBOBJS = @LTLIBOBJS@ |
| | MAINT = @MAINT@ |
| | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
| | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
MAKEINFO = @MAKEINFO@ | | MAKEINFO = @MAKEINFO@ |
OBJEXT = @OBJEXT@ | | OBJEXT = @OBJEXT@ |
PACKAGE = @PACKAGE@ | | PACKAGE = @PACKAGE@ |
| | |
.SUFFIXES: | | .SUFFIXES: |
am--refresh: | | am--refresh: |
@: | | @: |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
@for dep in $?; do \ | | @for dep in $?; do \ |
case '$(am__configure_deps)' in \ | | case '$(am__configure_deps)' in \ |
*$$dep*) \ | | *$$dep*) \ |
| | |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
$(SHELL) ./config.status --recheck | | $(SHELL) ./config.status --recheck |
| | |
$(top_srcdir)/configure: $(am__configure_deps) | | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
cd $(srcdir) && $(AUTOCONF) | | cd $(srcdir) && $(AUTOCONF) |
$(ACLOCAL_M4): $(am__aclocal_m4_deps) | | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| | |
mostlyclean-libtool: | | mostlyclean-libtool: |