| 1 |
< |
# Makefile.in generated by automake 1.11.1 from Makefile.am. |
| 1 |
> |
# Makefile.in generated by automake 1.12.2 from Makefile.am. |
| 2 |
|
# @configure_input@ |
| 3 |
|
|
| 4 |
< |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 |
< |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
| 6 |
< |
# Inc. |
| 4 |
> |
# Copyright (C) 1994-2012 Free Software Foundation, Inc. |
| 5 |
> |
|
| 6 |
|
# This Makefile.in is free software; the Free Software Foundation |
| 7 |
|
# gives unlimited permission to copy and/or distribute it, |
| 8 |
|
# with or without modifications, as long as this notice is preserved. |
| 14 |
|
|
| 15 |
|
@SET_MAKE@ |
| 16 |
|
VPATH = @srcdir@ |
| 17 |
+ |
am__make_dryrun = \ |
| 18 |
+ |
{ \ |
| 19 |
+ |
am__dry=no; \ |
| 20 |
+ |
case $$MAKEFLAGS in \ |
| 21 |
+ |
*\\[\ \ ]*) \ |
| 22 |
+ |
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
| 23 |
+ |
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
| 24 |
+ |
*) \ |
| 25 |
+ |
for am__flg in $$MAKEFLAGS; do \ |
| 26 |
+ |
case $$am__flg in \ |
| 27 |
+ |
*=*|--*) ;; \ |
| 28 |
+ |
*n*) am__dry=yes; break;; \ |
| 29 |
+ |
esac; \ |
| 30 |
+ |
done;; \ |
| 31 |
+ |
esac; \ |
| 32 |
+ |
test $$am__dry = yes; \ |
| 33 |
+ |
} |
| 34 |
|
pkgdatadir = $(datadir)/@PACKAGE@ |
| 35 |
|
pkgincludedir = $(includedir)/@PACKAGE@ |
| 36 |
|
pkglibdir = $(libdir)/@PACKAGE@ |
| 69 |
|
install-pdf-recursive install-ps-recursive install-recursive \ |
| 70 |
|
installcheck-recursive installdirs-recursive pdf-recursive \ |
| 71 |
|
ps-recursive uninstall-recursive |
| 72 |
+ |
am__can_run_installinfo = \ |
| 73 |
+ |
case $$AM_UPDATE_INFO_DIR in \ |
| 74 |
+ |
n|no|NO) false;; \ |
| 75 |
+ |
*) (install-info --version) >/dev/null 2>&1;; \ |
| 76 |
+ |
esac |
| 77 |
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 78 |
|
distclean-recursive maintainer-clean-recursive |
| 79 |
|
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
| 291 |
|
-rm -rf .libs _libs |
| 292 |
|
|
| 293 |
|
# This directory's subdirectories are mostly independent; you can cd |
| 294 |
< |
# into them and run `make' without going through this Makefile. |
| 295 |
< |
# To change the values of `make' variables: instead of editing Makefiles, |
| 296 |
< |
# (1) if the variable is set in `config.status', edit `config.status' |
| 297 |
< |
# (which will cause the Makefiles to be regenerated when you run `make'); |
| 298 |
< |
# (2) otherwise, pass the desired values on the `make' command line. |
| 299 |
< |
$(RECURSIVE_TARGETS): |
| 294 |
> |
# into them and run 'make' without going through this Makefile. |
| 295 |
> |
# To change the values of 'make' variables: instead of editing Makefiles, |
| 296 |
> |
# (1) if the variable is set in 'config.status', edit 'config.status' |
| 297 |
> |
# (which will cause the Makefiles to be regenerated when you run 'make'); |
| 298 |
> |
# (2) otherwise, pass the desired values on the 'make' command line. |
| 299 |
> |
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): |
| 300 |
|
@fail= failcom='exit 1'; \ |
| 301 |
|
for f in x $$MAKEFLAGS; do \ |
| 302 |
|
case $$f in \ |
| 306 |
|
done; \ |
| 307 |
|
dot_seen=no; \ |
| 308 |
|
target=`echo $@ | sed s/-recursive//`; \ |
| 309 |
< |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 309 |
> |
case "$@" in \ |
| 310 |
> |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 311 |
> |
*) list='$(SUBDIRS)' ;; \ |
| 312 |
> |
esac; \ |
| 313 |
> |
for subdir in $$list; do \ |
| 314 |
|
echo "Making $$target in $$subdir"; \ |
| 315 |
|
if test "$$subdir" = "."; then \ |
| 316 |
|
dot_seen=yes; \ |
| 324 |
|
if test "$$dot_seen" = "no"; then \ |
| 325 |
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 326 |
|
fi; test -z "$$fail" |
| 302 |
– |
|
| 303 |
– |
$(RECURSIVE_CLEAN_TARGETS): |
| 304 |
– |
@fail= failcom='exit 1'; \ |
| 305 |
– |
for f in x $$MAKEFLAGS; do \ |
| 306 |
– |
case $$f in \ |
| 307 |
– |
*=* | --[!k]*);; \ |
| 308 |
– |
*k*) failcom='fail=yes';; \ |
| 309 |
– |
esac; \ |
| 310 |
– |
done; \ |
| 311 |
– |
dot_seen=no; \ |
| 312 |
– |
case "$@" in \ |
| 313 |
– |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 314 |
– |
*) list='$(SUBDIRS)' ;; \ |
| 315 |
– |
esac; \ |
| 316 |
– |
rev=''; for subdir in $$list; do \ |
| 317 |
– |
if test "$$subdir" = "."; then :; else \ |
| 318 |
– |
rev="$$subdir $$rev"; \ |
| 319 |
– |
fi; \ |
| 320 |
– |
done; \ |
| 321 |
– |
rev="$$rev ."; \ |
| 322 |
– |
target=`echo $@ | sed s/-recursive//`; \ |
| 323 |
– |
for subdir in $$rev; do \ |
| 324 |
– |
echo "Making $$target in $$subdir"; \ |
| 325 |
– |
if test "$$subdir" = "."; then \ |
| 326 |
– |
local_target="$$target-am"; \ |
| 327 |
– |
else \ |
| 328 |
– |
local_target="$$target"; \ |
| 329 |
– |
fi; \ |
| 330 |
– |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 331 |
– |
|| eval $$failcom; \ |
| 332 |
– |
done && test -z "$$fail" |
| 327 |
|
tags-recursive: |
| 328 |
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 329 |
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
| 332 |
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 333 |
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
| 334 |
|
done |
| 335 |
+ |
cscopelist-recursive: |
| 336 |
+ |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 337 |
+ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ |
| 338 |
+ |
done |
| 339 |
|
|
| 340 |
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 341 |
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 399 |
|
&& $(am__cd) $(top_srcdir) \ |
| 400 |
|
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 401 |
|
|
| 402 |
+ |
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) |
| 403 |
+ |
list='$(SOURCES) $(HEADERS) $(LISP)'; \ |
| 404 |
+ |
case "$(srcdir)" in \ |
| 405 |
+ |
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 406 |
+ |
*) sdir=$(subdir)/$(srcdir) ;; \ |
| 407 |
+ |
esac; \ |
| 408 |
+ |
for i in $$list; do \ |
| 409 |
+ |
if test -f "$$i"; then \ |
| 410 |
+ |
echo "$(subdir)/$$i"; \ |
| 411 |
+ |
else \ |
| 412 |
+ |
echo "$$sdir/$$i"; \ |
| 413 |
+ |
fi; \ |
| 414 |
+ |
done >> $(top_builddir)/cscope.files |
| 415 |
+ |
|
| 416 |
|
distclean-tags: |
| 417 |
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 418 |
|
|
| 448 |
|
done |
| 449 |
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 450 |
|
if test "$$subdir" = .; then :; else \ |
| 451 |
< |
test -d "$(distdir)/$$subdir" \ |
| 452 |
< |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 453 |
< |
|| exit 1; \ |
| 454 |
< |
fi; \ |
| 443 |
< |
done |
| 444 |
< |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 445 |
< |
if test "$$subdir" = .; then :; else \ |
| 451 |
> |
$(am__make_dryrun) \ |
| 452 |
> |
|| test -d "$(distdir)/$$subdir" \ |
| 453 |
> |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 454 |
> |
|| exit 1; \ |
| 455 |
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 456 |
|
$(am__relativize); \ |
| 457 |
|
new_distdir=$$reldir; \ |
| 486 |
|
|
| 487 |
|
installcheck: installcheck-recursive |
| 488 |
|
install-strip: |
| 489 |
< |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 490 |
< |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 491 |
< |
`test -z '$(STRIP)' || \ |
| 492 |
< |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 489 |
> |
if test -z '$(STRIP)'; then \ |
| 490 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 491 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 492 |
> |
install; \ |
| 493 |
> |
else \ |
| 494 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 495 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 496 |
> |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 497 |
> |
fi |
| 498 |
|
mostlyclean-generic: |
| 499 |
|
|
| 500 |
|
clean-generic: |
| 572 |
|
|
| 573 |
|
uninstall-am: |
| 574 |
|
|
| 575 |
< |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ |
| 576 |
< |
install-am install-strip tags-recursive |
| 575 |
> |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ |
| 576 |
> |
cscopelist-recursive ctags-recursive install-am install-strip \ |
| 577 |
> |
tags-recursive |
| 578 |
|
|
| 579 |
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
| 580 |
|
all all-am check check-am clean clean-generic clean-libtool \ |
| 581 |
< |
ctags ctags-recursive distclean distclean-generic \ |
| 582 |
< |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
| 583 |
< |
html-am info info-am install install-am install-data \ |
| 584 |
< |
install-data-am install-dvi install-dvi-am install-exec \ |
| 585 |
< |
install-exec-am install-html install-html-am install-info \ |
| 586 |
< |
install-info-am install-man install-pdf install-pdf-am \ |
| 587 |
< |
install-ps install-ps-am install-strip installcheck \ |
| 588 |
< |
installcheck-am installdirs installdirs-am maintainer-clean \ |
| 589 |
< |
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 590 |
< |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
| 591 |
< |
uninstall uninstall-am |
| 581 |
> |
cscopelist cscopelist-recursive ctags ctags-recursive \ |
| 582 |
> |
distclean distclean-generic distclean-libtool distclean-tags \ |
| 583 |
> |
distdir dvi dvi-am html html-am info info-am install \ |
| 584 |
> |
install-am install-data install-data-am install-dvi \ |
| 585 |
> |
install-dvi-am install-exec install-exec-am install-html \ |
| 586 |
> |
install-html-am install-info install-info-am install-man \ |
| 587 |
> |
install-pdf install-pdf-am install-ps install-ps-am \ |
| 588 |
> |
install-strip installcheck installcheck-am installdirs \ |
| 589 |
> |
installdirs-am maintainer-clean maintainer-clean-generic \ |
| 590 |
> |
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
| 591 |
> |
ps ps-am tags tags-recursive uninstall uninstall-am |
| 592 |
|
|
| 593 |
|
|
| 594 |
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |