aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/gfsm/Makefile.in')
-rw-r--r--gfsm/gfsm/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/gfsm/gfsm/Makefile.in b/gfsm/gfsm/Makefile.in
index 145e608..08695dd 100644
--- a/gfsm/gfsm/Makefile.in
+++ b/gfsm/gfsm/Makefile.in
@@ -157,6 +157,9 @@ LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
OBJEXT = @OBJEXT@
OPTGEN_PERL = @OPTGEN_PERL@
@@ -304,7 +307,7 @@ all: all-recursive
.SUFFIXES: .pc .pod .txt .html
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 \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -331,9 +334,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
gfsm.pc: $(top_builddir)/config.status $(srcdir)/gfsm.pc.in
cd $(top_builddir) && $(SHELL) ./config.status $@