git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@82207 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -51,13 +51,13 @@ build_triplet = @build@ |
51 | 51 |
host_triplet = @host@ |
52 | 52 |
target_triplet = @target@ |
53 | 53 |
subdir = . |
54 |
-DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog COPYING \ |
|
54 |
+DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ |
|
55 | 55 |
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
56 | 56 |
$(top_srcdir)/configure $(am__configure_deps) \ |
57 |
- $(top_srcdir)/lib/gstruct.pc.in config/compile \ |
|
58 |
- config/config.guess config/config.sub config/install-sh \ |
|
59 |
- config/missing config/ltmain.sh $(top_srcdir)/config/compile \ |
|
60 |
- $(top_srcdir)/config/config.guess \ |
|
57 |
+ $(top_srcdir)/lib/gstruct.pc.in COPYING config/compile \ |
|
58 |
+ config/config.guess config/config.sub config/depcomp \ |
|
59 |
+ config/install-sh config/missing config/ltmain.sh \ |
|
60 |
+ $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ |
|
61 | 61 |
$(top_srcdir)/config/config.sub \ |
62 | 62 |
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ |
63 | 63 |
$(top_srcdir)/config/missing |
... | ... |
@@ -231,6 +231,7 @@ LIBTOOL = @LIBTOOL@ |
231 | 231 |
LIPO = @LIPO@ |
232 | 232 |
LN_S = @LN_S@ |
233 | 233 |
LTLIBOBJS = @LTLIBOBJS@ |
234 |
+MAINT = @MAINT@ |
|
234 | 235 |
MAKEINFO = @MAKEINFO@ |
235 | 236 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
236 | 237 |
MKDIR_P = @MKDIR_P@ |
... | ... |
@@ -328,7 +329,7 @@ all: all-recursive |
328 | 329 |
.SUFFIXES: |
329 | 330 |
am--refresh: Makefile |
330 | 331 |
@: |
331 |
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
332 |
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
|
332 | 333 |
@for dep in $?; do \ |
333 | 334 |
case '$(am__configure_deps)' in \ |
334 | 335 |
*$$dep*) \ |
... | ... |
@@ -355,9 +356,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
355 | 356 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
356 | 357 |
$(SHELL) ./config.status --recheck |
357 | 358 |
|
358 |
-$(top_srcdir)/configure: $(am__configure_deps) |
|
359 |
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
359 | 360 |
$(am__cd) $(srcdir) && $(AUTOCONF) |
360 |
-$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
361 |
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
|
361 | 362 |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
362 | 363 |
$(am__aclocal_m4_deps): |
363 | 364 |
lib/gstruct-${LIBGSTRUCT_API_VERSION}.pc: $(top_builddir)/config.status $(top_srcdir)/lib/gstruct.pc.in |
... | ... |
@@ -360,6 +360,7 @@ LIBTOOL = @LIBTOOL@ |
360 | 360 |
LIPO = @LIPO@ |
361 | 361 |
LN_S = @LN_S@ |
362 | 362 |
LTLIBOBJS = @LTLIBOBJS@ |
363 |
+MAINT = @MAINT@ |
|
363 | 364 |
MAKEINFO = @MAKEINFO@ |
364 | 365 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
365 | 366 |
MKDIR_P = @MKDIR_P@ |
... | ... |
@@ -704,7 +705,7 @@ all: config.h |
704 | 705 |
|
705 | 706 |
.SUFFIXES: |
706 | 707 |
.SUFFIXES: .c .lo .o .obj |
707 |
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
708 |
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
|
708 | 709 |
@for dep in $?; do \ |
709 | 710 |
case '$(am__configure_deps)' in \ |
710 | 711 |
*$$dep*) \ |
... | ... |
@@ -729,9 +730,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
729 | 730 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
730 | 731 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
731 | 732 |
|
732 |
-$(top_srcdir)/configure: $(am__configure_deps) |
|
733 |
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
733 | 734 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
734 |
-$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
735 |
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
|
735 | 736 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
736 | 737 |
$(am__aclocal_m4_deps): |
737 | 738 |
|
... | ... |
@@ -742,7 +743,7 @@ config.h: stamp-h1 |
742 | 743 |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
743 | 744 |
@rm -f stamp-h1 |
744 | 745 |
cd $(top_builddir) && $(SHELL) ./config.status src/config.h |
745 |
-$(srcdir)/config.h.in: $(am__configure_deps) |
|
746 |
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
746 | 747 |
($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
747 | 748 |
rm -f stamp-h1 |
748 | 749 |
touch $@ |