50
50
build_triplet = @build@
51
51
host_triplet = @host@
52
52
subdir = docs/reference
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54
$(top_srcdir)/mkinstalldirs
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
am__aclocal_m4_deps = $(top_srcdir)/configure.in
55
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
57
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
58
mkinstalldirs = $(install_sh) -d
60
59
CONFIG_HEADER = $(top_builddir)/config.h
61
60
CONFIG_CLEAN_FILES =
62
61
CONFIG_CLEAN_VPATH_FILES =
77
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78
html-recursive info-recursive install-data-recursive \
79
install-dvi-recursive install-exec-recursive \
80
install-html-recursive install-info-recursive \
81
install-pdf-recursive install-ps-recursive install-recursive \
82
installcheck-recursive installdirs-recursive pdf-recursive \
83
ps-recursive uninstall-recursive
76
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
77
ctags-recursive dvi-recursive html-recursive info-recursive \
78
install-data-recursive install-dvi-recursive \
79
install-exec-recursive install-html-recursive \
80
install-info-recursive install-pdf-recursive \
81
install-ps-recursive install-recursive installcheck-recursive \
82
installdirs-recursive pdf-recursive ps-recursive \
83
tags-recursive uninstall-recursive
84
84
am__can_run_installinfo = \
85
85
case $$AM_UPDATE_INFO_DIR in \
89
89
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90
90
distclean-recursive maintainer-clean-recursive
91
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91
am__recursive_targets = \
92
$(RECURSIVE_TARGETS) \
93
$(RECURSIVE_CLEAN_TARGETS) \
94
$(am__extra_recursive_targets)
95
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
97
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
98
# Read a list of newline-separated strings from the standard input,
99
# and print each of them once, without duplicates. Input order is
101
am__uniquify_input = $(AWK) '\
102
BEGIN { nonempty = 0; } \
103
{ items[$$0] = 1; nonempty = 1; } \
104
END { if (nonempty) { for (i in items) print i; }; } \
106
# Make sure the list of sources is unique. This is necessary because,
107
# e.g., the same source file might be shared among _SOURCES variables
108
# for different programs/libraries.
109
am__define_uniq_tagged_files = \
110
list='$(am__tagged_files)'; \
111
unique=`for i in $$list; do \
112
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
113
done | $(am__uniquify_input)`
96
116
DIST_SUBDIRS = $(SUBDIRS)
381
401
# (1) if the variable is set in 'config.status', edit 'config.status'
382
402
# (which will cause the Makefiles to be regenerated when you run 'make');
383
403
# (2) otherwise, pass the desired values on the 'make' command line.
384
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
404
$(am__recursive_targets):
385
405
@fail= failcom='exit 1'; \
386
406
for f in x $$MAKEFLAGS; do \
409
429
if test "$$dot_seen" = "no"; then \
410
430
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
411
431
fi; test -z "$$fail"
413
list='$(SUBDIRS)'; for subdir in $$list; do \
414
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
417
list='$(SUBDIRS)'; for subdir in $$list; do \
418
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
420
cscopelist-recursive:
421
list='$(SUBDIRS)'; for subdir in $$list; do \
422
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
425
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
426
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427
unique=`for i in $$list; do \
428
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431
END { if (nonempty) { for (i in files) print i; }; }'`; \
435
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
436
$(TAGS_FILES) $(LISP)
433
ID: $(am__tagged_files)
434
$(am__define_uniq_tagged_files); mkid -fID $$unique
438
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
439
441
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449
451
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
452
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453
unique=`for i in $$list; do \
454
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
END { if (nonempty) { for (i in files) print i; }; }'`; \
454
$(am__define_uniq_tagged_files); \
459
456
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
460
457
test -n "$$unique" || unique=$$empty_fix; \
470
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
471
$(TAGS_FILES) $(LISP)
472
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
473
unique=`for i in $$list; do \
474
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
END { if (nonempty) { for (i in files) print i; }; }'`; \
466
ctags: ctags-recursive
469
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
470
$(am__define_uniq_tagged_files); \
478
471
test -z "$(CTAGS_ARGS)$$unique" \
479
472
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483
476
here=`$(am__cd) $(top_builddir) && pwd` \
484
477
&& $(am__cd) $(top_srcdir) \
485
478
&& gtags -i $(GTAGS_ARGS) "$$here"
479
cscopelist: cscopelist-recursive
487
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
488
list='$(SOURCES) $(HEADERS) $(LISP)'; \
481
cscopelist-am: $(am__tagged_files)
482
list='$(am__tagged_files)'; \
489
483
case "$(srcdir)" in \
490
484
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
491
485
*) sdir=$(subdir)/$(srcdir) ;; \
660
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
661
cscopelist-recursive ctags-recursive install-am install-strip \
654
.MAKE: $(am__recursive_targets) install-am install-strip
664
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
665
all all-am check check-am clean clean-generic clean-libtool \
666
cscopelist cscopelist-recursive ctags ctags-recursive \
667
distclean distclean-generic distclean-libtool distclean-tags \
668
distdir dvi dvi-am html html-am info info-am install \
669
install-am install-data install-data-am install-dvi \
656
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
657
check-am clean clean-generic clean-libtool cscopelist-am ctags \
658
ctags-am distclean distclean-generic distclean-libtool \
659
distclean-tags distdir dvi dvi-am html html-am info info-am \
660
install install-am install-data install-data-am install-dvi \
670
661
install-dvi-am install-exec install-exec-am install-html \
671
662
install-html-am install-info install-info-am install-man \
672
663
install-pdf install-pdf-am install-ps install-ps-am \
673
664
install-strip installcheck installcheck-am installdirs \
674
665
installdirs-am maintainer-clean maintainer-clean-generic \
675
666
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
676
ps ps-am tags tags-recursive uninstall uninstall-am
667
ps ps-am tags tags-am uninstall uninstall-am
679
670
-include $(top_srcdir)/git.mk