| 1 |
< |
# Makefile.in generated by automake 1.12.6 from Makefile.am. |
| 1 |
> |
# Makefile.in generated by automake 1.13 from Makefile.am. |
| 2 |
|
# @configure_input@ |
| 3 |
|
|
| 4 |
|
# Copyright (C) 1994-2012 Free Software Foundation, Inc. |
| 50 |
|
build_triplet = @build@ |
| 51 |
|
host_triplet = @host@ |
| 52 |
|
subdir = . |
| 53 |
< |
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
| 54 |
< |
$(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
| 55 |
< |
$(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS TODO \ |
| 56 |
< |
config.guess config.sub depcomp install-sh ltmain.sh missing \ |
| 57 |
< |
ylwrap |
| 53 |
> |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 54 |
> |
$(top_srcdir)/configure $(am__configure_deps) \ |
| 55 |
> |
$(srcdir)/config.h.in AUTHORS COPYING INSTALL NEWS README TODO \ |
| 56 |
> |
config.guess config.sub depcomp install-sh missing ylwrap \ |
| 57 |
> |
ltmain.sh |
| 58 |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 59 |
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
| 60 |
|
$(top_srcdir)/configure.ac |
| 66 |
|
CONFIG_HEADER = config.h |
| 67 |
|
CONFIG_CLEAN_FILES = |
| 68 |
|
CONFIG_CLEAN_VPATH_FILES = |
| 69 |
+ |
AM_V_P = $(am__v_P_@AM_V@) |
| 70 |
+ |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 71 |
+ |
am__v_P_0 = false |
| 72 |
+ |
am__v_P_1 = : |
| 73 |
+ |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 74 |
+ |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 75 |
+ |
am__v_GEN_0 = @echo " GEN " $@; |
| 76 |
+ |
am__v_GEN_1 = |
| 77 |
+ |
AM_V_at = $(am__v_at_@AM_V@) |
| 78 |
+ |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 79 |
+ |
am__v_at_0 = @ |
| 80 |
+ |
am__v_at_1 = |
| 81 |
|
SOURCES = |
| 82 |
|
DIST_SOURCES = |
| 83 |
< |
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
| 84 |
< |
html-recursive info-recursive install-data-recursive \ |
| 85 |
< |
install-dvi-recursive install-exec-recursive \ |
| 86 |
< |
install-html-recursive install-info-recursive \ |
| 87 |
< |
install-pdf-recursive install-ps-recursive install-recursive \ |
| 88 |
< |
installcheck-recursive installdirs-recursive pdf-recursive \ |
| 89 |
< |
ps-recursive uninstall-recursive |
| 83 |
> |
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| 84 |
> |
ctags-recursive dvi-recursive html-recursive info-recursive \ |
| 85 |
> |
install-data-recursive install-dvi-recursive \ |
| 86 |
> |
install-exec-recursive install-html-recursive \ |
| 87 |
> |
install-info-recursive install-pdf-recursive \ |
| 88 |
> |
install-ps-recursive install-recursive installcheck-recursive \ |
| 89 |
> |
installdirs-recursive pdf-recursive ps-recursive \ |
| 90 |
> |
tags-recursive uninstall-recursive |
| 91 |
|
am__can_run_installinfo = \ |
| 92 |
|
case $$AM_UPDATE_INFO_DIR in \ |
| 93 |
|
n|no|NO) false;; \ |
| 95 |
|
esac |
| 96 |
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 97 |
|
distclean-recursive maintainer-clean-recursive |
| 98 |
< |
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
| 99 |
< |
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
| 98 |
> |
am__recursive_targets = \ |
| 99 |
> |
$(RECURSIVE_TARGETS) \ |
| 100 |
> |
$(RECURSIVE_CLEAN_TARGETS) \ |
| 101 |
> |
$(am__extra_recursive_targets) |
| 102 |
> |
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
| 103 |
|
cscope distdir dist dist-all distcheck |
| 104 |
+ |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
| 105 |
+ |
$(LISP)config.h.in |
| 106 |
+ |
# Read a list of newline-separated strings from the standard input, |
| 107 |
+ |
# and print each of them once, without duplicates. Input order is |
| 108 |
+ |
# *not* preserved. |
| 109 |
+ |
am__uniquify_input = $(AWK) '\ |
| 110 |
+ |
BEGIN { nonempty = 0; } \ |
| 111 |
+ |
{ items[$$0] = 1; nonempty = 1; } \ |
| 112 |
+ |
END { if (nonempty) { for (i in items) print i; }; } \ |
| 113 |
+ |
' |
| 114 |
+ |
# Make sure the list of sources is unique. This is necessary because, |
| 115 |
+ |
# e.g., the same source file might be shared among _SOURCES variables |
| 116 |
+ |
# for different programs/libraries. |
| 117 |
+ |
am__define_uniq_tagged_files = \ |
| 118 |
+ |
list='$(am__tagged_files)'; \ |
| 119 |
+ |
unique=`for i in $$list; do \ |
| 120 |
+ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 121 |
+ |
done | $(am__uniquify_input)` |
| 122 |
|
ETAGS = etags |
| 123 |
|
CTAGS = ctags |
| 124 |
|
CSCOPE = cscope |
| 167 |
|
distcleancheck_listfiles = find . -type f -print |
| 168 |
|
ACLOCAL = @ACLOCAL@ |
| 169 |
|
AMTAR = @AMTAR@ |
| 170 |
+ |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 171 |
|
AR = @AR@ |
| 172 |
|
ARGZ_H = @ARGZ_H@ |
| 173 |
|
AUTOCONF = @AUTOCONF@ |
| 377 |
|
# (1) if the variable is set in 'config.status', edit 'config.status' |
| 378 |
|
# (which will cause the Makefiles to be regenerated when you run 'make'); |
| 379 |
|
# (2) otherwise, pass the desired values on the 'make' command line. |
| 380 |
< |
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): |
| 380 |
> |
$(am__recursive_targets): |
| 381 |
|
@fail= failcom='exit 1'; \ |
| 382 |
|
for f in x $$MAKEFLAGS; do \ |
| 383 |
|
case $$f in \ |
| 405 |
|
if test "$$dot_seen" = "no"; then \ |
| 406 |
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 407 |
|
fi; test -z "$$fail" |
| 373 |
– |
tags-recursive: |
| 374 |
– |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 375 |
– |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
| 376 |
– |
done |
| 377 |
– |
ctags-recursive: |
| 378 |
– |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 379 |
– |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
| 380 |
– |
done |
| 381 |
– |
cscopelist-recursive: |
| 382 |
– |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 383 |
– |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ |
| 384 |
– |
done |
| 408 |
|
|
| 409 |
< |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 410 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 411 |
< |
unique=`for i in $$list; do \ |
| 412 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 390 |
< |
done | \ |
| 391 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 392 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 393 |
< |
mkid -fID $$unique |
| 394 |
< |
tags: TAGS |
| 409 |
> |
ID: $(am__tagged_files) |
| 410 |
> |
$(am__define_uniq_tagged_files); mkid -fID $$unique |
| 411 |
> |
tags: tags-recursive |
| 412 |
> |
TAGS: tags |
| 413 |
|
|
| 414 |
< |
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
| 397 |
< |
$(TAGS_FILES) $(LISP) |
| 414 |
> |
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 415 |
|
set x; \ |
| 416 |
|
here=`pwd`; \ |
| 417 |
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 427 |
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 428 |
|
fi; \ |
| 429 |
|
done; \ |
| 430 |
< |
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
| 414 |
< |
unique=`for i in $$list; do \ |
| 415 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 416 |
< |
done | \ |
| 417 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 418 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 430 |
> |
$(am__define_uniq_tagged_files); \ |
| 431 |
|
shift; \ |
| 432 |
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 433 |
|
test -n "$$unique" || unique=$$empty_fix; \ |
| 439 |
|
$$unique; \ |
| 440 |
|
fi; \ |
| 441 |
|
fi |
| 442 |
< |
ctags: CTAGS |
| 443 |
< |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
| 444 |
< |
$(TAGS_FILES) $(LISP) |
| 445 |
< |
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
| 446 |
< |
unique=`for i in $$list; do \ |
| 435 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 436 |
< |
done | \ |
| 437 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 438 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 442 |
> |
ctags: ctags-recursive |
| 443 |
> |
|
| 444 |
> |
CTAGS: ctags |
| 445 |
> |
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 446 |
> |
$(am__define_uniq_tagged_files); \ |
| 447 |
|
test -z "$(CTAGS_ARGS)$$unique" \ |
| 448 |
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 449 |
|
$$unique |
| 452 |
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 453 |
|
&& $(am__cd) $(top_srcdir) \ |
| 454 |
|
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 447 |
– |
|
| 455 |
|
cscope: cscope.files |
| 456 |
|
test ! -s cscope.files \ |
| 457 |
|
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
| 451 |
– |
|
| 458 |
|
clean-cscope: |
| 459 |
|
-rm -f cscope.files |
| 460 |
+ |
cscope.files: clean-cscope cscopelist |
| 461 |
+ |
cscopelist: cscopelist-recursive |
| 462 |
|
|
| 463 |
< |
cscope.files: clean-cscope cscopelist-recursive cscopelist |
| 464 |
< |
|
| 457 |
< |
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) |
| 458 |
< |
list='$(SOURCES) $(HEADERS) $(LISP)'; \ |
| 463 |
> |
cscopelist-am: $(am__tagged_files) |
| 464 |
> |
list='$(am__tagged_files)'; \ |
| 465 |
|
case "$(srcdir)" in \ |
| 466 |
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 467 |
|
*) sdir=$(subdir)/$(srcdir) ;; \ |
| 764 |
|
|
| 765 |
|
uninstall-am: |
| 766 |
|
|
| 767 |
< |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
| 768 |
< |
cscopelist-recursive ctags-recursive install-am install-strip \ |
| 769 |
< |
tags-recursive |
| 770 |
< |
|
| 771 |
< |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
| 772 |
< |
all all-am am--refresh check check-am clean clean-cscope \ |
| 773 |
< |
clean-generic clean-libtool cscope cscopelist \ |
| 774 |
< |
cscopelist-recursive ctags ctags-recursive dist dist-all \ |
| 775 |
< |
dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \ |
| 776 |
< |
dist-zip distcheck distclean distclean-generic distclean-hdr \ |
| 771 |
< |
distclean-libtool distclean-tags distcleancheck distdir \ |
| 772 |
< |
distuninstallcheck dvi dvi-am html html-am info info-am \ |
| 773 |
< |
install install-am install-data install-data-am \ |
| 767 |
> |
.MAKE: $(am__recursive_targets) all install-am install-strip |
| 768 |
> |
|
| 769 |
> |
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
| 770 |
> |
am--refresh check check-am clean clean-cscope clean-generic \ |
| 771 |
> |
clean-libtool cscope cscopelist-am ctags ctags-am dist \ |
| 772 |
> |
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ |
| 773 |
> |
dist-xz dist-zip distcheck distclean distclean-generic \ |
| 774 |
> |
distclean-hdr distclean-libtool distclean-tags distcleancheck \ |
| 775 |
> |
distdir distuninstallcheck dvi dvi-am html html-am info \ |
| 776 |
> |
info-am install install-am install-data install-data-am \ |
| 777 |
|
install-data-local install-dvi install-dvi-am install-exec \ |
| 778 |
|
install-exec-am install-html install-html-am install-info \ |
| 779 |
|
install-info-am install-man install-pdf install-pdf-am \ |
| 780 |
|
install-ps install-ps-am install-strip installcheck \ |
| 781 |
|
installcheck-am installdirs installdirs-am maintainer-clean \ |
| 782 |
|
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 783 |
< |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
| 784 |
< |
uninstall uninstall-am |
| 783 |
> |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
| 784 |
> |
uninstall-am |
| 785 |
|
|
| 786 |
|
|
| 787 |
|
install-data-local: |