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