~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
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
 
 
18
 
 
19
 
SOURCES = $(libsndfile_la_SOURCES) $(test_endswap_SOURCES) $(test_file_io_SOURCES) $(test_log_printf_SOURCES)
20
 
 
21
 
srcdir = @srcdir@
22
 
top_srcdir = @top_srcdir@
23
 
VPATH = @srcdir@
24
 
pkgdatadir = $(datadir)/@PACKAGE@
25
 
pkglibdir = $(libdir)/@PACKAGE@
26
 
pkgincludedir = $(includedir)/@PACKAGE@
27
 
top_builddir = ..
28
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29
 
INSTALL = @INSTALL@
30
 
install_sh_DATA = $(install_sh) -c -m 644
31
 
install_sh_PROGRAM = $(install_sh) -c
32
 
install_sh_SCRIPT = $(install_sh) -c
33
 
INSTALL_HEADER = $(INSTALL_DATA)
34
 
transform = $(program_transform_name)
35
 
NORMAL_INSTALL = :
36
 
PRE_INSTALL = :
37
 
POST_INSTALL = :
38
 
NORMAL_UNINSTALL = :
39
 
PRE_UNINSTALL = :
40
 
POST_UNINSTALL = :
41
 
build_triplet = @build@
42
 
host_triplet = @host@
43
 
target_triplet = @target@
44
 
noinst_PROGRAMS = test_endswap$(EXEEXT) test_file_io$(EXEEXT) \
45
 
        test_log_printf$(EXEEXT)
46
 
subdir = src
47
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
48
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
49
 
        $(srcdir)/sndfile.h.in
50
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
52
 
        $(top_srcdir)/configure.ac
53
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
 
        $(ACLOCAL_M4)
55
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56
 
CONFIG_HEADER = config.h
57
 
CONFIG_CLEAN_FILES = sndfile.h
58
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59
 
am__vpath_adj = case $$p in \
60
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61
 
    *) f=$$p;; \
62
 
  esac;
63
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
64
 
am__installdirs = "$(DESTDIR)$(libdir)"
65
 
libLTLIBRARIES_INSTALL = $(INSTALL)
66
 
LTLIBRARIES = $(lib_LTLIBRARIES)
67
 
am__DEPENDENCIES_1 =
68
 
libsndfile_la_DEPENDENCIES = GSM610/libgsm.la G72x/libg72x.la \
69
 
        $(am__DEPENDENCIES_1)
70
 
am__objects_1 = sndfile.lo common.lo file_io.lo command.lo pcm.lo \
71
 
        ulaw.lo alaw.lo float32.lo double64.lo ima_adpcm.lo \
72
 
        ms_adpcm.lo gsm610.lo dwvw.lo vox_adpcm.lo interleave.lo \
73
 
        strings.lo dither.lo broadcast.lo
74
 
am__objects_2 = aiff.lo au.lo g72x.lo avr.lo caf.lo ircam.lo \
75
 
        macbinary3.lo macos.lo mat4.lo mat5.lo nist.lo paf.lo pvf.lo \
76
 
        raw.lo svx.lo voc.lo htk.lo dwd.lo ogg.lo rx2.lo sd2.lo sds.lo \
77
 
        txw.lo wve.lo w64.lo wav_w64.lo wav.lo xi.lo flac.lo
78
 
am__objects_3 =
79
 
am_libsndfile_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
80
 
        $(am__objects_3)
81
 
libsndfile_la_OBJECTS = $(am_libsndfile_la_OBJECTS)
82
 
PROGRAMS = $(noinst_PROGRAMS)
83
 
am_test_endswap_OBJECTS = test_endswap.$(OBJEXT)
84
 
test_endswap_OBJECTS = $(am_test_endswap_OBJECTS)
85
 
test_endswap_LDADD = $(LDADD)
86
 
am_test_file_io_OBJECTS = test_file_io-file_io.$(OBJEXT) \
87
 
        test_file_io-test_file_io.$(OBJEXT)
88
 
test_file_io_OBJECTS = $(am_test_file_io_OBJECTS)
89
 
test_file_io_LDADD = $(LDADD)
90
 
am_test_log_printf_OBJECTS =  \
91
 
        test_log_printf-test_log_printf.$(OBJEXT)
92
 
test_log_printf_OBJECTS = $(am_test_log_printf_OBJECTS)
93
 
test_log_printf_LDADD = $(LDADD)
94
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
95
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
96
 
am__depfiles_maybe = depfiles
97
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
100
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
101
 
        $(AM_CFLAGS) $(CFLAGS)
102
 
CCLD = $(CC)
103
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
105
 
SOURCES = $(libsndfile_la_SOURCES) $(test_endswap_SOURCES) \
106
 
        $(test_file_io_SOURCES) $(test_log_printf_SOURCES)
107
 
DIST_SOURCES = $(libsndfile_la_SOURCES) $(test_endswap_SOURCES) \
108
 
        $(test_file_io_SOURCES) $(test_log_printf_SOURCES)
109
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110
 
        html-recursive info-recursive install-data-recursive \
111
 
        install-exec-recursive install-info-recursive \
112
 
        install-recursive installcheck-recursive installdirs-recursive \
113
 
        pdf-recursive ps-recursive uninstall-info-recursive \
114
 
        uninstall-recursive
115
 
HEADERS = $(noinst_HEADERS)
116
 
ETAGS = etags
117
 
CTAGS = ctags
118
 
DIST_SUBDIRS = $(SUBDIRS)
119
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120
 
ACLOCAL = @ACLOCAL@
121
 
ALSA_LIBS = @ALSA_LIBS@
122
 
AMDEP_FALSE = @AMDEP_FALSE@
123
 
AMDEP_TRUE = @AMDEP_TRUE@
124
 
AMTAR = @AMTAR@
125
 
AR = @AR@
126
 
AUTOCONF = @AUTOCONF@
127
 
 
128
 
#======================================================================
129
 
# Disable autoheader.
130
 
AUTOHEADER = echo
131
 
AUTOMAKE = @AUTOMAKE@
132
 
AWK = @AWK@
133
 
CC = @CC@
134
 
CCDEPMODE = @CCDEPMODE@
135
 
CFLAGS = @CFLAGS@
136
 
COMPILER_IS_GCC = @COMPILER_IS_GCC@
137
 
CPP = @CPP@
138
 
CPPFLAGS = @CPPFLAGS@
139
 
CXX = @CXX@
140
 
CXXCPP = @CXXCPP@
141
 
CXXDEPMODE = @CXXDEPMODE@
142
 
CXXFLAGS = @CXXFLAGS@
143
 
CYGPATH_W = @CYGPATH_W@
144
 
DEFS = @DEFS@
145
 
DEPDIR = @DEPDIR@
146
 
ECHO = @ECHO@
147
 
ECHO_C = @ECHO_C@
148
 
ECHO_N = @ECHO_N@
149
 
ECHO_T = @ECHO_T@
150
 
EGREP = @EGREP@
151
 
ENABLE_EXPERIMENTAL_CODE = @ENABLE_EXPERIMENTAL_CODE@
152
 
EXEEXT = @EXEEXT@
153
 
F77 = @F77@
154
 
FFLAGS = @FFLAGS@
155
 
FLAC_LIBS = @FLAC_LIBS@
156
 
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
157
 
GETCONF = @GETCONF@
158
 
HTML_BGCOLOUR = @HTML_BGCOLOUR@
159
 
HTML_FGCOLOUR = @HTML_FGCOLOUR@
160
 
INSTALL_DATA = @INSTALL_DATA@
161
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
162
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
163
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164
 
LDFLAGS = @LDFLAGS@
165
 
LIBOBJS = @LIBOBJS@
166
 
LIBS = @LIBS@
167
 
LIBTOOL = @LIBTOOL@
168
 
LIBTOOL_DEPS = @LIBTOOL_DEPS@
169
 
LN_S = @LN_S@
170
 
LTLIBOBJS = @LTLIBOBJS@
171
 
MAINT = @MAINT@
172
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
173
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
174
 
MAKEINFO = @MAKEINFO@
175
 
OBJEXT = @OBJEXT@
176
 
#nodist_include_HEADERS = sndfile.h     --dmazzoni
177
 
OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
178
 
OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
179
 
PACKAGE = @PACKAGE@
180
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181
 
PACKAGE_NAME = @PACKAGE_NAME@
182
 
PACKAGE_STRING = @PACKAGE_STRING@
183
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
184
 
PACKAGE_VERSION = @PACKAGE_VERSION@
185
 
PATH_SEPARATOR = @PATH_SEPARATOR@
186
 
PKG_CONFIG = @PKG_CONFIG@
187
 
RANLIB = @RANLIB@
188
 
SET_MAKE = @SET_MAKE@
189
 
SF_COUNT_MAX = @SF_COUNT_MAX@
190
 
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
191
 
SHELL = @SHELL@
192
 
SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
193
 
SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@
194
 
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
195
 
SQLITE3_LIBS = @SQLITE3_LIBS@
196
 
STRIP = @STRIP@
197
 
TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@
198
 
VERSION = @VERSION@
199
 
ac_ct_AR = @ac_ct_AR@
200
 
ac_ct_CC = @ac_ct_CC@
201
 
ac_ct_CXX = @ac_ct_CXX@
202
 
ac_ct_F77 = @ac_ct_F77@
203
 
ac_ct_GETCONF = @ac_ct_GETCONF@
204
 
ac_ct_RANLIB = @ac_ct_RANLIB@
205
 
ac_ct_STRIP = @ac_ct_STRIP@
206
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
207
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
208
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
209
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
210
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
211
 
am__include = @am__include@
212
 
am__leading_dot = @am__leading_dot@
213
 
am__quote = @am__quote@
214
 
am__tar = @am__tar@
215
 
am__untar = @am__untar@
216
 
autogen = @autogen@
217
 
bindir = @bindir@
218
 
build = @build@
219
 
build_alias = @build_alias@
220
 
build_cpu = @build_cpu@
221
 
build_os = @build_os@
222
 
build_vendor = @build_vendor@
223
 
datadir = @datadir@
224
 
exec_prefix = @exec_prefix@
225
 
host = @host@
226
 
host_alias = @host_alias@
227
 
host_cpu = @host_cpu@
228
 
host_os = @host_os@
229
 
host_vendor = @host_vendor@
230
 
htmldocdir = @htmldocdir@
231
 
includedir = @includedir@
232
 
infodir = @infodir@
233
 
install_sh = @install_sh@
234
 
libdir = @libdir@
235
 
libexecdir = @libexecdir@
236
 
localstatedir = @localstatedir@
237
 
mandir = @mandir@
238
 
mkdir_p = @mkdir_p@
239
 
oldincludedir = @oldincludedir@
240
 
prefix = @prefix@
241
 
program_transform_name = @program_transform_name@
242
 
sbindir = @sbindir@
243
 
sharedstatedir = @sharedstatedir@
244
 
sysconfdir = @sysconfdir@
245
 
target = @target@
246
 
target_alias = @target_alias@
247
 
target_cpu = @target_cpu@
248
 
target_os = @target_os@
249
 
target_vendor = @target_vendor@
250
 
SUBDIRS = GSM610 G72x
251
 
lib_LTLIBRARIES = libsndfile.la
252
 
EXTRA_DIST =
253
 
#dmazzoni: End-users should never accidentally trigger building these files...
254
 
#EXTRA_DIST = sndfile.h.in config.h.in test_endswap.tpl test_endswap.def \
255
 
#                       Symbols.linux Symbols.darwin libsndfile.def cygsndfile.def \
256
 
#                       create_symbols_file.py
257
 
 
258
 
noinst_HEADERS = common.h sfconfig.h sfendian.h float_cast.h wav_w64.h sf_unistd.h
259
 
COMMON = sndfile.c common.c file_io.c command.c pcm.c ulaw.c alaw.c float32.c \
260
 
                double64.c ima_adpcm.c ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c \
261
 
                interleave.c strings.c dither.c broadcast.c
262
 
 
263
 
FILESPECIFIC = aiff.c au.c g72x.c avr.c caf.c ircam.c macbinary3.c macos.c \
264
 
                                mat4.c mat5.c nist.c paf.c pvf.c raw.c svx.c voc.c htk.c dwd.c \
265
 
                                ogg.c rx2.c sd2.c sds.c txw.c wve.c w64.c wav_w64.c wav.c xi.c \
266
 
                                flac.c
267
 
 
268
 
 
269
 
# MinGW requires -no-undefined if a DLL is to be built.
270
 
libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
271
 
libsndfile_la_SOURCES = $(COMMON) $(FILESPECIFIC) $(noinst_HEADERS)
272
 
# nodist_libsndfile_la_SOURCES = $(nodist_include_HEADERS) dmazzoni
273
 
libsndfile_la_LIBADD = GSM610/libgsm.la G72x/libg72x.la -lm $(FLAC_LIBS)
274
 
test_endswap_SOURCES = test_endswap.c
275
 
test_file_io_CFLAGS = $(AM_CFLAGS)
276
 
test_file_io_SOURCES = file_io.c test_file_io.c
277
 
test_log_printf_CFLAGS = $(AM_CFLAGS)
278
 
test_log_printf_SOURCES = test_log_printf.c
279
 
all: config.h
280
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
281
 
 
282
 
.SUFFIXES:
283
 
.SUFFIXES: .c .lo .o .obj
284
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
285
 
        @for dep in $?; do \
286
 
          case '$(am__configure_deps)' in \
287
 
            *$$dep*) \
288
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
289
 
                && exit 0; \
290
 
              exit 1;; \
291
 
          esac; \
292
 
        done; \
293
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
294
 
        cd $(top_srcdir) && \
295
 
          $(AUTOMAKE) --gnu  src/Makefile
296
 
.PRECIOUS: Makefile
297
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298
 
        @case '$?' in \
299
 
          *config.status*) \
300
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
301
 
          *) \
302
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
303
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
304
 
        esac;
305
 
 
306
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
 
 
309
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
310
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
 
 
314
 
config.h: stamp-h1
315
 
        @if test ! -f $@; then \
316
 
          rm -f stamp-h1; \
317
 
          $(MAKE) stamp-h1; \
318
 
        else :; fi
319
 
 
320
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
321
 
        @rm -f stamp-h1
322
 
        cd $(top_builddir) && $(SHELL) ./config.status src/config.h
323
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
324
 
        cd $(top_srcdir) && $(AUTOHEADER)
325
 
        rm -f stamp-h1
326
 
        touch $@
327
 
 
328
 
distclean-hdr:
329
 
        -rm -f config.h stamp-h1
330
 
sndfile.h: $(top_builddir)/config.status $(srcdir)/sndfile.h.in
331
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
332
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
333
 
        @$(NORMAL_INSTALL)
334
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
335
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
336
 
          if test -f $$p; then \
337
 
            f=$(am__strip_dir) \
338
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
339
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
340
 
          else :; fi; \
341
 
        done
342
 
 
343
 
uninstall-libLTLIBRARIES:
344
 
        @$(NORMAL_UNINSTALL)
345
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
346
 
          p=$(am__strip_dir) \
347
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
348
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
349
 
        done
350
 
 
351
 
clean-libLTLIBRARIES:
352
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
353
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
354
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
355
 
          test "$$dir" != "$$p" || dir=.; \
356
 
          echo "rm -f \"$${dir}/so_locations\""; \
357
 
          rm -f "$${dir}/so_locations"; \
358
 
        done
359
 
libsndfile.la: $(libsndfile_la_OBJECTS) $(libsndfile_la_DEPENDENCIES) 
360
 
        $(LINK) -rpath $(libdir) $(libsndfile_la_LDFLAGS) $(libsndfile_la_OBJECTS) $(libsndfile_la_LIBADD) $(LIBS)
361
 
 
362
 
clean-noinstPROGRAMS:
363
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
364
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
365
 
          echo " rm -f $$p $$f"; \
366
 
          rm -f $$p $$f ; \
367
 
        done
368
 
test_endswap$(EXEEXT): $(test_endswap_OBJECTS) $(test_endswap_DEPENDENCIES) 
369
 
        @rm -f test_endswap$(EXEEXT)
370
 
        $(LINK) $(test_endswap_LDFLAGS) $(test_endswap_OBJECTS) $(test_endswap_LDADD) $(LIBS)
371
 
test_file_io$(EXEEXT): $(test_file_io_OBJECTS) $(test_file_io_DEPENDENCIES) 
372
 
        @rm -f test_file_io$(EXEEXT)
373
 
        $(LINK) $(test_file_io_LDFLAGS) $(test_file_io_OBJECTS) $(test_file_io_LDADD) $(LIBS)
374
 
test_log_printf$(EXEEXT): $(test_log_printf_OBJECTS) $(test_log_printf_DEPENDENCIES) 
375
 
        @rm -f test_log_printf$(EXEEXT)
376
 
        $(LINK) $(test_log_printf_LDFLAGS) $(test_log_printf_OBJECTS) $(test_log_printf_LDADD) $(LIBS)
377
 
 
378
 
mostlyclean-compile:
379
 
        -rm -f *.$(OBJEXT)
380
 
 
381
 
distclean-compile:
382
 
        -rm -f *.tab.c
383
 
 
384
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aiff.Plo@am__quote@
385
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alaw.Plo@am__quote@
386
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/au.Plo@am__quote@
387
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avr.Plo@am__quote@
388
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/broadcast.Plo@am__quote@
389
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caf.Plo@am__quote@
390
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@
391
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
392
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dither.Plo@am__quote@
393
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/double64.Plo@am__quote@
394
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwd.Plo@am__quote@
395
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwvw.Plo@am__quote@
396
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_io.Plo@am__quote@
397
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flac.Plo@am__quote@
398
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float32.Plo@am__quote@
399
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g72x.Plo@am__quote@
400
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm610.Plo@am__quote@
401
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htk.Plo@am__quote@
402
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ima_adpcm.Plo@am__quote@
403
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interleave.Plo@am__quote@
404
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircam.Plo@am__quote@
405
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macbinary3.Plo@am__quote@
406
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macos.Plo@am__quote@
407
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat4.Plo@am__quote@
408
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat5.Plo@am__quote@
409
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms_adpcm.Plo@am__quote@
410
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nist.Plo@am__quote@
411
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg.Plo@am__quote@
412
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paf.Plo@am__quote@
413
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm.Plo@am__quote@
414
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvf.Plo@am__quote@
415
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Plo@am__quote@
416
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx2.Plo@am__quote@
417
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd2.Plo@am__quote@
418
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sds.Plo@am__quote@
419
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sndfile.Plo@am__quote@
420
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strings.Plo@am__quote@
421
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svx.Plo@am__quote@
422
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_endswap.Po@am__quote@
423
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_file_io-file_io.Po@am__quote@
424
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_file_io-test_file_io.Po@am__quote@
425
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_log_printf-test_log_printf.Po@am__quote@
426
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txw.Plo@am__quote@
427
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ulaw.Plo@am__quote@
428
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voc.Plo@am__quote@
429
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vox_adpcm.Plo@am__quote@
430
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w64.Plo@am__quote@
431
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wav.Plo@am__quote@
432
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wav_w64.Plo@am__quote@
433
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wve.Plo@am__quote@
434
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xi.Plo@am__quote@
435
 
 
436
 
.c.o:
437
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
438
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
439
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
442
 
 
443
 
.c.obj:
444
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
445
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
446
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
449
 
 
450
 
.c.lo:
451
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
452
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
453
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
454
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
456
 
 
457
 
test_file_io-file_io.o: file_io.c
458
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_file_io_CFLAGS) $(CFLAGS) -MT test_file_io-file_io.o -MD -MP -MF "$(DEPDIR)/test_file_io-file_io.Tpo" -c -o test_file_io-file_io.o `test -f 'file_io.c' || echo '$(srcdir)/'`file_io.c; \
459
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_file_io-file_io.Tpo" "$(DEPDIR)/test_file_io-file_io.Po"; else rm -f "$(DEPDIR)/test_file_io-file_io.Tpo"; exit 1; fi
460
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='file_io.c' object='test_file_io-file_io.o' libtool=no @AMDEPBACKSLASH@
461
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_file_io_CFLAGS) $(CFLAGS) -c -o test_file_io-file_io.o `test -f 'file_io.c' || echo '$(srcdir)/'`file_io.c
463
 
 
464
 
test_file_io-file_io.obj: file_io.c
465
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_file_io_CFLAGS) $(CFLAGS) -MT test_file_io-file_io.obj -MD -MP -MF "$(DEPDIR)/test_file_io-file_io.Tpo" -c -o test_file_io-file_io.obj `if test -f 'file_io.c'; then $(CYGPATH_W) 'file_io.c'; else $(CYGPATH_W) '$(srcdir)/file_io.c'; fi`; \
466
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_file_io-file_io.Tpo" "$(DEPDIR)/test_file_io-file_io.Po"; else rm -f "$(DEPDIR)/test_file_io-file_io.Tpo"; exit 1; fi
467
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='file_io.c' object='test_file_io-file_io.obj' libtool=no @AMDEPBACKSLASH@
468
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_file_io_CFLAGS) $(CFLAGS) -c -o test_file_io-file_io.obj `if test -f 'file_io.c'; then $(CYGPATH_W) 'file_io.c'; else $(CYGPATH_W) '$(srcdir)/file_io.c'; fi`
470
 
 
471
 
test_file_io-test_file_io.o: test_file_io.c
472
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_file_io_CFLAGS) $(CFLAGS) -MT test_file_io-test_file_io.o -MD -MP -MF "$(DEPDIR)/test_file_io-test_file_io.Tpo" -c -o test_file_io-test_file_io.o `test -f 'test_file_io.c' || echo '$(srcdir)/'`test_file_io.c; \
473
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_file_io-test_file_io.Tpo" "$(DEPDIR)/test_file_io-test_file_io.Po"; else rm -f "$(DEPDIR)/test_file_io-test_file_io.Tpo"; exit 1; fi
474
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_file_io.c' object='test_file_io-test_file_io.o' libtool=no @AMDEPBACKSLASH@
475
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_file_io_CFLAGS) $(CFLAGS) -c -o test_file_io-test_file_io.o `test -f 'test_file_io.c' || echo '$(srcdir)/'`test_file_io.c
477
 
 
478
 
test_file_io-test_file_io.obj: test_file_io.c
479
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_file_io_CFLAGS) $(CFLAGS) -MT test_file_io-test_file_io.obj -MD -MP -MF "$(DEPDIR)/test_file_io-test_file_io.Tpo" -c -o test_file_io-test_file_io.obj `if test -f 'test_file_io.c'; then $(CYGPATH_W) 'test_file_io.c'; else $(CYGPATH_W) '$(srcdir)/test_file_io.c'; fi`; \
480
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_file_io-test_file_io.Tpo" "$(DEPDIR)/test_file_io-test_file_io.Po"; else rm -f "$(DEPDIR)/test_file_io-test_file_io.Tpo"; exit 1; fi
481
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_file_io.c' object='test_file_io-test_file_io.obj' libtool=no @AMDEPBACKSLASH@
482
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_file_io_CFLAGS) $(CFLAGS) -c -o test_file_io-test_file_io.obj `if test -f 'test_file_io.c'; then $(CYGPATH_W) 'test_file_io.c'; else $(CYGPATH_W) '$(srcdir)/test_file_io.c'; fi`
484
 
 
485
 
test_log_printf-test_log_printf.o: test_log_printf.c
486
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_log_printf_CFLAGS) $(CFLAGS) -MT test_log_printf-test_log_printf.o -MD -MP -MF "$(DEPDIR)/test_log_printf-test_log_printf.Tpo" -c -o test_log_printf-test_log_printf.o `test -f 'test_log_printf.c' || echo '$(srcdir)/'`test_log_printf.c; \
487
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_log_printf-test_log_printf.Tpo" "$(DEPDIR)/test_log_printf-test_log_printf.Po"; else rm -f "$(DEPDIR)/test_log_printf-test_log_printf.Tpo"; exit 1; fi
488
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_log_printf.c' object='test_log_printf-test_log_printf.o' libtool=no @AMDEPBACKSLASH@
489
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_log_printf_CFLAGS) $(CFLAGS) -c -o test_log_printf-test_log_printf.o `test -f 'test_log_printf.c' || echo '$(srcdir)/'`test_log_printf.c
491
 
 
492
 
test_log_printf-test_log_printf.obj: test_log_printf.c
493
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_log_printf_CFLAGS) $(CFLAGS) -MT test_log_printf-test_log_printf.obj -MD -MP -MF "$(DEPDIR)/test_log_printf-test_log_printf.Tpo" -c -o test_log_printf-test_log_printf.obj `if test -f 'test_log_printf.c'; then $(CYGPATH_W) 'test_log_printf.c'; else $(CYGPATH_W) '$(srcdir)/test_log_printf.c'; fi`; \
494
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_log_printf-test_log_printf.Tpo" "$(DEPDIR)/test_log_printf-test_log_printf.Po"; else rm -f "$(DEPDIR)/test_log_printf-test_log_printf.Tpo"; exit 1; fi
495
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_log_printf.c' object='test_log_printf-test_log_printf.obj' libtool=no @AMDEPBACKSLASH@
496
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_log_printf_CFLAGS) $(CFLAGS) -c -o test_log_printf-test_log_printf.obj `if test -f 'test_log_printf.c'; then $(CYGPATH_W) 'test_log_printf.c'; else $(CYGPATH_W) '$(srcdir)/test_log_printf.c'; fi`
498
 
 
499
 
mostlyclean-libtool:
500
 
        -rm -f *.lo
501
 
 
502
 
clean-libtool:
503
 
        -rm -rf .libs _libs
504
 
 
505
 
distclean-libtool:
506
 
        -rm -f libtool
507
 
uninstall-info-am:
508
 
 
509
 
# This directory's subdirectories are mostly independent; you can cd
510
 
# into them and run `make' without going through this Makefile.
511
 
# To change the values of `make' variables: instead of editing Makefiles,
512
 
# (1) if the variable is set in `config.status', edit `config.status'
513
 
#     (which will cause the Makefiles to be regenerated when you run `make');
514
 
# (2) otherwise, pass the desired values on the `make' command line.
515
 
$(RECURSIVE_TARGETS):
516
 
        @failcom='exit 1'; \
517
 
        for f in x $$MAKEFLAGS; do \
518
 
          case $$f in \
519
 
            *=* | --[!k]*);; \
520
 
            *k*) failcom='fail=yes';; \
521
 
          esac; \
522
 
        done; \
523
 
        dot_seen=no; \
524
 
        target=`echo $@ | sed s/-recursive//`; \
525
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
526
 
          echo "Making $$target in $$subdir"; \
527
 
          if test "$$subdir" = "."; then \
528
 
            dot_seen=yes; \
529
 
            local_target="$$target-am"; \
530
 
          else \
531
 
            local_target="$$target"; \
532
 
          fi; \
533
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
534
 
          || eval $$failcom; \
535
 
        done; \
536
 
        if test "$$dot_seen" = "no"; then \
537
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
538
 
        fi; test -z "$$fail"
539
 
 
540
 
mostlyclean-recursive clean-recursive distclean-recursive \
541
 
maintainer-clean-recursive:
542
 
        @failcom='exit 1'; \
543
 
        for f in x $$MAKEFLAGS; do \
544
 
          case $$f in \
545
 
            *=* | --[!k]*);; \
546
 
            *k*) failcom='fail=yes';; \
547
 
          esac; \
548
 
        done; \
549
 
        dot_seen=no; \
550
 
        case "$@" in \
551
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
552
 
          *) list='$(SUBDIRS)' ;; \
553
 
        esac; \
554
 
        rev=''; for subdir in $$list; do \
555
 
          if test "$$subdir" = "."; then :; else \
556
 
            rev="$$subdir $$rev"; \
557
 
          fi; \
558
 
        done; \
559
 
        rev="$$rev ."; \
560
 
        target=`echo $@ | sed s/-recursive//`; \
561
 
        for subdir in $$rev; do \
562
 
          echo "Making $$target in $$subdir"; \
563
 
          if test "$$subdir" = "."; then \
564
 
            local_target="$$target-am"; \
565
 
          else \
566
 
            local_target="$$target"; \
567
 
          fi; \
568
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
569
 
          || eval $$failcom; \
570
 
        done && test -z "$$fail"
571
 
tags-recursive:
572
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
573
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
574
 
        done
575
 
ctags-recursive:
576
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
577
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
578
 
        done
579
 
 
580
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
581
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
582
 
        unique=`for i in $$list; do \
583
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
584
 
          done | \
585
 
          $(AWK) '    { files[$$0] = 1; } \
586
 
               END { for (i in files) print i; }'`; \
587
 
        mkid -fID $$unique
588
 
tags: TAGS
589
 
 
590
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
591
 
                $(TAGS_FILES) $(LISP)
592
 
        tags=; \
593
 
        here=`pwd`; \
594
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
595
 
          include_option=--etags-include; \
596
 
          empty_fix=.; \
597
 
        else \
598
 
          include_option=--include; \
599
 
          empty_fix=; \
600
 
        fi; \
601
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
602
 
          if test "$$subdir" = .; then :; else \
603
 
            test ! -f $$subdir/TAGS || \
604
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
605
 
          fi; \
606
 
        done; \
607
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
608
 
        unique=`for i in $$list; do \
609
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
610
 
          done | \
611
 
          $(AWK) '    { files[$$0] = 1; } \
612
 
               END { for (i in files) print i; }'`; \
613
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
614
 
          test -n "$$unique" || unique=$$empty_fix; \
615
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
616
 
            $$tags $$unique; \
617
 
        fi
618
 
ctags: CTAGS
619
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
620
 
                $(TAGS_FILES) $(LISP)
621
 
        tags=; \
622
 
        here=`pwd`; \
623
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
624
 
        unique=`for i in $$list; do \
625
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
626
 
          done | \
627
 
          $(AWK) '    { files[$$0] = 1; } \
628
 
               END { for (i in files) print i; }'`; \
629
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
630
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
631
 
             $$tags $$unique
632
 
 
633
 
GTAGS:
634
 
        here=`$(am__cd) $(top_builddir) && pwd` \
635
 
          && cd $(top_srcdir) \
636
 
          && gtags -i $(GTAGS_ARGS) $$here
637
 
 
638
 
distclean-tags:
639
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640
 
 
641
 
distdir: $(DISTFILES)
642
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
643
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
644
 
        list='$(DISTFILES)'; for file in $$list; do \
645
 
          case $$file in \
646
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
647
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
648
 
          esac; \
649
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
650
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
651
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
652
 
            dir="/$$dir"; \
653
 
            $(mkdir_p) "$(distdir)$$dir"; \
654
 
          else \
655
 
            dir=''; \
656
 
          fi; \
657
 
          if test -d $$d/$$file; then \
658
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
659
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
660
 
            fi; \
661
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
662
 
          else \
663
 
            test -f $(distdir)/$$file \
664
 
            || cp -p $$d/$$file $(distdir)/$$file \
665
 
            || exit 1; \
666
 
          fi; \
667
 
        done
668
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
669
 
          if test "$$subdir" = .; then :; else \
670
 
            test -d "$(distdir)/$$subdir" \
671
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
672
 
            || exit 1; \
673
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
674
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
675
 
            (cd $$subdir && \
676
 
              $(MAKE) $(AM_MAKEFLAGS) \
677
 
                top_distdir="$$top_distdir" \
678
 
                distdir="$$distdir/$$subdir" \
679
 
                distdir) \
680
 
              || exit 1; \
681
 
          fi; \
682
 
        done
683
 
check-am: all-am
684
 
check: check-recursive
685
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
686
 
installdirs: installdirs-recursive
687
 
installdirs-am:
688
 
        for dir in "$(DESTDIR)$(libdir)"; do \
689
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
690
 
        done
691
 
install: install-recursive
692
 
install-exec: install-exec-recursive
693
 
install-data: install-data-recursive
694
 
uninstall: uninstall-recursive
695
 
 
696
 
install-am: all-am
697
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
698
 
 
699
 
installcheck: installcheck-recursive
700
 
install-strip:
701
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703
 
          `test -z '$(STRIP)' || \
704
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
705
 
mostlyclean-generic:
706
 
 
707
 
clean-generic:
708
 
 
709
 
distclean-generic:
710
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
711
 
 
712
 
maintainer-clean-generic:
713
 
        @echo "This command is intended for maintainers to use"
714
 
        @echo "it deletes files that may require special tools to rebuild."
715
 
clean: clean-recursive
716
 
 
717
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
718
 
        clean-noinstPROGRAMS mostlyclean-am
719
 
 
720
 
distclean: distclean-recursive
721
 
        -rm -rf ./$(DEPDIR)
722
 
        -rm -f Makefile
723
 
distclean-am: clean-am distclean-compile distclean-generic \
724
 
        distclean-hdr distclean-libtool distclean-tags
725
 
 
726
 
dvi: dvi-recursive
727
 
 
728
 
dvi-am:
729
 
 
730
 
html: html-recursive
731
 
 
732
 
info: info-recursive
733
 
 
734
 
info-am:
735
 
 
736
 
install-data-am:
737
 
 
738
 
install-exec-am: install-libLTLIBRARIES
739
 
 
740
 
install-info: install-info-recursive
741
 
 
742
 
install-man:
743
 
 
744
 
installcheck-am:
745
 
 
746
 
maintainer-clean: maintainer-clean-recursive
747
 
        -rm -rf ./$(DEPDIR)
748
 
        -rm -f Makefile
749
 
maintainer-clean-am: distclean-am maintainer-clean-generic
750
 
 
751
 
mostlyclean: mostlyclean-recursive
752
 
 
753
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
754
 
        mostlyclean-libtool
755
 
 
756
 
pdf: pdf-recursive
757
 
 
758
 
pdf-am:
759
 
 
760
 
ps: ps-recursive
761
 
 
762
 
ps-am:
763
 
 
764
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
765
 
 
766
 
uninstall-info: uninstall-info-recursive
767
 
 
768
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
769
 
        clean clean-generic clean-libLTLIBRARIES clean-libtool \
770
 
        clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
771
 
        distclean distclean-compile distclean-generic distclean-hdr \
772
 
        distclean-libtool distclean-recursive distclean-tags distdir \
773
 
        dvi dvi-am html html-am info info-am install install-am \
774
 
        install-data install-data-am install-exec install-exec-am \
775
 
        install-info install-info-am install-libLTLIBRARIES \
776
 
        install-man install-strip installcheck installcheck-am \
777
 
        installdirs installdirs-am maintainer-clean \
778
 
        maintainer-clean-generic maintainer-clean-recursive \
779
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
780
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
781
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
782
 
        uninstall-libLTLIBRARIES
783
 
 
784
 
 
785
 
# dmazzoni: get rid of dependency on autogen
786
 
# test_endswap.c: test_endswap.def test_endswap.tpl
787
 
#       autogen --writable test_endswap.def
788
 
 
789
 
genfiles : test_endswap.c Symbols.linux Symbols.darwin libsndfile.def cygsndfile.def
790
 
 
791
 
# Two test programs.
792
 
# It is not possible to place these in the tests/ directory because they
793
 
# need access to the internals of the SF_PRIVATE struct.
794
 
 
795
 
check: test_endswap test_file_io test_log_printf
796
 
        @echo
797
 
        @echo
798
 
        @echo
799
 
        @echo "============================================================"
800
 
        ./test_endswap
801
 
        ./test_file_io
802
 
        ./test_log_printf
803
 
        @echo "============================================================"
804
 
        @echo
805
 
        @echo
806
 
        @echo
807
 
 
808
 
#======================================================================
809
 
# Generate an OS specific Symbols files. This is done when the author
810
 
# builds the distribution tarball. There should be not need for the
811
 
# end user to create these files.
812
 
 
813
 
Symbols.linux: create_symbols_file.py
814
 
        ./create_symbols_file.py linux $(VERSION) > Symbols.linux
815
 
 
816
 
Symbols.darwin: create_symbols_file.py
817
 
        ./create_symbols_file.py darwin $(VERSION) > Symbols.darwin
818
 
 
819
 
libsndfile.def: create_symbols_file.py
820
 
        ./create_symbols_file.py win32 $(VERSION) > libsndfile.def
821
 
 
822
 
cygsndfile.def: create_symbols_file.py
823
 
        ./create_symbols_file.py cygwin $(VERSION) > cygsndfile.def
824
 
 
825
 
# Fake dependancy to force the creation of these files.
826
 
sndfile.c : Symbols.linux Symbols.darwin libsndfile.def cygsndfile.def
827
 
 
828
 
# Dependancies.
829
 
 
830
 
aiff.c au.c g72x.c ircam.c mat4.c mat5.c nist.c paf.c pvf.c : sndfile.h common.h
831
 
raw.c svx.c voc.c w64.c wav.c wav_w64.c htk.c sd2.c rx2.c txw.c : sndfile.h common.h
832
 
sds.c wve.c dwd.c ogg.c xi.c sndfile.c common.c file_io.c : sndfile.h common.h
833
 
command.c pcm.c ulaw.c alaw.c float32.c double64.c ima_adpcm.c : sndfile.h common.h
834
 
ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c interleave.c strings.c : sndfile.h common.h
835
 
dither.c : sndfile.h common.h
836
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
837
 
# Otherwise a system limit (for SysV at least) may be exceeded.
838
 
.NOEXPORT: