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