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