1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88subdir = usr/share/man/man1
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
94mkinstalldirs = $(install_sh) -d
95CONFIG_CLEAN_FILES =
96CONFIG_CLEAN_VPATH_FILES =
97AM_V_P = $(am__v_P_@AM_V@)
98am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99am__v_P_0 = false
100am__v_P_1 = :
101AM_V_GEN = $(am__v_GEN_@AM_V@)
102am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
103am__v_GEN_0 = @echo "  GEN     " $@;
104am__v_GEN_1 =
105AM_V_at = $(am__v_at_@AM_V@)
106am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107am__v_at_0 = @
108am__v_at_1 =
109SOURCES =
110DIST_SOURCES =
111am__can_run_installinfo = \
112  case $$AM_UPDATE_INFO_DIR in \
113    n|no|NO) false;; \
114    *) (install-info --version) >/dev/null 2>&1;; \
115  esac
116am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
117am__vpath_adj = case $$p in \
118    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119    *) f=$$p;; \
120  esac;
121am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
122am__install_max = 40
123am__nobase_strip_setup = \
124  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
125am__nobase_strip = \
126  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
127am__nobase_list = $(am__nobase_strip_setup); \
128  for p in $$list; do echo "$$p $$p"; done | \
129  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
130  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
131    if (++n[$$2] == $(am__install_max)) \
132      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
133    END { for (dir in files) print dir, files[dir] }'
134am__base_list = \
135  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
136  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
137am__uninstall_files_from_dir = { \
138  test -z "$$files" \
139    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
140    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
141         $(am__cd) "$$dir" && rm -f $$files; }; \
142  }
143man1dir = $(mandir)/man1
144am__installdirs = "$(DESTDIR)$(man1dir)"
145NROFF = nroff
146MANS = $(man_MANS)
147am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148am__DIST_COMMON = $(srcdir)/Makefile.in
149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150ACLOCAL = @ACLOCAL@
151AMTAR = @AMTAR@
152AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
153AUTOCONF = @AUTOCONF@
154AUTOHEADER = @AUTOHEADER@
155AUTOMAKE = @AUTOMAKE@
156AWK = @AWK@
157CYGPATH_W = @CYGPATH_W@
158DEFS = @DEFS@
159ECHO_C = @ECHO_C@
160ECHO_N = @ECHO_N@
161ECHO_T = @ECHO_T@
162INSTALL = @INSTALL@
163INSTALL_DATA = @INSTALL_DATA@
164INSTALL_PROGRAM = @INSTALL_PROGRAM@
165INSTALL_SCRIPT = @INSTALL_SCRIPT@
166INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LN_S = @LN_S@
170LTLIBOBJS = @LTLIBOBJS@
171MAKEINFO = @MAKEINFO@
172MKDIR_P = @MKDIR_P@
173PACKAGE = @PACKAGE@
174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175PACKAGE_NAME = @PACKAGE_NAME@
176PACKAGE_STRING = @PACKAGE_STRING@
177PACKAGE_TARNAME = @PACKAGE_TARNAME@
178PACKAGE_URL = @PACKAGE_URL@
179PACKAGE_VERSION = @PACKAGE_VERSION@
180PATH_SEPARATOR = @PATH_SEPARATOR@
181SET_MAKE = @SET_MAKE@
182SHELL = @SHELL@
183STRIP = @STRIP@
184VERSION = @VERSION@
185abs_builddir = @abs_builddir@
186abs_srcdir = @abs_srcdir@
187abs_top_builddir = @abs_top_builddir@
188abs_top_srcdir = @abs_top_srcdir@
189am__leading_dot = @am__leading_dot@
190am__tar = @am__tar@
191am__untar = @am__untar@
192bindir = @bindir@
193build_alias = @build_alias@
194builddir = @builddir@
195datadir = @datadir@
196datarootdir = @datarootdir@
197docdir = @docdir@
198dvidir = @dvidir@
199exec_prefix = @exec_prefix@
200host_alias = @host_alias@
201htmldir = @htmldir@
202includedir = @includedir@
203infodir = @infodir@
204install_sh = @install_sh@
205libdir = @libdir@
206libexecdir = @libexecdir@
207localedir = @localedir@
208localstatedir = @localstatedir@
209mandir = @mandir@
210mkdir_p = @mkdir_p@
211oldincludedir = @oldincludedir@
212pdfdir = @pdfdir@
213prefix = @prefix@
214program_transform_name = @program_transform_name@
215psdir = @psdir@
216runstatedir = @runstatedir@
217sbindir = @sbindir@
218sharedstatedir = @sharedstatedir@
219srcdir = @srcdir@
220sysconfdir = @sysconfdir@
221target_alias = @target_alias@
222top_build_prefix = @top_build_prefix@
223top_builddir = @top_builddir@
224top_srcdir = @top_srcdir@
225man_MANS = byobu.1 byobu-config.1 byobu-ctrl-a.1 byobu-disable.1 byobu-disable-prompt.1 byobu-enable.1 byobu-enable-prompt.1 byobu-export.1 byobu-janitor.1 byobu-keybindings.1 byobu-launch.1 byobu-launcher.1 byobu-launcher-install.1 byobu-launcher-uninstall.1 byobu-layout.1  byobu-prompt.1 byobu-quiet.1 byobu-reconnect-sockets.1 byobu-screen.1 byobu-select-backend.1 byobu-select-profile.1 byobu-select-session.1 byobu-shell.1 byobu-silent.1 byobu-status.1 byobu-status-detail.1 byobu-tmux.1 byobu-ugraph.1 byobu-ulevel.1 col1.1 ctail.1 wifi-status.1 vigpg.1 manifest.1 purge-old-kernels.1
226all: all-am
227
228.SUFFIXES:
229$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
230	@for dep in $?; do \
231	  case '$(am__configure_deps)' in \
232	    *$$dep*) \
233	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234	        && { if test -f $@; then exit 0; else break; fi; }; \
235	      exit 1;; \
236	  esac; \
237	done; \
238	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign usr/share/man/man1/Makefile'; \
239	$(am__cd) $(top_srcdir) && \
240	  $(AUTOMAKE) --foreign usr/share/man/man1/Makefile
241Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242	@case '$?' in \
243	  *config.status*) \
244	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245	  *) \
246	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248	esac;
249
250$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253$(top_srcdir)/configure:  $(am__configure_deps)
254	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
256	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257$(am__aclocal_m4_deps):
258install-man1: $(man_MANS)
259	@$(NORMAL_INSTALL)
260	@list1=''; \
261	list2='$(man_MANS)'; \
262	test -n "$(man1dir)" \
263	  && test -n "`echo $$list1$$list2`" \
264	  || exit 0; \
265	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
266	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
267	{ for i in $$list1; do echo "$$i"; done;  \
268	if test -n "$$list2"; then \
269	  for i in $$list2; do echo "$$i"; done \
270	    | sed -n '/\.1[a-z]*$$/p'; \
271	fi; \
272	} | while read p; do \
273	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
274	  echo "$$d$$p"; echo "$$p"; \
275	done | \
276	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
277	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
278	sed 'N;N;s,\n, ,g' | { \
279	list=; while read file base inst; do \
280	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
281	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
282	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
283	  fi; \
284	done; \
285	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
286	while read files; do \
287	  test -z "$$files" || { \
288	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
289	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
290	done; }
291
292uninstall-man1:
293	@$(NORMAL_UNINSTALL)
294	@list=''; test -n "$(man1dir)" || exit 0; \
295	files=`{ for i in $$list; do echo "$$i"; done; \
296	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
297	  sed -n '/\.1[a-z]*$$/p'; \
298	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
299	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
300	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
301tags TAGS:
302
303ctags CTAGS:
304
305cscope cscopelist:
306
307
308distdir: $(DISTFILES)
309	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
310	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
311	list='$(DISTFILES)'; \
312	  dist_files=`for file in $$list; do echo $$file; done | \
313	  sed -e "s|^$$srcdirstrip/||;t" \
314	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
315	case $$dist_files in \
316	  */*) $(MKDIR_P) `echo "$$dist_files" | \
317			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
318			   sort -u` ;; \
319	esac; \
320	for file in $$dist_files; do \
321	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
322	  if test -d $$d/$$file; then \
323	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
324	    if test -d "$(distdir)/$$file"; then \
325	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
326	    fi; \
327	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
328	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
329	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
330	    fi; \
331	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
332	  else \
333	    test -f "$(distdir)/$$file" \
334	    || cp -p $$d/$$file "$(distdir)/$$file" \
335	    || exit 1; \
336	  fi; \
337	done
338check-am: all-am
339check: check-am
340all-am: Makefile $(MANS)
341installdirs:
342	for dir in "$(DESTDIR)$(man1dir)"; do \
343	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
344	done
345install: install-am
346install-exec: install-exec-am
347install-data: install-data-am
348uninstall: uninstall-am
349
350install-am: all-am
351	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352
353installcheck: installcheck-am
354install-strip:
355	if test -z '$(STRIP)'; then \
356	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
357	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
358	      install; \
359	else \
360	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
361	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
362	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
363	fi
364mostlyclean-generic:
365
366clean-generic:
367
368distclean-generic:
369	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
370	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
371
372maintainer-clean-generic:
373	@echo "This command is intended for maintainers to use"
374	@echo "it deletes files that may require special tools to rebuild."
375clean: clean-am
376
377clean-am: clean-generic mostlyclean-am
378
379distclean: distclean-am
380	-rm -f Makefile
381distclean-am: clean-am distclean-generic
382
383dvi: dvi-am
384
385dvi-am:
386
387html: html-am
388
389html-am:
390
391info: info-am
392
393info-am:
394
395install-data-am: install-man
396
397install-dvi: install-dvi-am
398
399install-dvi-am:
400
401install-exec-am:
402
403install-html: install-html-am
404
405install-html-am:
406
407install-info: install-info-am
408
409install-info-am:
410
411install-man: install-man1
412
413install-pdf: install-pdf-am
414
415install-pdf-am:
416
417install-ps: install-ps-am
418
419install-ps-am:
420
421installcheck-am:
422
423maintainer-clean: maintainer-clean-am
424	-rm -f Makefile
425maintainer-clean-am: distclean-am maintainer-clean-generic
426
427mostlyclean: mostlyclean-am
428
429mostlyclean-am: mostlyclean-generic
430
431pdf: pdf-am
432
433pdf-am:
434
435ps: ps-am
436
437ps-am:
438
439uninstall-am: uninstall-man
440
441uninstall-man: uninstall-man1
442
443.MAKE: install-am install-strip
444
445.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
446	ctags-am distclean distclean-generic distdir dvi dvi-am html \
447	html-am info info-am install install-am install-data \
448	install-data-am install-dvi install-dvi-am install-exec \
449	install-exec-am install-html install-html-am install-info \
450	install-info-am install-man install-man1 install-pdf \
451	install-pdf-am install-ps install-ps-am install-strip \
452	installcheck installcheck-am installdirs maintainer-clean \
453	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
454	pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-man \
455	uninstall-man1
456
457.PRECIOUS: Makefile
458
459
460# Tell versions [3.59,3.63) of GNU make to not export all variables.
461# Otherwise a system limit (for SysV at least) may be exceeded.
462.NOEXPORT:
463