
1: # Makefile.in generated by automake 1.10 from Makefile.am. 2: # @configure_input@ 3: 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5: # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 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. 9: 10: # This program is distributed in the hope that it will be useful, 11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13: # PARTICULAR PURPOSE. 14: 15: @SET_MAKE@ 16: 17: # Process this file with automake to produce Makefile.in (in this, 18: # and all subdirectories). 19: # 20: # Makefile for the top-level directory of GNU hello. 21: # Copyright (C) 1997, 1998, 2005, 2006, 2007 Free Software Foundation, Inc. 22: # 23: # This program is free software; you can redistribute it and/or modify 24: # it under the terms of the GNU General Public License as published by 25: # the Free Software Foundation; either version 3, or (at your option) 26: # any later version. 27: # 28: # This program is distributed in the hope that it will be useful, 29: # but WITHOUT ANY WARRANTY; without even the implied warranty of 30: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 31: # GNU General Public License for more details. 32: # 33: # You should have received a copy of the GNU General Public License 34: # along with this program; if not, write to the Free Software Foundation, 35: # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 36: VPATH = @srcdir@ 37: pkgdatadir = $(datadir)/@PACKAGE@ 38: pkglibdir = $(libdir)/@PACKAGE@ 39: pkgincludedir = $(includedir)/@PACKAGE@ 40: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 41: install_sh_DATA = $(install_sh) -c -m 644 42: install_sh_PROGRAM = $(install_sh) -c 43: install_sh_SCRIPT = $(install_sh) -c 44: INSTALL_HEADER = $(INSTALL_DATA) 45: transform = $(program_transform_name) 46: NORMAL_INSTALL = : 47: PRE_INSTALL = : 48: POST_INSTALL = : 49: NORMAL_UNINSTALL = : 50: PRE_UNINSTALL = : 51: POST_UNINSTALL = : 52: build_triplet = @build@ 53: host_triplet = @host@ 54: subdir = . 55: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 56: $(srcdir)/Makefile.in $(srcdir)/config.in \ 57: $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \ 58: INSTALL NEWS THANKS TODO build-aux/config.guess \ 59: build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ 60: build-aux/install-sh build-aux/mdate-sh build-aux/missing \ 61: build-aux/mkinstalldirs build-aux/texinfo.tex 62: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 63: am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/close-stream.m4 \ 64: $(top_srcdir)/gnulib/m4/closeout.m4 \ 65: $(top_srcdir)/gnulib/m4/error.m4 \ 66: $(top_srcdir)/gnulib/m4/exitfail.m4 \ 67: $(top_srcdir)/gnulib/m4/fpending.m4 \ 68: $(top_srcdir)/gnulib/m4/getopt.m4 \ 69: $(top_srcdir)/gnulib/m4/gettext.m4 \ 70: $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ 71: $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ 72: $(top_srcdir)/gnulib/m4/iconv.m4 \ 73: $(top_srcdir)/gnulib/m4/include_next.m4 \ 74: $(top_srcdir)/gnulib/m4/inline.m4 \ 75: $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ 76: $(top_srcdir)/gnulib/m4/lib-ld.m4 \ 77: $(top_srcdir)/gnulib/m4/lib-link.m4 \ 78: $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ 79: $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ 80: $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ 81: $(top_srcdir)/gnulib/m4/nls.m4 $(top_srcdir)/gnulib/m4/po.m4 \ 82: $(top_srcdir)/gnulib/m4/progtest.m4 \ 83: $(top_srcdir)/gnulib/m4/quotearg.m4 \ 84: $(top_srcdir)/gnulib/m4/stdbool.m4 \ 85: $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ 86: $(top_srcdir)/gnulib/m4/unistd_h.m4 \ 87: $(top_srcdir)/gnulib/m4/wchar.m4 \ 88: $(top_srcdir)/gnulib/m4/wctype.m4 \ 89: $(top_srcdir)/gnulib/m4/wint_t.m4 \ 90: $(top_srcdir)/gnulib/m4/xalloc.m4 $(top_srcdir)/configure.ac 91: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 92: $(ACLOCAL_M4) 93: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 94: configure.lineno config.status.lineno 95: mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs 96: CONFIG_HEADER = config.h 97: CONFIG_CLEAN_FILES = 98: SOURCES = 99: DIST_SOURCES = 100: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 101: html-recursive info-recursive install-data-recursive \ 102: install-dvi-recursive install-exec-recursive \ 103: install-html-recursive install-info-recursive \ 104: install-pdf-recursive install-ps-recursive install-recursive \ 105: installcheck-recursive installdirs-recursive pdf-recursive \ 106: ps-recursive uninstall-recursive 107: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 108: distclean-recursive maintainer-clean-recursive 109: ETAGS = etags 110: CTAGS = ctags 111: DIST_SUBDIRS = $(SUBDIRS) 112: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 113: distdir = $(PACKAGE)-$(VERSION) 114: top_distdir = $(distdir) 115: am__remove_distdir = \ 116: { test ! -d $(distdir) \ 117: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 118: && rm -fr $(distdir); }; } 119: DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 120: GZIP_ENV = --best 121: distuninstallcheck_listfiles = find . -type f -print 122: distcleancheck_listfiles = find . -type f -print 123: ACLOCAL = @ACLOCAL@ 124: AMTAR = @AMTAR@ 125: AUTOCONF = @AUTOCONF@ 126: AUTOHEADER = @AUTOHEADER@ 127: AUTOMAKE = @AUTOMAKE@ 128: AWK = @AWK@ 129: CC = @CC@ 130: CCDEPMODE = @CCDEPMODE@ 131: CFLAGS = @CFLAGS@ 132: CPP = @CPP@ 133: CPPFLAGS = @CPPFLAGS@ 134: CYGPATH_W = @CYGPATH_W@ 135: DEFS = @DEFS@ 136: DEPDIR = @DEPDIR@ 137: ECHO_C = @ECHO_C@ 138: ECHO_N = @ECHO_N@ 139: ECHO_T = @ECHO_T@ 140: EGREP = @EGREP@ 141: EXEEXT = @EXEEXT@ 142: GETOPT_H = @GETOPT_H@ 143: GMSGFMT = @GMSGFMT@ 144: GMSGFMT_015 = @GMSGFMT_015@ 145: GNULIB_CHOWN = @GNULIB_CHOWN@ 146: GNULIB_DUP2 = @GNULIB_DUP2@ 147: GNULIB_FCHDIR = @GNULIB_FCHDIR@ 148: GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ 149: GNULIB_GETCWD = @GNULIB_GETCWD@ 150: GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ 151: GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ 152: GNULIB_LCHOWN = @GNULIB_LCHOWN@ 153: GNULIB_LSEEK = @GNULIB_LSEEK@ 154: GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ 155: GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ 156: GNULIB_READLINK = @GNULIB_READLINK@ 157: GNULIB_SLEEP = @GNULIB_SLEEP@ 158: GREP = @GREP@ 159: HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ 160: HAVE_DUP2 = @HAVE_DUP2@ 161: HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ 162: HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ 163: HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ 164: HAVE_MKDTEMP = @HAVE_MKDTEMP@ 165: HAVE_READLINK = @HAVE_READLINK@ 166: HAVE_SLEEP = @HAVE_SLEEP@ 167: HAVE_UNISTD_H = @HAVE_UNISTD_H@ 168: HAVE_WCHAR_H = @HAVE_WCHAR_H@ 169: HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ 170: HAVE_WINT_T = @HAVE_WINT_T@ 171: HAVE__BOOL = @HAVE__BOOL@ 172: HELP2MAN = @HELP2MAN@ 173: INCLUDE_NEXT = @INCLUDE_NEXT@ 174: INSTALL = @INSTALL@ 175: INSTALL_DATA = @INSTALL_DATA@ 176: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 177: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 178: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 179: INTLLIBS = @INTLLIBS@ 180: INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 181: LDFLAGS = @LDFLAGS@ 182: LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ 183: LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ 184: LIBICONV = @LIBICONV@ 185: LIBINTL = @LIBINTL@ 186: LIBOBJS = @LIBOBJS@ 187: LIBS = @LIBS@ 188: LTLIBICONV = @LTLIBICONV@ 189: LTLIBINTL = @LTLIBINTL@ 190: LTLIBOBJS = @LTLIBOBJS@ 191: MAKEINFO = @MAKEINFO@ 192: MKDIR_P = @MKDIR_P@ 193: MSGFMT = @MSGFMT@ 194: MSGFMT_015 = @MSGFMT_015@ 195: MSGMERGE = @MSGMERGE@ 196: NEXT_STDLIB_H = @NEXT_STDLIB_H@ 197: NEXT_UNISTD_H = @NEXT_UNISTD_H@ 198: NEXT_WCHAR_H = @NEXT_WCHAR_H@ 199: NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ 200: OBJEXT = @OBJEXT@ 201: PACKAGE = @PACKAGE@ 202: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 203: PACKAGE_NAME = @PACKAGE_NAME@ 204: PACKAGE_STRING = @PACKAGE_STRING@ 205: PACKAGE_TARNAME = @PACKAGE_TARNAME@ 206: PACKAGE_VERSION = @PACKAGE_VERSION@ 207: PATH_SEPARATOR = @PATH_SEPARATOR@ 208: POSUB = @POSUB@ 209: RANLIB = @RANLIB@ 210: REPLACE_CHOWN = @REPLACE_CHOWN@ 211: REPLACE_FCHDIR = @REPLACE_FCHDIR@ 212: REPLACE_GETCWD = @REPLACE_GETCWD@ 213: REPLACE_LCHOWN = @REPLACE_LCHOWN@ 214: REPLACE_LSEEK = @REPLACE_LSEEK@ 215: REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ 216: SET_MAKE = @SET_MAKE@ 217: SHELL = @SHELL@ 218: STDBOOL_H = @STDBOOL_H@ 219: STRIP = @STRIP@ 220: USE_NLS = @USE_NLS@ 221: VERSION = @VERSION@ 222: WCHAR_H = @WCHAR_H@ 223: WCTYPE_H = @WCTYPE_H@ 224: XGETTEXT = @XGETTEXT@ 225: XGETTEXT_015 = @XGETTEXT_015@ 226: abs_builddir = @abs_builddir@ 227: abs_srcdir = @abs_srcdir@ 228: abs_top_builddir = @abs_top_builddir@ 229: abs_top_srcdir = @abs_top_srcdir@ 230: ac_ct_CC = @ac_ct_CC@ 231: am__include = @am__include@ 232: am__leading_dot = @am__leading_dot@ 233: am__quote = @am__quote@ 234: am__tar = @am__tar@ 235: am__untar = @am__untar@ 236: bindir = @bindir@ 237: build = @build@ 238: build_alias = @build_alias@ 239: build_cpu = @build_cpu@ 240: build_os = @build_os@ 241: build_vendor = @build_vendor@ 242: builddir = @builddir@ 243: datadir = @datadir@ 244: datarootdir = @datarootdir@ 245: docdir = @docdir@ 246: dvidir = @dvidir@ 247: exec_prefix = @exec_prefix@ 248: gl_LIBOBJS = @gl_LIBOBJS@ 249: gl_LTLIBOBJS = @gl_LTLIBOBJS@ 250: host = @host@ 251: host_alias = @host_alias@ 252: host_cpu = @host_cpu@ 253: host_os = @host_os@ 254: host_vendor = @host_vendor@ 255: htmldir = @htmldir@ 256: includedir = @includedir@ 257: infodir = @infodir@ 258: install_sh = @install_sh@ 259: libdir = @libdir@ 260: libexecdir = @libexecdir@ 261: localedir = @localedir@ 262: localstatedir = @localstatedir@ 263: mandir = @mandir@ 264: mkdir_p = @mkdir_p@ 265: oldincludedir = @oldincludedir@ 266: pdfdir = @pdfdir@ 267: prefix = @prefix@ 268: program_transform_name = @program_transform_name@ 269: psdir = @psdir@ 270: sbindir = @sbindir@ 271: sharedstatedir = @sharedstatedir@ 272: srcdir = @srcdir@ 273: sysconfdir = @sysconfdir@ 274: target_alias = @target_alias@ 275: top_builddir = @top_builddir@ 276: top_srcdir = @top_srcdir@ 277: 278: # Find gnulib headers. 279: ACLOCAL_AMFLAGS = -I gnulib/m4 280: 281: # Additional files to distribute. 282: EXTRA_DIST = ChangeLog.O 283: 284: # Subdirectories to descend into. 285: SUBDIRS = contrib gnulib/lib po src doc man tests 286: 287: # `make diff' produces a diff against the previous version, given both 288: # .tar.gz's in the current directory. This should only be done when an 289: # official release is made (and only if you care to provide diffs). 290: # 291: hello_pre = 2.1.1 292: all: config.h 293: $(MAKE) $(AM_MAKEFLAGS) all-recursive 294: 295: .SUFFIXES: 296: am--refresh: 297: @: 298: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 299: @for dep in $?; do \ 300: case '$(am__configure_deps)' in \ 301: *$$dep*) \ 302: echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 303: cd $(srcdir) && $(AUTOMAKE) --gnu \ 304: && exit 0; \ 305: exit 1;; \ 306: esac; \ 307: done; \ 308: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 309: cd $(top_srcdir) && \ 310: $(AUTOMAKE) --gnu Makefile 311: .PRECIOUS: Makefile 312: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 313: @case '$?' in \ 314: *config.status*) \ 315: echo ' $(SHELL) ./config.status'; \ 316: $(SHELL) ./config.status;; \ 317: *) \ 318: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 319: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 320: esac; 321: 322: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 323: $(SHELL) ./config.status --recheck 324: 325: $(top_srcdir)/configure: $(am__configure_deps) 326: cd $(srcdir) && $(AUTOCONF) 327: $(ACLOCAL_M4): $(am__aclocal_m4_deps) 328: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 329: 330: config.h: stamp-h1 331: @if test ! -f $@; then \ 332: rm -f stamp-h1; \ 333: $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 334: else :; fi 335: 336: stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status 337: @rm -f stamp-h1 338: cd $(top_builddir) && $(SHELL) ./config.status config.h 339: $(srcdir)/config.in: $(am__configure_deps) 340: cd $(top_srcdir) && $(AUTOHEADER) 341: rm -f stamp-h1 342: touch $@ 343: 344: distclean-hdr: 345: -rm -f config.h stamp-h1 346: 347: # This directory's subdirectories are mostly independent; you can cd 348: # into them and run `make' without going through this Makefile. 349: # To change the values of `make' variables: instead of editing Makefiles, 350: # (1) if the variable is set in `config.status', edit `config.status' 351: # (which will cause the Makefiles to be regenerated when you run `make'); 352: # (2) otherwise, pass the desired values on the `make' command line. 353: $(RECURSIVE_TARGETS): 354: @failcom='exit 1'; \ 355: for f in x $$MAKEFLAGS; do \ 356: case $$f in \ 357: *=* | --[!k]*);; \ 358: *k*) failcom='fail=yes';; \ 359: esac; \ 360: done; \ 361: dot_seen=no; \ 362: target=`echo $@ | sed s/-recursive//`; \ 363: list='$(SUBDIRS)'; for subdir in $$list; do \ 364: echo "Making $$target in $$subdir"; \ 365: if test "$$subdir" = "."; then \ 366: dot_seen=yes; \ 367: local_target="$$target-am"; \ 368: else \ 369: local_target="$$target"; \ 370: fi; \ 371: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 372: || eval $$failcom; \ 373: done; \ 374: if test "$$dot_seen" = "no"; then \ 375: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 376: fi; test -z "$$fail" 377: 378: $(RECURSIVE_CLEAN_TARGETS): 379: @failcom='exit 1'; \ 380: for f in x $$MAKEFLAGS; do \ 381: case $$f in \ 382: *=* | --[!k]*);; \ 383: *k*) failcom='fail=yes';; \ 384: esac; \ 385: done; \ 386: dot_seen=no; \ 387: case "$@" in \ 388: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 389: *) list='$(SUBDIRS)' ;; \ 390: esac; \ 391: rev=''; for subdir in $$list; do \ 392: if test "$$subdir" = "."; then :; else \ 393: rev="$$subdir $$rev"; \ 394: fi; \ 395: done; \ 396: rev="$$rev ."; \ 397: target=`echo $@ | sed s/-recursive//`; \ 398: for subdir in $$rev; do \ 399: echo "Making $$target in $$subdir"; \ 400: if test "$$subdir" = "."; then \ 401: local_target="$$target-am"; \ 402: else \ 403: local_target="$$target"; \ 404: fi; \ 405: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 406: || eval $$failcom; \ 407: done && test -z "$$fail" 408: tags-recursive: 409: list='$(SUBDIRS)'; for subdir in $$list; do \ 410: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 411: done 412: ctags-recursive: 413: list='$(SUBDIRS)'; for subdir in $$list; do \ 414: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 415: done 416: 417: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 418: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 419: unique=`for i in $$list; do \ 420: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 421: done | \ 422: $(AWK) ' { files[$$0] = 1; } \ 423: END { for (i in files) print i; }'`; \ 424: mkid -fID $$unique 425: tags: TAGS 426: 427: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ 428: $(TAGS_FILES) $(LISP) 429: tags=; \ 430: here=`pwd`; \ 431: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 432: include_option=--etags-include; \ 433: empty_fix=.; \ 434: else \ 435: include_option=--include; \ 436: empty_fix=; \ 437: fi; \ 438: list='$(SUBDIRS)'; for subdir in $$list; do \ 439: if test "$$subdir" = .; then :; else \ 440: test ! -f $$subdir/TAGS || \ 441: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 442: fi; \ 443: done; \ 444: list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \ 445: unique=`for i in $$list; do \ 446: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 447: done | \ 448: $(AWK) ' { files[$$0] = 1; } \ 449: END { for (i in files) print i; }'`; \ 450: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 451: test -n "$$unique" || unique=$$empty_fix; \ 452: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 453: $$tags $$unique; \ 454: fi 455: ctags: CTAGS 456: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ 457: $(TAGS_FILES) $(LISP) 458: tags=; \ 459: here=`pwd`; \ 460: list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \ 461: unique=`for i in $$list; do \ 462: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 463: done | \ 464: $(AWK) ' { files[$$0] = 1; } \ 465: END { for (i in files) print i; }'`; \ 466: test -z "$(CTAGS_ARGS)$$tags$$unique" \ 467: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 468: $$tags $$unique 469: 470: GTAGS: 471: here=`$(am__cd) $(top_builddir) && pwd` \ 472: && cd $(top_srcdir) \ 473: && gtags -i $(GTAGS_ARGS) $$here 474: 475: distclean-tags: 476: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 477: 478: distdir: $(DISTFILES) 479: $(am__remove_distdir) 480: test -d $(distdir) || mkdir $(distdir) 481: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 482: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 483: list='$(DISTFILES)'; \ 484: dist_files=`for file in $$list; do echo $$file; done | \ 485: sed -e "s|^$$srcdirstrip/||;t" \ 486: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 487: case $$dist_files in \ 488: */*) $(MKDIR_P) `echo "$$dist_files" | \ 489: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 490: sort -u` ;; \ 491: esac; \ 492: for file in $$dist_files; do \ 493: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 494: if test -d $$d/$$file; then \ 495: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 496: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 497: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 498: fi; \ 499: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 500: else \ 501: test -f $(distdir)/$$file \ 502: || cp -p $$d/$$file $(distdir)/$$file \ 503: || exit 1; \ 504: fi; \ 505: done 506: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 507: if test "$$subdir" = .; then :; else \ 508: test -d "$(distdir)/$$subdir" \ 509: || $(MKDIR_P) "$(distdir)/$$subdir" \ 510: || exit 1; \ 511: distdir=`$(am__cd) $(distdir) && pwd`; \ 512: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 513: (cd $$subdir && \ 514: $(MAKE) $(AM_MAKEFLAGS) \ 515: top_distdir="$$top_distdir" \ 516: distdir="$$distdir/$$subdir" \ 517: am__remove_distdir=: \ 518: am__skip_length_check=: \ 519: distdir) \ 520: || exit 1; \ 521: fi; \ 522: done 523: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 524: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 525: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 526: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 527: || chmod -R a+r $(distdir) 528: dist-gzip: distdir 529: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 530: $(am__remove_distdir) 531: dist-bzip2: distdir 532: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 533: $(am__remove_distdir) 534: 535: dist-tarZ: distdir 536: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 537: $(am__remove_distdir) 538: 539: dist-shar: distdir 540: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 541: $(am__remove_distdir) 542: 543: dist-zip: distdir 544: -rm -f $(distdir).zip 545: zip -rq $(distdir).zip $(distdir) 546: $(am__remove_distdir) 547: 548: dist dist-all: distdir 549: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 550: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 551: $(am__remove_distdir) 552: 553: # This target untars the dist file and tries a VPATH configuration. Then 554: # it guarantees that the distribution is self-contained by making another 555: # tarfile. 556: distcheck: dist 557: case '$(DIST_ARCHIVES)' in \ 558: *.tar.gz*) \ 559: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 560: *.tar.bz2*) \ 561: bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 562: *.tar.Z*) \ 563: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 564: *.shar.gz*) \ 565: GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 566: *.zip*) \ 567: unzip $(distdir).zip ;;\ 568: esac 569: chmod -R a-w $(distdir); chmod a+w $(distdir) 570: mkdir $(distdir)/_build 571: mkdir $(distdir)/_inst 572: chmod a-w $(distdir) 573: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 574: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 575: && cd $(distdir)/_build \ 576: && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 577: $(DISTCHECK_CONFIGURE_FLAGS) \ 578: && $(MAKE) $(AM_MAKEFLAGS) \ 579: && $(MAKE) $(AM_MAKEFLAGS) dvi \ 580: && $(MAKE) $(AM_MAKEFLAGS) check \ 581: && $(MAKE) $(AM_MAKEFLAGS) install \ 582: && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 583: && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 584: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 585: distuninstallcheck \ 586: && chmod -R a-w "$$dc_install_base" \ 587: && ({ \ 588: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 589: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 590: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 591: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 592: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 593: } || { rm -rf "$$dc_destdir"; exit 1; }) \ 594: && rm -rf "$$dc_destdir" \ 595: && $(MAKE) $(AM_MAKEFLAGS) dist \ 596: && rm -rf $(DIST_ARCHIVES) \ 597: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 598: $(am__remove_distdir) 599: @(echo "$(distdir) archives ready for distribution: "; \ 600: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 601: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 602: distuninstallcheck: 603: @cd $(distuninstallcheck_dir) \ 604: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 605: || { echo "ERROR: files left after uninstall:" ; \ 606: if test -n "$(DESTDIR)"; then \ 607: echo " (check DESTDIR support)"; \ 608: fi ; \ 609: $(distuninstallcheck_listfiles) ; \ 610: exit 1; } >&2 611: distcleancheck: distclean 612: @if test '$(srcdir)' = . ; then \ 613: echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 614: exit 1 ; \ 615: fi 616: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 617: || { echo "ERROR: files left in build directory after distclean:" ; \ 618: $(distcleancheck_listfiles) ; \ 619: exit 1; } >&2 620: check-am: all-am 621: check: check-recursive 622: all-am: Makefile config.h 623: installdirs: installdirs-recursive 624: installdirs-am: 625: install: install-recursive 626: install-exec: install-exec-recursive 627: install-data: install-data-recursive 628: uninstall: uninstall-recursive 629: 630: install-am: all-am 631: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 632: 633: installcheck: installcheck-recursive 634: install-strip: 635: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 636: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 637: `test -z '$(STRIP)' || \ 638: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 639: mostlyclean-generic: 640: 641: clean-generic: 642: 643: distclean-generic: 644: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 645: 646: maintainer-clean-generic: 647: @echo "This command is intended for maintainers to use" 648: @echo "it deletes files that may require special tools to rebuild." 649: clean: clean-recursive 650: 651: clean-am: clean-generic mostlyclean-am 652: 653: distclean: distclean-recursive 654: -rm -f $(am__CONFIG_DISTCLEAN_FILES) 655: -rm -f Makefile 656: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 657: 658: dvi: dvi-recursive 659: 660: dvi-am: 661: 662: html: html-recursive 663: 664: info: info-recursive 665: 666: info-am: 667: 668: install-data-am: 669: 670: install-dvi: install-dvi-recursive 671: 672: install-exec-am: 673: 674: install-html: install-html-recursive 675: 676: install-info: install-info-recursive 677: 678: install-man: 679: 680: install-pdf: install-pdf-recursive 681: 682: install-ps: install-ps-recursive 683: 684: installcheck-am: 685: 686: maintainer-clean: maintainer-clean-recursive 687: -rm -f $(am__CONFIG_DISTCLEAN_FILES) 688: -rm -rf $(top_srcdir)/autom4te.cache 689: -rm -f Makefile 690: maintainer-clean-am: distclean-am maintainer-clean-generic 691: 692: mostlyclean: mostlyclean-recursive 693: 694: mostlyclean-am: mostlyclean-generic 695: 696: pdf: pdf-recursive 697: 698: pdf-am: 699: 700: ps: ps-recursive 701: 702: ps-am: 703: 704: uninstall-am: 705: 706: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 707: install-strip 708: 709: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 710: all all-am am--refresh check check-am clean clean-generic \ 711: ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 712: dist-shar dist-tarZ dist-zip distcheck distclean \ 713: distclean-generic distclean-hdr distclean-tags distcleancheck \ 714: distdir distuninstallcheck dvi dvi-am html html-am info \ 715: info-am install install-am install-data install-data-am \ 716: install-dvi install-dvi-am install-exec install-exec-am \ 717: install-html install-html-am install-info install-info-am \ 718: install-man install-pdf install-pdf-am install-ps \ 719: install-ps-am install-strip installcheck installcheck-am \ 720: installdirs installdirs-am maintainer-clean \ 721: maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 722: pdf-am ps ps-am tags tags-recursive uninstall uninstall-am 723: 724: # 725: diff: diffcheck 726: @(echo "To apply these patches, cd to the main directory of the package"; \ 727: echo "and then use \`patch -p1 < hello-XXX.diff'."; \ 728: echo "Before building the program, run \`autogen.sh'."; ) > \ 729: $(PACKAGE)-$(hello_pre)-$(VERSION).diff 730: -diff -rc2P --exclude=configure --exclude=config.h.in --exclude=*.info \ 731: --exclude=*.gmo --exclude=aclocal.m4 \ 732: $(PACKAGE)-$(hello_pre) $(PACKAGE)-$(VERSION) >> \ 733: $(PACKAGE)-$(hello_pre)-$(VERSION).diff 734: gzip --force --best $(PACKAGE)-$(hello_pre)-$(VERSION).diff 735: 736: diffcheck: 737: for d in $(PACKAGE)-$(hello_pre) $(PACKAGE)-$(VERSION) ; do \ 738: if test ! -d $$d ; then \ 739: if test -r $$d.tar.gz ; then \ 740: tar -zxf $$d.tar.gz ; \ 741: else \ 742: echo subdir $$d does not exist. ; \ 743: exit 1 ; \ 744: fi ; \ 745: fi ; \ 746: done 747: 748: # From coreutils. 749: # Verify that all source files using _() are listed in po/POTFILES.in. 750: # The idea is to run this before making pretests, as well as official 751: # releases, so that 752: po-check: 753: if test -f po/POTFILES.in; then \ 754: grep -E -v '^(#|$$)' po/POTFILES.in \ 755: | grep -v '^src/false\.c$$' | sort > $@-1; \ 756: files=; \ 757: for file in $$($(CVS_LIST_EXCEPT)) `find * -name '*.[ch]'`; do \ 758: case $$file in \ 759: djgpp/* | man/*) continue;; \ 760: esac; \ 761: case $$file in \ 762: *.[ch]) \ 763: base=`expr " $$file" : ' \(.*\)\..'`; \ 764: { test -f $$base.l || test -f $$base.y; } && continue;; \ 765: esac; \ 766: files="$$files $$file"; \ 767: done; \ 768: grep -E -l '\b(N?_|gettext *)\([^)"]*("|$$)' $$files \ 769: | sort -u > $@-2; \ 770: diff -u $@-1 $@-2 || exit 1; \ 771: rm -f $@-1 $@-2; \ 772: fi 773: # Tell versions [3.59,3.63) of GNU make to not export all variables. 774: # Otherwise a system limit (for SysV at least) may be exceeded. 775: .NOEXPORT: