git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@85516 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -259,6 +259,7 @@ LIBTOOL = @LIBTOOL@ |
259 | 259 |
LIPO = @LIPO@ |
260 | 260 |
LN_S = @LN_S@ |
261 | 261 |
LTLIBOBJS = @LTLIBOBJS@ |
262 |
+MAINT = @MAINT@ |
|
262 | 263 |
MAKEINFO = @MAKEINFO@ |
263 | 264 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
264 | 265 |
MKDIR_P = @MKDIR_P@ |
... | ... |
@@ -356,7 +357,7 @@ all: all-recursive |
356 | 357 |
.SUFFIXES: |
357 | 358 |
am--refresh: Makefile |
358 | 359 |
@: |
359 |
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
360 |
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
|
360 | 361 |
@for dep in $?; do \ |
361 | 362 |
case '$(am__configure_deps)' in \ |
362 | 363 |
*$$dep*) \ |
... | ... |
@@ -383,9 +384,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
383 | 384 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
384 | 385 |
$(SHELL) ./config.status --recheck |
385 | 386 |
|
386 |
-$(top_srcdir)/configure: $(am__configure_deps) |
|
387 |
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
387 | 388 |
$(am__cd) $(srcdir) && $(AUTOCONF) |
388 |
-$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
389 |
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
|
389 | 390 |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
390 | 391 |
$(am__aclocal_m4_deps): |
391 | 392 |
lib/gstruct-${LIBGSTRUCT_API_VERSION}.pc: $(top_builddir)/config.status $(top_srcdir)/lib/gstruct.pc.in |
... | ... |
@@ -388,6 +388,7 @@ LIBTOOL = @LIBTOOL@ |
388 | 388 |
LIPO = @LIPO@ |
389 | 389 |
LN_S = @LN_S@ |
390 | 390 |
LTLIBOBJS = @LTLIBOBJS@ |
391 |
+MAINT = @MAINT@ |
|
391 | 392 |
MAKEINFO = @MAKEINFO@ |
392 | 393 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
393 | 394 |
MKDIR_P = @MKDIR_P@ |
... | ... |
@@ -732,7 +733,7 @@ all: config.h |
732 | 733 |
|
733 | 734 |
.SUFFIXES: |
734 | 735 |
.SUFFIXES: .c .lo .o .obj |
735 |
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
736 |
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
|
736 | 737 |
@for dep in $?; do \ |
737 | 738 |
case '$(am__configure_deps)' in \ |
738 | 739 |
*$$dep*) \ |
... | ... |
@@ -757,9 +758,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
757 | 758 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
758 | 759 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
759 | 760 |
|
760 |
-$(top_srcdir)/configure: $(am__configure_deps) |
|
761 |
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
761 | 762 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
762 |
-$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
763 |
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
|
763 | 764 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
764 | 765 |
$(am__aclocal_m4_deps): |
765 | 766 |
|
... | ... |
@@ -770,7 +771,7 @@ config.h: stamp-h1 |
770 | 771 |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
771 | 772 |
@rm -f stamp-h1 |
772 | 773 |
cd $(top_builddir) && $(SHELL) ./config.status src/config.h |
773 |
-$(srcdir)/config.h.in: $(am__configure_deps) |
|
774 |
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
774 | 775 |
($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
775 | 776 |
rm -f stamp-h1 |
776 | 777 |
touch $@ |