Makefile.in revision d63fdb69
1# Makefile.in generated by automake 1.11 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. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# 19# Copyright 2005 Red Hat, Inc. 20# 21# Permission to use, copy, modify, distribute, and sell this software and its 22# documentation for any purpose is hereby granted without fee, provided that 23# the above copyright notice appear in all copies and that both that 24# copyright notice and this permission notice appear in supporting 25# documentation, and that the name of Red Hat not be used in 26# advertising or publicity pertaining to distribution of the software without 27# specific, written prior permission. Red Hat makes no 28# representations about the suitability of this software for any purpose. It 29# is provided "as is" without express or implied warranty. 30# 31# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 35# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 36# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 37# PERFORMANCE OF THIS SOFTWARE. 38 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkglibexecdir = $(libexecdir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58subdir = . 59DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 60 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 61 $(srcdir)/fontenc.pc.in $(top_srcdir)/configure AUTHORS \ 62 COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \ 63 install-sh ltmain.sh missing 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/configure.ac 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 69 configure.lineno config.status.lineno 70mkinstalldirs = $(install_sh) -d 71CONFIG_HEADER = config.h 72CONFIG_CLEAN_FILES = fontenc.pc 73CONFIG_CLEAN_VPATH_FILES = 74AM_V_GEN = $(am__v_GEN_$(V)) 75am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 76am__v_GEN_0 = @echo " GEN " $@; 77AM_V_at = $(am__v_at_$(V)) 78am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 79am__v_at_0 = @ 80SOURCES = 81DIST_SOURCES = 82RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 83 html-recursive info-recursive install-data-recursive \ 84 install-dvi-recursive install-exec-recursive \ 85 install-html-recursive install-info-recursive \ 86 install-pdf-recursive install-ps-recursive install-recursive \ 87 installcheck-recursive installdirs-recursive pdf-recursive \ 88 ps-recursive uninstall-recursive 89am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 90am__vpath_adj = case $$p in \ 91 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 92 *) f=$$p;; \ 93 esac; 94am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 95am__install_max = 40 96am__nobase_strip_setup = \ 97 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 98am__nobase_strip = \ 99 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 100am__nobase_list = $(am__nobase_strip_setup); \ 101 for p in $$list; do echo "$$p $$p"; done | \ 102 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 103 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 104 if (++n[$$2] == $(am__install_max)) \ 105 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 106 END { for (dir in files) print dir, files[dir] }' 107am__base_list = \ 108 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 109 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 110am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 111DATA = $(pkgconfig_DATA) 112RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 113 distclean-recursive maintainer-clean-recursive 114AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 115 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 116 distdir dist dist-all distcheck 117ETAGS = etags 118CTAGS = ctags 119DIST_SUBDIRS = $(SUBDIRS) 120DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 121distdir = $(PACKAGE)-$(VERSION) 122top_distdir = $(distdir) 123am__remove_distdir = \ 124 { test ! -d "$(distdir)" \ 125 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 126 && rm -fr "$(distdir)"; }; } 127am__relativize = \ 128 dir0=`pwd`; \ 129 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 130 sed_rest='s,^[^/]*/*,,'; \ 131 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 132 sed_butlast='s,/*[^/]*$$,,'; \ 133 while test -n "$$dir1"; do \ 134 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 135 if test "$$first" != "."; then \ 136 if test "$$first" = ".."; then \ 137 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 138 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 139 else \ 140 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 141 if test "$$first2" = "$$first"; then \ 142 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 143 else \ 144 dir2="../$$dir2"; \ 145 fi; \ 146 dir0="$$dir0"/"$$first"; \ 147 fi; \ 148 fi; \ 149 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 150 done; \ 151 reldir="$$dir2" 152DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 153GZIP_ENV = --best 154distuninstallcheck_listfiles = find . -type f -print 155ACLOCAL = @ACLOCAL@ 156AMTAR = @AMTAR@ 157AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 158AR = @AR@ 159AUTOCONF = @AUTOCONF@ 160AUTOHEADER = @AUTOHEADER@ 161AUTOMAKE = @AUTOMAKE@ 162AWK = @AWK@ 163CC = @CC@ 164CCDEPMODE = @CCDEPMODE@ 165CFLAGS = @CFLAGS@ 166CHANGELOG_CMD = @CHANGELOG_CMD@ 167CPP = @CPP@ 168CPPFLAGS = @CPPFLAGS@ 169CWARNFLAGS = @CWARNFLAGS@ 170CYGPATH_W = @CYGPATH_W@ 171DEFS = @DEFS@ 172DEPDIR = @DEPDIR@ 173DSYMUTIL = @DSYMUTIL@ 174DUMPBIN = @DUMPBIN@ 175ECHO_C = @ECHO_C@ 176ECHO_N = @ECHO_N@ 177ECHO_T = @ECHO_T@ 178EGREP = @EGREP@ 179ENCODINGSDIR = @ENCODINGSDIR@ 180EXEEXT = @EXEEXT@ 181FGREP = @FGREP@ 182FONTENC_CFLAGS = @FONTENC_CFLAGS@ 183FONTENC_LIBS = @FONTENC_LIBS@ 184GREP = @GREP@ 185INSTALL = @INSTALL@ 186INSTALL_DATA = @INSTALL_DATA@ 187INSTALL_PROGRAM = @INSTALL_PROGRAM@ 188INSTALL_SCRIPT = @INSTALL_SCRIPT@ 189INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 190LD = @LD@ 191LDFLAGS = @LDFLAGS@ 192LIBOBJS = @LIBOBJS@ 193LIBS = @LIBS@ 194LIBTOOL = @LIBTOOL@ 195LINT = @LINT@ 196LINT_FLAGS = @LINT_FLAGS@ 197LIPO = @LIPO@ 198LN_S = @LN_S@ 199LTLIBOBJS = @LTLIBOBJS@ 200MAINT = @MAINT@ 201MAKEINFO = @MAKEINFO@ 202MKDIR_P = @MKDIR_P@ 203NM = @NM@ 204NMEDIT = @NMEDIT@ 205OBJDUMP = @OBJDUMP@ 206OBJEXT = @OBJEXT@ 207OTOOL = @OTOOL@ 208OTOOL64 = @OTOOL64@ 209PACKAGE = @PACKAGE@ 210PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 211PACKAGE_NAME = @PACKAGE_NAME@ 212PACKAGE_STRING = @PACKAGE_STRING@ 213PACKAGE_TARNAME = @PACKAGE_TARNAME@ 214PACKAGE_VERSION = @PACKAGE_VERSION@ 215PATH_SEPARATOR = @PATH_SEPARATOR@ 216PKG_CONFIG = @PKG_CONFIG@ 217RANLIB = @RANLIB@ 218SED = @SED@ 219SET_MAKE = @SET_MAKE@ 220SHELL = @SHELL@ 221STRIP = @STRIP@ 222VERSION = @VERSION@ 223abs_builddir = @abs_builddir@ 224abs_srcdir = @abs_srcdir@ 225abs_top_builddir = @abs_top_builddir@ 226abs_top_srcdir = @abs_top_srcdir@ 227ac_ct_CC = @ac_ct_CC@ 228ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 229am__include = @am__include@ 230am__leading_dot = @am__leading_dot@ 231am__quote = @am__quote@ 232am__tar = @am__tar@ 233am__untar = @am__untar@ 234bindir = @bindir@ 235build = @build@ 236build_alias = @build_alias@ 237build_cpu = @build_cpu@ 238build_os = @build_os@ 239build_vendor = @build_vendor@ 240builddir = @builddir@ 241datadir = @datadir@ 242datarootdir = @datarootdir@ 243distcleancheck_listfiles = @distcleancheck_listfiles@ 244docdir = @docdir@ 245dvidir = @dvidir@ 246exec_prefix = @exec_prefix@ 247host = @host@ 248host_alias = @host_alias@ 249host_cpu = @host_cpu@ 250host_os = @host_os@ 251host_vendor = @host_vendor@ 252htmldir = @htmldir@ 253includedir = @includedir@ 254infodir = @infodir@ 255install_sh = @install_sh@ 256libdir = @libdir@ 257libexecdir = @libexecdir@ 258localedir = @localedir@ 259localstatedir = @localstatedir@ 260lt_ECHO = @lt_ECHO@ 261mandir = @mandir@ 262mkdir_p = @mkdir_p@ 263oldincludedir = @oldincludedir@ 264pdfdir = @pdfdir@ 265prefix = @prefix@ 266program_transform_name = @program_transform_name@ 267psdir = @psdir@ 268sbindir = @sbindir@ 269sharedstatedir = @sharedstatedir@ 270srcdir = @srcdir@ 271sysconfdir = @sysconfdir@ 272target_alias = @target_alias@ 273top_build_prefix = @top_build_prefix@ 274top_builddir = @top_builddir@ 275top_srcdir = @top_srcdir@ 276SUBDIRS = src 277pkgconfigdir = $(libdir)/pkgconfig 278pkgconfig_DATA = fontenc.pc 279EXTRA_DIST = fontenc.pc.in ChangeLog 280MAINTAINERCLEANFILES = ChangeLog 281all: config.h 282 $(MAKE) $(AM_MAKEFLAGS) all-recursive 283 284.SUFFIXES: 285am--refresh: 286 @: 287$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 288 @for dep in $?; do \ 289 case '$(am__configure_deps)' in \ 290 *$$dep*) \ 291 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 292 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 293 && exit 0; \ 294 exit 1;; \ 295 esac; \ 296 done; \ 297 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 298 $(am__cd) $(top_srcdir) && \ 299 $(AUTOMAKE) --gnu Makefile 300.PRECIOUS: Makefile 301Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 302 @case '$?' in \ 303 *config.status*) \ 304 echo ' $(SHELL) ./config.status'; \ 305 $(SHELL) ./config.status;; \ 306 *) \ 307 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 308 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 309 esac; 310 311$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 312 $(SHELL) ./config.status --recheck 313 314$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 315 $(am__cd) $(srcdir) && $(AUTOCONF) 316$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 317 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 318$(am__aclocal_m4_deps): 319 320config.h: stamp-h1 321 @if test ! -f $@; then \ 322 rm -f stamp-h1; \ 323 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 324 else :; fi 325 326stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 327 @rm -f stamp-h1 328 cd $(top_builddir) && $(SHELL) ./config.status config.h 329$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 330 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 331 rm -f stamp-h1 332 touch $@ 333 334distclean-hdr: 335 -rm -f config.h stamp-h1 336fontenc.pc: $(top_builddir)/config.status $(srcdir)/fontenc.pc.in 337 cd $(top_builddir) && $(SHELL) ./config.status $@ 338 339mostlyclean-libtool: 340 -rm -f *.lo 341 342clean-libtool: 343 -rm -rf .libs _libs 344 345distclean-libtool: 346 -rm -f libtool config.lt 347install-pkgconfigDATA: $(pkgconfig_DATA) 348 @$(NORMAL_INSTALL) 349 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 350 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 351 for p in $$list; do \ 352 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 353 echo "$$d$$p"; \ 354 done | $(am__base_list) | \ 355 while read files; do \ 356 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 357 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 358 done 359 360uninstall-pkgconfigDATA: 361 @$(NORMAL_UNINSTALL) 362 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 363 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 364 test -n "$$files" || exit 0; \ 365 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ 366 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files 367 368# This directory's subdirectories are mostly independent; you can cd 369# into them and run `make' without going through this Makefile. 370# To change the values of `make' variables: instead of editing Makefiles, 371# (1) if the variable is set in `config.status', edit `config.status' 372# (which will cause the Makefiles to be regenerated when you run `make'); 373# (2) otherwise, pass the desired values on the `make' command line. 374$(RECURSIVE_TARGETS): 375 @failcom='exit 1'; \ 376 for f in x $$MAKEFLAGS; do \ 377 case $$f in \ 378 *=* | --[!k]*);; \ 379 *k*) failcom='fail=yes';; \ 380 esac; \ 381 done; \ 382 dot_seen=no; \ 383 target=`echo $@ | sed s/-recursive//`; \ 384 list='$(SUBDIRS)'; for subdir in $$list; do \ 385 echo "Making $$target in $$subdir"; \ 386 if test "$$subdir" = "."; then \ 387 dot_seen=yes; \ 388 local_target="$$target-am"; \ 389 else \ 390 local_target="$$target"; \ 391 fi; \ 392 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 393 || eval $$failcom; \ 394 done; \ 395 if test "$$dot_seen" = "no"; then \ 396 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 397 fi; test -z "$$fail" 398 399$(RECURSIVE_CLEAN_TARGETS): 400 @failcom='exit 1'; \ 401 for f in x $$MAKEFLAGS; do \ 402 case $$f in \ 403 *=* | --[!k]*);; \ 404 *k*) failcom='fail=yes';; \ 405 esac; \ 406 done; \ 407 dot_seen=no; \ 408 case "$@" in \ 409 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 410 *) list='$(SUBDIRS)' ;; \ 411 esac; \ 412 rev=''; for subdir in $$list; do \ 413 if test "$$subdir" = "."; then :; else \ 414 rev="$$subdir $$rev"; \ 415 fi; \ 416 done; \ 417 rev="$$rev ."; \ 418 target=`echo $@ | sed s/-recursive//`; \ 419 for subdir in $$rev; do \ 420 echo "Making $$target in $$subdir"; \ 421 if test "$$subdir" = "."; then \ 422 local_target="$$target-am"; \ 423 else \ 424 local_target="$$target"; \ 425 fi; \ 426 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 427 || eval $$failcom; \ 428 done && test -z "$$fail" 429tags-recursive: 430 list='$(SUBDIRS)'; for subdir in $$list; do \ 431 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 432 done 433ctags-recursive: 434 list='$(SUBDIRS)'; for subdir in $$list; do \ 435 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 436 done 437 438ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 439 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 440 unique=`for i in $$list; do \ 441 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 442 done | \ 443 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 444 END { if (nonempty) { for (i in files) print i; }; }'`; \ 445 mkid -fID $$unique 446tags: TAGS 447 448TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 449 $(TAGS_FILES) $(LISP) 450 set x; \ 451 here=`pwd`; \ 452 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 453 include_option=--etags-include; \ 454 empty_fix=.; \ 455 else \ 456 include_option=--include; \ 457 empty_fix=; \ 458 fi; \ 459 list='$(SUBDIRS)'; for subdir in $$list; do \ 460 if test "$$subdir" = .; then :; else \ 461 test ! -f $$subdir/TAGS || \ 462 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 463 fi; \ 464 done; \ 465 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 466 unique=`for i in $$list; do \ 467 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 468 done | \ 469 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 470 END { if (nonempty) { for (i in files) print i; }; }'`; \ 471 shift; \ 472 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 473 test -n "$$unique" || unique=$$empty_fix; \ 474 if test $$# -gt 0; then \ 475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 476 "$$@" $$unique; \ 477 else \ 478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 479 $$unique; \ 480 fi; \ 481 fi 482ctags: CTAGS 483CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 484 $(TAGS_FILES) $(LISP) 485 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 486 unique=`for i in $$list; do \ 487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 488 done | \ 489 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 490 END { if (nonempty) { for (i in files) print i; }; }'`; \ 491 test -z "$(CTAGS_ARGS)$$unique" \ 492 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 493 $$unique 494 495GTAGS: 496 here=`$(am__cd) $(top_builddir) && pwd` \ 497 && $(am__cd) $(top_srcdir) \ 498 && gtags -i $(GTAGS_ARGS) "$$here" 499 500distclean-tags: 501 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 502 503distdir: $(DISTFILES) 504 $(am__remove_distdir) 505 test -d "$(distdir)" || mkdir "$(distdir)" 506 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 507 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 508 list='$(DISTFILES)'; \ 509 dist_files=`for file in $$list; do echo $$file; done | \ 510 sed -e "s|^$$srcdirstrip/||;t" \ 511 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 512 case $$dist_files in \ 513 */*) $(MKDIR_P) `echo "$$dist_files" | \ 514 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 515 sort -u` ;; \ 516 esac; \ 517 for file in $$dist_files; do \ 518 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 519 if test -d $$d/$$file; then \ 520 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 521 if test -d "$(distdir)/$$file"; then \ 522 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 523 fi; \ 524 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 525 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 526 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 527 fi; \ 528 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 529 else \ 530 test -f "$(distdir)/$$file" \ 531 || cp -p $$d/$$file "$(distdir)/$$file" \ 532 || exit 1; \ 533 fi; \ 534 done 535 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 536 if test "$$subdir" = .; then :; else \ 537 test -d "$(distdir)/$$subdir" \ 538 || $(MKDIR_P) "$(distdir)/$$subdir" \ 539 || exit 1; \ 540 fi; \ 541 done 542 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 543 if test "$$subdir" = .; then :; else \ 544 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 545 $(am__relativize); \ 546 new_distdir=$$reldir; \ 547 dir1=$$subdir; dir2="$(top_distdir)"; \ 548 $(am__relativize); \ 549 new_top_distdir=$$reldir; \ 550 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 551 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 552 ($(am__cd) $$subdir && \ 553 $(MAKE) $(AM_MAKEFLAGS) \ 554 top_distdir="$$new_top_distdir" \ 555 distdir="$$new_distdir" \ 556 am__remove_distdir=: \ 557 am__skip_length_check=: \ 558 am__skip_mode_fix=: \ 559 distdir) \ 560 || exit 1; \ 561 fi; \ 562 done 563 $(MAKE) $(AM_MAKEFLAGS) \ 564 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 565 dist-hook 566 -test -n "$(am__skip_mode_fix)" \ 567 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 568 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 569 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 570 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 571 || chmod -R a+r "$(distdir)" 572dist-gzip: distdir 573 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 574 $(am__remove_distdir) 575dist-bzip2: distdir 576 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 577 $(am__remove_distdir) 578 579dist-lzma: distdir 580 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 581 $(am__remove_distdir) 582 583dist-xz: distdir 584 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 585 $(am__remove_distdir) 586 587dist-tarZ: distdir 588 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 589 $(am__remove_distdir) 590 591dist-shar: distdir 592 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 593 $(am__remove_distdir) 594 595dist-zip: distdir 596 -rm -f $(distdir).zip 597 zip -rq $(distdir).zip $(distdir) 598 $(am__remove_distdir) 599 600dist dist-all: distdir 601 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 602 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 603 $(am__remove_distdir) 604 605# This target untars the dist file and tries a VPATH configuration. Then 606# it guarantees that the distribution is self-contained by making another 607# tarfile. 608distcheck: dist 609 case '$(DIST_ARCHIVES)' in \ 610 *.tar.gz*) \ 611 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 612 *.tar.bz2*) \ 613 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 614 *.tar.lzma*) \ 615 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 616 *.tar.xz*) \ 617 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 618 *.tar.Z*) \ 619 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 620 *.shar.gz*) \ 621 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 622 *.zip*) \ 623 unzip $(distdir).zip ;;\ 624 esac 625 chmod -R a-w $(distdir); chmod a+w $(distdir) 626 mkdir $(distdir)/_build 627 mkdir $(distdir)/_inst 628 chmod a-w $(distdir) 629 test -d $(distdir)/_build || exit 0; \ 630 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 631 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 632 && am__cwd=`pwd` \ 633 && $(am__cd) $(distdir)/_build \ 634 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 635 $(DISTCHECK_CONFIGURE_FLAGS) \ 636 && $(MAKE) $(AM_MAKEFLAGS) \ 637 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 638 && $(MAKE) $(AM_MAKEFLAGS) check \ 639 && $(MAKE) $(AM_MAKEFLAGS) install \ 640 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 641 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 642 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 643 distuninstallcheck \ 644 && chmod -R a-w "$$dc_install_base" \ 645 && ({ \ 646 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 647 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 648 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 649 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 650 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 651 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 652 && rm -rf "$$dc_destdir" \ 653 && $(MAKE) $(AM_MAKEFLAGS) dist \ 654 && rm -rf $(DIST_ARCHIVES) \ 655 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 656 && cd "$$am__cwd" \ 657 || exit 1 658 $(am__remove_distdir) 659 @(echo "$(distdir) archives ready for distribution: "; \ 660 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 661 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 662distuninstallcheck: 663 @$(am__cd) '$(distuninstallcheck_dir)' \ 664 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 665 || { echo "ERROR: files left after uninstall:" ; \ 666 if test -n "$(DESTDIR)"; then \ 667 echo " (check DESTDIR support)"; \ 668 fi ; \ 669 $(distuninstallcheck_listfiles) ; \ 670 exit 1; } >&2 671distcleancheck: distclean 672 @if test '$(srcdir)' = . ; then \ 673 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 674 exit 1 ; \ 675 fi 676 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 677 || { echo "ERROR: files left in build directory after distclean:" ; \ 678 $(distcleancheck_listfiles) ; \ 679 exit 1; } >&2 680check-am: all-am 681check: check-recursive 682all-am: Makefile $(DATA) config.h 683installdirs: installdirs-recursive 684installdirs-am: 685 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 686 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 687 done 688install: install-recursive 689install-exec: install-exec-recursive 690install-data: install-data-recursive 691uninstall: uninstall-recursive 692 693install-am: all-am 694 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 695 696installcheck: installcheck-recursive 697install-strip: 698 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 699 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 700 `test -z '$(STRIP)' || \ 701 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 702mostlyclean-generic: 703 704clean-generic: 705 706distclean-generic: 707 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 708 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 709 710maintainer-clean-generic: 711 @echo "This command is intended for maintainers to use" 712 @echo "it deletes files that may require special tools to rebuild." 713 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 714clean: clean-recursive 715 716clean-am: clean-generic clean-libtool mostlyclean-am 717 718distclean: distclean-recursive 719 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 720 -rm -f Makefile 721distclean-am: clean-am distclean-generic distclean-hdr \ 722 distclean-libtool distclean-tags 723 724dvi: dvi-recursive 725 726dvi-am: 727 728html: html-recursive 729 730html-am: 731 732info: info-recursive 733 734info-am: 735 736install-data-am: install-pkgconfigDATA 737 738install-dvi: install-dvi-recursive 739 740install-dvi-am: 741 742install-exec-am: 743 744install-html: install-html-recursive 745 746install-html-am: 747 748install-info: install-info-recursive 749 750install-info-am: 751 752install-man: 753 754install-pdf: install-pdf-recursive 755 756install-pdf-am: 757 758install-ps: install-ps-recursive 759 760install-ps-am: 761 762installcheck-am: 763 764maintainer-clean: maintainer-clean-recursive 765 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 766 -rm -rf $(top_srcdir)/autom4te.cache 767 -rm -f Makefile 768maintainer-clean-am: distclean-am maintainer-clean-generic 769 770mostlyclean: mostlyclean-recursive 771 772mostlyclean-am: mostlyclean-generic mostlyclean-libtool 773 774pdf: pdf-recursive 775 776pdf-am: 777 778ps: ps-recursive 779 780ps-am: 781 782uninstall-am: uninstall-pkgconfigDATA 783 784.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 785 ctags-recursive install-am install-strip tags-recursive 786 787.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 788 all all-am am--refresh check check-am clean clean-generic \ 789 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 790 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 791 dist-zip distcheck distclean distclean-generic distclean-hdr \ 792 distclean-libtool distclean-tags distcleancheck distdir \ 793 distuninstallcheck dvi dvi-am html html-am info info-am \ 794 install install-am install-data install-data-am install-dvi \ 795 install-dvi-am install-exec install-exec-am install-html \ 796 install-html-am install-info install-info-am install-man \ 797 install-pdf install-pdf-am install-pkgconfigDATA install-ps \ 798 install-ps-am install-strip installcheck installcheck-am \ 799 installdirs installdirs-am maintainer-clean \ 800 maintainer-clean-generic mostlyclean mostlyclean-generic \ 801 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 802 uninstall uninstall-am uninstall-pkgconfigDATA 803 804 805.PHONY: ChangeLog 806 807ChangeLog: 808 $(CHANGELOG_CMD) 809 810dist-hook: ChangeLog 811 812@LINT_TRUE@lint: 813@LINT_TRUE@ (cd src && $(MAKE) $(MFLAGS) lint) 814 815# Tell versions [3.59,3.63) of GNU make to not export all variables. 816# Otherwise a system limit (for SysV at least) may be exceeded. 817.NOEXPORT: 818