1
- # Makefile.in generated by automake 1.13.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
17
17
VPATH = @srcdir@
18
- am__make_dryrun = \
19
- { \
20
- am__dry=no; \
18
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST ) ' && test -n '$(MAKELEVEL ) '
19
+ am__make_running_with_option = \
20
+ case $${target_option-} in \
21
+ ?) ;; \
22
+ *) echo "am__make_running_with_option: internal error: invalid" \
23
+ "target option '$${target_option-}' specified" >&2; \
24
+ exit 1;; \
25
+ esac; \
26
+ has_opt=no; \
27
+ sane_makeflags=$$MAKEFLAGS; \
28
+ if $(am__is_gnu_make ) ; then \
29
+ sane_makeflags=$$MFLAGS; \
30
+ else \
21
31
case $$MAKEFLAGS in \
22
32
*\\[\ \ ]*) \
23
- echo 'am--echo: ; @echo "AM" OK' | $(MAKE ) -f - 2>/dev/null \
24
- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
- *) \
26
- for am__flg in $$MAKEFLAGS; do \
27
- case $$am__flg in \
28
- *=*|--*) ;; \
29
- *n*) am__dry=yes; break;; \
30
- esac; \
31
- done;; \
33
+ bs=\\; \
34
+ sane_makeflags=` printf ' %s\n' " $$ MAKEFLAGS" \
35
+ | sed " s/$$ bs$$ bs[$$ bs $$ bs ]*//g" ` ;; \
32
36
esac; \
33
- test $$am__dry = yes; \
34
- }
37
+ fi; \
38
+ skip_next=no; \
39
+ strip_trailopt () \
40
+ { \
41
+ flg=` printf ' %s\n' " $$ flg" | sed " s/$$ 1.*$$ //" ` ; \
42
+ }; \
43
+ for flg in $$sane_makeflags; do \
44
+ test $$skip_next = yes && { skip_next=no; continue; }; \
45
+ case $$flg in \
46
+ *=*|--*) continue;; \
47
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
48
+ -*I?*) strip_trailopt 'I';; \
49
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
50
+ -*O?*) strip_trailopt 'O';; \
51
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
52
+ -*l?*) strip_trailopt 'l';; \
53
+ -[dEDm]) skip_next=yes;; \
54
+ -[JT]) skip_next=yes;; \
55
+ esac; \
56
+ case $$flg in \
57
+ *$$target_option*) has_opt=yes; break;; \
58
+ esac; \
59
+ done; \
60
+ test $$has_opt = yes
61
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option ) )
62
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option ) )
35
63
pkgdatadir = $(datadir ) /@PACKAGE@
36
64
pkgincludedir = $(includedir ) /@PACKAGE@
37
65
pkglibdir = $(libdir ) /@PACKAGE@
@@ -54,7 +82,8 @@ subdir = .
54
82
DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
55
83
$(top_srcdir ) /configure $(am__configure_deps ) \
56
84
$(top_srcdir ) /doc/devel/doxyfile.in $(nobase_include_HEADERS ) \
57
- README config.guess config.sub depcomp install-sh missing
85
+ README compile config.guess config.sub depcomp install-sh \
86
+ missing
58
87
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
59
88
am__aclocal_m4_deps = $(top_srcdir ) /configure.ac
60
89
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
@@ -380,13 +409,12 @@ uninstall-nobase_includeHEADERS:
380
409
# (which will cause the Makefiles to be regenerated when you run 'make');
381
410
# (2) otherwise, pass the desired values on the 'make' command line.
382
411
$(am__recursive_targets ) :
383
- @fail= failcom=' exit 1' ; \
384
- for f in x $$ MAKEFLAGS; do \
385
- case $$ f in \
386
- * =* | --[! k]* );; \
387
- * k* ) failcom=' fail=yes' ;; \
388
- esac ; \
389
- done ; \
412
+ @fail=; \
413
+ if $( am__make_keepgoing) ; then \
414
+ failcom=' fail=yes' ; \
415
+ else \
416
+ failcom=' exit 1' ; \
417
+ fi ; \
390
418
dot_seen=no; \
391
419
target=` echo $@ | sed s/-recursive//` ; \
392
420
case " $@ " in \
@@ -561,10 +589,16 @@ dist-xz: distdir
561
589
$(am__post_remove_distdir )
562
590
563
591
dist-tarZ : distdir
592
+ @echo WARNING: " Support for shar distribution archives is" \
593
+ " deprecated." >&2
594
+ @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
564
595
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
565
596
$(am__post_remove_distdir )
566
597
567
598
dist-shar : distdir
599
+ @echo WARNING: " Support for distribution archives compressed with" \
600
+ " legacy program 'compress' is deprecated." >&2
601
+ @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
568
602
shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
569
603
$(am__post_remove_distdir )
570
604
0 commit comments