Annotation of embedaddon/tmux/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.15 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994-2014 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.
                      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: # Makefile.am
                     18: 
                     19: VPATH = @srcdir@
                     20: am__is_gnu_make = { \
                     21:   if test -z '$(MAKELEVEL)'; then \
                     22:     false; \
                     23:   elif test -n '$(MAKE_HOST)'; then \
                     24:     true; \
                     25:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     26:     true; \
                     27:   else \
                     28:     false; \
                     29:   fi; \
                     30: }
                     31: am__make_running_with_option = \
                     32:   case $${target_option-} in \
                     33:       ?) ;; \
                     34:       *) echo "am__make_running_with_option: internal error: invalid" \
                     35:               "target option '$${target_option-}' specified" >&2; \
                     36:          exit 1;; \
                     37:   esac; \
                     38:   has_opt=no; \
                     39:   sane_makeflags=$$MAKEFLAGS; \
                     40:   if $(am__is_gnu_make); then \
                     41:     sane_makeflags=$$MFLAGS; \
                     42:   else \
                     43:     case $$MAKEFLAGS in \
                     44:       *\\[\ \  ]*) \
                     45:         bs=\\; \
                     46:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     47:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     48:     esac; \
                     49:   fi; \
                     50:   skip_next=no; \
                     51:   strip_trailopt () \
                     52:   { \
                     53:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     54:   }; \
                     55:   for flg in $$sane_makeflags; do \
                     56:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     57:     case $$flg in \
                     58:       *=*|--*) continue;; \
                     59:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     60:       -*I?*) strip_trailopt 'I';; \
                     61:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     62:       -*O?*) strip_trailopt 'O';; \
                     63:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     64:       -*l?*) strip_trailopt 'l';; \
                     65:       -[dEDm]) skip_next=yes;; \
                     66:       -[JT]) skip_next=yes;; \
                     67:     esac; \
                     68:     case $$flg in \
                     69:       *$$target_option*) has_opt=yes; break;; \
                     70:     esac; \
                     71:   done; \
                     72:   test $$has_opt = yes
                     73: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     74: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     75: pkgdatadir = $(datadir)/@PACKAGE@
                     76: pkgincludedir = $(includedir)/@PACKAGE@
                     77: pkglibdir = $(libdir)/@PACKAGE@
                     78: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     79: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     80: install_sh_DATA = $(install_sh) -c -m 644
                     81: install_sh_PROGRAM = $(install_sh) -c
                     82: install_sh_SCRIPT = $(install_sh) -c
                     83: INSTALL_HEADER = $(INSTALL_DATA)
                     84: transform = $(program_transform_name)
                     85: NORMAL_INSTALL = :
                     86: PRE_INSTALL = :
                     87: POST_INSTALL = :
                     88: NORMAL_UNINSTALL = :
                     89: PRE_UNINSTALL = :
                     90: POST_UNINSTALL = :
                     91: build_triplet = @build@
                     92: host_triplet = @host@
                     93: bin_PROGRAMS = tmux$(EXEEXT)
                     94: 
                     95: # Set flags for gcc.
                     96: @IS_GCC_TRUE@am__append_1 = -std=gnu99 -O2
                     97: @IS_DEBUG_TRUE@@IS_GCC_TRUE@am__append_2 = -g -Wno-long-long -Wall -W \
                     98: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wformat=2 -Wmissing-prototypes \
                     99: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wstrict-prototypes \
                    100: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wmissing-declarations \
                    101: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wwrite-strings -Wshadow \
                    102: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wpointer-arith -Wsign-compare \
                    103: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wundef -Wbad-function-cast \
                    104: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Winline -Wcast-align \
                    105: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wdeclaration-after-statement \
                    106: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wno-pointer-sign -Wno-attributes \
                    107: @IS_DEBUG_TRUE@@IS_GCC_TRUE@   -Wno-unused-result
                    108: @IS_DEBUG_TRUE@@IS_GCC_TRUE@am__append_3 = -DDEBUG
                    109: @IS_GCC_TRUE@am__append_4 = -iquote.
                    110: 
                    111: # Set flags for Solaris.
                    112: @IS_GCC_TRUE@@IS_SUNOS_TRUE@am__append_5 = -D_XPG6
                    113: @IS_GCC_FALSE@@IS_SUNOS_TRUE@am__append_6 = -D_XPG4_2
                    114: 
                    115: # Set flags for Sun CC.
                    116: @IS_SUNCC_TRUE@am__append_7 = -erroff=E_EMPTY_DECLARATION
                    117: 
                    118: # Set _LINUX_SOURCE_COMPAT for AIX for malloc(0).
                    119: @IS_AIX_TRUE@am__append_8 = -D_LINUX_SOURCE_COMPAT=1
                    120: 
                    121: # Set flags for NetBSD.
                    122: @IS_NETBSD_TRUE@am__append_9 = -D_OPENBSD_SOURCE
                    123: 
                    124: # Add compat file for forkpty.
                    125: @NEED_FORKPTY_TRUE@am__append_10 = compat/forkpty-@PLATFORM@.c
                    126: 
                    127: # Add compat file for utf8proc.
                    128: @HAVE_UTF8PROC_TRUE@am__append_11 = compat/utf8proc.c
                    129: subdir = .
                    130: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                    131: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
                    132: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    133:        $(ACLOCAL_M4)
                    134: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
                    135:        $(am__configure_deps) $(am__DIST_COMMON)
                    136: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                    137:  configure.lineno config.status.lineno
                    138: mkinstalldirs = $(install_sh) -d
                    139: CONFIG_CLEAN_FILES =
                    140: CONFIG_CLEAN_VPATH_FILES =
                    141: am__installdirs = "$(DESTDIR)$(bindir)"
                    142: PROGRAMS = $(bin_PROGRAMS)
                    143: LIBOBJDIR = compat/
                    144: dist_tmux_OBJECTS = alerts.$(OBJEXT) arguments.$(OBJEXT) \
                    145:        attributes.$(OBJEXT) cfg.$(OBJEXT) client.$(OBJEXT) \
                    146:        cmd-attach-session.$(OBJEXT) cmd-bind-key.$(OBJEXT) \
                    147:        cmd-break-pane.$(OBJEXT) cmd-capture-pane.$(OBJEXT) \
                    148:        cmd-choose-buffer.$(OBJEXT) cmd-choose-client.$(OBJEXT) \
                    149:        cmd-choose-tree.$(OBJEXT) cmd-command-prompt.$(OBJEXT) \
                    150:        cmd-confirm-before.$(OBJEXT) cmd-copy-mode.$(OBJEXT) \
                    151:        cmd-detach-client.$(OBJEXT) cmd-display-message.$(OBJEXT) \
                    152:        cmd-display-panes.$(OBJEXT) cmd-find-window.$(OBJEXT) \
                    153:        cmd-find.$(OBJEXT) cmd-if-shell.$(OBJEXT) \
                    154:        cmd-join-pane.$(OBJEXT) cmd-kill-pane.$(OBJEXT) \
                    155:        cmd-kill-server.$(OBJEXT) cmd-kill-session.$(OBJEXT) \
                    156:        cmd-kill-window.$(OBJEXT) cmd-list-buffers.$(OBJEXT) \
                    157:        cmd-list-clients.$(OBJEXT) cmd-list-keys.$(OBJEXT) \
                    158:        cmd-list-panes.$(OBJEXT) cmd-list-sessions.$(OBJEXT) \
                    159:        cmd-list-windows.$(OBJEXT) cmd-list.$(OBJEXT) \
                    160:        cmd-load-buffer.$(OBJEXT) cmd-lock-server.$(OBJEXT) \
                    161:        cmd-move-window.$(OBJEXT) cmd-new-session.$(OBJEXT) \
                    162:        cmd-new-window.$(OBJEXT) cmd-paste-buffer.$(OBJEXT) \
                    163:        cmd-pipe-pane.$(OBJEXT) cmd-queue.$(OBJEXT) \
                    164:        cmd-refresh-client.$(OBJEXT) cmd-rename-session.$(OBJEXT) \
                    165:        cmd-rename-window.$(OBJEXT) cmd-resize-pane.$(OBJEXT) \
                    166:        cmd-respawn-pane.$(OBJEXT) cmd-respawn-window.$(OBJEXT) \
                    167:        cmd-rotate-window.$(OBJEXT) cmd-run-shell.$(OBJEXT) \
                    168:        cmd-save-buffer.$(OBJEXT) cmd-select-layout.$(OBJEXT) \
                    169:        cmd-select-pane.$(OBJEXT) cmd-select-window.$(OBJEXT) \
                    170:        cmd-send-keys.$(OBJEXT) cmd-set-buffer.$(OBJEXT) \
                    171:        cmd-set-environment.$(OBJEXT) cmd-set-hook.$(OBJEXT) \
                    172:        cmd-set-option.$(OBJEXT) cmd-show-environment.$(OBJEXT) \
                    173:        cmd-show-messages.$(OBJEXT) cmd-show-options.$(OBJEXT) \
                    174:        cmd-source-file.$(OBJEXT) cmd-split-window.$(OBJEXT) \
                    175:        cmd-string.$(OBJEXT) cmd-swap-pane.$(OBJEXT) \
                    176:        cmd-swap-window.$(OBJEXT) cmd-switch-client.$(OBJEXT) \
                    177:        cmd-unbind-key.$(OBJEXT) cmd-wait-for.$(OBJEXT) cmd.$(OBJEXT) \
                    178:        colour.$(OBJEXT) control-notify.$(OBJEXT) control.$(OBJEXT) \
                    179:        environ.$(OBJEXT) format.$(OBJEXT) grid-view.$(OBJEXT) \
                    180:        grid.$(OBJEXT) hooks.$(OBJEXT) input-keys.$(OBJEXT) \
                    181:        input.$(OBJEXT) job.$(OBJEXT) key-bindings.$(OBJEXT) \
                    182:        key-string.$(OBJEXT) layout-custom.$(OBJEXT) \
                    183:        layout-set.$(OBJEXT) layout.$(OBJEXT) log.$(OBJEXT) \
                    184:        names.$(OBJEXT) notify.$(OBJEXT) options-table.$(OBJEXT) \
                    185:        options.$(OBJEXT) paste.$(OBJEXT) proc.$(OBJEXT) pty.$(OBJEXT) \
                    186:        resize.$(OBJEXT) screen-redraw.$(OBJEXT) \
                    187:        screen-write.$(OBJEXT) screen.$(OBJEXT) \
                    188:        server-client.$(OBJEXT) server-fn.$(OBJEXT) server.$(OBJEXT) \
                    189:        session.$(OBJEXT) signal.$(OBJEXT) status.$(OBJEXT) \
                    190:        style.$(OBJEXT) tmux.$(OBJEXT) tty-acs.$(OBJEXT) \
                    191:        tty-keys.$(OBJEXT) tty-term.$(OBJEXT) tty.$(OBJEXT) \
                    192:        utf8.$(OBJEXT) window-choose.$(OBJEXT) window-clock.$(OBJEXT) \
                    193:        window-copy.$(OBJEXT) window.$(OBJEXT) xmalloc.$(OBJEXT) \
                    194:        xterm-keys.$(OBJEXT)
                    195: am__dirstamp = $(am__leading_dot)dirstamp
                    196: @NEED_FORKPTY_TRUE@am__objects_1 =  \
                    197: @NEED_FORKPTY_TRUE@    compat/forkpty-@PLATFORM@.$(OBJEXT)
                    198: @HAVE_UTF8PROC_TRUE@am__objects_2 = compat/utf8proc.$(OBJEXT)
                    199: nodist_tmux_OBJECTS = osdep-@PLATFORM@.$(OBJEXT) $(am__objects_1) \
                    200:        $(am__objects_2)
                    201: tmux_OBJECTS = $(dist_tmux_OBJECTS) $(nodist_tmux_OBJECTS)
                    202: tmux_LDADD = $(LDADD)
                    203: tmux_DEPENDENCIES = $(LIBOBJS)
                    204: AM_V_P = $(am__v_P_@AM_V@)
                    205: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    206: am__v_P_0 = false
                    207: am__v_P_1 = :
                    208: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    209: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    210: am__v_GEN_0 = @echo "  GEN     " $@;
                    211: am__v_GEN_1 = 
                    212: AM_V_at = $(am__v_at_@AM_V@)
                    213: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    214: am__v_at_0 = @
                    215: am__v_at_1 = 
                    216: DEFAULT_INCLUDES = -I.@am__isrc@
                    217: depcomp = $(SHELL) $(top_srcdir)/etc/depcomp
                    218: am__depfiles_maybe = depfiles
                    219: am__mv = mv -f
                    220: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    221:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    222: AM_V_CC = $(am__v_CC_@AM_V@)
                    223: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    224: am__v_CC_0 = @echo "  CC      " $@;
                    225: am__v_CC_1 = 
                    226: CCLD = $(CC)
                    227: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    228: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    229: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    230: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    231: am__v_CCLD_1 = 
                    232: SOURCES = $(dist_tmux_SOURCES) $(nodist_tmux_SOURCES)
                    233: DIST_SOURCES = $(dist_tmux_SOURCES)
                    234: am__can_run_installinfo = \
                    235:   case $$AM_UPDATE_INFO_DIR in \
                    236:     n|no|NO) false;; \
                    237:     *) (install-info --version) >/dev/null 2>&1;; \
                    238:   esac
                    239: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    240: # Read a list of newline-separated strings from the standard input,
                    241: # and print each of them once, without duplicates.  Input order is
                    242: # *not* preserved.
                    243: am__uniquify_input = $(AWK) '\
                    244:   BEGIN { nonempty = 0; } \
                    245:   { items[$$0] = 1; nonempty = 1; } \
                    246:   END { if (nonempty) { for (i in items) print i; }; } \
                    247: '
                    248: # Make sure the list of sources is unique.  This is necessary because,
                    249: # e.g., the same source file might be shared among _SOURCES variables
                    250: # for different programs/libraries.
                    251: am__define_uniq_tagged_files = \
                    252:   list='$(am__tagged_files)'; \
                    253:   unique=`for i in $$list; do \
                    254:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    255:   done | $(am__uniquify_input)`
                    256: ETAGS = etags
                    257: CTAGS = ctags
                    258: CSCOPE = cscope
                    259: AM_RECURSIVE_TARGETS = cscope
                    260: am__DIST_COMMON = $(srcdir)/Makefile.in \
                    261:        $(top_srcdir)/compat/asprintf.c $(top_srcdir)/compat/base64.c \
                    262:        $(top_srcdir)/compat/cfmakeraw.c \
                    263:        $(top_srcdir)/compat/closefrom.c $(top_srcdir)/compat/daemon.c \
                    264:        $(top_srcdir)/compat/err.c \
                    265:        $(top_srcdir)/compat/explicit_bzero.c \
                    266:        $(top_srcdir)/compat/fgetln.c $(top_srcdir)/compat/fparseln.c \
                    267:        $(top_srcdir)/compat/freezero.c \
                    268:        $(top_srcdir)/compat/getdtablecount.c \
                    269:        $(top_srcdir)/compat/getopt.c \
                    270:        $(top_srcdir)/compat/getprogname.c \
                    271:        $(top_srcdir)/compat/imsg-buffer.c $(top_srcdir)/compat/imsg.c \
                    272:        $(top_srcdir)/compat/reallocarray.c \
                    273:        $(top_srcdir)/compat/recallocarray.c \
                    274:        $(top_srcdir)/compat/setenv.c \
                    275:        $(top_srcdir)/compat/setproctitle.c \
                    276:        $(top_srcdir)/compat/strcasestr.c \
                    277:        $(top_srcdir)/compat/strlcat.c $(top_srcdir)/compat/strlcpy.c \
                    278:        $(top_srcdir)/compat/strndup.c $(top_srcdir)/compat/strnlen.c \
                    279:        $(top_srcdir)/compat/strsep.c $(top_srcdir)/compat/strtonum.c \
                    280:        $(top_srcdir)/compat/unvis.c $(top_srcdir)/compat/vis.c \
                    281:        $(top_srcdir)/etc/compile $(top_srcdir)/etc/config.guess \
                    282:        $(top_srcdir)/etc/config.sub $(top_srcdir)/etc/depcomp \
                    283:        $(top_srcdir)/etc/install-sh $(top_srcdir)/etc/missing COPYING \
                    284:        README TODO etc/compile etc/config.guess etc/config.sub \
                    285:        etc/depcomp etc/install-sh etc/missing
                    286: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    287: distdir = $(PACKAGE)-$(VERSION)
                    288: top_distdir = $(distdir)
                    289: am__remove_distdir = \
                    290:   if test -d "$(distdir)"; then \
                    291:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    292:       && rm -rf "$(distdir)" \
                    293:       || { sleep 5 && rm -rf "$(distdir)"; }; \
                    294:   else :; fi
                    295: am__post_remove_distdir = $(am__remove_distdir)
                    296: DIST_ARCHIVES = $(distdir).tar.gz
                    297: GZIP_ENV = --best
                    298: DIST_TARGETS = dist-gzip
                    299: distuninstallcheck_listfiles = find . -type f -print
                    300: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    301:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
                    302: distcleancheck_listfiles = find . -type f -print
                    303: ACLOCAL = @ACLOCAL@
                    304: AMTAR = @AMTAR@
                    305: AM_CFLAGS = @AM_CFLAGS@ $(am__append_1) $(am__append_2) \
                    306:        $(am__append_7)
                    307: 
                    308: # Preprocessor flags.
                    309: AM_CPPFLAGS = @AM_CPPFLAGS@ @XOPEN_DEFINES@ \
                    310:        -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\"" $(am__append_3) \
                    311:        $(am__append_4) $(am__append_5) $(am__append_6) \
                    312:        $(am__append_8) $(am__append_9)
                    313: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    314: AM_LDFLAGS = @AM_LDFLAGS@
                    315: AUTOCONF = @AUTOCONF@
                    316: AUTOHEADER = @AUTOHEADER@
                    317: AUTOMAKE = @AUTOMAKE@
                    318: AWK = @AWK@
                    319: CC = @CC@
                    320: CCDEPMODE = @CCDEPMODE@
                    321: CFLAGS = @CFLAGS@
                    322: CPP = @CPP@
                    323: CPPFLAGS = @CPPFLAGS@
                    324: CYGPATH_W = @CYGPATH_W@
                    325: DEFS = @DEFS@
                    326: DEPDIR = @DEPDIR@
                    327: ECHO_C = @ECHO_C@
                    328: ECHO_N = @ECHO_N@
                    329: ECHO_T = @ECHO_T@
                    330: EGREP = @EGREP@
                    331: EXEEXT = @EXEEXT@
                    332: GREP = @GREP@
                    333: INSTALL = @INSTALL@
                    334: INSTALL_DATA = @INSTALL_DATA@
                    335: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    336: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    337: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    338: LDFLAGS = @LDFLAGS@
                    339: LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
                    340: LIBEVENT_LIBS = @LIBEVENT_LIBS@
                    341: LIBNCURSES_CFLAGS = @LIBNCURSES_CFLAGS@
                    342: LIBNCURSES_LIBS = @LIBNCURSES_LIBS@
                    343: LIBOBJS = @LIBOBJS@
                    344: LIBS = @LIBS@
                    345: LIBTINFO_CFLAGS = @LIBTINFO_CFLAGS@
                    346: LIBTINFO_LIBS = @LIBTINFO_LIBS@
                    347: LTLIBOBJS = @LTLIBOBJS@
                    348: MAKEINFO = @MAKEINFO@
                    349: MANFORMAT = @MANFORMAT@
                    350: MKDIR_P = @MKDIR_P@
                    351: OBJEXT = @OBJEXT@
                    352: PACKAGE = @PACKAGE@
                    353: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    354: PACKAGE_NAME = @PACKAGE_NAME@
                    355: PACKAGE_STRING = @PACKAGE_STRING@
                    356: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    357: PACKAGE_URL = @PACKAGE_URL@
                    358: PACKAGE_VERSION = @PACKAGE_VERSION@
                    359: PATH_SEPARATOR = @PATH_SEPARATOR@
                    360: PKG_CONFIG = @PKG_CONFIG@
                    361: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    362: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    363: PLATFORM = @PLATFORM@
                    364: SET_MAKE = @SET_MAKE@
                    365: SHELL = @SHELL@
                    366: STRIP = @STRIP@
                    367: VERSION = @VERSION@
                    368: XOPEN_DEFINES = @XOPEN_DEFINES@
                    369: abs_builddir = @abs_builddir@
                    370: abs_srcdir = @abs_srcdir@
                    371: abs_top_builddir = @abs_top_builddir@
                    372: abs_top_srcdir = @abs_top_srcdir@
                    373: ac_ct_CC = @ac_ct_CC@
                    374: am__include = @am__include@
                    375: am__leading_dot = @am__leading_dot@
                    376: am__quote = @am__quote@
                    377: am__tar = @am__tar@
                    378: am__untar = @am__untar@
                    379: bindir = @bindir@
                    380: build = @build@
                    381: build_alias = @build_alias@
                    382: build_cpu = @build_cpu@
                    383: build_os = @build_os@
                    384: build_vendor = @build_vendor@
                    385: builddir = @builddir@
                    386: datadir = @datadir@
                    387: datarootdir = @datarootdir@
                    388: docdir = @docdir@
                    389: dvidir = @dvidir@
                    390: exec_prefix = @exec_prefix@
                    391: host = @host@
                    392: host_alias = @host_alias@
                    393: host_cpu = @host_cpu@
                    394: host_os = @host_os@
                    395: host_vendor = @host_vendor@
                    396: htmldir = @htmldir@
                    397: includedir = @includedir@
                    398: infodir = @infodir@
                    399: install_sh = @install_sh@
                    400: libdir = @libdir@
                    401: libexecdir = @libexecdir@
                    402: localedir = @localedir@
                    403: localstatedir = @localstatedir@
                    404: mandir = @mandir@
                    405: mkdir_p = @mkdir_p@
                    406: oldincludedir = @oldincludedir@
                    407: pdfdir = @pdfdir@
                    408: prefix = @prefix@
                    409: program_transform_name = @program_transform_name@
                    410: psdir = @psdir@
                    411: sbindir = @sbindir@
                    412: sharedstatedir = @sharedstatedir@
                    413: srcdir = @srcdir@
                    414: sysconfdir = @sysconfdir@
                    415: target_alias = @target_alias@
                    416: top_build_prefix = @top_build_prefix@
                    417: top_builddir = @top_builddir@
                    418: top_srcdir = @top_srcdir@
                    419: CLEANFILES = tmux.1.mdoc tmux.1.man
                    420: 
                    421: # Distribution tarball options.
                    422: EXTRA_DIST = \
                    423:        CHANGES FAQ README TODO COPYING example_tmux.conf compat/*.[ch] \
                    424:        osdep-*.c mdoc2man.awk tmux.1
                    425: 
                    426: 
                    427: # Additional object files.
                    428: LDADD = $(LIBOBJS)
                    429: 
                    430: # List of sources.
                    431: dist_tmux_SOURCES = \
                    432:        alerts.c \
                    433:        arguments.c \
                    434:        attributes.c \
                    435:        cfg.c \
                    436:        client.c \
                    437:        cmd-attach-session.c \
                    438:        cmd-bind-key.c \
                    439:        cmd-break-pane.c \
                    440:        cmd-capture-pane.c \
                    441:        cmd-choose-buffer.c \
                    442:        cmd-choose-client.c \
                    443:        cmd-choose-tree.c \
                    444:        cmd-command-prompt.c \
                    445:        cmd-confirm-before.c \
                    446:        cmd-copy-mode.c \
                    447:        cmd-detach-client.c \
                    448:        cmd-display-message.c \
                    449:        cmd-display-panes.c \
                    450:        cmd-find-window.c \
                    451:        cmd-find.c \
                    452:        cmd-if-shell.c \
                    453:        cmd-join-pane.c \
                    454:        cmd-kill-pane.c \
                    455:        cmd-kill-server.c \
                    456:        cmd-kill-session.c \
                    457:        cmd-kill-window.c \
                    458:        cmd-list-buffers.c \
                    459:        cmd-list-clients.c \
                    460:        cmd-list-keys.c \
                    461:        cmd-list-panes.c \
                    462:        cmd-list-sessions.c \
                    463:        cmd-list-windows.c \
                    464:        cmd-list.c \
                    465:        cmd-load-buffer.c \
                    466:        cmd-lock-server.c \
                    467:        cmd-move-window.c \
                    468:        cmd-new-session.c \
                    469:        cmd-new-window.c \
                    470:        cmd-paste-buffer.c \
                    471:        cmd-pipe-pane.c \
                    472:        cmd-queue.c \
                    473:        cmd-refresh-client.c \
                    474:        cmd-rename-session.c \
                    475:        cmd-rename-window.c \
                    476:        cmd-resize-pane.c \
                    477:        cmd-respawn-pane.c \
                    478:        cmd-respawn-window.c \
                    479:        cmd-rotate-window.c \
                    480:        cmd-run-shell.c \
                    481:        cmd-save-buffer.c \
                    482:        cmd-select-layout.c \
                    483:        cmd-select-pane.c \
                    484:        cmd-select-window.c \
                    485:        cmd-send-keys.c \
                    486:        cmd-set-buffer.c \
                    487:        cmd-set-environment.c \
                    488:        cmd-set-hook.c \
                    489:        cmd-set-option.c \
                    490:        cmd-show-environment.c \
                    491:        cmd-show-messages.c \
                    492:        cmd-show-options.c \
                    493:        cmd-source-file.c \
                    494:        cmd-split-window.c \
                    495:        cmd-string.c \
                    496:        cmd-swap-pane.c \
                    497:        cmd-swap-window.c \
                    498:        cmd-switch-client.c \
                    499:        cmd-unbind-key.c \
                    500:        cmd-wait-for.c \
                    501:        cmd.c \
                    502:        colour.c \
                    503:        compat.h \
                    504:        control-notify.c \
                    505:        control.c \
                    506:        environ.c \
                    507:        format.c \
                    508:        grid-view.c \
                    509:        grid.c \
                    510:        hooks.c \
                    511:        input-keys.c \
                    512:        input.c \
                    513:        job.c \
                    514:        key-bindings.c \
                    515:        key-string.c \
                    516:        layout-custom.c \
                    517:        layout-set.c \
                    518:        layout.c \
                    519:        log.c \
                    520:        names.c \
                    521:        notify.c \
                    522:        options-table.c \
                    523:        options.c \
                    524:        paste.c \
                    525:        proc.c \
                    526:        pty.c \
                    527:        resize.c \
                    528:        screen-redraw.c \
                    529:        screen-write.c \
                    530:        screen.c \
                    531:        server-client.c \
                    532:        server-fn.c \
                    533:        server.c \
                    534:        session.c \
                    535:        signal.c \
                    536:        status.c \
                    537:        style.c \
                    538:        tmux.c \
                    539:        tmux.h \
                    540:        tty-acs.c \
                    541:        tty-keys.c \
                    542:        tty-term.c \
                    543:        tty.c \
                    544:        utf8.c \
                    545:        window-choose.c \
                    546:        window-clock.c \
                    547:        window-copy.c \
                    548:        window.c \
                    549:        xmalloc.c \
                    550:        xmalloc.h \
                    551:        xterm-keys.c
                    552: 
                    553: nodist_tmux_SOURCES = osdep-@PLATFORM@.c $(am__append_10) \
                    554:        $(am__append_11)
                    555: all: all-am
                    556: 
                    557: .SUFFIXES:
                    558: .SUFFIXES: .c .o .obj
                    559: am--refresh: Makefile
                    560:        @:
                    561: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    562:        @for dep in $?; do \
                    563:          case '$(am__configure_deps)' in \
                    564:            *$$dep*) \
                    565:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
                    566:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
                    567:                && exit 0; \
                    568:              exit 1;; \
                    569:          esac; \
                    570:        done; \
                    571:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
                    572:        $(am__cd) $(top_srcdir) && \
                    573:          $(AUTOMAKE) --foreign Makefile
                    574: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    575:        @case '$?' in \
                    576:          *config.status*) \
                    577:            echo ' $(SHELL) ./config.status'; \
                    578:            $(SHELL) ./config.status;; \
                    579:          *) \
                    580:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    581:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    582:        esac;
                    583: 
                    584: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    585:        $(SHELL) ./config.status --recheck
                    586: 
                    587: $(top_srcdir)/configure:  $(am__configure_deps)
                    588:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    589: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    590:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    591: $(am__aclocal_m4_deps):
                    592: install-binPROGRAMS: $(bin_PROGRAMS)
                    593:        @$(NORMAL_INSTALL)
                    594:        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
                    595:        if test -n "$$list"; then \
                    596:          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
                    597:          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
                    598:        fi; \
                    599:        for p in $$list; do echo "$$p $$p"; done | \
                    600:        sed 's/$(EXEEXT)$$//' | \
                    601:        while read p p1; do if test -f $$p \
                    602:          ; then echo "$$p"; echo "$$p"; else :; fi; \
                    603:        done | \
                    604:        sed -e 'p;s,.*/,,;n;h' \
                    605:            -e 's|.*|.|' \
                    606:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    607:        sed 'N;N;N;s,\n, ,g' | \
                    608:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    609:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    610:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    611:            else { print "f", $$3 "/" $$4, $$1; } } \
                    612:          END { for (d in files) print "f", d, files[d] }' | \
                    613:        while read type dir files; do \
                    614:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    615:            test -z "$$files" || { \
                    616:              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
                    617:              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
                    618:            } \
                    619:        ; done
                    620: 
                    621: uninstall-binPROGRAMS:
                    622:        @$(NORMAL_UNINSTALL)
                    623:        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
                    624:        files=`for p in $$list; do echo "$$p"; done | \
                    625:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    626:              -e 's/$$/$(EXEEXT)/' \
                    627:        `; \
                    628:        test -n "$$list" || exit 0; \
                    629:        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
                    630:        cd "$(DESTDIR)$(bindir)" && rm -f $$files
                    631: 
                    632: clean-binPROGRAMS:
                    633:        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
                    634: compat/$(am__dirstamp):
                    635:        @$(MKDIR_P) compat
                    636:        @: > compat/$(am__dirstamp)
                    637: compat/$(DEPDIR)/$(am__dirstamp):
                    638:        @$(MKDIR_P) compat/$(DEPDIR)
                    639:        @: > compat/$(DEPDIR)/$(am__dirstamp)
                    640: compat/forkpty-@PLATFORM@.$(OBJEXT): compat/$(am__dirstamp) \
                    641:        compat/$(DEPDIR)/$(am__dirstamp)
                    642: compat/utf8proc.$(OBJEXT): compat/$(am__dirstamp) \
                    643:        compat/$(DEPDIR)/$(am__dirstamp)
                    644: 
                    645: tmux$(EXEEXT): $(tmux_OBJECTS) $(tmux_DEPENDENCIES) $(EXTRA_tmux_DEPENDENCIES) 
                    646:        @rm -f tmux$(EXEEXT)
                    647:        $(AM_V_CCLD)$(LINK) $(tmux_OBJECTS) $(tmux_LDADD) $(LIBS)
                    648: 
                    649: mostlyclean-compile:
                    650:        -rm -f *.$(OBJEXT)
                    651:        -rm -f compat/*.$(OBJEXT)
                    652: 
                    653: distclean-compile:
                    654:        -rm -f *.tab.c
                    655: 
                    656: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alerts.Po@am__quote@
                    657: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arguments.Po@am__quote@
                    658: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attributes.Po@am__quote@
                    659: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfg.Po@am__quote@
                    660: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
                    661: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-attach-session.Po@am__quote@
                    662: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-bind-key.Po@am__quote@
                    663: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-break-pane.Po@am__quote@
                    664: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-capture-pane.Po@am__quote@
                    665: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-choose-buffer.Po@am__quote@
                    666: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-choose-client.Po@am__quote@
                    667: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-choose-tree.Po@am__quote@
                    668: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-command-prompt.Po@am__quote@
                    669: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-confirm-before.Po@am__quote@
                    670: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-copy-mode.Po@am__quote@
                    671: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-detach-client.Po@am__quote@
                    672: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-display-message.Po@am__quote@
                    673: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-display-panes.Po@am__quote@
                    674: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-find-window.Po@am__quote@
                    675: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-find.Po@am__quote@
                    676: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-if-shell.Po@am__quote@
                    677: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-join-pane.Po@am__quote@
                    678: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-kill-pane.Po@am__quote@
                    679: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-kill-server.Po@am__quote@
                    680: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-kill-session.Po@am__quote@
                    681: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-kill-window.Po@am__quote@
                    682: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-list-buffers.Po@am__quote@
                    683: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-list-clients.Po@am__quote@
                    684: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-list-keys.Po@am__quote@
                    685: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-list-panes.Po@am__quote@
                    686: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-list-sessions.Po@am__quote@
                    687: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-list-windows.Po@am__quote@
                    688: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-list.Po@am__quote@
                    689: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-load-buffer.Po@am__quote@
                    690: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-lock-server.Po@am__quote@
                    691: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-move-window.Po@am__quote@
                    692: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-new-session.Po@am__quote@
                    693: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-new-window.Po@am__quote@
                    694: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-paste-buffer.Po@am__quote@
                    695: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-pipe-pane.Po@am__quote@
                    696: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-queue.Po@am__quote@
                    697: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-refresh-client.Po@am__quote@
                    698: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-rename-session.Po@am__quote@
                    699: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-rename-window.Po@am__quote@
                    700: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-resize-pane.Po@am__quote@
                    701: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-respawn-pane.Po@am__quote@
                    702: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-respawn-window.Po@am__quote@
                    703: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-rotate-window.Po@am__quote@
                    704: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-run-shell.Po@am__quote@
                    705: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-save-buffer.Po@am__quote@
                    706: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-select-layout.Po@am__quote@
                    707: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-select-pane.Po@am__quote@
                    708: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-select-window.Po@am__quote@
                    709: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-send-keys.Po@am__quote@
                    710: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-set-buffer.Po@am__quote@
                    711: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-set-environment.Po@am__quote@
                    712: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-set-hook.Po@am__quote@
                    713: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-set-option.Po@am__quote@
                    714: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-show-environment.Po@am__quote@
                    715: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-show-messages.Po@am__quote@
                    716: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-show-options.Po@am__quote@
                    717: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-source-file.Po@am__quote@
                    718: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-split-window.Po@am__quote@
                    719: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-string.Po@am__quote@
                    720: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-swap-pane.Po@am__quote@
                    721: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-swap-window.Po@am__quote@
                    722: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-switch-client.Po@am__quote@
                    723: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-unbind-key.Po@am__quote@
                    724: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-wait-for.Po@am__quote@
                    725: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd.Po@am__quote@
                    726: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colour.Po@am__quote@
                    727: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control-notify.Po@am__quote@
                    728: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Po@am__quote@
                    729: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environ.Po@am__quote@
                    730: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Po@am__quote@
                    731: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grid-view.Po@am__quote@
                    732: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grid.Po@am__quote@
                    733: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hooks.Po@am__quote@
                    734: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input-keys.Po@am__quote@
                    735: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input.Po@am__quote@
                    736: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/job.Po@am__quote@
                    737: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key-bindings.Po@am__quote@
                    738: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key-string.Po@am__quote@
                    739: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout-custom.Po@am__quote@
                    740: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout-set.Po@am__quote@
                    741: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
                    742: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
                    743: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/names.Po@am__quote@
                    744: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify.Po@am__quote@
                    745: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options-table.Po@am__quote@
                    746: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
                    747: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osdep-@PLATFORM@.Po@am__quote@
                    748: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paste.Po@am__quote@
                    749: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Po@am__quote@
                    750: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pty.Po@am__quote@
                    751: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resize.Po@am__quote@
                    752: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen-redraw.Po@am__quote@
                    753: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen-write.Po@am__quote@
                    754: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Po@am__quote@
                    755: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server-client.Po@am__quote@
                    756: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server-fn.Po@am__quote@
                    757: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
                    758: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
                    759: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Po@am__quote@
                    760: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
                    761: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/style.Po@am__quote@
                    762: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tmux.Po@am__quote@
                    763: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty-acs.Po@am__quote@
                    764: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty-keys.Po@am__quote@
                    765: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty-term.Po@am__quote@
                    766: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty.Po@am__quote@
                    767: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Po@am__quote@
                    768: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window-choose.Po@am__quote@
                    769: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window-clock.Po@am__quote@
                    770: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window-copy.Po@am__quote@
                    771: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
                    772: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
                    773: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xterm-keys.Po@am__quote@
                    774: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/asprintf.Po@am__quote@
                    775: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/base64.Po@am__quote@
                    776: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/cfmakeraw.Po@am__quote@
                    777: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/closefrom.Po@am__quote@
                    778: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/daemon.Po@am__quote@
                    779: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/err.Po@am__quote@
                    780: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/explicit_bzero.Po@am__quote@
                    781: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/fgetln.Po@am__quote@
                    782: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/forkpty-@PLATFORM@.Po@am__quote@
                    783: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/fparseln.Po@am__quote@
                    784: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/freezero.Po@am__quote@
                    785: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/getdtablecount.Po@am__quote@
                    786: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/getopt.Po@am__quote@
                    787: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/getprogname.Po@am__quote@
                    788: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/imsg-buffer.Po@am__quote@
                    789: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/imsg.Po@am__quote@
                    790: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/reallocarray.Po@am__quote@
                    791: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/recallocarray.Po@am__quote@
                    792: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/setenv.Po@am__quote@
                    793: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/setproctitle.Po@am__quote@
                    794: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/strcasestr.Po@am__quote@
                    795: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/strlcat.Po@am__quote@
                    796: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/strlcpy.Po@am__quote@
                    797: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/strndup.Po@am__quote@
                    798: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/strnlen.Po@am__quote@
                    799: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/strsep.Po@am__quote@
                    800: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/strtonum.Po@am__quote@
                    801: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/unvis.Po@am__quote@
                    802: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/utf8proc.Po@am__quote@
                    803: @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/vis.Po@am__quote@
                    804: 
                    805: .c.o:
                    806: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
                    807: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
                    808: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
                    809: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    810: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    811: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
                    812: 
                    813: .c.obj:
                    814: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
                    815: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
                    816: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
                    817: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    818: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    819: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    820: 
                    821: ID: $(am__tagged_files)
                    822:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    823: tags: tags-am
                    824: TAGS: tags
                    825: 
                    826: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    827:        set x; \
                    828:        here=`pwd`; \
                    829:        $(am__define_uniq_tagged_files); \
                    830:        shift; \
                    831:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    832:          test -n "$$unique" || unique=$$empty_fix; \
                    833:          if test $$# -gt 0; then \
                    834:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    835:              "$$@" $$unique; \
                    836:          else \
                    837:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    838:              $$unique; \
                    839:          fi; \
                    840:        fi
                    841: ctags: ctags-am
                    842: 
                    843: CTAGS: ctags
                    844: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    845:        $(am__define_uniq_tagged_files); \
                    846:        test -z "$(CTAGS_ARGS)$$unique" \
                    847:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    848:             $$unique
                    849: 
                    850: GTAGS:
                    851:        here=`$(am__cd) $(top_builddir) && pwd` \
                    852:          && $(am__cd) $(top_srcdir) \
                    853:          && gtags -i $(GTAGS_ARGS) "$$here"
                    854: cscope: cscope.files
                    855:        test ! -s cscope.files \
                    856:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    857: clean-cscope:
                    858:        -rm -f cscope.files
                    859: cscope.files: clean-cscope cscopelist
                    860: cscopelist: cscopelist-am
                    861: 
                    862: cscopelist-am: $(am__tagged_files)
                    863:        list='$(am__tagged_files)'; \
                    864:        case "$(srcdir)" in \
                    865:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    866:          *) sdir=$(subdir)/$(srcdir) ;; \
                    867:        esac; \
                    868:        for i in $$list; do \
                    869:          if test -f "$$i"; then \
                    870:            echo "$(subdir)/$$i"; \
                    871:          else \
                    872:            echo "$$sdir/$$i"; \
                    873:          fi; \
                    874:        done >> $(top_builddir)/cscope.files
                    875: 
                    876: distclean-tags:
                    877:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    878:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
                    879: 
                    880: distdir: $(DISTFILES)
                    881:        $(am__remove_distdir)
                    882:        test -d "$(distdir)" || mkdir "$(distdir)"
                    883:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    884:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    885:        list='$(DISTFILES)'; \
                    886:          dist_files=`for file in $$list; do echo $$file; done | \
                    887:          sed -e "s|^$$srcdirstrip/||;t" \
                    888:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    889:        case $$dist_files in \
                    890:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    891:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    892:                           sort -u` ;; \
                    893:        esac; \
                    894:        for file in $$dist_files; do \
                    895:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    896:          if test -d $$d/$$file; then \
                    897:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    898:            if test -d "$(distdir)/$$file"; then \
                    899:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    900:            fi; \
                    901:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    902:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    903:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    904:            fi; \
                    905:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    906:          else \
                    907:            test -f "$(distdir)/$$file" \
                    908:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    909:            || exit 1; \
                    910:          fi; \
                    911:        done
                    912:        -test -n "$(am__skip_mode_fix)" \
                    913:        || find "$(distdir)" -type d ! -perm -755 \
                    914:                -exec chmod u+rwx,go+rx {} \; -o \
                    915:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    916:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    917:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    918:        || chmod -R a+r "$(distdir)"
                    919: dist-gzip: distdir
                    920:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    921:        $(am__post_remove_distdir)
                    922: 
                    923: dist-bzip2: distdir
                    924:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    925:        $(am__post_remove_distdir)
                    926: 
                    927: dist-lzip: distdir
                    928:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    929:        $(am__post_remove_distdir)
                    930: 
                    931: dist-xz: distdir
                    932:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    933:        $(am__post_remove_distdir)
                    934: 
                    935: dist-tarZ: distdir
                    936:        @echo WARNING: "Support for distribution archives compressed with" \
                    937:                       "legacy program 'compress' is deprecated." >&2
                    938:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    939:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    940:        $(am__post_remove_distdir)
                    941: 
                    942: dist-shar: distdir
                    943:        @echo WARNING: "Support for shar distribution archives is" \
                    944:                       "deprecated." >&2
                    945:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    946:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    947:        $(am__post_remove_distdir)
                    948: 
                    949: dist-zip: distdir
                    950:        -rm -f $(distdir).zip
                    951:        zip -rq $(distdir).zip $(distdir)
                    952:        $(am__post_remove_distdir)
                    953: 
                    954: dist dist-all:
                    955:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    956:        $(am__post_remove_distdir)
                    957: 
                    958: # This target untars the dist file and tries a VPATH configuration.  Then
                    959: # it guarantees that the distribution is self-contained by making another
                    960: # tarfile.
                    961: distcheck: dist
                    962:        case '$(DIST_ARCHIVES)' in \
                    963:        *.tar.gz*) \
                    964:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
                    965:        *.tar.bz2*) \
                    966:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                    967:        *.tar.lz*) \
                    968:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
                    969:        *.tar.xz*) \
                    970:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                    971:        *.tar.Z*) \
                    972:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    973:        *.shar.gz*) \
                    974:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
                    975:        *.zip*) \
                    976:          unzip $(distdir).zip ;;\
                    977:        esac
                    978:        chmod -R a-w $(distdir)
                    979:        chmod u+w $(distdir)
                    980:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
                    981:        chmod a-w $(distdir)
                    982:        test -d $(distdir)/_build || exit 0; \
                    983:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    984:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                    985:          && am__cwd=`pwd` \
                    986:          && $(am__cd) $(distdir)/_build/sub \
                    987:          && ../../configure \
                    988:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
                    989:            $(DISTCHECK_CONFIGURE_FLAGS) \
                    990:            --srcdir=../.. --prefix="$$dc_install_base" \
                    991:          && $(MAKE) $(AM_MAKEFLAGS) \
                    992:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    993:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    994:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    995:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    996:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    997:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    998:                distuninstallcheck \
                    999:          && chmod -R a-w "$$dc_install_base" \
                   1000:          && ({ \
                   1001:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                   1002:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                   1003:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                   1004:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                   1005:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                   1006:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                   1007:          && rm -rf "$$dc_destdir" \
                   1008:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                   1009:          && rm -rf $(DIST_ARCHIVES) \
                   1010:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                   1011:          && cd "$$am__cwd" \
                   1012:          || exit 1
                   1013:        $(am__post_remove_distdir)
                   1014:        @(echo "$(distdir) archives ready for distribution: "; \
                   1015:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                   1016:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                   1017: distuninstallcheck:
                   1018:        @test -n '$(distuninstallcheck_dir)' || { \
                   1019:          echo 'ERROR: trying to run $@ with an empty' \
                   1020:               '$$(distuninstallcheck_dir)' >&2; \
                   1021:          exit 1; \
                   1022:        }; \
                   1023:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                   1024:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                   1025:          exit 1; \
                   1026:        }; \
                   1027:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
                   1028:           || { echo "ERROR: files left after uninstall:" ; \
                   1029:                if test -n "$(DESTDIR)"; then \
                   1030:                  echo "  (check DESTDIR support)"; \
                   1031:                fi ; \
                   1032:                $(distuninstallcheck_listfiles) ; \
                   1033:                exit 1; } >&2
                   1034: distcleancheck: distclean
                   1035:        @if test '$(srcdir)' = . ; then \
                   1036:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                   1037:          exit 1 ; \
                   1038:        fi
                   1039:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                   1040:          || { echo "ERROR: files left in build directory after distclean:" ; \
                   1041:               $(distcleancheck_listfiles) ; \
                   1042:               exit 1; } >&2
                   1043: check-am: all-am
                   1044: check: check-am
                   1045: all-am: Makefile $(PROGRAMS)
                   1046: installdirs:
                   1047:        for dir in "$(DESTDIR)$(bindir)"; do \
                   1048:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                   1049:        done
                   1050: install: install-am
                   1051: install-exec: install-exec-am
                   1052: install-data: install-data-am
                   1053: uninstall: uninstall-am
                   1054: 
                   1055: install-am: all-am
                   1056:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                   1057: 
                   1058: installcheck: installcheck-am
                   1059: install-strip:
                   1060:        if test -z '$(STRIP)'; then \
                   1061:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   1062:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   1063:              install; \
                   1064:        else \
                   1065:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   1066:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   1067:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                   1068:        fi
                   1069: mostlyclean-generic:
                   1070:        -test -z "$(LIBOBJS)" || rm -f $(LIBOBJS)
                   1071: 
                   1072: clean-generic:
                   1073:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                   1074: 
                   1075: distclean-generic:
                   1076:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                   1077:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                   1078:        -rm -f compat/$(DEPDIR)/$(am__dirstamp)
                   1079:        -rm -f compat/$(am__dirstamp)
                   1080: 
                   1081: maintainer-clean-generic:
                   1082:        @echo "This command is intended for maintainers to use"
                   1083:        @echo "it deletes files that may require special tools to rebuild."
                   1084: clean: clean-am
                   1085: 
                   1086: clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
                   1087: 
                   1088: distclean: distclean-am
                   1089:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                   1090:        -rm -rf ./$(DEPDIR) compat/$(DEPDIR)
                   1091:        -rm -f Makefile
                   1092: distclean-am: clean-am distclean-compile distclean-generic \
                   1093:        distclean-tags
                   1094: 
                   1095: dvi: dvi-am
                   1096: 
                   1097: dvi-am:
                   1098: 
                   1099: html: html-am
                   1100: 
                   1101: html-am:
                   1102: 
                   1103: info: info-am
                   1104: 
                   1105: info-am:
                   1106: 
                   1107: install-data-am:
                   1108: 
                   1109: install-dvi: install-dvi-am
                   1110: 
                   1111: install-dvi-am:
                   1112: 
                   1113: install-exec-am: install-binPROGRAMS
                   1114:        @$(NORMAL_INSTALL)
                   1115:        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
                   1116: install-html: install-html-am
                   1117: 
                   1118: install-html-am:
                   1119: 
                   1120: install-info: install-info-am
                   1121: 
                   1122: install-info-am:
                   1123: 
                   1124: install-man:
                   1125: 
                   1126: install-pdf: install-pdf-am
                   1127: 
                   1128: install-pdf-am:
                   1129: 
                   1130: install-ps: install-ps-am
                   1131: 
                   1132: install-ps-am:
                   1133: 
                   1134: installcheck-am:
                   1135: 
                   1136: maintainer-clean: maintainer-clean-am
                   1137:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                   1138:        -rm -rf $(top_srcdir)/autom4te.cache
                   1139:        -rm -rf ./$(DEPDIR) compat/$(DEPDIR)
                   1140:        -rm -f Makefile
                   1141: maintainer-clean-am: distclean-am maintainer-clean-generic
                   1142: 
                   1143: mostlyclean: mostlyclean-am
                   1144: 
                   1145: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                   1146: 
                   1147: pdf: pdf-am
                   1148: 
                   1149: pdf-am:
                   1150: 
                   1151: ps: ps-am
                   1152: 
                   1153: ps-am:
                   1154: 
                   1155: uninstall-am: uninstall-binPROGRAMS
                   1156: 
                   1157: .MAKE: install-am install-exec-am install-strip
                   1158: 
                   1159: .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
                   1160:        clean-binPROGRAMS clean-cscope clean-generic cscope \
                   1161:        cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
                   1162:        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
                   1163:        distcheck distclean distclean-compile distclean-generic \
                   1164:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
                   1165:        dvi-am html html-am info info-am install install-am \
                   1166:        install-binPROGRAMS install-data install-data-am install-dvi \
                   1167:        install-dvi-am install-exec install-exec-am install-exec-hook \
                   1168:        install-html install-html-am install-info install-info-am \
                   1169:        install-man install-pdf install-pdf-am install-ps \
                   1170:        install-ps-am install-strip installcheck installcheck-am \
                   1171:        installdirs maintainer-clean maintainer-clean-generic \
                   1172:        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
                   1173:        ps ps-am tags tags-am uninstall uninstall-am \
                   1174:        uninstall-binPROGRAMS
                   1175: 
                   1176: .PRECIOUS: Makefile
                   1177: 
                   1178: 
                   1179: # Install tmux.1 in the right format.
                   1180: install-exec-hook:
                   1181:        if test x@MANFORMAT@ = xmdoc; then \
                   1182:                sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1 \
                   1183:                        >$(srcdir)/tmux.1.mdoc; \
                   1184:        else \
                   1185:                sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \
                   1186:                        $(AWK) -f$(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \
                   1187:        fi
                   1188:        $(mkdir_p) $(DESTDIR)$(mandir)/man1
                   1189:        $(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \
                   1190:                $(DESTDIR)$(mandir)/man1/tmux.1
                   1191: 
                   1192: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                   1193: # Otherwise a system limit (for SysV at least) may be exceeded.
                   1194: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>