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@
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 = tests/utils
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/ae_config_feature.m4 \
95	$(top_srcdir)/m4/ax_append_compile_flags.m4 \
96	$(top_srcdir)/m4/ax_append_flag.m4 \
97	$(top_srcdir)/m4/ax_c___attribute__.m4 \
98	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
99	$(top_srcdir)/m4/ax_pthread.m4 \
100	$(top_srcdir)/m4/ax_require_defined.m4 \
101	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
102	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
103	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pprint.m4 \
104	$(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106	$(ACLOCAL_M4)
107DIST_COMMON = $(srcdir)/Makefile.am $(dist_check_SCRIPTS) \
108	$(am__DIST_COMMON)
109mkinstalldirs = $(install_sh) -d
110CONFIG_HEADER = $(top_builddir)/include/config.h \
111	$(top_builddir)/include/urcu/config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114LIBRARIES = $(noinst_LIBRARIES)
115ARFLAGS = cru
116AM_V_AR = $(am__v_AR_@AM_V@)
117am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
118am__v_AR_0 = @echo "  AR      " $@;
119am__v_AR_1 =
120libtap_a_AR = $(AR) $(ARFLAGS)
121libtap_a_LIBADD =
122am_libtap_a_OBJECTS = tap.$(OBJEXT)
123libtap_a_OBJECTS = $(am_libtap_a_OBJECTS)
124AM_V_P = $(am__v_P_@AM_V@)
125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_@AM_V@)
129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 =
132AM_V_at = $(am__v_at_@AM_V@)
133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134am__v_at_0 = @
135am__v_at_1 =
136DEFAULT_INCLUDES =
137depcomp = $(SHELL) $(top_srcdir)/config/depcomp
138am__maybe_remake_depfiles = depfiles
139am__depfiles_remade = ./$(DEPDIR)/tap.Po
140am__mv = mv -f
141COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
142	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 =
147LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
149	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
150	$(AM_CFLAGS) $(CFLAGS)
151AM_V_CC = $(am__v_CC_@AM_V@)
152am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
153am__v_CC_0 = @echo "  CC      " $@;
154am__v_CC_1 =
155CCLD = $(CC)
156LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158	$(AM_LDFLAGS) $(LDFLAGS) -o $@
159AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161am__v_CCLD_0 = @echo "  CCLD    " $@;
162am__v_CCLD_1 =
163SOURCES = $(libtap_a_SOURCES)
164DIST_SOURCES = $(libtap_a_SOURCES)
165am__can_run_installinfo = \
166  case $$AM_UPDATE_INFO_DIR in \
167    n|no|NO) false;; \
168    *) (install-info --version) >/dev/null 2>&1;; \
169  esac
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171# Read a list of newline-separated strings from the standard input,
172# and print each of them once, without duplicates.  Input order is
173# *not* preserved.
174am__uniquify_input = $(AWK) '\
175  BEGIN { nonempty = 0; } \
176  { items[$$0] = 1; nonempty = 1; } \
177  END { if (nonempty) { for (i in items) print i; }; } \
178'
179# Make sure the list of sources is unique.  This is necessary because,
180# e.g., the same source file might be shared among _SOURCES variables
181# for different programs/libraries.
182am__define_uniq_tagged_files = \
183  list='$(am__tagged_files)'; \
184  unique=`for i in $$list; do \
185    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186  done | $(am__uniquify_input)`
187ETAGS = etags
188CTAGS = ctags
189am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191ACLOCAL = @ACLOCAL@
192AMTAR = @AMTAR@
193AM_CFLAGS = @AM_CFLAGS@
194AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src
195AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
196AR = @AR@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
199AUTOMAKE = @AUTOMAKE@
200AWK = @AWK@
201CC = @CC@
202CCDEPMODE = @CCDEPMODE@
203CFLAGS = @CFLAGS@
204CPP = @CPP@
205CPPFLAGS = @CPPFLAGS@
206CYGPATH_W = @CYGPATH_W@
207DEFS = @DEFS@
208DEPDIR = @DEPDIR@
209DLLTOOL = @DLLTOOL@
210DSYMUTIL = @DSYMUTIL@
211DUMPBIN = @DUMPBIN@
212ECHO_C = @ECHO_C@
213ECHO_N = @ECHO_N@
214ECHO_T = @ECHO_T@
215EGREP = @EGREP@
216EXEEXT = @EXEEXT@
217FGREP = @FGREP@
218GETCONF = @GETCONF@
219GREP = @GREP@
220INSTALL = @INSTALL@
221INSTALL_DATA = @INSTALL_DATA@
222INSTALL_PROGRAM = @INSTALL_PROGRAM@
223INSTALL_SCRIPT = @INSTALL_SCRIPT@
224INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225LD = @LD@
226LDFLAGS = @LDFLAGS@
227LIBOBJS = @LIBOBJS@
228LIBS = @LIBS@
229LIBTOOL = @LIBTOOL@
230LIPO = @LIPO@
231LN_S = @LN_S@
232LTLIBOBJS = @LTLIBOBJS@
233LT_NO_UNDEFINED = @LT_NO_UNDEFINED@
234LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
235MAINT = @MAINT@
236MAKEINFO = @MAKEINFO@
237MANIFEST_TOOL = @MANIFEST_TOOL@
238MKDIR_P = @MKDIR_P@
239NM = @NM@
240NMEDIT = @NMEDIT@
241NPROC = @NPROC@
242NPROC_CMD = @NPROC_CMD@
243OBJDUMP = @OBJDUMP@
244OBJEXT = @OBJEXT@
245OTOOL = @OTOOL@
246OTOOL64 = @OTOOL64@
247PACKAGE = @PACKAGE@
248PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
249PACKAGE_NAME = @PACKAGE_NAME@
250PACKAGE_STRING = @PACKAGE_STRING@
251PACKAGE_TARNAME = @PACKAGE_TARNAME@
252PACKAGE_URL = @PACKAGE_URL@
253PACKAGE_VERSION = @PACKAGE_VERSION@
254PATH_SEPARATOR = @PATH_SEPARATOR@
255PTHREAD_CC = @PTHREAD_CC@
256PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
257PTHREAD_LIBS = @PTHREAD_LIBS@
258RANLIB = @RANLIB@
259SED = @SED@
260SET_MAKE = @SET_MAKE@
261SHELL = @SHELL@
262STRIP = @STRIP@
263URCU_LIBRARY_VERSION = @URCU_LIBRARY_VERSION@
264VERSION = @VERSION@
265abs_builddir = @abs_builddir@
266abs_srcdir = @abs_srcdir@
267abs_top_builddir = @abs_top_builddir@
268abs_top_srcdir = @abs_top_srcdir@
269ac_ct_AR = @ac_ct_AR@
270ac_ct_CC = @ac_ct_CC@
271ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272am__include = @am__include@
273am__leading_dot = @am__leading_dot@
274am__quote = @am__quote@
275am__tar = @am__tar@
276am__untar = @am__untar@
277ax_pthread_config = @ax_pthread_config@
278bindir = @bindir@
279build = @build@
280build_alias = @build_alias@
281build_cpu = @build_cpu@
282build_os = @build_os@
283build_vendor = @build_vendor@
284builddir = @builddir@
285datadir = @datadir@
286datarootdir = @datarootdir@
287docdir = @docdir@
288dvidir = @dvidir@
289exec_prefix = @exec_prefix@
290host = @host@
291host_alias = @host_alias@
292host_cpu = @host_cpu@
293host_os = @host_os@
294host_vendor = @host_vendor@
295htmldir = @htmldir@
296includedir = @includedir@
297infodir = @infodir@
298install_sh = @install_sh@
299libdir = @libdir@
300libexecdir = @libexecdir@
301localedir = @localedir@
302localstatedir = @localstatedir@
303mandir = @mandir@
304mkdir_p = @mkdir_p@
305oldincludedir = @oldincludedir@
306pdfdir = @pdfdir@
307pprint_tput = @pprint_tput@
308prefix = @prefix@
309program_transform_name = @program_transform_name@
310psdir = @psdir@
311runstatedir = @runstatedir@
312sbindir = @sbindir@
313sharedstatedir = @sharedstatedir@
314srcdir = @srcdir@
315sysconfdir = @sysconfdir@
316target = @target@
317target_alias = @target_alias@
318target_cpu = @target_cpu@
319target_os = @target_os@
320target_vendor = @target_vendor@
321top_build_prefix = @top_build_prefix@
322top_builddir = @top_builddir@
323top_srcdir = @top_srcdir@
324noinst_LIBRARIES = libtap.a
325libtap_a_SOURCES = tap.c tap.h
326SCRIPT_LIST = tap.sh tap-driver.sh
327dist_check_SCRIPTS = $(SCRIPT_LIST)
328all: all-am
329
330.SUFFIXES:
331.SUFFIXES: .c .lo .o .obj
332$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
333	@for dep in $?; do \
334	  case '$(am__configure_deps)' in \
335	    *$$dep*) \
336	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
337	        && { if test -f $@; then exit 0; else break; fi; }; \
338	      exit 1;; \
339	  esac; \
340	done; \
341	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/utils/Makefile'; \
342	$(am__cd) $(top_srcdir) && \
343	  $(AUTOMAKE) --foreign tests/utils/Makefile
344Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
345	@case '$?' in \
346	  *config.status*) \
347	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
348	  *) \
349	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
350	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
351	esac;
352
353$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
354	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355
356$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
357	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
359	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360$(am__aclocal_m4_deps):
361
362clean-noinstLIBRARIES:
363	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
364
365libtap.a: $(libtap_a_OBJECTS) $(libtap_a_DEPENDENCIES) $(EXTRA_libtap_a_DEPENDENCIES)
366	$(AM_V_at)-rm -f libtap.a
367	$(AM_V_AR)$(libtap_a_AR) libtap.a $(libtap_a_OBJECTS) $(libtap_a_LIBADD)
368	$(AM_V_at)$(RANLIB) libtap.a
369
370mostlyclean-compile:
371	-rm -f *.$(OBJEXT)
372
373distclean-compile:
374	-rm -f *.tab.c
375
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap.Po@am__quote@ # am--include-marker
377
378$(am__depfiles_remade):
379	@$(MKDIR_P) $(@D)
380	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
381
382am--depfiles: $(am__depfiles_remade)
383
384.c.o:
385@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
386@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
387@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
388@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
390
391.c.obj:
392@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
393@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
394@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
395@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
397
398.c.lo:
399@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
400@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
401@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
402@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
404
405mostlyclean-libtool:
406	-rm -f *.lo
407
408clean-libtool:
409	-rm -rf .libs _libs
410
411ID: $(am__tagged_files)
412	$(am__define_uniq_tagged_files); mkid -fID $$unique
413tags: tags-am
414TAGS: tags
415
416tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
417	set x; \
418	here=`pwd`; \
419	$(am__define_uniq_tagged_files); \
420	shift; \
421	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
422	  test -n "$$unique" || unique=$$empty_fix; \
423	  if test $$# -gt 0; then \
424	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425	      "$$@" $$unique; \
426	  else \
427	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428	      $$unique; \
429	  fi; \
430	fi
431ctags: ctags-am
432
433CTAGS: ctags
434ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
435	$(am__define_uniq_tagged_files); \
436	test -z "$(CTAGS_ARGS)$$unique" \
437	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
438	     $$unique
439
440GTAGS:
441	here=`$(am__cd) $(top_builddir) && pwd` \
442	  && $(am__cd) $(top_srcdir) \
443	  && gtags -i $(GTAGS_ARGS) "$$here"
444cscopelist: cscopelist-am
445
446cscopelist-am: $(am__tagged_files)
447	list='$(am__tagged_files)'; \
448	case "$(srcdir)" in \
449	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
450	  *) sdir=$(subdir)/$(srcdir) ;; \
451	esac; \
452	for i in $$list; do \
453	  if test -f "$$i"; then \
454	    echo "$(subdir)/$$i"; \
455	  else \
456	    echo "$$sdir/$$i"; \
457	  fi; \
458	done >> $(top_builddir)/cscope.files
459
460distclean-tags:
461	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
462
463distdir: $(BUILT_SOURCES)
464	$(MAKE) $(AM_MAKEFLAGS) distdir-am
465
466distdir-am: $(DISTFILES)
467	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469	list='$(DISTFILES)'; \
470	  dist_files=`for file in $$list; do echo $$file; done | \
471	  sed -e "s|^$$srcdirstrip/||;t" \
472	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
473	case $$dist_files in \
474	  */*) $(MKDIR_P) `echo "$$dist_files" | \
475			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
476			   sort -u` ;; \
477	esac; \
478	for file in $$dist_files; do \
479	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480	  if test -d $$d/$$file; then \
481	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
482	    if test -d "$(distdir)/$$file"; then \
483	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484	    fi; \
485	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
487	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488	    fi; \
489	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490	  else \
491	    test -f "$(distdir)/$$file" \
492	    || cp -p $$d/$$file "$(distdir)/$$file" \
493	    || exit 1; \
494	  fi; \
495	done
496check-am: all-am
497	$(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS)
498check: check-am
499all-am: Makefile $(LIBRARIES) all-local
500installdirs:
501install: install-am
502install-exec: install-exec-am
503install-data: install-data-am
504uninstall: uninstall-am
505
506install-am: all-am
507	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
508
509installcheck: installcheck-am
510install-strip:
511	if test -z '$(STRIP)'; then \
512	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
513	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
514	      install; \
515	else \
516	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
519	fi
520mostlyclean-generic:
521
522clean-generic:
523
524distclean-generic:
525	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
527
528maintainer-clean-generic:
529	@echo "This command is intended for maintainers to use"
530	@echo "it deletes files that may require special tools to rebuild."
531clean: clean-am
532
533clean-am: clean-generic clean-libtool clean-local \
534	clean-noinstLIBRARIES mostlyclean-am
535
536distclean: distclean-am
537		-rm -f ./$(DEPDIR)/tap.Po
538	-rm -f Makefile
539distclean-am: clean-am distclean-compile distclean-generic \
540	distclean-tags
541
542dvi: dvi-am
543
544dvi-am:
545
546html: html-am
547
548html-am:
549
550info: info-am
551
552info-am:
553
554install-data-am:
555
556install-dvi: install-dvi-am
557
558install-dvi-am:
559
560install-exec-am:
561
562install-html: install-html-am
563
564install-html-am:
565
566install-info: install-info-am
567
568install-info-am:
569
570install-man:
571
572install-pdf: install-pdf-am
573
574install-pdf-am:
575
576install-ps: install-ps-am
577
578install-ps-am:
579
580installcheck-am:
581
582maintainer-clean: maintainer-clean-am
583		-rm -f ./$(DEPDIR)/tap.Po
584	-rm -f Makefile
585maintainer-clean-am: distclean-am maintainer-clean-generic
586
587mostlyclean: mostlyclean-am
588
589mostlyclean-am: mostlyclean-compile mostlyclean-generic \
590	mostlyclean-libtool
591
592pdf: pdf-am
593
594pdf-am:
595
596ps: ps-am
597
598ps-am:
599
600uninstall-am:
601
602.MAKE: check-am install-am install-strip
603
604.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
605	check-am clean clean-generic clean-libtool clean-local \
606	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
607	distclean-compile distclean-generic distclean-libtool \
608	distclean-tags distdir dvi dvi-am html html-am info info-am \
609	install install-am install-data install-data-am install-dvi \
610	install-dvi-am install-exec install-exec-am install-html \
611	install-html-am install-info install-info-am install-man \
612	install-pdf install-pdf-am install-ps install-ps-am \
613	install-strip installcheck installcheck-am installdirs \
614	maintainer-clean maintainer-clean-generic mostlyclean \
615	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
616	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
617
618.PRECIOUS: Makefile
619
620
621all-local:
622	@if [ x"$(srcdir)" != x"$(builddir)" ]; then \
623		for script in $(SCRIPT_LIST); do \
624			cp -f $(srcdir)/$$script $(builddir); \
625		done; \
626	fi
627
628clean-local:
629	@if [ x"$(srcdir)" != x"$(builddir)" ]; then \
630		for script in $(SCRIPT_LIST); do \
631			rm -f $(builddir)/$$script; \
632		done; \
633	fi
634
635# Tell versions [3.59,3.63) of GNU make to not export all variables.
636# Otherwise a system limit (for SysV at least) may be exceeded.
637.NOEXPORT:
638