Browse code

synchronize Makefile.in files

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@79211 bc3139a8-67e5-0310-9ffc-ced21a209358

Michael Lawrence authored on 02/08/2013 20:04:01
Showing 6 changed files

... ...
@@ -229,6 +229,7 @@ LIBTOOL = @LIBTOOL@
229 229
 LIPO = @LIPO@
230 230
 LN_S = @LN_S@
231 231
 LTLIBOBJS = @LTLIBOBJS@
232
+MAINT = @MAINT@
232 233
 MAKEINFO = @MAKEINFO@
233 234
 MANIFEST_TOOL = @MANIFEST_TOOL@
234 235
 MAX_READLENGTH = @MAX_READLENGTH@
... ...
@@ -325,7 +326,7 @@ all: all-recursive
325 326
 .SUFFIXES:
326 327
 am--refresh: Makefile
327 328
 	@:
328
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
329
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
329 330
 	@for dep in $?; do \
330 331
 	  case '$(am__configure_deps)' in \
331 332
 	    *$$dep*) \
... ...
@@ -352,9 +353,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352 353
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353 354
 	$(SHELL) ./config.status --recheck
354 355
 
355
-$(top_srcdir)/configure:  $(am__configure_deps)
356
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
356 357
 	$(am__cd) $(srcdir) && $(AUTOCONF)
357
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
358
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
358 359
 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
359 360
 $(am__aclocal_m4_deps):
360 361
 
... ...
@@ -460,6 +460,7 @@ LIBTOOL = @LIBTOOL@
460 460
 LIPO = @LIPO@
461 461
 LN_S = @LN_S@
462 462
 LTLIBOBJS = @LTLIBOBJS@
463
+MAINT = @MAINT@
463 464
 MAKEINFO = @MAKEINFO@
464 465
 MANIFEST_TOOL = @MANIFEST_TOOL@
465 466
 MAX_READLENGTH = @MAX_READLENGTH@
... ...
@@ -784,7 +785,7 @@ all: config.h
784 785
 
785 786
 .SUFFIXES:
786 787
 .SUFFIXES: .c .lo .o .obj
787
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
788
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
788 789
 	@for dep in $?; do \
789 790
 	  case '$(am__configure_deps)' in \
790 791
 	    *$$dep*) \
... ...
@@ -809,9 +810,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
809 810
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
810 811
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
811 812
 
812
-$(top_srcdir)/configure:  $(am__configure_deps)
813
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
813 814
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
814
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
815
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
815 816
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
816 817
 $(am__aclocal_m4_deps):
817 818
 
... ...
@@ -822,7 +823,7 @@ config.h: stamp-h1
822 823
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
823 824
 	@rm -f stamp-h1
824 825
 	cd $(top_builddir) && $(SHELL) ./config.status src/config.h
825
-$(srcdir)/config.h.in:  $(am__configure_deps) 
826
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
826 827
 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
827 828
 	rm -f stamp-h1
828 829
 	touch $@
... ...
@@ -346,6 +346,7 @@ LIBTOOL = @LIBTOOL@
346 346
 LIPO = @LIPO@
347 347
 LN_S = @LN_S@
348 348
 LTLIBOBJS = @LTLIBOBJS@
349
+MAINT = @MAINT@
349 350
 MAKEINFO = @MAKEINFO@
350 351
 MANIFEST_TOOL = @MANIFEST_TOOL@
351 352
 MAX_READLENGTH = @MAX_READLENGTH@
... ...
@@ -455,7 +456,7 @@ all: all-am
455 456
 
456 457
 .SUFFIXES:
457 458
 .SUFFIXES: .log .test .test$(EXEEXT) .trs
458
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
459
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
459 460
 	@for dep in $?; do \
460 461
 	  case '$(am__configure_deps)' in \
461 462
 	    *$$dep*) \
... ...
@@ -480,9 +481,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
480 481
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
481 482
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482 483
 
483
-$(top_srcdir)/configure:  $(am__configure_deps)
484
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
484 485
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
486
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
486 487
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487 488
 $(am__aclocal_m4_deps):
488 489
 align.test: $(top_builddir)/config.status $(srcdir)/align.test.in
... ...
@@ -186,6 +186,7 @@ LIBTOOL = @LIBTOOL@
186 186
 LIPO = @LIPO@
187 187
 LN_S = @LN_S@
188 188
 LTLIBOBJS = @LTLIBOBJS@
189
+MAINT = @MAINT@
189 190
 MAKEINFO = @MAKEINFO@
190 191
 MANIFEST_TOOL = @MANIFEST_TOOL@
191 192
 MAX_READLENGTH = @MAX_READLENGTH@
... ...
@@ -300,7 +301,7 @@ top_srcdir = @top_srcdir@
300 301
 all: all-am
301 302
 
302 303
 .SUFFIXES:
303
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
304
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
304 305
 	@for dep in $?; do \
305 306
 	  case '$(am__configure_deps)' in \
306 307
 	    *$$dep*) \
... ...
@@ -325,9 +326,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325 326
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326 327
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 328
 
328
-$(top_srcdir)/configure:  $(am__configure_deps)
329
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329 330
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
331
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331 332
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 333
 $(am__aclocal_m4_deps):
333 334
 gmap_compress.pl: $(top_builddir)/config.status $(srcdir)/gmap_compress.pl.in
... ...
@@ -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 $@