1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92bin_PROGRAMS = opusenc$(EXEEXT) opusdec$(EXEEXT) opusinfo$(EXEEXT)
93noinst_PROGRAMS = opusrtp$(EXEEXT)
94subdir = .
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4/libopusenc.m4 \
97	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ogg.m4 \
100	$(top_srcdir)/m4/opus.m4 $(top_srcdir)/m4/opusfile.m4 \
101	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
105	$(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
106am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = config.h
110CONFIG_CLEAN_FILES =
111CONFIG_CLEAN_VPATH_FILES =
112am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
113PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
114am__dirstamp = $(am__leading_dot)dirstamp
115am_opusdec_OBJECTS = src/opusdec-opus_header.$(OBJEXT) \
116	src/opusdec-wav_io.$(OBJEXT) src/opusdec-wave_out.$(OBJEXT) \
117	src/opusdec-opusdec.$(OBJEXT) src/opusdec-resample.$(OBJEXT) \
118	src/opusdec-diag_range.$(OBJEXT) \
119	win32/opusdec-unicode_support.$(OBJEXT)
120opusdec_OBJECTS = $(am_opusdec_OBJECTS)
121am__DEPENDENCIES_1 =
122opusdec_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
123	$(am__DEPENDENCIES_1)
124AM_V_lt = $(am__v_lt_@AM_V@)
125am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
126am__v_lt_0 = --silent
127am__v_lt_1 =
128opusdec_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
129	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(opusdec_CFLAGS) \
130	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
131am_opusenc_OBJECTS = src/opusenc-opus_header.$(OBJEXT) \
132	src/opusenc-opusenc.$(OBJEXT) src/opusenc-picture.$(OBJEXT) \
133	src/opusenc-audio-in.$(OBJEXT) \
134	src/opusenc-diag_range.$(OBJEXT) src/opusenc-flac.$(OBJEXT) \
135	win32/opusenc-unicode_support.$(OBJEXT)
136opusenc_OBJECTS = $(am_opusenc_OBJECTS)
137opusenc_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
138	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
139	$(am__DEPENDENCIES_1)
140opusenc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(opusenc_CFLAGS) \
142	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
143am_opusinfo_OBJECTS = src/opusinfo-opus_header.$(OBJEXT) \
144	src/opusinfo-opusinfo.$(OBJEXT) \
145	src/opusinfo-info_opus.$(OBJEXT) \
146	src/opusinfo-picture.$(OBJEXT) \
147	win32/opusinfo-unicode_support.$(OBJEXT)
148opusinfo_OBJECTS = $(am_opusinfo_OBJECTS)
149opusinfo_DEPENDENCIES = $(am__DEPENDENCIES_1)
150am_opusrtp_OBJECTS = src/opusrtp.$(OBJEXT)
151opusrtp_OBJECTS = $(am_opusrtp_OBJECTS)
152opusrtp_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
153	$(am__DEPENDENCIES_1)
154AM_V_P = $(am__v_P_@AM_V@)
155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156am__v_P_0 = false
157am__v_P_1 = :
158AM_V_GEN = $(am__v_GEN_@AM_V@)
159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160am__v_GEN_0 = @echo "  GEN     " $@;
161am__v_GEN_1 =
162AM_V_at = $(am__v_at_@AM_V@)
163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164am__v_at_0 = @
165am__v_at_1 =
166DEFAULT_INCLUDES = -I.@am__isrc@
167depcomp = $(SHELL) $(top_srcdir)/depcomp
168am__depfiles_maybe = depfiles
169am__mv = mv -f
170COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
171	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
174	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
175	$(AM_CFLAGS) $(CFLAGS)
176AM_V_CC = $(am__v_CC_@AM_V@)
177am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
178am__v_CC_0 = @echo "  CC      " $@;
179am__v_CC_1 =
180CCLD = $(CC)
181LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
183	$(AM_LDFLAGS) $(LDFLAGS) -o $@
184AM_V_CCLD = $(am__v_CCLD_@AM_V@)
185am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
186am__v_CCLD_0 = @echo "  CCLD    " $@;
187am__v_CCLD_1 =
188SOURCES = $(opusdec_SOURCES) $(opusenc_SOURCES) $(opusinfo_SOURCES) \
189	$(opusrtp_SOURCES)
190DIST_SOURCES = $(opusdec_SOURCES) $(opusenc_SOURCES) \
191	$(opusinfo_SOURCES) $(opusrtp_SOURCES)
192RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
193	ctags-recursive dvi-recursive html-recursive info-recursive \
194	install-data-recursive install-dvi-recursive \
195	install-exec-recursive install-html-recursive \
196	install-info-recursive install-pdf-recursive \
197	install-ps-recursive install-recursive installcheck-recursive \
198	installdirs-recursive pdf-recursive ps-recursive \
199	tags-recursive uninstall-recursive
200am__can_run_installinfo = \
201  case $$AM_UPDATE_INFO_DIR in \
202    n|no|NO) false;; \
203    *) (install-info --version) >/dev/null 2>&1;; \
204  esac
205am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
206am__vpath_adj = case $$p in \
207    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
208    *) f=$$p;; \
209  esac;
210am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
211am__install_max = 40
212am__nobase_strip_setup = \
213  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
214am__nobase_strip = \
215  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
216am__nobase_list = $(am__nobase_strip_setup); \
217  for p in $$list; do echo "$$p $$p"; done | \
218  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
219  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
220    if (++n[$$2] == $(am__install_max)) \
221      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
222    END { for (dir in files) print dir, files[dir] }'
223am__base_list = \
224  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
225  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
226am__uninstall_files_from_dir = { \
227  test -z "$$files" \
228    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
229    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
230         $(am__cd) "$$dir" && rm -f $$files; }; \
231  }
232man1dir = $(mandir)/man1
233NROFF = nroff
234MANS = $(dist_man_MANS)
235HEADERS = $(noinst_HEADERS)
236RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
237  distclean-recursive maintainer-clean-recursive
238am__recursive_targets = \
239  $(RECURSIVE_TARGETS) \
240  $(RECURSIVE_CLEAN_TARGETS) \
241  $(am__extra_recursive_targets)
242AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
243	cscope distdir dist dist-all distcheck
244am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
245	$(LISP)config.h.in
246# Read a list of newline-separated strings from the standard input,
247# and print each of them once, without duplicates.  Input order is
248# *not* preserved.
249am__uniquify_input = $(AWK) '\
250  BEGIN { nonempty = 0; } \
251  { items[$$0] = 1; nonempty = 1; } \
252  END { if (nonempty) { for (i in items) print i; }; } \
253'
254# Make sure the list of sources is unique.  This is necessary because,
255# e.g., the same source file might be shared among _SOURCES variables
256# for different programs/libraries.
257am__define_uniq_tagged_files = \
258  list='$(am__tagged_files)'; \
259  unique=`for i in $$list; do \
260    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261  done | $(am__uniquify_input)`
262ETAGS = etags
263CTAGS = ctags
264CSCOPE = cscope
265DIST_SUBDIRS = $(SUBDIRS)
266am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
267	$(srcdir)/config.h.in AUTHORS COPYING compile config.guess \
268	config.sub depcomp install-sh ltmain.sh missing
269DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
270distdir = $(PACKAGE)-$(VERSION)
271top_distdir = $(distdir)
272am__remove_distdir = \
273  if test -d "$(distdir)"; then \
274    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
275      && rm -rf "$(distdir)" \
276      || { sleep 5 && rm -rf "$(distdir)"; }; \
277  else :; fi
278am__post_remove_distdir = $(am__remove_distdir)
279am__relativize = \
280  dir0=`pwd`; \
281  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
282  sed_rest='s,^[^/]*/*,,'; \
283  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
284  sed_butlast='s,/*[^/]*$$,,'; \
285  while test -n "$$dir1"; do \
286    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
287    if test "$$first" != "."; then \
288      if test "$$first" = ".."; then \
289        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
290        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
291      else \
292        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
293        if test "$$first2" = "$$first"; then \
294          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
295        else \
296          dir2="../$$dir2"; \
297        fi; \
298        dir0="$$dir0"/"$$first"; \
299      fi; \
300    fi; \
301    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
302  done; \
303  reldir="$$dir2"
304DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip
305GZIP_ENV = --best
306DIST_TARGETS = dist-xz dist-gzip dist-zip
307distuninstallcheck_listfiles = find . -type f -print
308am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
309  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
310distcleancheck_listfiles = find . -type f -print
311ACLOCAL = @ACLOCAL@
312AMTAR = @AMTAR@
313AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
314AR = @AR@
315AUTOCONF = @AUTOCONF@
316AUTOHEADER = @AUTOHEADER@
317AUTOMAKE = @AUTOMAKE@
318AWK = @AWK@
319CC = @CC@
320CCDEPMODE = @CCDEPMODE@
321CFLAGS = @CFLAGS@
322CPP = @CPP@
323CPPFLAGS = @CPPFLAGS@
324CYGPATH_W = @CYGPATH_W@
325DEFS = @DEFS@
326DEPDIR = @DEPDIR@
327DLLTOOL = @DLLTOOL@
328DSYMUTIL = @DSYMUTIL@
329DUMPBIN = @DUMPBIN@
330ECHO_C = @ECHO_C@
331ECHO_N = @ECHO_N@
332ECHO_T = @ECHO_T@
333EGREP = @EGREP@
334EXEEXT = @EXEEXT@
335FGREP = @FGREP@
336FLAC_CFLAGS = @FLAC_CFLAGS@
337FLAC_LIBS = @FLAC_LIBS@
338GREP = @GREP@
339HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
340INSTALL = @INSTALL@
341INSTALL_DATA = @INSTALL_DATA@
342INSTALL_PROGRAM = @INSTALL_PROGRAM@
343INSTALL_SCRIPT = @INSTALL_SCRIPT@
344INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
345LD = @LD@
346LDFLAGS = @LDFLAGS@
347LIBM = @LIBM@
348LIBOBJS = @LIBOBJS@
349LIBOPUSENC_CFLAGS = @LIBOPUSENC_CFLAGS@
350LIBOPUSENC_LIBS = @LIBOPUSENC_LIBS@
351LIBS = @LIBS@
352LIBTOOL = @LIBTOOL@
353LIPO = @LIPO@
354LN_S = @LN_S@
355LTLIBOBJS = @LTLIBOBJS@
356LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
357MAINT = @MAINT@
358MAKEINFO = @MAKEINFO@
359MANIFEST_TOOL = @MANIFEST_TOOL@
360MKDIR_P = @MKDIR_P@
361NM = @NM@
362NMEDIT = @NMEDIT@
363OBJDUMP = @OBJDUMP@
364OBJEXT = @OBJEXT@
365OGG_CFLAGS = @OGG_CFLAGS@
366OGG_LIBS = @OGG_LIBS@
367OPUSFILE_CFLAGS = @OPUSFILE_CFLAGS@
368OPUSFILE_LIBS = @OPUSFILE_LIBS@
369OPUSRTP_LIBS = @OPUSRTP_LIBS@
370OPUSURL_CFLAGS = @OPUSURL_CFLAGS@
371OPUSURL_LIBS = @OPUSURL_LIBS@
372OPUS_CFLAGS = @OPUS_CFLAGS@
373OPUS_LIBS = @OPUS_LIBS@
374OTOOL = @OTOOL@
375OTOOL64 = @OTOOL64@
376PACKAGE = @PACKAGE@
377PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
378PACKAGE_NAME = @PACKAGE_NAME@
379PACKAGE_STRING = @PACKAGE_STRING@
380PACKAGE_TARNAME = @PACKAGE_TARNAME@
381PACKAGE_URL = @PACKAGE_URL@
382PACKAGE_VERSION = @PACKAGE_VERSION@
383PATH_SEPARATOR = @PATH_SEPARATOR@
384PKG_CONFIG = @PKG_CONFIG@
385PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
386PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
387RANLIB = @RANLIB@
388SED = @SED@
389SET_MAKE = @SET_MAKE@
390SHELL = @SHELL@
391STRIP = @STRIP@
392VERSION = @VERSION@
393abs_builddir = @abs_builddir@
394abs_srcdir = @abs_srcdir@
395abs_top_builddir = @abs_top_builddir@
396abs_top_srcdir = @abs_top_srcdir@
397ac_ct_AR = @ac_ct_AR@
398ac_ct_CC = @ac_ct_CC@
399ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
400am__include = @am__include@
401am__leading_dot = @am__leading_dot@
402am__quote = @am__quote@
403am__tar = @am__tar@
404am__untar = @am__untar@
405bindir = @bindir@
406build = @build@
407build_alias = @build_alias@
408build_cpu = @build_cpu@
409build_os = @build_os@
410build_vendor = @build_vendor@
411builddir = @builddir@
412datadir = @datadir@
413datarootdir = @datarootdir@
414docdir = @docdir@
415dvidir = @dvidir@
416exec_prefix = @exec_prefix@
417host = @host@
418host_alias = @host_alias@
419host_cpu = @host_cpu@
420host_os = @host_os@
421host_vendor = @host_vendor@
422htmldir = @htmldir@
423includedir = @includedir@
424infodir = @infodir@
425install_sh = @install_sh@
426libdir = @libdir@
427libexecdir = @libexecdir@
428localedir = @localedir@
429localstatedir = @localstatedir@
430mandir = @mandir@
431mkdir_p = @mkdir_p@
432oldincludedir = @oldincludedir@
433pdfdir = @pdfdir@
434prefix = @prefix@
435program_transform_name = @program_transform_name@
436psdir = @psdir@
437sbindir = @sbindir@
438sharedstatedir = @sharedstatedir@
439srcdir = @srcdir@
440sysconfdir = @sysconfdir@
441target_alias = @target_alias@
442top_build_prefix = @top_build_prefix@
443top_builddir = @top_builddir@
444top_srcdir = @top_srcdir@
445ACLOCAL_AMFLAGS = -I m4
446
447#AUTOMAKE_OPTIONS = subdir-objects 1.6 dist-zip
448AUTOMAKE_OPTIONS = subdir-objects 1.11 dist-zip dist-xz
449SUBDIRS = .
450AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/win32 -D_FORTIFY_SOURCE=2
451AM_CFLAGS = $(OPUS_CFLAGS) $(OGG_CFLAGS)
452noinst_HEADERS = src/arch.h \
453                 src/diag_range.h \
454                 src/flac.h \
455                 src/info_opus.h \
456                 src/encoder.h \
457                 src/opus_header.h \
458                 src/opusinfo.h \
459                 src/picture.h \
460                 src/resample_sse.h \
461                 src/speex_resampler.h \
462                 src/stack_alloc.h \
463                 win32/unicode_support.h \
464                 src/cpusupport.h \
465                 src/wave_out.h \
466                 src/wav_io.h
467
468EXTRA_DIST = Makefile.unix \
469             man/opusrtp.1 \
470             include/getopt.h \
471             share/getopt.c \
472             share/getopt1.c \
473             win32/genversion.bat \
474             win32/config.h \
475             win32/unicode_support.h \
476             win32/unicode_support.c \
477             win32/VS2015/generate_version.vcxproj \
478             win32/VS2015/opusdec.vcxproj \
479             win32/VS2015/opusdec.vcxproj.filters \
480             win32/VS2015/opusenc.vcxproj \
481             win32/VS2015/opusenc.vcxproj.filters \
482             win32/VS2015/opusinfo.vcxproj \
483             win32/VS2015/opusinfo.vcxproj.filters \
484             win32/VS2015/opus-tools.sln \
485             win32/VS2015/common.props \
486             win32/VS2015/opus-tools.props
487
488dist_man_MANS = man/opusenc.1 man/opusdec.1 man/opusinfo.1
489resampler_CPPFLAGS = -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DRESAMPLE_FULL_SINC_TABLE
490opusenc_SOURCES = src/opus_header.c src/opusenc.c src/picture.c src/audio-in.c src/diag_range.c src/flac.c win32/unicode_support.c
491opusenc_CPPFLAGS = $(AM_CPPFLAGS)
492opusenc_CFLAGS = $(AM_CFLAGS) $(LIBOPUSENC_CFLAGS) $(FLAC_CFLAGS)
493opusenc_LDADD = $(LIBOPUSENC_LIBS) $(OPUS_LIBS) $(FLAC_LIBS) $(OGG_LIBS) $(LIBM)
494opusenc_MANS = man/opusenc.1
495opusdec_SOURCES = src/opus_header.c src/wav_io.c src/wave_out.c src/opusdec.c src/resample.c src/diag_range.c win32/unicode_support.c
496opusdec_CPPFLAGS = $(AM_CPPFLAGS) $(resampler_CPPFLAGS)
497opusdec_CFLAGS = $(AM_CFLAGS) $(OPUSURL_CFLAGS)
498opusdec_LDADD = $(OPUSURL_LIBS) $(OPUS_LIBS) $(LIBM)
499opusdec_MANS = man/opusdec.1
500opusinfo_SOURCES = src/opus_header.c src/opusinfo.c src/info_opus.c src/picture.c win32/unicode_support.c
501opusinfo_CPPFLAGS = $(AM_CPPFLAGS) -DOPUSTOOLS
502opusinfo_LDADD = $(OGG_LIBS)
503opusinfo_MANS = man/opusinfo.1
504opusrtp_SOURCES = src/opusrtp.c
505opusrtp_LDADD = $(OPUS_LIBS) $(OGG_LIBS) $(OPUSRTP_LIBS)
506all: config.h
507	$(MAKE) $(AM_MAKEFLAGS) all-recursive
508
509.SUFFIXES:
510.SUFFIXES: .c .lo .o .obj
511am--refresh: Makefile
512	@:
513$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
514	@for dep in $?; do \
515	  case '$(am__configure_deps)' in \
516	    *$$dep*) \
517	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
518	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
519		&& exit 0; \
520	      exit 1;; \
521	  esac; \
522	done; \
523	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
524	$(am__cd) $(top_srcdir) && \
525	  $(AUTOMAKE) --foreign Makefile
526Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
527	@case '$?' in \
528	  *config.status*) \
529	    echo ' $(SHELL) ./config.status'; \
530	    $(SHELL) ./config.status;; \
531	  *) \
532	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
533	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
534	esac;
535
536$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
537	$(SHELL) ./config.status --recheck
538
539$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
540	$(am__cd) $(srcdir) && $(AUTOCONF)
541$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
542	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
543$(am__aclocal_m4_deps):
544
545config.h: stamp-h1
546	@test -f $@ || rm -f stamp-h1
547	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
548
549stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
550	@rm -f stamp-h1
551	cd $(top_builddir) && $(SHELL) ./config.status config.h
552$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
553	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
554	rm -f stamp-h1
555	touch $@
556
557distclean-hdr:
558	-rm -f config.h stamp-h1
559install-binPROGRAMS: $(bin_PROGRAMS)
560	@$(NORMAL_INSTALL)
561	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
562	if test -n "$$list"; then \
563	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
564	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
565	fi; \
566	for p in $$list; do echo "$$p $$p"; done | \
567	sed 's/$(EXEEXT)$$//' | \
568	while read p p1; do if test -f $$p \
569	 || test -f $$p1 \
570	  ; then echo "$$p"; echo "$$p"; else :; fi; \
571	done | \
572	sed -e 'p;s,.*/,,;n;h' \
573	    -e 's|.*|.|' \
574	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
575	sed 'N;N;N;s,\n, ,g' | \
576	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
577	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
578	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
579	    else { print "f", $$3 "/" $$4, $$1; } } \
580	  END { for (d in files) print "f", d, files[d] }' | \
581	while read type dir files; do \
582	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
583	    test -z "$$files" || { \
584	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
585	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
586	    } \
587	; done
588
589uninstall-binPROGRAMS:
590	@$(NORMAL_UNINSTALL)
591	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
592	files=`for p in $$list; do echo "$$p"; done | \
593	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
594	      -e 's/$$/$(EXEEXT)/' \
595	`; \
596	test -n "$$list" || exit 0; \
597	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
598	cd "$(DESTDIR)$(bindir)" && rm -f $$files
599
600clean-binPROGRAMS:
601	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
602	echo " rm -f" $$list; \
603	rm -f $$list || exit $$?; \
604	test -n "$(EXEEXT)" || exit 0; \
605	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
606	echo " rm -f" $$list; \
607	rm -f $$list
608
609clean-noinstPROGRAMS:
610	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
611	echo " rm -f" $$list; \
612	rm -f $$list || exit $$?; \
613	test -n "$(EXEEXT)" || exit 0; \
614	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
615	echo " rm -f" $$list; \
616	rm -f $$list
617src/$(am__dirstamp):
618	@$(MKDIR_P) src
619	@: > src/$(am__dirstamp)
620src/$(DEPDIR)/$(am__dirstamp):
621	@$(MKDIR_P) src/$(DEPDIR)
622	@: > src/$(DEPDIR)/$(am__dirstamp)
623src/opusdec-opus_header.$(OBJEXT): src/$(am__dirstamp) \
624	src/$(DEPDIR)/$(am__dirstamp)
625src/opusdec-wav_io.$(OBJEXT): src/$(am__dirstamp) \
626	src/$(DEPDIR)/$(am__dirstamp)
627src/opusdec-wave_out.$(OBJEXT): src/$(am__dirstamp) \
628	src/$(DEPDIR)/$(am__dirstamp)
629src/opusdec-opusdec.$(OBJEXT): src/$(am__dirstamp) \
630	src/$(DEPDIR)/$(am__dirstamp)
631src/opusdec-resample.$(OBJEXT): src/$(am__dirstamp) \
632	src/$(DEPDIR)/$(am__dirstamp)
633src/opusdec-diag_range.$(OBJEXT): src/$(am__dirstamp) \
634	src/$(DEPDIR)/$(am__dirstamp)
635win32/$(am__dirstamp):
636	@$(MKDIR_P) win32
637	@: > win32/$(am__dirstamp)
638win32/$(DEPDIR)/$(am__dirstamp):
639	@$(MKDIR_P) win32/$(DEPDIR)
640	@: > win32/$(DEPDIR)/$(am__dirstamp)
641win32/opusdec-unicode_support.$(OBJEXT): win32/$(am__dirstamp) \
642	win32/$(DEPDIR)/$(am__dirstamp)
643
644opusdec$(EXEEXT): $(opusdec_OBJECTS) $(opusdec_DEPENDENCIES) $(EXTRA_opusdec_DEPENDENCIES)
645	@rm -f opusdec$(EXEEXT)
646	$(AM_V_CCLD)$(opusdec_LINK) $(opusdec_OBJECTS) $(opusdec_LDADD) $(LIBS)
647src/opusenc-opus_header.$(OBJEXT): src/$(am__dirstamp) \
648	src/$(DEPDIR)/$(am__dirstamp)
649src/opusenc-opusenc.$(OBJEXT): src/$(am__dirstamp) \
650	src/$(DEPDIR)/$(am__dirstamp)
651src/opusenc-picture.$(OBJEXT): src/$(am__dirstamp) \
652	src/$(DEPDIR)/$(am__dirstamp)
653src/opusenc-audio-in.$(OBJEXT): src/$(am__dirstamp) \
654	src/$(DEPDIR)/$(am__dirstamp)
655src/opusenc-diag_range.$(OBJEXT): src/$(am__dirstamp) \
656	src/$(DEPDIR)/$(am__dirstamp)
657src/opusenc-flac.$(OBJEXT): src/$(am__dirstamp) \
658	src/$(DEPDIR)/$(am__dirstamp)
659win32/opusenc-unicode_support.$(OBJEXT): win32/$(am__dirstamp) \
660	win32/$(DEPDIR)/$(am__dirstamp)
661
662opusenc$(EXEEXT): $(opusenc_OBJECTS) $(opusenc_DEPENDENCIES) $(EXTRA_opusenc_DEPENDENCIES)
663	@rm -f opusenc$(EXEEXT)
664	$(AM_V_CCLD)$(opusenc_LINK) $(opusenc_OBJECTS) $(opusenc_LDADD) $(LIBS)
665src/opusinfo-opus_header.$(OBJEXT): src/$(am__dirstamp) \
666	src/$(DEPDIR)/$(am__dirstamp)
667src/opusinfo-opusinfo.$(OBJEXT): src/$(am__dirstamp) \
668	src/$(DEPDIR)/$(am__dirstamp)
669src/opusinfo-info_opus.$(OBJEXT): src/$(am__dirstamp) \
670	src/$(DEPDIR)/$(am__dirstamp)
671src/opusinfo-picture.$(OBJEXT): src/$(am__dirstamp) \
672	src/$(DEPDIR)/$(am__dirstamp)
673win32/opusinfo-unicode_support.$(OBJEXT): win32/$(am__dirstamp) \
674	win32/$(DEPDIR)/$(am__dirstamp)
675
676opusinfo$(EXEEXT): $(opusinfo_OBJECTS) $(opusinfo_DEPENDENCIES) $(EXTRA_opusinfo_DEPENDENCIES)
677	@rm -f opusinfo$(EXEEXT)
678	$(AM_V_CCLD)$(LINK) $(opusinfo_OBJECTS) $(opusinfo_LDADD) $(LIBS)
679src/opusrtp.$(OBJEXT): src/$(am__dirstamp) \
680	src/$(DEPDIR)/$(am__dirstamp)
681
682opusrtp$(EXEEXT): $(opusrtp_OBJECTS) $(opusrtp_DEPENDENCIES) $(EXTRA_opusrtp_DEPENDENCIES)
683	@rm -f opusrtp$(EXEEXT)
684	$(AM_V_CCLD)$(LINK) $(opusrtp_OBJECTS) $(opusrtp_LDADD) $(LIBS)
685
686mostlyclean-compile:
687	-rm -f *.$(OBJEXT)
688	-rm -f src/*.$(OBJEXT)
689	-rm -f win32/*.$(OBJEXT)
690
691distclean-compile:
692	-rm -f *.tab.c
693
694@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusdec-diag_range.Po@am__quote@
695@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusdec-opus_header.Po@am__quote@
696@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusdec-opusdec.Po@am__quote@
697@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusdec-resample.Po@am__quote@
698@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusdec-wav_io.Po@am__quote@
699@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusdec-wave_out.Po@am__quote@
700@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusenc-audio-in.Po@am__quote@
701@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusenc-diag_range.Po@am__quote@
702@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusenc-flac.Po@am__quote@
703@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusenc-opus_header.Po@am__quote@
704@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusenc-opusenc.Po@am__quote@
705@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusenc-picture.Po@am__quote@
706@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusinfo-info_opus.Po@am__quote@
707@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusinfo-opus_header.Po@am__quote@
708@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusinfo-opusinfo.Po@am__quote@
709@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusinfo-picture.Po@am__quote@
710@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusrtp.Po@am__quote@
711@AMDEP_TRUE@@am__include@ @am__quote@win32/$(DEPDIR)/opusdec-unicode_support.Po@am__quote@
712@AMDEP_TRUE@@am__include@ @am__quote@win32/$(DEPDIR)/opusenc-unicode_support.Po@am__quote@
713@AMDEP_TRUE@@am__include@ @am__quote@win32/$(DEPDIR)/opusinfo-unicode_support.Po@am__quote@
714
715.c.o:
716@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
717@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
718@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
719@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
720@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
722
723.c.obj:
724@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
725@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
726@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
727@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
728@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
730
731.c.lo:
732@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
733@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
734@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
735@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
736@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
737@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
738
739src/opusdec-opus_header.o: src/opus_header.c
740@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-opus_header.o -MD -MP -MF src/$(DEPDIR)/opusdec-opus_header.Tpo -c -o src/opusdec-opus_header.o `test -f 'src/opus_header.c' || echo '$(srcdir)/'`src/opus_header.c
741@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-opus_header.Tpo src/$(DEPDIR)/opusdec-opus_header.Po
742@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opus_header.c' object='src/opusdec-opus_header.o' libtool=no @AMDEPBACKSLASH@
743@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
744@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-opus_header.o `test -f 'src/opus_header.c' || echo '$(srcdir)/'`src/opus_header.c
745
746src/opusdec-opus_header.obj: src/opus_header.c
747@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-opus_header.obj -MD -MP -MF src/$(DEPDIR)/opusdec-opus_header.Tpo -c -o src/opusdec-opus_header.obj `if test -f 'src/opus_header.c'; then $(CYGPATH_W) 'src/opus_header.c'; else $(CYGPATH_W) '$(srcdir)/src/opus_header.c'; fi`
748@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-opus_header.Tpo src/$(DEPDIR)/opusdec-opus_header.Po
749@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opus_header.c' object='src/opusdec-opus_header.obj' libtool=no @AMDEPBACKSLASH@
750@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
751@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-opus_header.obj `if test -f 'src/opus_header.c'; then $(CYGPATH_W) 'src/opus_header.c'; else $(CYGPATH_W) '$(srcdir)/src/opus_header.c'; fi`
752
753src/opusdec-wav_io.o: src/wav_io.c
754@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-wav_io.o -MD -MP -MF src/$(DEPDIR)/opusdec-wav_io.Tpo -c -o src/opusdec-wav_io.o `test -f 'src/wav_io.c' || echo '$(srcdir)/'`src/wav_io.c
755@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-wav_io.Tpo src/$(DEPDIR)/opusdec-wav_io.Po
756@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/wav_io.c' object='src/opusdec-wav_io.o' libtool=no @AMDEPBACKSLASH@
757@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
758@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-wav_io.o `test -f 'src/wav_io.c' || echo '$(srcdir)/'`src/wav_io.c
759
760src/opusdec-wav_io.obj: src/wav_io.c
761@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-wav_io.obj -MD -MP -MF src/$(DEPDIR)/opusdec-wav_io.Tpo -c -o src/opusdec-wav_io.obj `if test -f 'src/wav_io.c'; then $(CYGPATH_W) 'src/wav_io.c'; else $(CYGPATH_W) '$(srcdir)/src/wav_io.c'; fi`
762@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-wav_io.Tpo src/$(DEPDIR)/opusdec-wav_io.Po
763@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/wav_io.c' object='src/opusdec-wav_io.obj' libtool=no @AMDEPBACKSLASH@
764@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
765@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-wav_io.obj `if test -f 'src/wav_io.c'; then $(CYGPATH_W) 'src/wav_io.c'; else $(CYGPATH_W) '$(srcdir)/src/wav_io.c'; fi`
766
767src/opusdec-wave_out.o: src/wave_out.c
768@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-wave_out.o -MD -MP -MF src/$(DEPDIR)/opusdec-wave_out.Tpo -c -o src/opusdec-wave_out.o `test -f 'src/wave_out.c' || echo '$(srcdir)/'`src/wave_out.c
769@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-wave_out.Tpo src/$(DEPDIR)/opusdec-wave_out.Po
770@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/wave_out.c' object='src/opusdec-wave_out.o' libtool=no @AMDEPBACKSLASH@
771@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
772@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-wave_out.o `test -f 'src/wave_out.c' || echo '$(srcdir)/'`src/wave_out.c
773
774src/opusdec-wave_out.obj: src/wave_out.c
775@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-wave_out.obj -MD -MP -MF src/$(DEPDIR)/opusdec-wave_out.Tpo -c -o src/opusdec-wave_out.obj `if test -f 'src/wave_out.c'; then $(CYGPATH_W) 'src/wave_out.c'; else $(CYGPATH_W) '$(srcdir)/src/wave_out.c'; fi`
776@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-wave_out.Tpo src/$(DEPDIR)/opusdec-wave_out.Po
777@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/wave_out.c' object='src/opusdec-wave_out.obj' libtool=no @AMDEPBACKSLASH@
778@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-wave_out.obj `if test -f 'src/wave_out.c'; then $(CYGPATH_W) 'src/wave_out.c'; else $(CYGPATH_W) '$(srcdir)/src/wave_out.c'; fi`
780
781src/opusdec-opusdec.o: src/opusdec.c
782@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-opusdec.o -MD -MP -MF src/$(DEPDIR)/opusdec-opusdec.Tpo -c -o src/opusdec-opusdec.o `test -f 'src/opusdec.c' || echo '$(srcdir)/'`src/opusdec.c
783@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-opusdec.Tpo src/$(DEPDIR)/opusdec-opusdec.Po
784@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opusdec.c' object='src/opusdec-opusdec.o' libtool=no @AMDEPBACKSLASH@
785@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
786@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-opusdec.o `test -f 'src/opusdec.c' || echo '$(srcdir)/'`src/opusdec.c
787
788src/opusdec-opusdec.obj: src/opusdec.c
789@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-opusdec.obj -MD -MP -MF src/$(DEPDIR)/opusdec-opusdec.Tpo -c -o src/opusdec-opusdec.obj `if test -f 'src/opusdec.c'; then $(CYGPATH_W) 'src/opusdec.c'; else $(CYGPATH_W) '$(srcdir)/src/opusdec.c'; fi`
790@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-opusdec.Tpo src/$(DEPDIR)/opusdec-opusdec.Po
791@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opusdec.c' object='src/opusdec-opusdec.obj' libtool=no @AMDEPBACKSLASH@
792@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
793@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-opusdec.obj `if test -f 'src/opusdec.c'; then $(CYGPATH_W) 'src/opusdec.c'; else $(CYGPATH_W) '$(srcdir)/src/opusdec.c'; fi`
794
795src/opusdec-resample.o: src/resample.c
796@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-resample.o -MD -MP -MF src/$(DEPDIR)/opusdec-resample.Tpo -c -o src/opusdec-resample.o `test -f 'src/resample.c' || echo '$(srcdir)/'`src/resample.c
797@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-resample.Tpo src/$(DEPDIR)/opusdec-resample.Po
798@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/resample.c' object='src/opusdec-resample.o' libtool=no @AMDEPBACKSLASH@
799@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
800@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-resample.o `test -f 'src/resample.c' || echo '$(srcdir)/'`src/resample.c
801
802src/opusdec-resample.obj: src/resample.c
803@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-resample.obj -MD -MP -MF src/$(DEPDIR)/opusdec-resample.Tpo -c -o src/opusdec-resample.obj `if test -f 'src/resample.c'; then $(CYGPATH_W) 'src/resample.c'; else $(CYGPATH_W) '$(srcdir)/src/resample.c'; fi`
804@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-resample.Tpo src/$(DEPDIR)/opusdec-resample.Po
805@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/resample.c' object='src/opusdec-resample.obj' libtool=no @AMDEPBACKSLASH@
806@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
807@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-resample.obj `if test -f 'src/resample.c'; then $(CYGPATH_W) 'src/resample.c'; else $(CYGPATH_W) '$(srcdir)/src/resample.c'; fi`
808
809src/opusdec-diag_range.o: src/diag_range.c
810@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-diag_range.o -MD -MP -MF src/$(DEPDIR)/opusdec-diag_range.Tpo -c -o src/opusdec-diag_range.o `test -f 'src/diag_range.c' || echo '$(srcdir)/'`src/diag_range.c
811@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-diag_range.Tpo src/$(DEPDIR)/opusdec-diag_range.Po
812@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/diag_range.c' object='src/opusdec-diag_range.o' libtool=no @AMDEPBACKSLASH@
813@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
814@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-diag_range.o `test -f 'src/diag_range.c' || echo '$(srcdir)/'`src/diag_range.c
815
816src/opusdec-diag_range.obj: src/diag_range.c
817@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT src/opusdec-diag_range.obj -MD -MP -MF src/$(DEPDIR)/opusdec-diag_range.Tpo -c -o src/opusdec-diag_range.obj `if test -f 'src/diag_range.c'; then $(CYGPATH_W) 'src/diag_range.c'; else $(CYGPATH_W) '$(srcdir)/src/diag_range.c'; fi`
818@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusdec-diag_range.Tpo src/$(DEPDIR)/opusdec-diag_range.Po
819@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/diag_range.c' object='src/opusdec-diag_range.obj' libtool=no @AMDEPBACKSLASH@
820@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
821@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o src/opusdec-diag_range.obj `if test -f 'src/diag_range.c'; then $(CYGPATH_W) 'src/diag_range.c'; else $(CYGPATH_W) '$(srcdir)/src/diag_range.c'; fi`
822
823win32/opusdec-unicode_support.o: win32/unicode_support.c
824@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT win32/opusdec-unicode_support.o -MD -MP -MF win32/$(DEPDIR)/opusdec-unicode_support.Tpo -c -o win32/opusdec-unicode_support.o `test -f 'win32/unicode_support.c' || echo '$(srcdir)/'`win32/unicode_support.c
825@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) win32/$(DEPDIR)/opusdec-unicode_support.Tpo win32/$(DEPDIR)/opusdec-unicode_support.Po
826@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='win32/unicode_support.c' object='win32/opusdec-unicode_support.o' libtool=no @AMDEPBACKSLASH@
827@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o win32/opusdec-unicode_support.o `test -f 'win32/unicode_support.c' || echo '$(srcdir)/'`win32/unicode_support.c
829
830win32/opusdec-unicode_support.obj: win32/unicode_support.c
831@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -MT win32/opusdec-unicode_support.obj -MD -MP -MF win32/$(DEPDIR)/opusdec-unicode_support.Tpo -c -o win32/opusdec-unicode_support.obj `if test -f 'win32/unicode_support.c'; then $(CYGPATH_W) 'win32/unicode_support.c'; else $(CYGPATH_W) '$(srcdir)/win32/unicode_support.c'; fi`
832@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) win32/$(DEPDIR)/opusdec-unicode_support.Tpo win32/$(DEPDIR)/opusdec-unicode_support.Po
833@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='win32/unicode_support.c' object='win32/opusdec-unicode_support.obj' libtool=no @AMDEPBACKSLASH@
834@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusdec_CPPFLAGS) $(CPPFLAGS) $(opusdec_CFLAGS) $(CFLAGS) -c -o win32/opusdec-unicode_support.obj `if test -f 'win32/unicode_support.c'; then $(CYGPATH_W) 'win32/unicode_support.c'; else $(CYGPATH_W) '$(srcdir)/win32/unicode_support.c'; fi`
836
837src/opusenc-opus_header.o: src/opus_header.c
838@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-opus_header.o -MD -MP -MF src/$(DEPDIR)/opusenc-opus_header.Tpo -c -o src/opusenc-opus_header.o `test -f 'src/opus_header.c' || echo '$(srcdir)/'`src/opus_header.c
839@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-opus_header.Tpo src/$(DEPDIR)/opusenc-opus_header.Po
840@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opus_header.c' object='src/opusenc-opus_header.o' libtool=no @AMDEPBACKSLASH@
841@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
842@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-opus_header.o `test -f 'src/opus_header.c' || echo '$(srcdir)/'`src/opus_header.c
843
844src/opusenc-opus_header.obj: src/opus_header.c
845@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-opus_header.obj -MD -MP -MF src/$(DEPDIR)/opusenc-opus_header.Tpo -c -o src/opusenc-opus_header.obj `if test -f 'src/opus_header.c'; then $(CYGPATH_W) 'src/opus_header.c'; else $(CYGPATH_W) '$(srcdir)/src/opus_header.c'; fi`
846@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-opus_header.Tpo src/$(DEPDIR)/opusenc-opus_header.Po
847@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opus_header.c' object='src/opusenc-opus_header.obj' libtool=no @AMDEPBACKSLASH@
848@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
849@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-opus_header.obj `if test -f 'src/opus_header.c'; then $(CYGPATH_W) 'src/opus_header.c'; else $(CYGPATH_W) '$(srcdir)/src/opus_header.c'; fi`
850
851src/opusenc-opusenc.o: src/opusenc.c
852@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-opusenc.o -MD -MP -MF src/$(DEPDIR)/opusenc-opusenc.Tpo -c -o src/opusenc-opusenc.o `test -f 'src/opusenc.c' || echo '$(srcdir)/'`src/opusenc.c
853@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-opusenc.Tpo src/$(DEPDIR)/opusenc-opusenc.Po
854@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opusenc.c' object='src/opusenc-opusenc.o' libtool=no @AMDEPBACKSLASH@
855@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
856@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-opusenc.o `test -f 'src/opusenc.c' || echo '$(srcdir)/'`src/opusenc.c
857
858src/opusenc-opusenc.obj: src/opusenc.c
859@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-opusenc.obj -MD -MP -MF src/$(DEPDIR)/opusenc-opusenc.Tpo -c -o src/opusenc-opusenc.obj `if test -f 'src/opusenc.c'; then $(CYGPATH_W) 'src/opusenc.c'; else $(CYGPATH_W) '$(srcdir)/src/opusenc.c'; fi`
860@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-opusenc.Tpo src/$(DEPDIR)/opusenc-opusenc.Po
861@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opusenc.c' object='src/opusenc-opusenc.obj' libtool=no @AMDEPBACKSLASH@
862@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-opusenc.obj `if test -f 'src/opusenc.c'; then $(CYGPATH_W) 'src/opusenc.c'; else $(CYGPATH_W) '$(srcdir)/src/opusenc.c'; fi`
864
865src/opusenc-picture.o: src/picture.c
866@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-picture.o -MD -MP -MF src/$(DEPDIR)/opusenc-picture.Tpo -c -o src/opusenc-picture.o `test -f 'src/picture.c' || echo '$(srcdir)/'`src/picture.c
867@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-picture.Tpo src/$(DEPDIR)/opusenc-picture.Po
868@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/picture.c' object='src/opusenc-picture.o' libtool=no @AMDEPBACKSLASH@
869@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
870@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-picture.o `test -f 'src/picture.c' || echo '$(srcdir)/'`src/picture.c
871
872src/opusenc-picture.obj: src/picture.c
873@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-picture.obj -MD -MP -MF src/$(DEPDIR)/opusenc-picture.Tpo -c -o src/opusenc-picture.obj `if test -f 'src/picture.c'; then $(CYGPATH_W) 'src/picture.c'; else $(CYGPATH_W) '$(srcdir)/src/picture.c'; fi`
874@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-picture.Tpo src/$(DEPDIR)/opusenc-picture.Po
875@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/picture.c' object='src/opusenc-picture.obj' libtool=no @AMDEPBACKSLASH@
876@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
877@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-picture.obj `if test -f 'src/picture.c'; then $(CYGPATH_W) 'src/picture.c'; else $(CYGPATH_W) '$(srcdir)/src/picture.c'; fi`
878
879src/opusenc-audio-in.o: src/audio-in.c
880@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-audio-in.o -MD -MP -MF src/$(DEPDIR)/opusenc-audio-in.Tpo -c -o src/opusenc-audio-in.o `test -f 'src/audio-in.c' || echo '$(srcdir)/'`src/audio-in.c
881@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-audio-in.Tpo src/$(DEPDIR)/opusenc-audio-in.Po
882@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/audio-in.c' object='src/opusenc-audio-in.o' libtool=no @AMDEPBACKSLASH@
883@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-audio-in.o `test -f 'src/audio-in.c' || echo '$(srcdir)/'`src/audio-in.c
885
886src/opusenc-audio-in.obj: src/audio-in.c
887@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-audio-in.obj -MD -MP -MF src/$(DEPDIR)/opusenc-audio-in.Tpo -c -o src/opusenc-audio-in.obj `if test -f 'src/audio-in.c'; then $(CYGPATH_W) 'src/audio-in.c'; else $(CYGPATH_W) '$(srcdir)/src/audio-in.c'; fi`
888@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-audio-in.Tpo src/$(DEPDIR)/opusenc-audio-in.Po
889@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/audio-in.c' object='src/opusenc-audio-in.obj' libtool=no @AMDEPBACKSLASH@
890@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-audio-in.obj `if test -f 'src/audio-in.c'; then $(CYGPATH_W) 'src/audio-in.c'; else $(CYGPATH_W) '$(srcdir)/src/audio-in.c'; fi`
892
893src/opusenc-diag_range.o: src/diag_range.c
894@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-diag_range.o -MD -MP -MF src/$(DEPDIR)/opusenc-diag_range.Tpo -c -o src/opusenc-diag_range.o `test -f 'src/diag_range.c' || echo '$(srcdir)/'`src/diag_range.c
895@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-diag_range.Tpo src/$(DEPDIR)/opusenc-diag_range.Po
896@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/diag_range.c' object='src/opusenc-diag_range.o' libtool=no @AMDEPBACKSLASH@
897@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
898@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-diag_range.o `test -f 'src/diag_range.c' || echo '$(srcdir)/'`src/diag_range.c
899
900src/opusenc-diag_range.obj: src/diag_range.c
901@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-diag_range.obj -MD -MP -MF src/$(DEPDIR)/opusenc-diag_range.Tpo -c -o src/opusenc-diag_range.obj `if test -f 'src/diag_range.c'; then $(CYGPATH_W) 'src/diag_range.c'; else $(CYGPATH_W) '$(srcdir)/src/diag_range.c'; fi`
902@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-diag_range.Tpo src/$(DEPDIR)/opusenc-diag_range.Po
903@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/diag_range.c' object='src/opusenc-diag_range.obj' libtool=no @AMDEPBACKSLASH@
904@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
905@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-diag_range.obj `if test -f 'src/diag_range.c'; then $(CYGPATH_W) 'src/diag_range.c'; else $(CYGPATH_W) '$(srcdir)/src/diag_range.c'; fi`
906
907src/opusenc-flac.o: src/flac.c
908@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-flac.o -MD -MP -MF src/$(DEPDIR)/opusenc-flac.Tpo -c -o src/opusenc-flac.o `test -f 'src/flac.c' || echo '$(srcdir)/'`src/flac.c
909@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-flac.Tpo src/$(DEPDIR)/opusenc-flac.Po
910@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/flac.c' object='src/opusenc-flac.o' libtool=no @AMDEPBACKSLASH@
911@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
912@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-flac.o `test -f 'src/flac.c' || echo '$(srcdir)/'`src/flac.c
913
914src/opusenc-flac.obj: src/flac.c
915@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT src/opusenc-flac.obj -MD -MP -MF src/$(DEPDIR)/opusenc-flac.Tpo -c -o src/opusenc-flac.obj `if test -f 'src/flac.c'; then $(CYGPATH_W) 'src/flac.c'; else $(CYGPATH_W) '$(srcdir)/src/flac.c'; fi`
916@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusenc-flac.Tpo src/$(DEPDIR)/opusenc-flac.Po
917@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/flac.c' object='src/opusenc-flac.obj' libtool=no @AMDEPBACKSLASH@
918@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
919@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o src/opusenc-flac.obj `if test -f 'src/flac.c'; then $(CYGPATH_W) 'src/flac.c'; else $(CYGPATH_W) '$(srcdir)/src/flac.c'; fi`
920
921win32/opusenc-unicode_support.o: win32/unicode_support.c
922@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT win32/opusenc-unicode_support.o -MD -MP -MF win32/$(DEPDIR)/opusenc-unicode_support.Tpo -c -o win32/opusenc-unicode_support.o `test -f 'win32/unicode_support.c' || echo '$(srcdir)/'`win32/unicode_support.c
923@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) win32/$(DEPDIR)/opusenc-unicode_support.Tpo win32/$(DEPDIR)/opusenc-unicode_support.Po
924@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='win32/unicode_support.c' object='win32/opusenc-unicode_support.o' libtool=no @AMDEPBACKSLASH@
925@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
926@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o win32/opusenc-unicode_support.o `test -f 'win32/unicode_support.c' || echo '$(srcdir)/'`win32/unicode_support.c
927
928win32/opusenc-unicode_support.obj: win32/unicode_support.c
929@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -MT win32/opusenc-unicode_support.obj -MD -MP -MF win32/$(DEPDIR)/opusenc-unicode_support.Tpo -c -o win32/opusenc-unicode_support.obj `if test -f 'win32/unicode_support.c'; then $(CYGPATH_W) 'win32/unicode_support.c'; else $(CYGPATH_W) '$(srcdir)/win32/unicode_support.c'; fi`
930@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) win32/$(DEPDIR)/opusenc-unicode_support.Tpo win32/$(DEPDIR)/opusenc-unicode_support.Po
931@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='win32/unicode_support.c' object='win32/opusenc-unicode_support.obj' libtool=no @AMDEPBACKSLASH@
932@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
933@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusenc_CPPFLAGS) $(CPPFLAGS) $(opusenc_CFLAGS) $(CFLAGS) -c -o win32/opusenc-unicode_support.obj `if test -f 'win32/unicode_support.c'; then $(CYGPATH_W) 'win32/unicode_support.c'; else $(CYGPATH_W) '$(srcdir)/win32/unicode_support.c'; fi`
934
935src/opusinfo-opus_header.o: src/opus_header.c
936@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/opusinfo-opus_header.o -MD -MP -MF src/$(DEPDIR)/opusinfo-opus_header.Tpo -c -o src/opusinfo-opus_header.o `test -f 'src/opus_header.c' || echo '$(srcdir)/'`src/opus_header.c
937@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusinfo-opus_header.Tpo src/$(DEPDIR)/opusinfo-opus_header.Po
938@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opus_header.c' object='src/opusinfo-opus_header.o' libtool=no @AMDEPBACKSLASH@
939@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
940@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/opusinfo-opus_header.o `test -f 'src/opus_header.c' || echo '$(srcdir)/'`src/opus_header.c
941
942src/opusinfo-opus_header.obj: src/opus_header.c
943@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/opusinfo-opus_header.obj -MD -MP -MF src/$(DEPDIR)/opusinfo-opus_header.Tpo -c -o src/opusinfo-opus_header.obj `if test -f 'src/opus_header.c'; then $(CYGPATH_W) 'src/opus_header.c'; else $(CYGPATH_W) '$(srcdir)/src/opus_header.c'; fi`
944@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusinfo-opus_header.Tpo src/$(DEPDIR)/opusinfo-opus_header.Po
945@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opus_header.c' object='src/opusinfo-opus_header.obj' libtool=no @AMDEPBACKSLASH@
946@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
947@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/opusinfo-opus_header.obj `if test -f 'src/opus_header.c'; then $(CYGPATH_W) 'src/opus_header.c'; else $(CYGPATH_W) '$(srcdir)/src/opus_header.c'; fi`
948
949src/opusinfo-opusinfo.o: src/opusinfo.c
950@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/opusinfo-opusinfo.o -MD -MP -MF src/$(DEPDIR)/opusinfo-opusinfo.Tpo -c -o src/opusinfo-opusinfo.o `test -f 'src/opusinfo.c' || echo '$(srcdir)/'`src/opusinfo.c
951@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusinfo-opusinfo.Tpo src/$(DEPDIR)/opusinfo-opusinfo.Po
952@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opusinfo.c' object='src/opusinfo-opusinfo.o' libtool=no @AMDEPBACKSLASH@
953@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
954@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/opusinfo-opusinfo.o `test -f 'src/opusinfo.c' || echo '$(srcdir)/'`src/opusinfo.c
955
956src/opusinfo-opusinfo.obj: src/opusinfo.c
957@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/opusinfo-opusinfo.obj -MD -MP -MF src/$(DEPDIR)/opusinfo-opusinfo.Tpo -c -o src/opusinfo-opusinfo.obj `if test -f 'src/opusinfo.c'; then $(CYGPATH_W) 'src/opusinfo.c'; else $(CYGPATH_W) '$(srcdir)/src/opusinfo.c'; fi`
958@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusinfo-opusinfo.Tpo src/$(DEPDIR)/opusinfo-opusinfo.Po
959@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/opusinfo.c' object='src/opusinfo-opusinfo.obj' libtool=no @AMDEPBACKSLASH@
960@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
961@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/opusinfo-opusinfo.obj `if test -f 'src/opusinfo.c'; then $(CYGPATH_W) 'src/opusinfo.c'; else $(CYGPATH_W) '$(srcdir)/src/opusinfo.c'; fi`
962
963src/opusinfo-info_opus.o: src/info_opus.c
964@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/opusinfo-info_opus.o -MD -MP -MF src/$(DEPDIR)/opusinfo-info_opus.Tpo -c -o src/opusinfo-info_opus.o `test -f 'src/info_opus.c' || echo '$(srcdir)/'`src/info_opus.c
965@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusinfo-info_opus.Tpo src/$(DEPDIR)/opusinfo-info_opus.Po
966@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/info_opus.c' object='src/opusinfo-info_opus.o' libtool=no @AMDEPBACKSLASH@
967@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
968@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/opusinfo-info_opus.o `test -f 'src/info_opus.c' || echo '$(srcdir)/'`src/info_opus.c
969
970src/opusinfo-info_opus.obj: src/info_opus.c
971@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/opusinfo-info_opus.obj -MD -MP -MF src/$(DEPDIR)/opusinfo-info_opus.Tpo -c -o src/opusinfo-info_opus.obj `if test -f 'src/info_opus.c'; then $(CYGPATH_W) 'src/info_opus.c'; else $(CYGPATH_W) '$(srcdir)/src/info_opus.c'; fi`
972@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusinfo-info_opus.Tpo src/$(DEPDIR)/opusinfo-info_opus.Po
973@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/info_opus.c' object='src/opusinfo-info_opus.obj' libtool=no @AMDEPBACKSLASH@
974@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
975@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/opusinfo-info_opus.obj `if test -f 'src/info_opus.c'; then $(CYGPATH_W) 'src/info_opus.c'; else $(CYGPATH_W) '$(srcdir)/src/info_opus.c'; fi`
976
977src/opusinfo-picture.o: src/picture.c
978@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/opusinfo-picture.o -MD -MP -MF src/$(DEPDIR)/opusinfo-picture.Tpo -c -o src/opusinfo-picture.o `test -f 'src/picture.c' || echo '$(srcdir)/'`src/picture.c
979@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusinfo-picture.Tpo src/$(DEPDIR)/opusinfo-picture.Po
980@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/picture.c' object='src/opusinfo-picture.o' libtool=no @AMDEPBACKSLASH@
981@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
982@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/opusinfo-picture.o `test -f 'src/picture.c' || echo '$(srcdir)/'`src/picture.c
983
984src/opusinfo-picture.obj: src/picture.c
985@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/opusinfo-picture.obj -MD -MP -MF src/$(DEPDIR)/opusinfo-picture.Tpo -c -o src/opusinfo-picture.obj `if test -f 'src/picture.c'; then $(CYGPATH_W) 'src/picture.c'; else $(CYGPATH_W) '$(srcdir)/src/picture.c'; fi`
986@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/opusinfo-picture.Tpo src/$(DEPDIR)/opusinfo-picture.Po
987@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/picture.c' object='src/opusinfo-picture.obj' libtool=no @AMDEPBACKSLASH@
988@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
989@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/opusinfo-picture.obj `if test -f 'src/picture.c'; then $(CYGPATH_W) 'src/picture.c'; else $(CYGPATH_W) '$(srcdir)/src/picture.c'; fi`
990
991win32/opusinfo-unicode_support.o: win32/unicode_support.c
992@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32/opusinfo-unicode_support.o -MD -MP -MF win32/$(DEPDIR)/opusinfo-unicode_support.Tpo -c -o win32/opusinfo-unicode_support.o `test -f 'win32/unicode_support.c' || echo '$(srcdir)/'`win32/unicode_support.c
993@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) win32/$(DEPDIR)/opusinfo-unicode_support.Tpo win32/$(DEPDIR)/opusinfo-unicode_support.Po
994@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='win32/unicode_support.c' object='win32/opusinfo-unicode_support.o' libtool=no @AMDEPBACKSLASH@
995@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
996@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32/opusinfo-unicode_support.o `test -f 'win32/unicode_support.c' || echo '$(srcdir)/'`win32/unicode_support.c
997
998win32/opusinfo-unicode_support.obj: win32/unicode_support.c
999@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32/opusinfo-unicode_support.obj -MD -MP -MF win32/$(DEPDIR)/opusinfo-unicode_support.Tpo -c -o win32/opusinfo-unicode_support.obj `if test -f 'win32/unicode_support.c'; then $(CYGPATH_W) 'win32/unicode_support.c'; else $(CYGPATH_W) '$(srcdir)/win32/unicode_support.c'; fi`
1000@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) win32/$(DEPDIR)/opusinfo-unicode_support.Tpo win32/$(DEPDIR)/opusinfo-unicode_support.Po
1001@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='win32/unicode_support.c' object='win32/opusinfo-unicode_support.obj' libtool=no @AMDEPBACKSLASH@
1002@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1003@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(opusinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32/opusinfo-unicode_support.obj `if test -f 'win32/unicode_support.c'; then $(CYGPATH_W) 'win32/unicode_support.c'; else $(CYGPATH_W) '$(srcdir)/win32/unicode_support.c'; fi`
1004
1005mostlyclean-libtool:
1006	-rm -f *.lo
1007
1008clean-libtool:
1009	-rm -rf .libs _libs
1010
1011distclean-libtool:
1012	-rm -f libtool config.lt
1013install-man1: $(dist_man_MANS)
1014	@$(NORMAL_INSTALL)
1015	@list1=''; \
1016	list2='$(dist_man_MANS)'; \
1017	test -n "$(man1dir)" \
1018	  && test -n "`echo $$list1$$list2`" \
1019	  || exit 0; \
1020	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1021	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1022	{ for i in $$list1; do echo "$$i"; done;  \
1023	if test -n "$$list2"; then \
1024	  for i in $$list2; do echo "$$i"; done \
1025	    | sed -n '/\.1[a-z]*$$/p'; \
1026	fi; \
1027	} | while read p; do \
1028	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1029	  echo "$$d$$p"; echo "$$p"; \
1030	done | \
1031	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1032	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1033	sed 'N;N;s,\n, ,g' | { \
1034	list=; while read file base inst; do \
1035	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1036	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1037	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1038	  fi; \
1039	done; \
1040	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1041	while read files; do \
1042	  test -z "$$files" || { \
1043	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1044	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1045	done; }
1046
1047uninstall-man1:
1048	@$(NORMAL_UNINSTALL)
1049	@list=''; test -n "$(man1dir)" || exit 0; \
1050	files=`{ for i in $$list; do echo "$$i"; done; \
1051	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1052	  sed -n '/\.1[a-z]*$$/p'; \
1053	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1054	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1055	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
1056
1057# This directory's subdirectories are mostly independent; you can cd
1058# into them and run 'make' without going through this Makefile.
1059# To change the values of 'make' variables: instead of editing Makefiles,
1060# (1) if the variable is set in 'config.status', edit 'config.status'
1061#     (which will cause the Makefiles to be regenerated when you run 'make');
1062# (2) otherwise, pass the desired values on the 'make' command line.
1063$(am__recursive_targets):
1064	@fail=; \
1065	if $(am__make_keepgoing); then \
1066	  failcom='fail=yes'; \
1067	else \
1068	  failcom='exit 1'; \
1069	fi; \
1070	dot_seen=no; \
1071	target=`echo $@ | sed s/-recursive//`; \
1072	case "$@" in \
1073	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1074	  *) list='$(SUBDIRS)' ;; \
1075	esac; \
1076	for subdir in $$list; do \
1077	  echo "Making $$target in $$subdir"; \
1078	  if test "$$subdir" = "."; then \
1079	    dot_seen=yes; \
1080	    local_target="$$target-am"; \
1081	  else \
1082	    local_target="$$target"; \
1083	  fi; \
1084	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1085	  || eval $$failcom; \
1086	done; \
1087	if test "$$dot_seen" = "no"; then \
1088	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1089	fi; test -z "$$fail"
1090
1091ID: $(am__tagged_files)
1092	$(am__define_uniq_tagged_files); mkid -fID $$unique
1093tags: tags-recursive
1094TAGS: tags
1095
1096tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1097	set x; \
1098	here=`pwd`; \
1099	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1100	  include_option=--etags-include; \
1101	  empty_fix=.; \
1102	else \
1103	  include_option=--include; \
1104	  empty_fix=; \
1105	fi; \
1106	list='$(SUBDIRS)'; for subdir in $$list; do \
1107	  if test "$$subdir" = .; then :; else \
1108	    test ! -f $$subdir/TAGS || \
1109	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1110	  fi; \
1111	done; \
1112	$(am__define_uniq_tagged_files); \
1113	shift; \
1114	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1115	  test -n "$$unique" || unique=$$empty_fix; \
1116	  if test $$# -gt 0; then \
1117	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1118	      "$$@" $$unique; \
1119	  else \
1120	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1121	      $$unique; \
1122	  fi; \
1123	fi
1124ctags: ctags-recursive
1125
1126CTAGS: ctags
1127ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1128	$(am__define_uniq_tagged_files); \
1129	test -z "$(CTAGS_ARGS)$$unique" \
1130	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1131	     $$unique
1132
1133GTAGS:
1134	here=`$(am__cd) $(top_builddir) && pwd` \
1135	  && $(am__cd) $(top_srcdir) \
1136	  && gtags -i $(GTAGS_ARGS) "$$here"
1137cscope: cscope.files
1138	test ! -s cscope.files \
1139	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1140clean-cscope:
1141	-rm -f cscope.files
1142cscope.files: clean-cscope cscopelist
1143cscopelist: cscopelist-recursive
1144
1145cscopelist-am: $(am__tagged_files)
1146	list='$(am__tagged_files)'; \
1147	case "$(srcdir)" in \
1148	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1149	  *) sdir=$(subdir)/$(srcdir) ;; \
1150	esac; \
1151	for i in $$list; do \
1152	  if test -f "$$i"; then \
1153	    echo "$(subdir)/$$i"; \
1154	  else \
1155	    echo "$$sdir/$$i"; \
1156	  fi; \
1157	done >> $(top_builddir)/cscope.files
1158
1159distclean-tags:
1160	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1161	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1162
1163distdir: $(DISTFILES)
1164	$(am__remove_distdir)
1165	test -d "$(distdir)" || mkdir "$(distdir)"
1166	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1167	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1168	list='$(DISTFILES)'; \
1169	  dist_files=`for file in $$list; do echo $$file; done | \
1170	  sed -e "s|^$$srcdirstrip/||;t" \
1171	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1172	case $$dist_files in \
1173	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1174			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1175			   sort -u` ;; \
1176	esac; \
1177	for file in $$dist_files; do \
1178	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1179	  if test -d $$d/$$file; then \
1180	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1181	    if test -d "$(distdir)/$$file"; then \
1182	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1183	    fi; \
1184	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1185	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1186	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1187	    fi; \
1188	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1189	  else \
1190	    test -f "$(distdir)/$$file" \
1191	    || cp -p $$d/$$file "$(distdir)/$$file" \
1192	    || exit 1; \
1193	  fi; \
1194	done
1195	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1196	  if test "$$subdir" = .; then :; else \
1197	    $(am__make_dryrun) \
1198	      || test -d "$(distdir)/$$subdir" \
1199	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1200	      || exit 1; \
1201	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1202	    $(am__relativize); \
1203	    new_distdir=$$reldir; \
1204	    dir1=$$subdir; dir2="$(top_distdir)"; \
1205	    $(am__relativize); \
1206	    new_top_distdir=$$reldir; \
1207	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1208	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1209	    ($(am__cd) $$subdir && \
1210	      $(MAKE) $(AM_MAKEFLAGS) \
1211	        top_distdir="$$new_top_distdir" \
1212	        distdir="$$new_distdir" \
1213		am__remove_distdir=: \
1214		am__skip_length_check=: \
1215		am__skip_mode_fix=: \
1216	        distdir) \
1217	      || exit 1; \
1218	  fi; \
1219	done
1220	$(MAKE) $(AM_MAKEFLAGS) \
1221	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
1222	  dist-hook
1223	-test -n "$(am__skip_mode_fix)" \
1224	|| find "$(distdir)" -type d ! -perm -755 \
1225		-exec chmod u+rwx,go+rx {} \; -o \
1226	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1227	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1228	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1229	|| chmod -R a+r "$(distdir)"
1230dist-gzip: distdir
1231	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1232	$(am__post_remove_distdir)
1233
1234dist-bzip2: distdir
1235	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1236	$(am__post_remove_distdir)
1237
1238dist-lzip: distdir
1239	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1240	$(am__post_remove_distdir)
1241dist-xz: distdir
1242	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1243	$(am__post_remove_distdir)
1244
1245dist-tarZ: distdir
1246	@echo WARNING: "Support for distribution archives compressed with" \
1247		       "legacy program 'compress' is deprecated." >&2
1248	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1249	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1250	$(am__post_remove_distdir)
1251
1252dist-shar: distdir
1253	@echo WARNING: "Support for shar distribution archives is" \
1254	               "deprecated." >&2
1255	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1256	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1257	$(am__post_remove_distdir)
1258dist-zip: distdir
1259	-rm -f $(distdir).zip
1260	zip -rq $(distdir).zip $(distdir)
1261	$(am__post_remove_distdir)
1262
1263dist dist-all:
1264	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1265	$(am__post_remove_distdir)
1266
1267# This target untars the dist file and tries a VPATH configuration.  Then
1268# it guarantees that the distribution is self-contained by making another
1269# tarfile.
1270distcheck: dist
1271	case '$(DIST_ARCHIVES)' in \
1272	*.tar.gz*) \
1273	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1274	*.tar.bz2*) \
1275	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1276	*.tar.lz*) \
1277	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1278	*.tar.xz*) \
1279	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1280	*.tar.Z*) \
1281	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1282	*.shar.gz*) \
1283	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1284	*.zip*) \
1285	  unzip $(distdir).zip ;;\
1286	esac
1287	chmod -R a-w $(distdir)
1288	chmod u+w $(distdir)
1289	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1290	chmod a-w $(distdir)
1291	test -d $(distdir)/_build || exit 0; \
1292	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1293	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1294	  && am__cwd=`pwd` \
1295	  && $(am__cd) $(distdir)/_build/sub \
1296	  && ../../configure \
1297	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1298	    $(DISTCHECK_CONFIGURE_FLAGS) \
1299	    --srcdir=../.. --prefix="$$dc_install_base" \
1300	  && $(MAKE) $(AM_MAKEFLAGS) \
1301	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1302	  && $(MAKE) $(AM_MAKEFLAGS) check \
1303	  && $(MAKE) $(AM_MAKEFLAGS) install \
1304	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1305	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1306	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1307	        distuninstallcheck \
1308	  && chmod -R a-w "$$dc_install_base" \
1309	  && ({ \
1310	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1311	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1312	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1313	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1314	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1315	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1316	  && rm -rf "$$dc_destdir" \
1317	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1318	  && rm -rf $(DIST_ARCHIVES) \
1319	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1320	  && cd "$$am__cwd" \
1321	  || exit 1
1322	$(am__post_remove_distdir)
1323	@(echo "$(distdir) archives ready for distribution: "; \
1324	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1325	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1326distuninstallcheck:
1327	@test -n '$(distuninstallcheck_dir)' || { \
1328	  echo 'ERROR: trying to run $@ with an empty' \
1329	       '$$(distuninstallcheck_dir)' >&2; \
1330	  exit 1; \
1331	}; \
1332	$(am__cd) '$(distuninstallcheck_dir)' || { \
1333	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1334	  exit 1; \
1335	}; \
1336	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1337	   || { echo "ERROR: files left after uninstall:" ; \
1338	        if test -n "$(DESTDIR)"; then \
1339	          echo "  (check DESTDIR support)"; \
1340	        fi ; \
1341	        $(distuninstallcheck_listfiles) ; \
1342	        exit 1; } >&2
1343distcleancheck: distclean
1344	@if test '$(srcdir)' = . ; then \
1345	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1346	  exit 1 ; \
1347	fi
1348	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1349	  || { echo "ERROR: files left in build directory after distclean:" ; \
1350	       $(distcleancheck_listfiles) ; \
1351	       exit 1; } >&2
1352check-am: all-am
1353check: check-recursive
1354all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) config.h
1355installdirs: installdirs-recursive
1356installdirs-am:
1357	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
1358	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1359	done
1360install: install-recursive
1361install-exec: install-exec-recursive
1362install-data: install-data-recursive
1363uninstall: uninstall-recursive
1364
1365install-am: all-am
1366	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1367
1368installcheck: installcheck-recursive
1369install-strip:
1370	if test -z '$(STRIP)'; then \
1371	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1372	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1373	      install; \
1374	else \
1375	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1376	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1377	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1378	fi
1379mostlyclean-generic:
1380
1381clean-generic:
1382
1383distclean-generic:
1384	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1385	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1386	-rm -f src/$(DEPDIR)/$(am__dirstamp)
1387	-rm -f src/$(am__dirstamp)
1388	-rm -f win32/$(DEPDIR)/$(am__dirstamp)
1389	-rm -f win32/$(am__dirstamp)
1390
1391maintainer-clean-generic:
1392	@echo "This command is intended for maintainers to use"
1393	@echo "it deletes files that may require special tools to rebuild."
1394clean: clean-recursive
1395
1396clean-am: clean-binPROGRAMS clean-generic clean-libtool \
1397	clean-noinstPROGRAMS mostlyclean-am
1398
1399distclean: distclean-recursive
1400	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1401	-rm -rf src/$(DEPDIR) win32/$(DEPDIR)
1402	-rm -f Makefile
1403distclean-am: clean-am distclean-compile distclean-generic \
1404	distclean-hdr distclean-libtool distclean-tags
1405
1406dvi: dvi-recursive
1407
1408dvi-am:
1409
1410html: html-recursive
1411
1412html-am:
1413
1414info: info-recursive
1415
1416info-am:
1417
1418install-data-am: install-man
1419
1420install-dvi: install-dvi-recursive
1421
1422install-dvi-am:
1423
1424install-exec-am: install-binPROGRAMS
1425
1426install-html: install-html-recursive
1427
1428install-html-am:
1429
1430install-info: install-info-recursive
1431
1432install-info-am:
1433
1434install-man: install-man1
1435
1436install-pdf: install-pdf-recursive
1437
1438install-pdf-am:
1439
1440install-ps: install-ps-recursive
1441
1442install-ps-am:
1443
1444installcheck-am:
1445
1446maintainer-clean: maintainer-clean-recursive
1447	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1448	-rm -rf $(top_srcdir)/autom4te.cache
1449	-rm -rf src/$(DEPDIR) win32/$(DEPDIR)
1450	-rm -f Makefile
1451maintainer-clean-am: distclean-am maintainer-clean-generic
1452
1453mostlyclean: mostlyclean-recursive
1454
1455mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1456	mostlyclean-libtool
1457
1458pdf: pdf-recursive
1459
1460pdf-am:
1461
1462ps: ps-recursive
1463
1464ps-am:
1465
1466uninstall-am: uninstall-binPROGRAMS uninstall-man
1467
1468uninstall-man: uninstall-man1
1469
1470.MAKE: $(am__recursive_targets) all install-am install-strip
1471
1472.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1473	am--refresh check check-am clean clean-binPROGRAMS \
1474	clean-cscope clean-generic clean-libtool clean-noinstPROGRAMS \
1475	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1476	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1477	dist-zip distcheck distclean distclean-compile \
1478	distclean-generic distclean-hdr distclean-libtool \
1479	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1480	dvi-am html html-am info info-am install install-am \
1481	install-binPROGRAMS install-data install-data-am install-dvi \
1482	install-dvi-am install-exec install-exec-am install-html \
1483	install-html-am install-info install-info-am install-man \
1484	install-man1 install-pdf install-pdf-am install-ps \
1485	install-ps-am install-strip installcheck installcheck-am \
1486	installdirs installdirs-am maintainer-clean \
1487	maintainer-clean-generic mostlyclean mostlyclean-compile \
1488	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1489	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1490	uninstall-man uninstall-man1
1491
1492.PRECIOUS: Makefile
1493
1494
1495#TESTS = FIXME
1496
1497# We check this every time make is run, with configure.ac being touched to
1498# trigger an update of the build system files if update_version changes the
1499# current PACKAGE_VERSION (or if package_version was modified manually by a
1500# user with either AUTO_UPDATE=no or no update_version script present - the
1501# latter being the normal case for tarball releases).
1502#
1503# We can't just add the package_version file to CONFIGURE_DEPENDENCIES since
1504# simply running autoconf will not actually regenerate configure for us when
1505# the content of that file changes (due to autoconf dependency checking not
1506# knowing about that without us creating yet another file for it to include).
1507#
1508# The MAKECMDGOALS check is a gnu-make'ism, but will degrade 'gracefully' for
1509# makes that don't support it.  The only loss of functionality is not forcing
1510# an update of package_version for `make dist` if AUTO_UPDATE=no, but that is
1511# unlikely to be a real problem for any real user.
1512$(top_srcdir)/configure.ac: force
1513	@case "$(MAKECMDGOALS)" in \
1514	    dist-hook)                             exit 0       ;; \
1515	    dist-* | dist | distcheck | distclean) _arg=release ;; \
1516	esac; \
1517	if ! $(top_srcdir)/update_version $$_arg 2> /dev/null; then \
1518	    if [ ! -e $(top_srcdir)/package_version ]; then \
1519		echo 'PACKAGE_VERSION="unknown"' > $(top_srcdir)/package_version; \
1520	    fi; \
1521	    . $(top_srcdir)/package_version || exit 1; \
1522	    [ "$(PACKAGE_VERSION)" != "$$PACKAGE_VERSION" ] || exit 0; \
1523	fi; \
1524	touch $@
1525
1526force:
1527
1528# Create a minimal package_version file when make dist is run.
1529dist-hook:
1530	echo 'PACKAGE_VERSION="$(PACKAGE_VERSION)"' > $(top_distdir)/package_version
1531
1532# Tell versions [3.59,3.63) of GNU make to not export all variables.
1533# Otherwise a system limit (for SysV at least) may be exceeded.
1534.NOEXPORT:
1535