Editing and cleaning of Makefiles of all levels.
[Faustine.git] / interpretor / lib / src / libsndfile-1.0.25 / src / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 check_PROGRAMS = test_main$(EXEEXT) G72x/g72x_test$(EXEEXT)
40 subdir = src
41 DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
42 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43 $(srcdir)/config.h.in $(srcdir)/sndfile.h.in \
44 $(srcdir)/version-metadata.rc.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/M4/add_cflags.m4 \
47 $(top_srcdir)/M4/add_cxxflags.m4 $(top_srcdir)/M4/clip_mode.m4 \
48 $(top_srcdir)/M4/endian.m4 $(top_srcdir)/M4/extra_largefile.m4 \
49 $(top_srcdir)/M4/extra_pkg.m4 \
50 $(top_srcdir)/M4/flexible_array.m4 \
51 $(top_srcdir)/M4/gcc_version.m4 $(top_srcdir)/M4/libtool.m4 \
52 $(top_srcdir)/M4/lrint.m4 $(top_srcdir)/M4/lrintf.m4 \
53 $(top_srcdir)/M4/ltoptions.m4 $(top_srcdir)/M4/ltsugar.m4 \
54 $(top_srcdir)/M4/ltversion.m4 $(top_srcdir)/M4/lt~obsolete.m4 \
55 $(top_srcdir)/M4/mkoctfile_version.m4 \
56 $(top_srcdir)/M4/octave.m4 $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58 $(ACLOCAL_M4)
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = config.h
61 CONFIG_CLEAN_FILES = version-metadata.rc sndfile.h
62 CONFIG_CLEAN_VPATH_FILES =
63 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64 am__vpath_adj = case $$p in \
65 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66 *) f=$$p;; \
67 esac;
68 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
69 am__install_max = 40
70 am__nobase_strip_setup = \
71 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
72 am__nobase_strip = \
73 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
74 am__nobase_list = $(am__nobase_strip_setup); \
75 for p in $$list; do echo "$$p $$p"; done | \
76 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
77 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
78 if (++n[$$2] == $(am__install_max)) \
79 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
80 END { for (dir in files) print dir, files[dir] }'
81 am__base_list = \
82 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
83 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
84 am__uninstall_files_from_dir = { \
85 test -z "$$files" \
86 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
87 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
88 $(am__cd) "$$dir" && rm -f $$files; }; \
89 }
90 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
91 "$(DESTDIR)$(includedir)"
92 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
93 G72x_libg72x_la_LIBADD =
94 am__dirstamp = $(am__leading_dot)dirstamp
95 am_G72x_libg72x_la_OBJECTS = G72x/g721.lo G72x/g723_16.lo \
96 G72x/g723_24.lo G72x/g723_40.lo G72x/g72x.lo
97 G72x_libg72x_la_OBJECTS = $(am_G72x_libg72x_la_OBJECTS)
98 AM_V_lt = $(am__v_lt_@AM_V@)
99 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
100 am__v_lt_0 = --silent
101 GSM610_libgsm_la_LIBADD =
102 am_GSM610_libgsm_la_OBJECTS = GSM610/add.lo GSM610/code.lo \
103 GSM610/decode.lo GSM610/gsm_create.lo GSM610/gsm_decode.lo \
104 GSM610/gsm_destroy.lo GSM610/gsm_encode.lo \
105 GSM610/gsm_option.lo GSM610/long_term.lo GSM610/lpc.lo \
106 GSM610/preprocess.lo GSM610/rpe.lo GSM610/short_term.lo \
107 GSM610/table.lo
108 GSM610_libgsm_la_OBJECTS = $(am_GSM610_libgsm_la_OBJECTS)
109 libcommon_la_LIBADD =
110 am__libcommon_la_SOURCES_DIST = common.c file_io.c command.c pcm.c \
111 ulaw.c alaw.c float32.c double64.c ima_adpcm.c ms_adpcm.c \
112 gsm610.c dwvw.c vox_adpcm.c interleave.c strings.c dither.c \
113 broadcast.c audio_detect.c ima_oki_adpcm.c ima_oki_adpcm.h \
114 chunk.c ogg.c chanmap.c windows.c id3.c version-metadata.rc
115 @USE_WIN_VERSION_FILE_TRUE@am__objects_1 = version-metadata.lo
116 am__objects_2 = common.lo file_io.lo command.lo pcm.lo ulaw.lo alaw.lo \
117 float32.lo double64.lo ima_adpcm.lo ms_adpcm.lo gsm610.lo \
118 dwvw.lo vox_adpcm.lo interleave.lo strings.lo dither.lo \
119 broadcast.lo audio_detect.lo ima_oki_adpcm.lo chunk.lo ogg.lo \
120 chanmap.lo windows.lo id3.lo $(am__objects_1)
121 am_libcommon_la_OBJECTS = $(am__objects_2)
122 libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
123 libsndfile_la_DEPENDENCIES = libcommon.la GSM610/libgsm.la \
124 G72x/libg72x.la
125 am__objects_3 = sndfile.lo aiff.lo au.lo avr.lo caf.lo dwd.lo flac.lo \
126 g72x.lo htk.lo ircam.lo macbinary3.lo macos.lo mat4.lo mat5.lo \
127 nist.lo paf.lo pvf.lo raw.lo rx2.lo sd2.lo sds.lo svx.lo \
128 txw.lo voc.lo wve.lo w64.lo wav_w64.lo wav.lo xi.lo mpc2k.lo \
129 rf64.lo ogg_vorbis.lo ogg_speex.lo ogg_pcm.lo
130 am__objects_4 =
131 am_libsndfile_la_OBJECTS = $(am__objects_3) $(am__objects_4)
132 nodist_libsndfile_la_OBJECTS = $(am__objects_4)
133 libsndfile_la_OBJECTS = $(am_libsndfile_la_OBJECTS) \
134 $(nodist_libsndfile_la_OBJECTS)
135 libsndfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
136 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
137 $(libsndfile_la_LDFLAGS) $(LDFLAGS) -o $@
138 am_G72x_g72x_test_OBJECTS = G72x/g72x_test.$(OBJEXT)
139 G72x_g72x_test_OBJECTS = $(am_G72x_g72x_test_OBJECTS)
140 G72x_g72x_test_DEPENDENCIES = G72x/libg72x.la
141 am_test_main_OBJECTS = test_main.$(OBJEXT) test_conversions.$(OBJEXT) \
142 test_float.$(OBJEXT) test_endswap.$(OBJEXT) \
143 test_audio_detect.$(OBJEXT) test_log_printf.$(OBJEXT) \
144 test_file_io.$(OBJEXT) test_ima_oki_adpcm.$(OBJEXT) \
145 test_strncpy_crlf.$(OBJEXT) test_broadcast_var.$(OBJEXT)
146 test_main_OBJECTS = $(am_test_main_OBJECTS)
147 test_main_DEPENDENCIES = libcommon.la
148 DEFAULT_INCLUDES = -I.@am__isrc@
149 depcomp = $(SHELL) $(top_srcdir)/Cfg/depcomp
150 am__depfiles_maybe = depfiles
151 am__mv = mv -f
152 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
156 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
157 $(AM_CFLAGS) $(CFLAGS)
158 AM_V_CC = $(am__v_CC_@AM_V@)
159 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
160 am__v_CC_0 = @echo " CC " $@;
161 AM_V_at = $(am__v_at_@AM_V@)
162 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
163 am__v_at_0 = @
164 CCLD = $(CC)
165 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167 $(AM_LDFLAGS) $(LDFLAGS) -o $@
168 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
169 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
170 am__v_CCLD_0 = @echo " CCLD " $@;
171 AM_V_GEN = $(am__v_GEN_@AM_V@)
172 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173 am__v_GEN_0 = @echo " GEN " $@;
174 SOURCES = $(G72x_libg72x_la_SOURCES) $(GSM610_libgsm_la_SOURCES) \
175 $(libcommon_la_SOURCES) $(libsndfile_la_SOURCES) \
176 $(nodist_libsndfile_la_SOURCES) $(G72x_g72x_test_SOURCES) \
177 $(test_main_SOURCES)
178 DIST_SOURCES = $(G72x_libg72x_la_SOURCES) $(GSM610_libgsm_la_SOURCES) \
179 $(am__libcommon_la_SOURCES_DIST) $(libsndfile_la_SOURCES) \
180 $(G72x_g72x_test_SOURCES) $(test_main_SOURCES)
181 HEADERS = $(include_HEADERS) $(nodist_include_HEADERS) \
182 $(noinst_HEADERS)
183 ETAGS = etags
184 CTAGS = ctags
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186 ACLOCAL = @ACLOCAL@
187 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
188 ALSA_LIBS = @ALSA_LIBS@
189 AMTAR = @AMTAR@
190 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191 AR = @AR@
192 AUTOCONF = @AUTOCONF@
193
194 #======================================================================
195 # Disable autoheader.
196 AUTOHEADER = echo
197 AUTOMAKE = @AUTOMAKE@
198 AWK = @AWK@
199 CC = @CC@
200 CCDEPMODE = @CCDEPMODE@
201 CFLAGS = @CFLAGS@
202 CLEAN_VERSION = @CLEAN_VERSION@
203 CPP = @CPP@
204 CPPFLAGS = @CPPFLAGS@
205 CXX = @CXX@
206 CXXCPP = @CXXCPP@
207 CXXDEPMODE = @CXXDEPMODE@
208 CXXFLAGS = @CXXFLAGS@
209 CYGPATH_W = @CYGPATH_W@
210 DEFS = @DEFS@
211 DEPDIR = @DEPDIR@
212 DLLTOOL = @DLLTOOL@
213 DSYMUTIL = @DSYMUTIL@
214 DUMPBIN = @DUMPBIN@
215 ECHO_C = @ECHO_C@
216 ECHO_N = @ECHO_N@
217 ECHO_T = @ECHO_T@
218 EGREP = @EGREP@
219 EXEEXT = @EXEEXT@
220 EXTERNAL_CFLAGS = @EXTERNAL_CFLAGS@
221 EXTERNAL_LIBS = @EXTERNAL_LIBS@
222 FGREP = @FGREP@
223 FLAC_CFLAGS = @FLAC_CFLAGS@
224 FLAC_LIBS = @FLAC_LIBS@
225 GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
226 GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
227 GCC_VERSION = @GCC_VERSION@
228 GETCONF = @GETCONF@
229 GREP = @GREP@
230 HAVE_AUTOGEN = @HAVE_AUTOGEN@
231 HAVE_MKOCTFILE = @HAVE_MKOCTFILE@
232 HAVE_OCTAVE = @HAVE_OCTAVE@
233 HAVE_OCTAVE_CONFIG = @HAVE_OCTAVE_CONFIG@
234 HAVE_WINE = @HAVE_WINE@
235 HOST_TRIPLET = @HOST_TRIPLET@
236 HTML_BGCOLOUR = @HTML_BGCOLOUR@
237 HTML_FGCOLOUR = @HTML_FGCOLOUR@
238 INSTALL = @INSTALL@
239 INSTALL_DATA = @INSTALL_DATA@
240 INSTALL_PROGRAM = @INSTALL_PROGRAM@
241 INSTALL_SCRIPT = @INSTALL_SCRIPT@
242 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
243 LD = @LD@
244 LDFLAGS = @LDFLAGS@
245 LIBOBJS = @LIBOBJS@
246 LIBS = @LIBS@
247 LIBTOOL = @LIBTOOL@
248 LIBTOOL_DEPS = @LIBTOOL_DEPS@
249 LIPO = @LIPO@
250 LN_S = @LN_S@
251 LTLIBOBJS = @LTLIBOBJS@
252 MAKEINFO = @MAKEINFO@
253 MANIFEST_TOOL = @MANIFEST_TOOL@
254 MKDIR_P = @MKDIR_P@
255 MKOCTFILE = @MKOCTFILE@
256 MKOCTFILE_VERSION = @MKOCTFILE_VERSION@
257 NM = @NM@
258 NMEDIT = @NMEDIT@
259 OBJDUMP = @OBJDUMP@
260 OBJEXT = @OBJEXT@
261 OCTAVE = @OCTAVE@
262 OCTAVE_CONFIG = @OCTAVE_CONFIG@
263 OCTAVE_CONFIG_VERSION = @OCTAVE_CONFIG_VERSION@
264 OCTAVE_DEST_MDIR = @OCTAVE_DEST_MDIR@
265 OCTAVE_DEST_ODIR = @OCTAVE_DEST_ODIR@
266 OCTAVE_VERSION = @OCTAVE_VERSION@
267 OGG_CFLAGS = @OGG_CFLAGS@
268 OGG_LIBS = @OGG_LIBS@
269 OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
270 OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
271 OTOOL = @OTOOL@
272 OTOOL64 = @OTOOL64@
273 PACKAGE = @PACKAGE@
274 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275 PACKAGE_NAME = @PACKAGE_NAME@
276 PACKAGE_STRING = @PACKAGE_STRING@
277 PACKAGE_TARNAME = @PACKAGE_TARNAME@
278 PACKAGE_URL = @PACKAGE_URL@
279 PACKAGE_VERSION = @PACKAGE_VERSION@
280 PATH_SEPARATOR = @PATH_SEPARATOR@
281 PKG_CONFIG = @PKG_CONFIG@
282 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
283 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
284 RANLIB = @RANLIB@
285 RC = @RC@
286 SED = @SED@
287 SET_MAKE = @SET_MAKE@
288 SF_COUNT_MAX = @SF_COUNT_MAX@
289 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
290 SHELL = @SHELL@
291 SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
292 SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@
293 SNDIO_LIBS = @SNDIO_LIBS@
294 SPEEX_CFLAGS = @SPEEX_CFLAGS@
295 SPEEX_LIBS = @SPEEX_LIBS@
296 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
297 SQLITE3_LIBS = @SQLITE3_LIBS@
298 STRIP = @STRIP@
299 TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@
300 VERSION = @VERSION@
301 VORBISENC_CFLAGS = @VORBISENC_CFLAGS@
302 VORBISENC_LIBS = @VORBISENC_LIBS@
303 VORBIS_CFLAGS = @VORBIS_CFLAGS@
304 VORBIS_LIBS = @VORBIS_LIBS@
305 WIN_RC_VERSION = @WIN_RC_VERSION@
306 abs_builddir = @abs_builddir@
307 abs_srcdir = @abs_srcdir@
308 abs_top_builddir = @abs_top_builddir@
309 abs_top_srcdir = @abs_top_srcdir@
310 ac_ct_AR = @ac_ct_AR@
311 ac_ct_CC = @ac_ct_CC@
312 ac_ct_CXX = @ac_ct_CXX@
313 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
314 am__include = @am__include@
315 am__leading_dot = @am__leading_dot@
316 am__quote = @am__quote@
317 am__tar = @am__tar@
318 am__untar = @am__untar@
319 bindir = @bindir@
320 build = @build@
321 build_alias = @build_alias@
322 build_cpu = @build_cpu@
323 build_os = @build_os@
324 build_vendor = @build_vendor@
325 builddir = @builddir@
326 datadir = @datadir@
327 datarootdir = @datarootdir@
328 docdir = @docdir@
329 dvidir = @dvidir@
330 exec_prefix = @exec_prefix@
331 host = @host@
332 host_alias = @host_alias@
333 host_cpu = @host_cpu@
334 host_os = @host_os@
335 host_vendor = @host_vendor@
336 htmldir = @htmldir@
337 htmldocdir = @htmldocdir@
338 includedir = @includedir@
339 infodir = @infodir@
340 install_sh = @install_sh@
341 libdir = @libdir@
342 libexecdir = @libexecdir@
343 localedir = @localedir@
344 localstatedir = @localstatedir@
345 mandir = @mandir@
346 mkdir_p = @mkdir_p@
347 oldincludedir = @oldincludedir@
348 pdfdir = @pdfdir@
349 prefix = @prefix@
350 program_transform_name = @program_transform_name@
351 psdir = @psdir@
352 sbindir = @sbindir@
353 sharedstatedir = @sharedstatedir@
354 srcdir = @srcdir@
355 sysconfdir = @sysconfdir@
356 target = @target@
357 target_alias = @target_alias@
358 target_cpu = @target_cpu@
359 target_os = @target_os@
360 target_vendor = @target_vendor@
361 top_build_prefix = @top_build_prefix@
362 top_builddir = @top_builddir@
363 top_srcdir = @top_srcdir@
364 AUTOMAKE_OPTIONS = subdir-objects
365 INCLUDES = @EXTERNAL_CFLAGS@
366 lib_LTLIBRARIES = libsndfile.la
367 include_HEADERS = sndfile.hh
368 nodist_include_HEADERS = sndfile.h
369 noinst_LTLIBRARIES = GSM610/libgsm.la G72x/libg72x.la libcommon.la
370 SYMBOL_FILES = Symbols.gnu-binutils Symbols.darwin libsndfile-1.def Symbols.os2 Symbols.static
371 EXTRA_DIST = sndfile.h.in config.h.in test_endswap.tpl test_endswap.def \
372 $(SYMBOL_FILES) create_symbols_file.py binheader_writef_check.py \
373 GSM610/README GSM610/COPYRIGHT GSM610/ChangeLog \
374 G72x/README G72x/README.original G72x/ChangeLog \
375 make-static-lib-hidden-privates.sh
376
377 noinst_HEADERS = common.h sfconfig.h sfendian.h wav_w64.h sf_unistd.h ogg.h chanmap.h
378 COMMON = common.c file_io.c command.c pcm.c ulaw.c alaw.c float32.c \
379 double64.c ima_adpcm.c ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c \
380 interleave.c strings.c dither.c broadcast.c audio_detect.c \
381 ima_oki_adpcm.c ima_oki_adpcm.h chunk.c ogg.c chanmap.c \
382 windows.c id3.c $(WIN_VERSION_FILE)
383
384 FILESPECIFIC = sndfile.c aiff.c au.c avr.c caf.c dwd.c flac.c g72x.c htk.c ircam.c \
385 macbinary3.c macos.c mat4.c mat5.c nist.c paf.c pvf.c raw.c rx2.c sd2.c \
386 sds.c svx.c txw.c voc.c wve.c w64.c wav_w64.c wav.c xi.c mpc2k.c rf64.c \
387 ogg_vorbis.c ogg_speex.c ogg_pcm.c
388
389 CLEANFILES = *~
390 @USE_WIN_VERSION_FILE_FALSE@WIN_VERSION_FILE =
391 @USE_WIN_VERSION_FILE_TRUE@WIN_VERSION_FILE = version-metadata.rc
392
393 #===============================================================================
394 # MinGW requires -no-undefined if a DLL is to be built.
395 libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
396 libsndfile_la_SOURCES = $(FILESPECIFIC) $(noinst_HEADERS)
397 nodist_libsndfile_la_SOURCES = $(nodist_include_HEADERS)
398 libsndfile_la_LIBADD = libcommon.la GSM610/libgsm.la G72x/libg72x.la \
399 @EXTERNAL_LIBS@ -lm
400
401 libcommon_la_SOURCES = $(COMMON)
402
403 #======================================================================
404 # Subdir libraries.
405 GSM610_libgsm_la_SOURCES = GSM610/config.h GSM610/gsm.h GSM610/gsm610_priv.h \
406 GSM610/add.c GSM610/code.c GSM610/decode.c GSM610/gsm_create.c \
407 GSM610/gsm_decode.c GSM610/gsm_destroy.c GSM610/gsm_encode.c \
408 GSM610/gsm_option.c GSM610/long_term.c GSM610/lpc.c GSM610/preprocess.c \
409 GSM610/rpe.c GSM610/short_term.c GSM610/table.c
410
411 G72x_libg72x_la_SOURCES = $(COMMON)G72x/g72x.h G72x/g72x_priv.h \
412 G72x/g721.c G72x/g723_16.c G72x/g723_24.c G72x/g723_40.c G72x/g72x.c
413
414
415 #======================================================================
416 # Test programs.
417 test_main_SOURCES = test_main.c test_main.h test_conversions.c test_float.c test_endswap.c \
418 test_audio_detect.c test_log_printf.c test_file_io.c test_ima_oki_adpcm.c \
419 test_strncpy_crlf.c test_broadcast_var.c
420
421 test_main_LDADD = libcommon.la
422 G72x_g72x_test_SOURCES = G72x/g72x_test.c
423 G72x_g72x_test_LDADD = G72x/libg72x.la
424 all: config.h
425 $(MAKE) $(AM_MAKEFLAGS) all-am
426
427 .SUFFIXES:
428 .SUFFIXES: .c .lo .o .obj .rc
429 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
430 @for dep in $?; do \
431 case '$(am__configure_deps)' in \
432 *$$dep*) \
433 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
434 && { if test -f $@; then exit 0; else break; fi; }; \
435 exit 1;; \
436 esac; \
437 done; \
438 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
439 $(am__cd) $(top_srcdir) && \
440 $(AUTOMAKE) --gnu src/Makefile
441 .PRECIOUS: Makefile
442 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
443 @case '$?' in \
444 *config.status*) \
445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
446 *) \
447 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
448 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
449 esac;
450
451 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
452 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
453
454 $(top_srcdir)/configure: $(am__configure_deps)
455 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
456 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458 $(am__aclocal_m4_deps):
459
460 config.h: stamp-h1
461 @if test ! -f $@; then rm -f stamp-h1; else :; fi
462 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
463
464 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
465 @rm -f stamp-h1
466 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
467 $(srcdir)/config.h.in: $(am__configure_deps)
468 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
469 rm -f stamp-h1
470 touch $@
471
472 distclean-hdr:
473 -rm -f config.h stamp-h1
474 version-metadata.rc: $(top_builddir)/config.status $(srcdir)/version-metadata.rc.in
475 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
476 sndfile.h: $(top_builddir)/config.status $(srcdir)/sndfile.h.in
477 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
478 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
479 @$(NORMAL_INSTALL)
480 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
481 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
482 list2=; for p in $$list; do \
483 if test -f $$p; then \
484 list2="$$list2 $$p"; \
485 else :; fi; \
486 done; \
487 test -z "$$list2" || { \
488 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
489 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
490 }
491
492 uninstall-libLTLIBRARIES:
493 @$(NORMAL_UNINSTALL)
494 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
495 for p in $$list; do \
496 $(am__strip_dir) \
497 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
498 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
499 done
500
501 clean-libLTLIBRARIES:
502 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
503 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
504 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
505 test "$$dir" != "$$p" || dir=.; \
506 echo "rm -f \"$${dir}/so_locations\""; \
507 rm -f "$${dir}/so_locations"; \
508 done
509
510 clean-noinstLTLIBRARIES:
511 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
512 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
513 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
514 test "$$dir" != "$$p" || dir=.; \
515 echo "rm -f \"$${dir}/so_locations\""; \
516 rm -f "$${dir}/so_locations"; \
517 done
518 G72x/$(am__dirstamp):
519 @$(MKDIR_P) G72x
520 @: > G72x/$(am__dirstamp)
521 G72x/$(DEPDIR)/$(am__dirstamp):
522 @$(MKDIR_P) G72x/$(DEPDIR)
523 @: > G72x/$(DEPDIR)/$(am__dirstamp)
524 G72x/g721.lo: G72x/$(am__dirstamp) G72x/$(DEPDIR)/$(am__dirstamp)
525 G72x/g723_16.lo: G72x/$(am__dirstamp) G72x/$(DEPDIR)/$(am__dirstamp)
526 G72x/g723_24.lo: G72x/$(am__dirstamp) G72x/$(DEPDIR)/$(am__dirstamp)
527 G72x/g723_40.lo: G72x/$(am__dirstamp) G72x/$(DEPDIR)/$(am__dirstamp)
528 G72x/g72x.lo: G72x/$(am__dirstamp) G72x/$(DEPDIR)/$(am__dirstamp)
529 G72x/libg72x.la: $(G72x_libg72x_la_OBJECTS) $(G72x_libg72x_la_DEPENDENCIES) $(EXTRA_G72x_libg72x_la_DEPENDENCIES) G72x/$(am__dirstamp)
530 $(AM_V_CCLD)$(LINK) $(G72x_libg72x_la_OBJECTS) $(G72x_libg72x_la_LIBADD) $(LIBS)
531 GSM610/$(am__dirstamp):
532 @$(MKDIR_P) GSM610
533 @: > GSM610/$(am__dirstamp)
534 GSM610/$(DEPDIR)/$(am__dirstamp):
535 @$(MKDIR_P) GSM610/$(DEPDIR)
536 @: > GSM610/$(DEPDIR)/$(am__dirstamp)
537 GSM610/add.lo: GSM610/$(am__dirstamp) GSM610/$(DEPDIR)/$(am__dirstamp)
538 GSM610/code.lo: GSM610/$(am__dirstamp) \
539 GSM610/$(DEPDIR)/$(am__dirstamp)
540 GSM610/decode.lo: GSM610/$(am__dirstamp) \
541 GSM610/$(DEPDIR)/$(am__dirstamp)
542 GSM610/gsm_create.lo: GSM610/$(am__dirstamp) \
543 GSM610/$(DEPDIR)/$(am__dirstamp)
544 GSM610/gsm_decode.lo: GSM610/$(am__dirstamp) \
545 GSM610/$(DEPDIR)/$(am__dirstamp)
546 GSM610/gsm_destroy.lo: GSM610/$(am__dirstamp) \
547 GSM610/$(DEPDIR)/$(am__dirstamp)
548 GSM610/gsm_encode.lo: GSM610/$(am__dirstamp) \
549 GSM610/$(DEPDIR)/$(am__dirstamp)
550 GSM610/gsm_option.lo: GSM610/$(am__dirstamp) \
551 GSM610/$(DEPDIR)/$(am__dirstamp)
552 GSM610/long_term.lo: GSM610/$(am__dirstamp) \
553 GSM610/$(DEPDIR)/$(am__dirstamp)
554 GSM610/lpc.lo: GSM610/$(am__dirstamp) GSM610/$(DEPDIR)/$(am__dirstamp)
555 GSM610/preprocess.lo: GSM610/$(am__dirstamp) \
556 GSM610/$(DEPDIR)/$(am__dirstamp)
557 GSM610/rpe.lo: GSM610/$(am__dirstamp) GSM610/$(DEPDIR)/$(am__dirstamp)
558 GSM610/short_term.lo: GSM610/$(am__dirstamp) \
559 GSM610/$(DEPDIR)/$(am__dirstamp)
560 GSM610/table.lo: GSM610/$(am__dirstamp) \
561 GSM610/$(DEPDIR)/$(am__dirstamp)
562 GSM610/libgsm.la: $(GSM610_libgsm_la_OBJECTS) $(GSM610_libgsm_la_DEPENDENCIES) $(EXTRA_GSM610_libgsm_la_DEPENDENCIES) GSM610/$(am__dirstamp)
563 $(AM_V_CCLD)$(LINK) $(GSM610_libgsm_la_OBJECTS) $(GSM610_libgsm_la_LIBADD) $(LIBS)
564 libcommon.la: $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES) $(EXTRA_libcommon_la_DEPENDENCIES)
565 $(AM_V_CCLD)$(LINK) $(libcommon_la_OBJECTS) $(libcommon_la_LIBADD) $(LIBS)
566 libsndfile.la: $(libsndfile_la_OBJECTS) $(libsndfile_la_DEPENDENCIES) $(EXTRA_libsndfile_la_DEPENDENCIES)
567 $(AM_V_CCLD)$(libsndfile_la_LINK) -rpath $(libdir) $(libsndfile_la_OBJECTS) $(libsndfile_la_LIBADD) $(LIBS)
568
569 clean-checkPROGRAMS:
570 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
571 echo " rm -f" $$list; \
572 rm -f $$list || exit $$?; \
573 test -n "$(EXEEXT)" || exit 0; \
574 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
575 echo " rm -f" $$list; \
576 rm -f $$list
577 G72x/g72x_test.$(OBJEXT): G72x/$(am__dirstamp) \
578 G72x/$(DEPDIR)/$(am__dirstamp)
579 G72x/g72x_test$(EXEEXT): $(G72x_g72x_test_OBJECTS) $(G72x_g72x_test_DEPENDENCIES) $(EXTRA_G72x_g72x_test_DEPENDENCIES) G72x/$(am__dirstamp)
580 @rm -f G72x/g72x_test$(EXEEXT)
581 $(AM_V_CCLD)$(LINK) $(G72x_g72x_test_OBJECTS) $(G72x_g72x_test_LDADD) $(LIBS)
582 test_main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) $(EXTRA_test_main_DEPENDENCIES)
583 @rm -f test_main$(EXEEXT)
584 $(AM_V_CCLD)$(LINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
585
586 mostlyclean-compile:
587 -rm -f *.$(OBJEXT)
588 -rm -f G72x/g721.$(OBJEXT)
589 -rm -f G72x/g721.lo
590 -rm -f G72x/g723_16.$(OBJEXT)
591 -rm -f G72x/g723_16.lo
592 -rm -f G72x/g723_24.$(OBJEXT)
593 -rm -f G72x/g723_24.lo
594 -rm -f G72x/g723_40.$(OBJEXT)
595 -rm -f G72x/g723_40.lo
596 -rm -f G72x/g72x.$(OBJEXT)
597 -rm -f G72x/g72x.lo
598 -rm -f G72x/g72x_test.$(OBJEXT)
599 -rm -f GSM610/add.$(OBJEXT)
600 -rm -f GSM610/add.lo
601 -rm -f GSM610/code.$(OBJEXT)
602 -rm -f GSM610/code.lo
603 -rm -f GSM610/decode.$(OBJEXT)
604 -rm -f GSM610/decode.lo
605 -rm -f GSM610/gsm_create.$(OBJEXT)
606 -rm -f GSM610/gsm_create.lo
607 -rm -f GSM610/gsm_decode.$(OBJEXT)
608 -rm -f GSM610/gsm_decode.lo
609 -rm -f GSM610/gsm_destroy.$(OBJEXT)
610 -rm -f GSM610/gsm_destroy.lo
611 -rm -f GSM610/gsm_encode.$(OBJEXT)
612 -rm -f GSM610/gsm_encode.lo
613 -rm -f GSM610/gsm_option.$(OBJEXT)
614 -rm -f GSM610/gsm_option.lo
615 -rm -f GSM610/long_term.$(OBJEXT)
616 -rm -f GSM610/long_term.lo
617 -rm -f GSM610/lpc.$(OBJEXT)
618 -rm -f GSM610/lpc.lo
619 -rm -f GSM610/preprocess.$(OBJEXT)
620 -rm -f GSM610/preprocess.lo
621 -rm -f GSM610/rpe.$(OBJEXT)
622 -rm -f GSM610/rpe.lo
623 -rm -f GSM610/short_term.$(OBJEXT)
624 -rm -f GSM610/short_term.lo
625 -rm -f GSM610/table.$(OBJEXT)
626 -rm -f GSM610/table.lo
627
628 distclean-compile:
629 -rm -f *.tab.c
630
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aiff.Plo@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alaw.Plo@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/au.Plo@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_detect.Plo@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avr.Plo@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/broadcast.Plo@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caf.Plo@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chanmap.Plo@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chunk.Plo@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dither.Plo@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/double64.Plo@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwd.Plo@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwvw.Plo@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_io.Plo@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flac.Plo@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float32.Plo@am__quote@
649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g72x.Plo@am__quote@
650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm610.Plo@am__quote@
651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htk.Plo@am__quote@
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id3.Plo@am__quote@
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ima_adpcm.Plo@am__quote@
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ima_oki_adpcm.Plo@am__quote@
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interleave.Plo@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircam.Plo@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macbinary3.Plo@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macos.Plo@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat4.Plo@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat5.Plo@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpc2k.Plo@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms_adpcm.Plo@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nist.Plo@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg.Plo@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg_pcm.Plo@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg_speex.Plo@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg_vorbis.Plo@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paf.Plo@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm.Plo@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvf.Plo@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Plo@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rf64.Plo@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx2.Plo@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd2.Plo@am__quote@
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sds.Plo@am__quote@
676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sndfile.Plo@am__quote@
677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strings.Plo@am__quote@
678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svx.Plo@am__quote@
679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_audio_detect.Po@am__quote@
680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_broadcast_var.Po@am__quote@
681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_conversions.Po@am__quote@
682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_endswap.Po@am__quote@
683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_file_io.Po@am__quote@
684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_float.Po@am__quote@
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ima_oki_adpcm.Po@am__quote@
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_log_printf.Po@am__quote@
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_main.Po@am__quote@
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_strncpy_crlf.Po@am__quote@
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txw.Plo@am__quote@
690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ulaw.Plo@am__quote@
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voc.Plo@am__quote@
692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vox_adpcm.Plo@am__quote@
693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w64.Plo@am__quote@
694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wav.Plo@am__quote@
695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wav_w64.Plo@am__quote@
696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows.Plo@am__quote@
697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wve.Plo@am__quote@
698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xi.Plo@am__quote@
699 @AMDEP_TRUE@@am__include@ @am__quote@G72x/$(DEPDIR)/g721.Plo@am__quote@
700 @AMDEP_TRUE@@am__include@ @am__quote@G72x/$(DEPDIR)/g723_16.Plo@am__quote@
701 @AMDEP_TRUE@@am__include@ @am__quote@G72x/$(DEPDIR)/g723_24.Plo@am__quote@
702 @AMDEP_TRUE@@am__include@ @am__quote@G72x/$(DEPDIR)/g723_40.Plo@am__quote@
703 @AMDEP_TRUE@@am__include@ @am__quote@G72x/$(DEPDIR)/g72x.Plo@am__quote@
704 @AMDEP_TRUE@@am__include@ @am__quote@G72x/$(DEPDIR)/g72x_test.Po@am__quote@
705 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/add.Plo@am__quote@
706 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/code.Plo@am__quote@
707 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/decode.Plo@am__quote@
708 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/gsm_create.Plo@am__quote@
709 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/gsm_decode.Plo@am__quote@
710 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/gsm_destroy.Plo@am__quote@
711 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/gsm_encode.Plo@am__quote@
712 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/gsm_option.Plo@am__quote@
713 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/long_term.Plo@am__quote@
714 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/lpc.Plo@am__quote@
715 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/preprocess.Plo@am__quote@
716 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/rpe.Plo@am__quote@
717 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/short_term.Plo@am__quote@
718 @AMDEP_TRUE@@am__include@ @am__quote@GSM610/$(DEPDIR)/table.Plo@am__quote@
719
720 .c.o:
721 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
722 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
723 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
724 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
727
728 .c.obj:
729 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
730 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
731 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
733 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
734 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
735
736 .c.lo:
737 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
738 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
739 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
740 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
741 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
743
744 mostlyclean-libtool:
745 -rm -f *.lo
746
747 clean-libtool:
748 -rm -rf .libs _libs
749 -rm -rf G72x/.libs G72x/_libs
750 -rm -rf GSM610/.libs GSM610/_libs
751 install-includeHEADERS: $(include_HEADERS)
752 @$(NORMAL_INSTALL)
753 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
754 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
755 for p in $$list; do \
756 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
757 echo "$$d$$p"; \
758 done | $(am__base_list) | \
759 while read files; do \
760 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
761 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
762 done
763
764 uninstall-includeHEADERS:
765 @$(NORMAL_UNINSTALL)
766 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
767 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
768 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
769 install-nodist_includeHEADERS: $(nodist_include_HEADERS)
770 @$(NORMAL_INSTALL)
771 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
772 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
773 for p in $$list; do \
774 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
775 echo "$$d$$p"; \
776 done | $(am__base_list) | \
777 while read files; do \
778 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
779 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
780 done
781
782 uninstall-nodist_includeHEADERS:
783 @$(NORMAL_UNINSTALL)
784 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
785 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
786 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
787
788 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
789 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
790 unique=`for i in $$list; do \
791 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
792 done | \
793 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
794 END { if (nonempty) { for (i in files) print i; }; }'`; \
795 mkid -fID $$unique
796 tags: TAGS
797
798 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
799 $(TAGS_FILES) $(LISP)
800 set x; \
801 here=`pwd`; \
802 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
803 unique=`for i in $$list; do \
804 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
805 done | \
806 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
807 END { if (nonempty) { for (i in files) print i; }; }'`; \
808 shift; \
809 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
810 test -n "$$unique" || unique=$$empty_fix; \
811 if test $$# -gt 0; then \
812 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
813 "$$@" $$unique; \
814 else \
815 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
816 $$unique; \
817 fi; \
818 fi
819 ctags: CTAGS
820 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
821 $(TAGS_FILES) $(LISP)
822 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
823 unique=`for i in $$list; do \
824 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
825 done | \
826 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
827 END { if (nonempty) { for (i in files) print i; }; }'`; \
828 test -z "$(CTAGS_ARGS)$$unique" \
829 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
830 $$unique
831
832 GTAGS:
833 here=`$(am__cd) $(top_builddir) && pwd` \
834 && $(am__cd) $(top_srcdir) \
835 && gtags -i $(GTAGS_ARGS) "$$here"
836
837 distclean-tags:
838 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
839
840 distdir: $(DISTFILES)
841 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
842 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
843 list='$(DISTFILES)'; \
844 dist_files=`for file in $$list; do echo $$file; done | \
845 sed -e "s|^$$srcdirstrip/||;t" \
846 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
847 case $$dist_files in \
848 */*) $(MKDIR_P) `echo "$$dist_files" | \
849 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
850 sort -u` ;; \
851 esac; \
852 for file in $$dist_files; do \
853 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
854 if test -d $$d/$$file; then \
855 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
856 if test -d "$(distdir)/$$file"; then \
857 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
858 fi; \
859 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
860 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
861 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
862 fi; \
863 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
864 else \
865 test -f "$(distdir)/$$file" \
866 || cp -p $$d/$$file "$(distdir)/$$file" \
867 || exit 1; \
868 fi; \
869 done
870 check-am: all-am
871 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
872 check: check-am
873 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
874 installdirs:
875 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
876 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
877 done
878 install: install-am
879 install-exec: install-exec-am
880 install-data: install-data-am
881 uninstall: uninstall-am
882
883 install-am: all-am
884 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
885
886 installcheck: installcheck-am
887 install-strip:
888 if test -z '$(STRIP)'; then \
889 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
890 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
891 install; \
892 else \
893 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
894 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
895 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
896 fi
897 mostlyclean-generic:
898
899 clean-generic:
900 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
901
902 distclean-generic:
903 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
904 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
905 -rm -f G72x/$(DEPDIR)/$(am__dirstamp)
906 -rm -f G72x/$(am__dirstamp)
907 -rm -f GSM610/$(DEPDIR)/$(am__dirstamp)
908 -rm -f GSM610/$(am__dirstamp)
909
910 maintainer-clean-generic:
911 @echo "This command is intended for maintainers to use"
912 @echo "it deletes files that may require special tools to rebuild."
913 clean: clean-am
914
915 clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
916 clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
917
918 distclean: distclean-am
919 -rm -rf ./$(DEPDIR) G72x/$(DEPDIR) GSM610/$(DEPDIR)
920 -rm -f Makefile
921 distclean-am: clean-am distclean-compile distclean-generic \
922 distclean-hdr distclean-tags
923
924 dvi: dvi-am
925
926 dvi-am:
927
928 html: html-am
929
930 html-am:
931
932 info: info-am
933
934 info-am:
935
936 install-data-am: install-includeHEADERS install-nodist_includeHEADERS
937
938 install-dvi: install-dvi-am
939
940 install-dvi-am:
941
942 install-exec-am: install-libLTLIBRARIES
943
944 install-html: install-html-am
945
946 install-html-am:
947
948 install-info: install-info-am
949
950 install-info-am:
951
952 install-man:
953
954 install-pdf: install-pdf-am
955
956 install-pdf-am:
957
958 install-ps: install-ps-am
959
960 install-ps-am:
961
962 installcheck-am:
963
964 maintainer-clean: maintainer-clean-am
965 -rm -rf ./$(DEPDIR) G72x/$(DEPDIR) GSM610/$(DEPDIR)
966 -rm -f Makefile
967 maintainer-clean-am: distclean-am maintainer-clean-generic
968
969 mostlyclean: mostlyclean-am
970
971 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
972 mostlyclean-libtool
973
974 pdf: pdf-am
975
976 pdf-am:
977
978 ps: ps-am
979
980 ps-am:
981
982 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
983 uninstall-nodist_includeHEADERS
984
985 .MAKE: all check-am install-am install-strip
986
987 .PHONY: CTAGS GTAGS all all-am check check-am clean \
988 clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
989 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
990 distclean-compile distclean-generic distclean-hdr \
991 distclean-libtool distclean-tags distdir dvi dvi-am html \
992 html-am info info-am install install-am install-data \
993 install-data-am install-dvi install-dvi-am install-exec \
994 install-exec-am install-html install-html-am \
995 install-includeHEADERS install-info install-info-am \
996 install-libLTLIBRARIES install-man \
997 install-nodist_includeHEADERS install-pdf install-pdf-am \
998 install-ps install-ps-am install-strip installcheck \
999 installcheck-am installdirs maintainer-clean \
1000 maintainer-clean-generic mostlyclean mostlyclean-compile \
1001 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1002 tags uninstall uninstall-am uninstall-includeHEADERS \
1003 uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS
1004
1005
1006 test_endswap.c: test_endswap.def test_endswap.tpl
1007 autogen --writable test_endswap.def
1008
1009 genfiles : test_endswap.c $(SYMBOL_FILES)
1010
1011 check :
1012 @if [ -x /usr/bin/python ]; then $(srcdir)/binheader_writef_check.py $(srcdir)/*.c ; fi
1013 G72x/g72x_test$(EXEEXT) all
1014 ./test_main$(EXEEXT)
1015
1016 # Need this target to force building of test programs.
1017 checkprograms : $(check_PROGRAMS)
1018
1019 #======================================================================
1020 # Generate an OS specific Symbols files. This is done when the author
1021 # builds the distribution tarball. There should be not need for the
1022 # end user to create these files.
1023
1024 Symbols.gnu-binutils: create_symbols_file.py
1025 ./create_symbols_file.py linux $(VERSION) > $@
1026
1027 Symbols.darwin: create_symbols_file.py
1028 ./create_symbols_file.py darwin $(VERSION) > $@
1029
1030 libsndfile-1.def: create_symbols_file.py
1031 ./create_symbols_file.py win32 $(VERSION) > $@
1032
1033 Symbols.os2: create_symbols_file.py
1034 ./create_symbols_file.py os2 $(VERSION) > $@
1035
1036 Symbols.static: create_symbols_file.py
1037 ./create_symbols_file.py static $(VERSION) > $@
1038
1039 # Fake dependancy to force the creation of these files.
1040 sndfile.o : $(SYMBOL_FILES)
1041
1042 #======================================================================
1043 # Building windows resource files (if needed).
1044
1045 .rc.lo:
1046 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@
1047
1048 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1049 # Otherwise a system limit (for SysV at least) may be exceeded.
1050 .NOEXPORT: