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