
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. 18: # Makefile.am for hello/src. 19: # 20: # Copyright (C) 1996, 1997, 2001, 2005, 2006, 2007 Free Software 21: # 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: 37: VPATH = @srcdir@ 38: pkgdatadir = $(datadir)/@PACKAGE@ 39: pkglibdir = $(libdir)/@PACKAGE@ 40: pkgincludedir = $(includedir)/@PACKAGE@ 41: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 42: install_sh_DATA = $(install_sh) -c -m 644 43: install_sh_PROGRAM = $(install_sh) -c 44: install_sh_SCRIPT = $(install_sh) -c 45: INSTALL_HEADER = $(INSTALL_DATA) 46: transform = $(program_transform_name) 47: NORMAL_INSTALL = : 48: PRE_INSTALL = : 49: POST_INSTALL = : 50: NORMAL_UNINSTALL = : 51: PRE_UNINSTALL = : 52: POST_UNINSTALL = : 53: build_triplet = @build@ 54: host_triplet = @host@ 55: bin_PROGRAMS = hello$(EXEEXT) 56: subdir = src 57: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog 58: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 59: am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/close-stream.m4 \ 60: $(top_srcdir)/gnulib/m4/closeout.m4 \ 61: $(top_srcdir)/gnulib/m4/error.m4 \ 62: $(top_srcdir)/gnulib/m4/exitfail.m4 \ 63: $(top_srcdir)/gnulib/m4/fpending.m4 \ 64: $(top_srcdir)/gnulib/m4/getopt.m4 \ 65: $(top_srcdir)/gnulib/m4/gettext.m4 \ 66: $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ 67: $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ 68: $(top_srcdir)/gnulib/m4/iconv.m4 \ 69: $(top_srcdir)/gnulib/m4/include_next.m4 \ 70: $(top_srcdir)/gnulib/m4/inline.m4 \ 71: $(top_srcdir)/gnulib/m4/intlmacosx.m4 \ 72: $(top_srcdir)/gnulib/m4/lib-ld.m4 \ 73: $(top_srcdir)/gnulib/m4/lib-link.m4 \ 74: $(top_srcdir)/gnulib/m4/lib-prefix.m4 \ 75: $(top_srcdir)/gnulib/m4/mbrtowc.m4 \ 76: $(top_srcdir)/gnulib/m4/mbstate_t.m4 \ 77: $(top_srcdir)/gnulib/m4/nls.m4 $(top_srcdir)/gnulib/m4/po.m4 \ 78: $(top_srcdir)/gnulib/m4/progtest.m4 \ 79: $(top_srcdir)/gnulib/m4/quotearg.m4 \ 80: $(top_srcdir)/gnulib/m4/stdbool.m4 \ 81: $(top_srcdir)/gnulib/m4/stdlib_h.m4 \ 82: $(top_srcdir)/gnulib/m4/unistd_h.m4 \ 83: $(top_srcdir)/gnulib/m4/wchar.m4 \ 84: $(top_srcdir)/gnulib/m4/wctype.m4 \ 85: $(top_srcdir)/gnulib/m4/wint_t.m4 \ 86: $(top_srcdir)/gnulib/m4/xalloc.m4 $(top_srcdir)/configure.ac 87: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 88: $(ACLOCAL_M4) 89: mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs 90: CONFIG_HEADER = $(top_builddir)/config.h 91: CONFIG_CLEAN_FILES = 92: am__installdirs = "$(DESTDIR)$(bindir)" 93: binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 94: PROGRAMS = $(bin_PROGRAMS) 95: am_hello_OBJECTS = hello.$(OBJEXT) 96: hello_OBJECTS = $(am_hello_OBJECTS) 97: hello_DEPENDENCIES = ../gnulib/lib/libgnu.a 98: DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 99: depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 100: am__depfiles_maybe = depfiles 101: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 102: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 103: CCLD = $(CC) 104: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 105: SOURCES = $(hello_SOURCES) 106: DIST_SOURCES = $(hello_SOURCES) 107: ETAGS = etags 108: CTAGS = ctags 109: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 110: ACLOCAL = @ACLOCAL@ 111: AMTAR = @AMTAR@ 112: AUTOCONF = @AUTOCONF@ 113: AUTOHEADER = @AUTOHEADER@ 114: AUTOMAKE = @AUTOMAKE@ 115: AWK = @AWK@ 116: CC = @CC@ 117: CCDEPMODE = @CCDEPMODE@ 118: CFLAGS = @CFLAGS@ 119: CPP = @CPP@ 120: CPPFLAGS = @CPPFLAGS@ 121: CYGPATH_W = @CYGPATH_W@ 122: DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ 123: DEPDIR = @DEPDIR@ 124: ECHO_C = @ECHO_C@ 125: ECHO_N = @ECHO_N@ 126: ECHO_T = @ECHO_T@ 127: EGREP = @EGREP@ 128: EXEEXT = @EXEEXT@ 129: GETOPT_H = @GETOPT_H@ 130: GMSGFMT = @GMSGFMT@ 131: GMSGFMT_015 = @GMSGFMT_015@ 132: GNULIB_CHOWN = @GNULIB_CHOWN@ 133: GNULIB_DUP2 = @GNULIB_DUP2@ 134: GNULIB_FCHDIR = @GNULIB_FCHDIR@ 135: GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ 136: GNULIB_GETCWD = @GNULIB_GETCWD@ 137: GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ 138: GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ 139: GNULIB_LCHOWN = @GNULIB_LCHOWN@ 140: GNULIB_LSEEK = @GNULIB_LSEEK@ 141: GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ 142: GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ 143: GNULIB_READLINK = @GNULIB_READLINK@ 144: GNULIB_SLEEP = @GNULIB_SLEEP@ 145: GREP = @GREP@ 146: HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ 147: HAVE_DUP2 = @HAVE_DUP2@ 148: HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ 149: HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ 150: HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ 151: HAVE_MKDTEMP = @HAVE_MKDTEMP@ 152: HAVE_READLINK = @HAVE_READLINK@ 153: HAVE_SLEEP = @HAVE_SLEEP@ 154: HAVE_UNISTD_H = @HAVE_UNISTD_H@ 155: HAVE_WCHAR_H = @HAVE_WCHAR_H@ 156: HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ 157: HAVE_WINT_T = @HAVE_WINT_T@ 158: HAVE__BOOL = @HAVE__BOOL@ 159: HELP2MAN = @HELP2MAN@ 160: INCLUDE_NEXT = @INCLUDE_NEXT@ 161: INSTALL = @INSTALL@ 162: INSTALL_DATA = @INSTALL_DATA@ 163: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 164: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 165: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 166: INTLLIBS = @INTLLIBS@ 167: INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 168: LDFLAGS = @LDFLAGS@ 169: LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ 170: LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ 171: LIBICONV = @LIBICONV@ 172: LIBINTL = @LIBINTL@ 173: LIBOBJS = @LIBOBJS@ 174: LIBS = @LIBS@ 175: LTLIBICONV = @LTLIBICONV@ 176: LTLIBINTL = @LTLIBINTL@ 177: LTLIBOBJS = @LTLIBOBJS@ 178: MAKEINFO = @MAKEINFO@ 179: MKDIR_P = @MKDIR_P@ 180: MSGFMT = @MSGFMT@ 181: MSGFMT_015 = @MSGFMT_015@ 182: MSGMERGE = @MSGMERGE@ 183: NEXT_STDLIB_H = @NEXT_STDLIB_H@ 184: NEXT_UNISTD_H = @NEXT_UNISTD_H@ 185: NEXT_WCHAR_H = @NEXT_WCHAR_H@ 186: NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ 187: OBJEXT = @OBJEXT@ 188: PACKAGE = @PACKAGE@ 189: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 190: PACKAGE_NAME = @PACKAGE_NAME@ 191: PACKAGE_STRING = @PACKAGE_STRING@ 192: PACKAGE_TARNAME = @PACKAGE_TARNAME@ 193: PACKAGE_VERSION = @PACKAGE_VERSION@ 194: PATH_SEPARATOR = @PATH_SEPARATOR@ 195: POSUB = @POSUB@ 196: RANLIB = @RANLIB@ 197: REPLACE_CHOWN = @REPLACE_CHOWN@ 198: REPLACE_FCHDIR = @REPLACE_FCHDIR@ 199: REPLACE_GETCWD = @REPLACE_GETCWD@ 200: REPLACE_LCHOWN = @REPLACE_LCHOWN@ 201: REPLACE_LSEEK = @REPLACE_LSEEK@ 202: REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ 203: SET_MAKE = @SET_MAKE@ 204: SHELL = @SHELL@ 205: STDBOOL_H = @STDBOOL_H@ 206: STRIP = @STRIP@ 207: USE_NLS = @USE_NLS@ 208: VERSION = @VERSION@ 209: WCHAR_H = @WCHAR_H@ 210: WCTYPE_H = @WCTYPE_H@ 211: XGETTEXT = @XGETTEXT@ 212: XGETTEXT_015 = @XGETTEXT_015@ 213: abs_builddir = @abs_builddir@ 214: abs_srcdir = @abs_srcdir@ 215: abs_top_builddir = @abs_top_builddir@ 216: abs_top_srcdir = @abs_top_srcdir@ 217: ac_ct_CC = @ac_ct_CC@ 218: am__include = @am__include@ 219: am__leading_dot = @am__leading_dot@ 220: am__quote = @am__quote@ 221: am__tar = @am__tar@ 222: am__untar = @am__untar@ 223: bindir = @bindir@ 224: build = @build@ 225: build_alias = @build_alias@ 226: build_cpu = @build_cpu@ 227: build_os = @build_os@ 228: build_vendor = @build_vendor@ 229: builddir = @builddir@ 230: datadir = @datadir@ 231: datarootdir = @datarootdir@ 232: docdir = @docdir@ 233: dvidir = @dvidir@ 234: exec_prefix = @exec_prefix@ 235: gl_LIBOBJS = @gl_LIBOBJS@ 236: gl_LTLIBOBJS = @gl_LTLIBOBJS@ 237: host = @host@ 238: host_alias = @host_alias@ 239: host_cpu = @host_cpu@ 240: host_os = @host_os@ 241: host_vendor = @host_vendor@ 242: htmldir = @htmldir@ 243: includedir = @includedir@ 244: infodir = @infodir@ 245: install_sh = @install_sh@ 246: libdir = @libdir@ 247: libexecdir = @libexecdir@ 248: localedir = $(datadir)/locale 249: localstatedir = @localstatedir@ 250: mandir = @mandir@ 251: mkdir_p = @mkdir_p@ 252: oldincludedir = @oldincludedir@ 253: pdfdir = @pdfdir@ 254: prefix = @prefix@ 255: program_transform_name = @program_transform_name@ 256: psdir = @psdir@ 257: sbindir = @sbindir@ 258: sharedstatedir = @sharedstatedir@ 259: srcdir = @srcdir@ 260: sysconfdir = @sysconfdir@ 261: target_alias = @target_alias@ 262: top_builddir = @top_builddir@ 263: top_srcdir = @top_srcdir@ 264: hello_SOURCES = hello.c system.h 265: hello_LDADD = @LIBINTL@ ../gnulib/lib/libgnu.a 266: AM_CPPFLAGS = -I$(top_srcdir)/gnulib/lib -I$(top_builddir)/gnulib/lib 267: all: all-am 268: 269: .SUFFIXES: 270: .SUFFIXES: .c .o .obj 271: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 272: @for dep in $?; do \ 273: case '$(am__configure_deps)' in \ 274: *$$dep*) \ 275: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 276: && exit 0; \ 277: exit 1;; \ 278: esac; \ 279: done; \ 280: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 281: cd $(top_srcdir) && \ 282: $(AUTOMAKE) --gnu src/Makefile 283: .PRECIOUS: Makefile 284: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 285: @case '$?' in \ 286: *config.status*) \ 287: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 288: *) \ 289: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 290: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 291: esac; 292: 293: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 294: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 295: 296: $(top_srcdir)/configure: $(am__configure_deps) 297: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 298: $(ACLOCAL_M4): $(am__aclocal_m4_deps) 299: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 300: install-binPROGRAMS: $(bin_PROGRAMS) 301: @$(NORMAL_INSTALL) 302: test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 303: @list='$(bin_PROGRAMS)'; for p in $$list; do \ 304: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 305: if test -f $$p \ 306: ; then \ 307: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 308: echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 309: $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 310: else :; fi; \ 311: done 312: 313: uninstall-binPROGRAMS: 314: @$(NORMAL_UNINSTALL) 315: @list='$(bin_PROGRAMS)'; for p in $$list; do \ 316: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 317: echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 318: rm -f "$(DESTDIR)$(bindir)/$$f"; \ 319: done 320: 321: clean-binPROGRAMS: 322: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 323: hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES) 324: @rm -f hello$(EXEEXT) 325: $(LINK) $(hello_OBJECTS) $(hello_LDADD) $(LIBS) 326: 327: mostlyclean-compile: 328: -rm -f *.$(OBJEXT) 329: 330: distclean-compile: 331: -rm -f *.tab.c 332: 333: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hello.Po@am__quote@ 334: 335: .c.o: 336: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 337: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 338: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 339: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 340: @am__fastdepCC_FALSE@ $(COMPILE) -c $< 341: 342: .c.obj: 343: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 344: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 345: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 346: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 347: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 348: 349: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 350: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 351: unique=`for i in $$list; do \ 352: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 353: done | \ 354: $(AWK) ' { files[$$0] = 1; } \ 355: END { for (i in files) print i; }'`; \ 356: mkid -fID $$unique 357: tags: TAGS 358: 359: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 360: $(TAGS_FILES) $(LISP) 361: tags=; \ 362: here=`pwd`; \ 363: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 364: unique=`for i in $$list; do \ 365: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 366: done | \ 367: $(AWK) ' { files[$$0] = 1; } \ 368: END { for (i in files) print i; }'`; \ 369: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 370: test -n "$$unique" || unique=$$empty_fix; \ 371: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 372: $$tags $$unique; \ 373: fi 374: ctags: CTAGS 375: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 376: $(TAGS_FILES) $(LISP) 377: tags=; \ 378: here=`pwd`; \ 379: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 380: unique=`for i in $$list; do \ 381: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 382: done | \ 383: $(AWK) ' { files[$$0] = 1; } \ 384: END { for (i in files) print i; }'`; \ 385: test -z "$(CTAGS_ARGS)$$tags$$unique" \ 386: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 387: $$tags $$unique 388: 389: GTAGS: 390: here=`$(am__cd) $(top_builddir) && pwd` \ 391: && cd $(top_srcdir) \ 392: && gtags -i $(GTAGS_ARGS) $$here 393: 394: distclean-tags: 395: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 396: 397: distdir: $(DISTFILES) 398: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 399: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 400: list='$(DISTFILES)'; \ 401: dist_files=`for file in $$list; do echo $$file; done | \ 402: sed -e "s|^$$srcdirstrip/||;t" \ 403: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 404: case $$dist_files in \ 405: */*) $(MKDIR_P) `echo "$$dist_files" | \ 406: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 407: sort -u` ;; \ 408: esac; \ 409: for file in $$dist_files; do \ 410: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 411: if test -d $$d/$$file; then \ 412: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 413: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 414: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 415: fi; \ 416: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 417: else \ 418: test -f $(distdir)/$$file \ 419: || cp -p $$d/$$file $(distdir)/$$file \ 420: || exit 1; \ 421: fi; \ 422: done 423: check-am: all-am 424: check: check-am 425: all-am: Makefile $(PROGRAMS) 426: installdirs: 427: for dir in "$(DESTDIR)$(bindir)"; do \ 428: test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 429: done 430: install: install-am 431: install-exec: install-exec-am 432: install-data: install-data-am 433: uninstall: uninstall-am 434: 435: install-am: all-am 436: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 437: 438: installcheck: installcheck-am 439: install-strip: 440: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 441: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 442: `test -z '$(STRIP)' || \ 443: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 444: mostlyclean-generic: 445: 446: clean-generic: 447: 448: distclean-generic: 449: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 450: 451: maintainer-clean-generic: 452: @echo "This command is intended for maintainers to use" 453: @echo "it deletes files that may require special tools to rebuild." 454: clean: clean-am 455: 456: clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 457: 458: distclean: distclean-am 459: -rm -rf ./$(DEPDIR) 460: -rm -f Makefile 461: distclean-am: clean-am distclean-compile distclean-generic \ 462: distclean-tags 463: 464: dvi: dvi-am 465: 466: dvi-am: 467: 468: html: html-am 469: 470: info: info-am 471: 472: info-am: 473: 474: install-data-am: 475: 476: install-dvi: install-dvi-am 477: 478: install-exec-am: install-binPROGRAMS 479: 480: install-html: install-html-am 481: 482: install-info: install-info-am 483: 484: install-man: 485: 486: install-pdf: install-pdf-am 487: 488: install-ps: install-ps-am 489: 490: installcheck-am: 491: 492: maintainer-clean: maintainer-clean-am 493: -rm -rf ./$(DEPDIR) 494: -rm -f Makefile 495: maintainer-clean-am: distclean-am maintainer-clean-generic 496: 497: mostlyclean: mostlyclean-am 498: 499: mostlyclean-am: mostlyclean-compile mostlyclean-generic 500: 501: pdf: pdf-am 502: 503: pdf-am: 504: 505: ps: ps-am 506: 507: ps-am: 508: 509: uninstall-am: uninstall-binPROGRAMS 510: 511: .MAKE: install-am install-strip 512: 513: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 514: clean-generic ctags distclean distclean-compile \ 515: distclean-generic distclean-tags distdir dvi dvi-am html \ 516: html-am info info-am install install-am install-binPROGRAMS \ 517: install-data install-data-am install-dvi install-dvi-am \ 518: install-exec install-exec-am install-html install-html-am \ 519: install-info install-info-am install-man install-pdf \ 520: install-pdf-am install-ps install-ps-am install-strip \ 521: installcheck installcheck-am installdirs maintainer-clean \ 522: maintainer-clean-generic mostlyclean mostlyclean-compile \ 523: mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 524: uninstall-am uninstall-binPROGRAMS 525: 526: # Tell versions [3.59,3.63) of GNU make to not export all variables. 527: # Otherwise a system limit (for SysV at least) may be exceeded. 528: .NOEXPORT: