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
17#  test_libs_common - Common code to library unit tests
18#  Copyright (C) 2000-2009  Josh Coalson
19#  Copyright (C) 2011-2016  Xiph.Org Foundation
20#
21#  This program is free software; you can redistribute it and/or
22#  modify it under the terms of the GNU General Public License
23#  as published by the Free Software Foundation; either version 2
24#  of the License, or (at your option) any later version.
25#
26#  This program is distributed in the hope that it will be useful,
27#  but WITHOUT ANY WARRANTY; without even the implied warranty of
28#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29#  GNU General Public License for more details.
30#
31#  You should have received a copy of the GNU General Public License along
32#  with this program; if not, write to the Free Software Foundation, Inc.,
33#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
34
35VPATH = @srcdir@
36am__is_gnu_make = { \
37  if test -z '$(MAKELEVEL)'; then \
38    false; \
39  elif test -n '$(MAKE_HOST)'; then \
40    true; \
41  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42    true; \
43  else \
44    false; \
45  fi; \
46}
47am__make_running_with_option = \
48  case $${target_option-} in \
49      ?) ;; \
50      *) echo "am__make_running_with_option: internal error: invalid" \
51              "target option '$${target_option-}' specified" >&2; \
52         exit 1;; \
53  esac; \
54  has_opt=no; \
55  sane_makeflags=$$MAKEFLAGS; \
56  if $(am__is_gnu_make); then \
57    sane_makeflags=$$MFLAGS; \
58  else \
59    case $$MAKEFLAGS in \
60      *\\[\ \	]*) \
61        bs=\\; \
62        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
64    esac; \
65  fi; \
66  skip_next=no; \
67  strip_trailopt () \
68  { \
69    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70  }; \
71  for flg in $$sane_makeflags; do \
72    test $$skip_next = yes && { skip_next=no; continue; }; \
73    case $$flg in \
74      *=*|--*) continue;; \
75        -*I) strip_trailopt 'I'; skip_next=yes;; \
76      -*I?*) strip_trailopt 'I';; \
77        -*O) strip_trailopt 'O'; skip_next=yes;; \
78      -*O?*) strip_trailopt 'O';; \
79        -*l) strip_trailopt 'l'; skip_next=yes;; \
80      -*l?*) strip_trailopt 'l';; \
81      -[dEDm]) skip_next=yes;; \
82      -[JT]) skip_next=yes;; \
83    esac; \
84    case $$flg in \
85      *$$target_option*) has_opt=yes; break;; \
86    esac; \
87  done; \
88  test $$has_opt = yes
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/@PACKAGE@
92pkgincludedir = $(includedir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkglibexecdir = $(libexecdir)/@PACKAGE@
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = @build@
108host_triplet = @host@
109subdir = src/test_libs_common
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
112	$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
113	$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
114	$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
115	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
116	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
117	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
118	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
119	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
120	$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
121	$(top_srcdir)/configure.ac
122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123	$(ACLOCAL_M4)
124DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125mkinstalldirs = $(install_sh) -d
126CONFIG_HEADER = $(top_builddir)/config.h
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129LTLIBRARIES = $(noinst_LTLIBRARIES)
130libtest_libs_common_la_LIBADD =
131am_libtest_libs_common_la_OBJECTS = file_utils_flac.lo \
132	metadata_utils.lo
133libtest_libs_common_la_OBJECTS = $(am_libtest_libs_common_la_OBJECTS)
134AM_V_lt = $(am__v_lt_@AM_V@)
135am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136am__v_lt_0 = --silent
137am__v_lt_1 =
138AM_V_P = $(am__v_P_@AM_V@)
139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
140am__v_P_0 = false
141am__v_P_1 = :
142AM_V_GEN = $(am__v_GEN_@AM_V@)
143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
144am__v_GEN_0 = @echo "  GEN     " $@;
145am__v_GEN_1 =
146AM_V_at = $(am__v_at_@AM_V@)
147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148am__v_at_0 = @
149am__v_at_1 =
150DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
151depcomp = $(SHELL) $(top_srcdir)/depcomp
152am__depfiles_maybe = depfiles
153am__mv = mv -f
154COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
155	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
156LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
158	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
159	$(AM_CFLAGS) $(CFLAGS)
160AM_V_CC = $(am__v_CC_@AM_V@)
161am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
162am__v_CC_0 = @echo "  CC      " $@;
163am__v_CC_1 =
164CCLD = $(CC)
165LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167	$(AM_LDFLAGS) $(LDFLAGS) -o $@
168AM_V_CCLD = $(am__v_CCLD_@AM_V@)
169am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
170am__v_CCLD_0 = @echo "  CCLD    " $@;
171am__v_CCLD_1 =
172SOURCES = $(libtest_libs_common_la_SOURCES)
173DIST_SOURCES = $(libtest_libs_common_la_SOURCES)
174am__can_run_installinfo = \
175  case $$AM_UPDATE_INFO_DIR in \
176    n|no|NO) false;; \
177    *) (install-info --version) >/dev/null 2>&1;; \
178  esac
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
199DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200ACLOCAL = @ACLOCAL@
201AMTAR = @AMTAR@
202AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203AR = @AR@
204AS = @AS@
205AUTOCONF = @AUTOCONF@
206AUTOHEADER = @AUTOHEADER@
207AUTOMAKE = @AUTOMAKE@
208AWK = @AWK@
209CC = @CC@
210CCAS = @CCAS@
211CCASDEPMODE = @CCASDEPMODE@
212CCASFLAGS = @CCASFLAGS@
213CCDEPMODE = @CCDEPMODE@
214CFLAGS = @CFLAGS@
215CPP = @CPP@
216CPPFLAGS = @CPPFLAGS@
217CXX = @CXX@
218CXXCPP = @CXXCPP@
219CXXDEPMODE = @CXXDEPMODE@
220CXXFLAGS = @CXXFLAGS@
221CYGPATH_W = @CYGPATH_W@
222DEFS = @DEFS@
223DEPDIR = @DEPDIR@
224DLLTOOL = @DLLTOOL@
225DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
226DOXYGEN = @DOXYGEN@
227DSYMUTIL = @DSYMUTIL@
228DUMPBIN = @DUMPBIN@
229ECHO_C = @ECHO_C@
230ECHO_N = @ECHO_N@
231ECHO_T = @ECHO_T@
232EGREP = @EGREP@
233ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
234EXEEXT = @EXEEXT@
235FGREP = @FGREP@
236FLAC__HAS_OGG = @FLAC__HAS_OGG@
237FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
238FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
239GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
240GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
241GCC_VERSION = @GCC_VERSION@
242GREP = @GREP@
243INSTALL = @INSTALL@
244INSTALL_DATA = @INSTALL_DATA@
245INSTALL_PROGRAM = @INSTALL_PROGRAM@
246INSTALL_SCRIPT = @INSTALL_SCRIPT@
247INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248LD = @LD@
249LDFLAGS = @LDFLAGS@
250LIBICONV = @LIBICONV@
251LIBOBJS = @LIBOBJS@
252LIBS = @LIBS@
253LIBTOOL = @LIBTOOL@
254LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
255LIPO = @LIPO@
256LN_S = @LN_S@
257LTLIBICONV = @LTLIBICONV@
258LTLIBOBJS = @LTLIBOBJS@
259LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260MAKEINFO = @MAKEINFO@
261MANIFEST_TOOL = @MANIFEST_TOOL@
262MKDIR_P = @MKDIR_P@
263NASM = @NASM@
264NM = @NM@
265NMEDIT = @NMEDIT@
266OBJDUMP = @OBJDUMP@
267OBJEXT = @OBJEXT@
268OBJ_FORMAT = @OBJ_FORMAT@
269OGG_CFLAGS = @OGG_CFLAGS@
270OGG_LIBS = @OGG_LIBS@
271OGG_PACKAGE = @OGG_PACKAGE@
272OTOOL = @OTOOL@
273OTOOL64 = @OTOOL64@
274PACKAGE = @PACKAGE@
275PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
276PACKAGE_NAME = @PACKAGE_NAME@
277PACKAGE_STRING = @PACKAGE_STRING@
278PACKAGE_TARNAME = @PACKAGE_TARNAME@
279PACKAGE_URL = @PACKAGE_URL@
280PACKAGE_VERSION = @PACKAGE_VERSION@
281PATH_SEPARATOR = @PATH_SEPARATOR@
282RANLIB = @RANLIB@
283SED = @SED@
284SET_MAKE = @SET_MAKE@
285SHELL = @SHELL@
286STRIP = @STRIP@
287VERSION = @VERSION@
288XMMS_CFLAGS = @XMMS_CFLAGS@
289XMMS_CONFIG = @XMMS_CONFIG@
290XMMS_DATA_DIR = @XMMS_DATA_DIR@
291XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
292XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
293XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
294XMMS_LIBS = @XMMS_LIBS@
295XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
296XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
297XMMS_VERSION = @XMMS_VERSION@
298XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
299abs_builddir = @abs_builddir@
300abs_srcdir = @abs_srcdir@
301abs_top_builddir = @abs_top_builddir@
302abs_top_srcdir = @abs_top_srcdir@
303ac_ct_AR = @ac_ct_AR@
304ac_ct_CC = @ac_ct_CC@
305ac_ct_CXX = @ac_ct_CXX@
306ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
307am__include = @am__include@
308am__leading_dot = @am__leading_dot@
309am__quote = @am__quote@
310am__tar = @am__tar@
311am__untar = @am__untar@
312bindir = @bindir@
313build = @build@
314build_alias = @build_alias@
315build_cpu = @build_cpu@
316build_os = @build_os@
317build_vendor = @build_vendor@
318builddir = @builddir@
319datadir = @datadir@
320datarootdir = @datarootdir@
321docdir = @docdir@
322dvidir = @dvidir@
323exec_prefix = @exec_prefix@
324host = @host@
325host_alias = @host_alias@
326host_cpu = @host_cpu@
327host_os = @host_os@
328host_vendor = @host_vendor@
329htmldir = @htmldir@
330includedir = @includedir@
331infodir = @infodir@
332install_sh = @install_sh@
333libdir = @libdir@
334libexecdir = @libexecdir@
335localedir = @localedir@
336localstatedir = @localstatedir@
337mandir = @mandir@
338mkdir_p = @mkdir_p@
339oldincludedir = @oldincludedir@
340pdfdir = @pdfdir@
341prefix = @prefix@
342program_transform_name = @program_transform_name@
343psdir = @psdir@
344runstatedir = @runstatedir@
345sbindir = @sbindir@
346sharedstatedir = @sharedstatedir@
347srcdir = @srcdir@
348sysconfdir = @sysconfdir@
349target_alias = @target_alias@
350top_build_prefix = @top_build_prefix@
351top_builddir = @top_builddir@
352top_srcdir = @top_srcdir@
353AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
354noinst_LTLIBRARIES = libtest_libs_common.la
355libtest_libs_common_la_SOURCES = \
356	file_utils_flac.c \
357	metadata_utils.c
358
359EXTRA_DIST = \
360	Makefile.lite \
361	README \
362	test_libs_common_static.vcproj \
363	test_libs_common_static.vcxproj \
364	test_libs_common_static.vcxproj.filters
365
366all: all-am
367
368.SUFFIXES:
369.SUFFIXES: .c .lo .o .obj
370$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
371	@for dep in $?; do \
372	  case '$(am__configure_deps)' in \
373	    *$$dep*) \
374	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
375	        && { if test -f $@; then exit 0; else break; fi; }; \
376	      exit 1;; \
377	  esac; \
378	done; \
379	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/test_libs_common/Makefile'; \
380	$(am__cd) $(top_srcdir) && \
381	  $(AUTOMAKE) --foreign src/test_libs_common/Makefile
382Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
383	@case '$?' in \
384	  *config.status*) \
385	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
386	  *) \
387	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
388	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
389	esac;
390
391$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
392	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393
394$(top_srcdir)/configure:  $(am__configure_deps)
395	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
397	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398$(am__aclocal_m4_deps):
399
400clean-noinstLTLIBRARIES:
401	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
402	@list='$(noinst_LTLIBRARIES)'; \
403	locs=`for p in $$list; do echo $$p; done | \
404	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
405	      sort -u`; \
406	test -z "$$locs" || { \
407	  echo rm -f $${locs}; \
408	  rm -f $${locs}; \
409	}
410
411libtest_libs_common.la: $(libtest_libs_common_la_OBJECTS) $(libtest_libs_common_la_DEPENDENCIES) $(EXTRA_libtest_libs_common_la_DEPENDENCIES)
412	$(AM_V_CCLD)$(LINK)  $(libtest_libs_common_la_OBJECTS) $(libtest_libs_common_la_LIBADD) $(LIBS)
413
414mostlyclean-compile:
415	-rm -f *.$(OBJEXT)
416
417distclean-compile:
418	-rm -f *.tab.c
419
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_utils_flac.Plo@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata_utils.Plo@am__quote@
422
423.c.o:
424@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
425@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
426@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
427@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
428@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
430
431.c.obj:
432@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
433@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
434@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
435@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
438
439.c.lo:
440@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
441@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
442@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
446
447mostlyclean-libtool:
448	-rm -f *.lo
449
450clean-libtool:
451	-rm -rf .libs _libs
452
453ID: $(am__tagged_files)
454	$(am__define_uniq_tagged_files); mkid -fID $$unique
455tags: tags-am
456TAGS: tags
457
458tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
459	set x; \
460	here=`pwd`; \
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-am
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"
486cscopelist: cscopelist-am
487
488cscopelist-am: $(am__tagged_files)
489	list='$(am__tagged_files)'; \
490	case "$(srcdir)" in \
491	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
492	  *) sdir=$(subdir)/$(srcdir) ;; \
493	esac; \
494	for i in $$list; do \
495	  if test -f "$$i"; then \
496	    echo "$(subdir)/$$i"; \
497	  else \
498	    echo "$$sdir/$$i"; \
499	  fi; \
500	done >> $(top_builddir)/cscope.files
501
502distclean-tags:
503	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
504
505distdir: $(DISTFILES)
506	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508	list='$(DISTFILES)'; \
509	  dist_files=`for file in $$list; do echo $$file; done | \
510	  sed -e "s|^$$srcdirstrip/||;t" \
511	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512	case $$dist_files in \
513	  */*) $(MKDIR_P) `echo "$$dist_files" | \
514			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515			   sort -u` ;; \
516	esac; \
517	for file in $$dist_files; do \
518	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519	  if test -d $$d/$$file; then \
520	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521	    if test -d "$(distdir)/$$file"; then \
522	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523	    fi; \
524	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527	    fi; \
528	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529	  else \
530	    test -f "$(distdir)/$$file" \
531	    || cp -p $$d/$$file "$(distdir)/$$file" \
532	    || exit 1; \
533	  fi; \
534	done
535check-am: all-am
536check: check-am
537all-am: Makefile $(LTLIBRARIES)
538installdirs:
539install: install-am
540install-exec: install-exec-am
541install-data: install-data-am
542uninstall: uninstall-am
543
544install-am: all-am
545	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546
547installcheck: installcheck-am
548install-strip:
549	if test -z '$(STRIP)'; then \
550	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552	      install; \
553	else \
554	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
557	fi
558mostlyclean-generic:
559
560clean-generic:
561
562distclean-generic:
563	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565
566maintainer-clean-generic:
567	@echo "This command is intended for maintainers to use"
568	@echo "it deletes files that may require special tools to rebuild."
569clean: clean-am
570
571clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
572	mostlyclean-am
573
574distclean: distclean-am
575	-rm -rf ./$(DEPDIR)
576	-rm -f Makefile
577distclean-am: clean-am distclean-compile distclean-generic \
578	distclean-tags
579
580dvi: dvi-am
581
582dvi-am:
583
584html: html-am
585
586html-am:
587
588info: info-am
589
590info-am:
591
592install-data-am:
593
594install-dvi: install-dvi-am
595
596install-dvi-am:
597
598install-exec-am:
599
600install-html: install-html-am
601
602install-html-am:
603
604install-info: install-info-am
605
606install-info-am:
607
608install-man:
609
610install-pdf: install-pdf-am
611
612install-pdf-am:
613
614install-ps: install-ps-am
615
616install-ps-am:
617
618installcheck-am:
619
620maintainer-clean: maintainer-clean-am
621	-rm -rf ./$(DEPDIR)
622	-rm -f Makefile
623maintainer-clean-am: distclean-am maintainer-clean-generic
624
625mostlyclean: mostlyclean-am
626
627mostlyclean-am: mostlyclean-compile mostlyclean-generic \
628	mostlyclean-libtool
629
630pdf: pdf-am
631
632pdf-am:
633
634ps: ps-am
635
636ps-am:
637
638uninstall-am:
639
640.MAKE: install-am install-strip
641
642.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
643	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
644	ctags-am distclean distclean-compile distclean-generic \
645	distclean-libtool distclean-tags distdir dvi dvi-am html \
646	html-am info info-am install install-am install-data \
647	install-data-am install-dvi install-dvi-am install-exec \
648	install-exec-am install-html install-html-am install-info \
649	install-info-am install-man install-pdf install-pdf-am \
650	install-ps install-ps-am install-strip installcheck \
651	installcheck-am installdirs maintainer-clean \
652	maintainer-clean-generic mostlyclean mostlyclean-compile \
653	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
654	tags tags-am uninstall uninstall-am
655
656.PRECIOUS: Makefile
657
658
659# Tell versions [3.59,3.63) of GNU make to not export all variables.
660# Otherwise a system limit (for SysV at least) may be exceeded.
661.NOEXPORT:
662