1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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 = .
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 $(top_srcdir)/configure \
94	$(am__configure_deps) $(am__DIST_COMMON)
95am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
96 configure.lineno config.status.lineno
97mkinstalldirs = $(install_sh) -d
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100AM_V_P = $(am__v_P_@AM_V@)
101am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102am__v_P_0 = false
103am__v_P_1 = :
104AM_V_GEN = $(am__v_GEN_@AM_V@)
105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106am__v_GEN_0 = @echo "  GEN     " $@;
107am__v_GEN_1 =
108AM_V_at = $(am__v_at_@AM_V@)
109am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110am__v_at_0 = @
111am__v_at_1 =
112SOURCES =
113DIST_SOURCES =
114RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115	ctags-recursive dvi-recursive html-recursive info-recursive \
116	install-data-recursive install-dvi-recursive \
117	install-exec-recursive install-html-recursive \
118	install-info-recursive install-pdf-recursive \
119	install-ps-recursive install-recursive installcheck-recursive \
120	installdirs-recursive pdf-recursive ps-recursive \
121	tags-recursive uninstall-recursive
122am__can_run_installinfo = \
123  case $$AM_UPDATE_INFO_DIR in \
124    n|no|NO) false;; \
125    *) (install-info --version) >/dev/null 2>&1;; \
126  esac
127am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128am__vpath_adj = case $$p in \
129    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130    *) f=$$p;; \
131  esac;
132am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133am__install_max = 40
134am__nobase_strip_setup = \
135  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136am__nobase_strip = \
137  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138am__nobase_list = $(am__nobase_strip_setup); \
139  for p in $$list; do echo "$$p $$p"; done | \
140  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142    if (++n[$$2] == $(am__install_max)) \
143      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144    END { for (dir in files) print dir, files[dir] }'
145am__base_list = \
146  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148am__uninstall_files_from_dir = { \
149  test -z "$$files" \
150    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152         $(am__cd) "$$dir" && rm -f $$files; }; \
153  }
154man1dir = $(mandir)/man1
155am__installdirs = "$(DESTDIR)$(man1dir)"
156NROFF = nroff
157MANS = $(dist_man_MANS)
158RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
159  distclean-recursive maintainer-clean-recursive
160am__recursive_targets = \
161  $(RECURSIVE_TARGETS) \
162  $(RECURSIVE_CLEAN_TARGETS) \
163  $(am__extra_recursive_targets)
164AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
165	cscope distdir distdir-am dist dist-all distcheck
166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
167# Read a list of newline-separated strings from the standard input,
168# and print each of them once, without duplicates.  Input order is
169# *not* preserved.
170am__uniquify_input = $(AWK) '\
171  BEGIN { nonempty = 0; } \
172  { items[$$0] = 1; nonempty = 1; } \
173  END { if (nonempty) { for (i in items) print i; }; } \
174'
175# Make sure the list of sources is unique.  This is necessary because,
176# e.g., the same source file might be shared among _SOURCES variables
177# for different programs/libraries.
178am__define_uniq_tagged_files = \
179  list='$(am__tagged_files)'; \
180  unique=`for i in $$list; do \
181    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182  done | $(am__uniquify_input)`
183ETAGS = etags
184CTAGS = ctags
185CSCOPE = cscope
186DIST_SUBDIRS = $(SUBDIRS)
187am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
188	$(top_srcdir)/config/compile $(top_srcdir)/config/install-sh \
189	$(top_srcdir)/config/missing AUTHORS COPYING ChangeLog INSTALL \
190	NEWS README config/compile config/depcomp config/install-sh \
191	config/missing
192DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193distdir = $(PACKAGE)-$(VERSION)
194top_distdir = $(distdir)
195am__remove_distdir = \
196  if test -d "$(distdir)"; then \
197    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
198      && rm -rf "$(distdir)" \
199      || { sleep 5 && rm -rf "$(distdir)"; }; \
200  else :; fi
201am__post_remove_distdir = $(am__remove_distdir)
202am__relativize = \
203  dir0=`pwd`; \
204  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
205  sed_rest='s,^[^/]*/*,,'; \
206  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
207  sed_butlast='s,/*[^/]*$$,,'; \
208  while test -n "$$dir1"; do \
209    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
210    if test "$$first" != "."; then \
211      if test "$$first" = ".."; then \
212        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
213        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
214      else \
215        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
216        if test "$$first2" = "$$first"; then \
217          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
218        else \
219          dir2="../$$dir2"; \
220        fi; \
221        dir0="$$dir0"/"$$first"; \
222      fi; \
223    fi; \
224    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
225  done; \
226  reldir="$$dir2"
227DIST_ARCHIVES = $(distdir).tar.gz
228GZIP_ENV = --best
229DIST_TARGETS = dist-gzip
230distuninstallcheck_listfiles = find . -type f -print
231am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
232  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
233distcleancheck_listfiles = find . -type f -print
234ACLOCAL = @ACLOCAL@
235AMTAR = @AMTAR@
236AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
237AUTOCONF = @AUTOCONF@
238AUTOHEADER = @AUTOHEADER@
239AUTOMAKE = @AUTOMAKE@
240AWK = @AWK@
241CC = @CC@
242CCDEPMODE = @CCDEPMODE@
243CFLAGS = @CFLAGS@
244CPP = @CPP@
245CPPFLAGS = @CPPFLAGS@
246CYGPATH_W = @CYGPATH_W@
247DEFS = @DEFS@
248DEPDIR = @DEPDIR@
249ECHO_C = @ECHO_C@
250ECHO_N = @ECHO_N@
251ECHO_T = @ECHO_T@
252EGREP = @EGREP@
253EXEEXT = @EXEEXT@
254GREP = @GREP@
255INSTALL = @INSTALL@
256INSTALL_DATA = @INSTALL_DATA@
257INSTALL_PROGRAM = @INSTALL_PROGRAM@
258INSTALL_SCRIPT = @INSTALL_SCRIPT@
259INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260LDFLAGS = @LDFLAGS@
261LIBOBJS = @LIBOBJS@
262LIBS = @LIBS@
263LTLIBOBJS = @LTLIBOBJS@
264MAKEINFO = @MAKEINFO@
265MKDIR_P = @MKDIR_P@
266OBJEXT = @OBJEXT@
267PACKAGE = @PACKAGE@
268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269PACKAGE_NAME = @PACKAGE_NAME@
270PACKAGE_STRING = @PACKAGE_STRING@
271PACKAGE_TARNAME = @PACKAGE_TARNAME@
272PACKAGE_URL = @PACKAGE_URL@
273PACKAGE_VERSION = @PACKAGE_VERSION@
274PATH_SEPARATOR = @PATH_SEPARATOR@
275SET_MAKE = @SET_MAKE@
276SHELL = @SHELL@
277STRIP = @STRIP@
278VERSION = @VERSION@
279abs_builddir = @abs_builddir@
280abs_srcdir = @abs_srcdir@
281abs_top_builddir = @abs_top_builddir@
282abs_top_srcdir = @abs_top_srcdir@
283ac_ct_CC = @ac_ct_CC@
284am__include = @am__include@
285am__leading_dot = @am__leading_dot@
286am__quote = @am__quote@
287am__tar = @am__tar@
288am__untar = @am__untar@
289bindir = @bindir@
290build_alias = @build_alias@
291builddir = @builddir@
292datadir = @datadir@
293datarootdir = @datarootdir@
294docdir = @docdir@
295dvidir = @dvidir@
296exec_prefix = @exec_prefix@
297host_alias = @host_alias@
298htmldir = @htmldir@
299includedir = @includedir@
300infodir = @infodir@
301install_sh = @install_sh@
302libdir = @libdir@
303libexecdir = @libexecdir@
304localedir = @localedir@
305localstatedir = @localstatedir@
306mandir = @mandir@
307mkdir_p = @mkdir_p@
308oldincludedir = @oldincludedir@
309pdfdir = @pdfdir@
310prefix = @prefix@
311program_transform_name = @program_transform_name@
312psdir = @psdir@
313sbindir = @sbindir@
314sharedstatedir = @sharedstatedir@
315srcdir = @srcdir@
316sysconfdir = @sysconfdir@
317target_alias = @target_alias@
318top_build_prefix = @top_build_prefix@
319top_builddir = @top_builddir@
320top_srcdir = @top_srcdir@
321AUTOMAKE_OPTIONS = subdir-objects
322ACLOCAL_AMFLAGS = -I m4
323SUBDIRS = src
324EXTRA_DIST = autogen.sh README.md .gitattributes .gitignore .travis.yml test
325dist_man_MANS = shc.1
326all: all-recursive
327
328.SUFFIXES:
329am--refresh: Makefile
330	@:
331$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
332	@for dep in $?; do \
333	  case '$(am__configure_deps)' in \
334	    *$$dep*) \
335	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
336	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
337		&& exit 0; \
338	      exit 1;; \
339	  esac; \
340	done; \
341	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
342	$(am__cd) $(top_srcdir) && \
343	  $(AUTOMAKE) --gnu Makefile
344Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
345	@case '$?' in \
346	  *config.status*) \
347	    echo ' $(SHELL) ./config.status'; \
348	    $(SHELL) ./config.status;; \
349	  *) \
350	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
351	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
352	esac;
353
354$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
355	$(SHELL) ./config.status --recheck
356
357$(top_srcdir)/configure:  $(am__configure_deps)
358	$(am__cd) $(srcdir) && $(AUTOCONF)
359$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
360	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
361$(am__aclocal_m4_deps):
362install-man1: $(dist_man_MANS)
363	@$(NORMAL_INSTALL)
364	@list1=''; \
365	list2='$(dist_man_MANS)'; \
366	test -n "$(man1dir)" \
367	  && test -n "`echo $$list1$$list2`" \
368	  || exit 0; \
369	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
370	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
371	{ for i in $$list1; do echo "$$i"; done;  \
372	if test -n "$$list2"; then \
373	  for i in $$list2; do echo "$$i"; done \
374	    | sed -n '/\.1[a-z]*$$/p'; \
375	fi; \
376	} | while read p; do \
377	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
378	  echo "$$d$$p"; echo "$$p"; \
379	done | \
380	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
381	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
382	sed 'N;N;s,\n, ,g' | { \
383	list=; while read file base inst; do \
384	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
385	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
386	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
387	  fi; \
388	done; \
389	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
390	while read files; do \
391	  test -z "$$files" || { \
392	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
393	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
394	done; }
395
396uninstall-man1:
397	@$(NORMAL_UNINSTALL)
398	@list=''; test -n "$(man1dir)" || exit 0; \
399	files=`{ for i in $$list; do echo "$$i"; done; \
400	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
401	  sed -n '/\.1[a-z]*$$/p'; \
402	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
403	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
404	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
405
406# This directory's subdirectories are mostly independent; you can cd
407# into them and run 'make' without going through this Makefile.
408# To change the values of 'make' variables: instead of editing Makefiles,
409# (1) if the variable is set in 'config.status', edit 'config.status'
410#     (which will cause the Makefiles to be regenerated when you run 'make');
411# (2) otherwise, pass the desired values on the 'make' command line.
412$(am__recursive_targets):
413	@fail=; \
414	if $(am__make_keepgoing); then \
415	  failcom='fail=yes'; \
416	else \
417	  failcom='exit 1'; \
418	fi; \
419	dot_seen=no; \
420	target=`echo $@ | sed s/-recursive//`; \
421	case "$@" in \
422	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
423	  *) list='$(SUBDIRS)' ;; \
424	esac; \
425	for subdir in $$list; do \
426	  echo "Making $$target in $$subdir"; \
427	  if test "$$subdir" = "."; then \
428	    dot_seen=yes; \
429	    local_target="$$target-am"; \
430	  else \
431	    local_target="$$target"; \
432	  fi; \
433	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434	  || eval $$failcom; \
435	done; \
436	if test "$$dot_seen" = "no"; then \
437	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
438	fi; test -z "$$fail"
439
440ID: $(am__tagged_files)
441	$(am__define_uniq_tagged_files); mkid -fID $$unique
442tags: tags-recursive
443TAGS: tags
444
445tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446	set x; \
447	here=`pwd`; \
448	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449	  include_option=--etags-include; \
450	  empty_fix=.; \
451	else \
452	  include_option=--include; \
453	  empty_fix=; \
454	fi; \
455	list='$(SUBDIRS)'; for subdir in $$list; do \
456	  if test "$$subdir" = .; then :; else \
457	    test ! -f $$subdir/TAGS || \
458	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
459	  fi; \
460	done; \
461	$(am__define_uniq_tagged_files); \
462	shift; \
463	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464	  test -n "$$unique" || unique=$$empty_fix; \
465	  if test $$# -gt 0; then \
466	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467	      "$$@" $$unique; \
468	  else \
469	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470	      $$unique; \
471	  fi; \
472	fi
473ctags: ctags-recursive
474
475CTAGS: ctags
476ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
477	$(am__define_uniq_tagged_files); \
478	test -z "$(CTAGS_ARGS)$$unique" \
479	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480	     $$unique
481
482GTAGS:
483	here=`$(am__cd) $(top_builddir) && pwd` \
484	  && $(am__cd) $(top_srcdir) \
485	  && gtags -i $(GTAGS_ARGS) "$$here"
486cscope: cscope.files
487	test ! -s cscope.files \
488	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
489clean-cscope:
490	-rm -f cscope.files
491cscope.files: clean-cscope cscopelist
492cscopelist: cscopelist-recursive
493
494cscopelist-am: $(am__tagged_files)
495	list='$(am__tagged_files)'; \
496	case "$(srcdir)" in \
497	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
498	  *) sdir=$(subdir)/$(srcdir) ;; \
499	esac; \
500	for i in $$list; do \
501	  if test -f "$$i"; then \
502	    echo "$(subdir)/$$i"; \
503	  else \
504	    echo "$$sdir/$$i"; \
505	  fi; \
506	done >> $(top_builddir)/cscope.files
507
508distclean-tags:
509	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
511
512distdir: $(BUILT_SOURCES)
513	$(MAKE) $(AM_MAKEFLAGS) distdir-am
514
515distdir-am: $(DISTFILES)
516	$(am__remove_distdir)
517	test -d "$(distdir)" || mkdir "$(distdir)"
518	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	list='$(DISTFILES)'; \
521	  dist_files=`for file in $$list; do echo $$file; done | \
522	  sed -e "s|^$$srcdirstrip/||;t" \
523	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
524	case $$dist_files in \
525	  */*) $(MKDIR_P) `echo "$$dist_files" | \
526			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
527			   sort -u` ;; \
528	esac; \
529	for file in $$dist_files; do \
530	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
531	  if test -d $$d/$$file; then \
532	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533	    if test -d "$(distdir)/$$file"; then \
534	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535	    fi; \
536	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539	    fi; \
540	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541	  else \
542	    test -f "$(distdir)/$$file" \
543	    || cp -p $$d/$$file "$(distdir)/$$file" \
544	    || exit 1; \
545	  fi; \
546	done
547	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
548	  if test "$$subdir" = .; then :; else \
549	    $(am__make_dryrun) \
550	      || test -d "$(distdir)/$$subdir" \
551	      || $(MKDIR_P) "$(distdir)/$$subdir" \
552	      || exit 1; \
553	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
554	    $(am__relativize); \
555	    new_distdir=$$reldir; \
556	    dir1=$$subdir; dir2="$(top_distdir)"; \
557	    $(am__relativize); \
558	    new_top_distdir=$$reldir; \
559	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
560	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
561	    ($(am__cd) $$subdir && \
562	      $(MAKE) $(AM_MAKEFLAGS) \
563	        top_distdir="$$new_top_distdir" \
564	        distdir="$$new_distdir" \
565		am__remove_distdir=: \
566		am__skip_length_check=: \
567		am__skip_mode_fix=: \
568	        distdir) \
569	      || exit 1; \
570	  fi; \
571	done
572	-test -n "$(am__skip_mode_fix)" \
573	|| find "$(distdir)" -type d ! -perm -755 \
574		-exec chmod u+rwx,go+rx {} \; -o \
575	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
576	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
577	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
578	|| chmod -R a+r "$(distdir)"
579dist-gzip: distdir
580	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
581	$(am__post_remove_distdir)
582
583dist-bzip2: distdir
584	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
585	$(am__post_remove_distdir)
586
587dist-lzip: distdir
588	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
589	$(am__post_remove_distdir)
590
591dist-xz: distdir
592	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
593	$(am__post_remove_distdir)
594
595dist-tarZ: distdir
596	@echo WARNING: "Support for distribution archives compressed with" \
597		       "legacy program 'compress' is deprecated." >&2
598	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
599	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
600	$(am__post_remove_distdir)
601
602dist-shar: distdir
603	@echo WARNING: "Support for shar distribution archives is" \
604	               "deprecated." >&2
605	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
606	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
607	$(am__post_remove_distdir)
608
609dist-zip: distdir
610	-rm -f $(distdir).zip
611	zip -rq $(distdir).zip $(distdir)
612	$(am__post_remove_distdir)
613
614dist dist-all:
615	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
616	$(am__post_remove_distdir)
617
618# This target untars the dist file and tries a VPATH configuration.  Then
619# it guarantees that the distribution is self-contained by making another
620# tarfile.
621distcheck: dist
622	case '$(DIST_ARCHIVES)' in \
623	*.tar.gz*) \
624	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
625	*.tar.bz2*) \
626	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
627	*.tar.lz*) \
628	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
629	*.tar.xz*) \
630	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
631	*.tar.Z*) \
632	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
633	*.shar.gz*) \
634	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
635	*.zip*) \
636	  unzip $(distdir).zip ;;\
637	esac
638	chmod -R a-w $(distdir)
639	chmod u+w $(distdir)
640	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
641	chmod a-w $(distdir)
642	test -d $(distdir)/_build || exit 0; \
643	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
644	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
645	  && am__cwd=`pwd` \
646	  && $(am__cd) $(distdir)/_build/sub \
647	  && ../../configure \
648	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
649	    $(DISTCHECK_CONFIGURE_FLAGS) \
650	    --srcdir=../.. --prefix="$$dc_install_base" \
651	  && $(MAKE) $(AM_MAKEFLAGS) \
652	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
653	  && $(MAKE) $(AM_MAKEFLAGS) check \
654	  && $(MAKE) $(AM_MAKEFLAGS) install \
655	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
656	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
657	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
658	        distuninstallcheck \
659	  && chmod -R a-w "$$dc_install_base" \
660	  && ({ \
661	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
662	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
663	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
664	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
665	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
666	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
667	  && rm -rf "$$dc_destdir" \
668	  && $(MAKE) $(AM_MAKEFLAGS) dist \
669	  && rm -rf $(DIST_ARCHIVES) \
670	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
671	  && cd "$$am__cwd" \
672	  || exit 1
673	$(am__post_remove_distdir)
674	@(echo "$(distdir) archives ready for distribution: "; \
675	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
676	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
677distuninstallcheck:
678	@test -n '$(distuninstallcheck_dir)' || { \
679	  echo 'ERROR: trying to run $@ with an empty' \
680	       '$$(distuninstallcheck_dir)' >&2; \
681	  exit 1; \
682	}; \
683	$(am__cd) '$(distuninstallcheck_dir)' || { \
684	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
685	  exit 1; \
686	}; \
687	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
688	   || { echo "ERROR: files left after uninstall:" ; \
689	        if test -n "$(DESTDIR)"; then \
690	          echo "  (check DESTDIR support)"; \
691	        fi ; \
692	        $(distuninstallcheck_listfiles) ; \
693	        exit 1; } >&2
694distcleancheck: distclean
695	@if test '$(srcdir)' = . ; then \
696	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
697	  exit 1 ; \
698	fi
699	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
700	  || { echo "ERROR: files left in build directory after distclean:" ; \
701	       $(distcleancheck_listfiles) ; \
702	       exit 1; } >&2
703check-am: all-am
704check: check-recursive
705all-am: Makefile $(MANS)
706installdirs: installdirs-recursive
707installdirs-am:
708	for dir in "$(DESTDIR)$(man1dir)"; do \
709	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
710	done
711install: install-recursive
712install-exec: install-exec-recursive
713install-data: install-data-recursive
714uninstall: uninstall-recursive
715
716install-am: all-am
717	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
718
719installcheck: installcheck-recursive
720install-strip:
721	if test -z '$(STRIP)'; then \
722	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
723	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
724	      install; \
725	else \
726	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
727	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
728	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
729	fi
730mostlyclean-generic:
731
732clean-generic:
733
734distclean-generic:
735	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
736	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
737
738maintainer-clean-generic:
739	@echo "This command is intended for maintainers to use"
740	@echo "it deletes files that may require special tools to rebuild."
741clean: clean-recursive
742
743clean-am: clean-generic mostlyclean-am
744
745distclean: distclean-recursive
746	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
747	-rm -f Makefile
748distclean-am: clean-am distclean-generic distclean-tags
749
750dvi: dvi-recursive
751
752dvi-am:
753
754html: html-recursive
755
756html-am:
757
758info: info-recursive
759
760info-am:
761
762install-data-am: install-man
763
764install-dvi: install-dvi-recursive
765
766install-dvi-am:
767
768install-exec-am:
769
770install-html: install-html-recursive
771
772install-html-am:
773
774install-info: install-info-recursive
775
776install-info-am:
777
778install-man: install-man1
779
780install-pdf: install-pdf-recursive
781
782install-pdf-am:
783
784install-ps: install-ps-recursive
785
786install-ps-am:
787
788installcheck-am:
789
790maintainer-clean: maintainer-clean-recursive
791	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
792	-rm -rf $(top_srcdir)/autom4te.cache
793	-rm -f Makefile
794maintainer-clean-am: distclean-am maintainer-clean-generic
795
796mostlyclean: mostlyclean-recursive
797
798mostlyclean-am: mostlyclean-generic
799
800pdf: pdf-recursive
801
802pdf-am:
803
804ps: ps-recursive
805
806ps-am:
807
808uninstall-am: uninstall-man
809
810uninstall-man: uninstall-man1
811
812.MAKE: $(am__recursive_targets) install-am install-strip
813
814.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
815	am--refresh check check-am clean clean-cscope clean-generic \
816	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
817	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
818	distcheck distclean distclean-generic distclean-tags \
819	distcleancheck distdir distuninstallcheck dvi dvi-am html \
820	html-am info info-am install install-am install-data \
821	install-data-am install-dvi install-dvi-am install-exec \
822	install-exec-am install-html install-html-am install-info \
823	install-info-am install-man install-man1 install-pdf \
824	install-pdf-am install-ps install-ps-am install-strip \
825	installcheck installcheck-am installdirs installdirs-am \
826	maintainer-clean maintainer-clean-generic mostlyclean \
827	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
828	uninstall-am uninstall-man uninstall-man1
829
830.PRECIOUS: Makefile
831
832
833test: check
834
835# Tell versions [3.59,3.63) of GNU make to not export all variables.
836# Otherwise a system limit (for SysV at least) may be exceeded.
837.NOEXPORT:
838