1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008 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.
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
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkglibdir = $(libdir)/@PACKAGE@
21
pkgincludedir = $(includedir)/@PACKAGE@
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
install_sh_DATA = $(install_sh) -c -m 644
24
install_sh_PROGRAM = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
26
INSTALL_HEADER = $(INSTALL_DATA)
27
transform = $(program_transform_name)
34
build_triplet = @build@
37
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
mkinstalldirs = $(install_sh) -d
44
CONFIG_HEADER = $(top_builddir)/include/config.h
46
LIBRARIES = $(noinst_LIBRARIES)
48
libwavformat_a_AR = $(AR) $(ARFLAGS)
49
libwavformat_a_LIBADD =
50
am_libwavformat_a_OBJECTS = input.$(OBJEXT) output.$(OBJEXT)
51
libwavformat_a_OBJECTS = $(am_libwavformat_a_OBJECTS)
52
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
53
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
54
am__depfiles_maybe = depfiles
55
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
56
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
57
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
58
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
59
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
64
SOURCES = $(libwavformat_a_SOURCES)
65
DIST_SOURCES = $(libwavformat_a_SOURCES)
66
HEADERS = $(noinst_HEADERS)
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74
AUTOHEADER = @AUTOHEADER@
78
CCDEPMODE = @CCDEPMODE@
82
CYGPATH_W = @CYGPATH_W@
92
EXTRALIBS = @EXTRALIBS@
96
INSTALL_DATA = @INSTALL_DATA@
97
INSTALL_PROGRAM = @INSTALL_PROGRAM@
98
INSTALL_SCRIPT = @INSTALL_SCRIPT@
99
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107
LTLIBOBJS = @LTLIBOBJS@
108
MAKEINFO = @MAKEINFO@
117
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
118
PACKAGE_NAME = @PACKAGE_NAME@
119
PACKAGE_STRING = @PACKAGE_STRING@
120
PACKAGE_TARNAME = @PACKAGE_TARNAME@
121
PACKAGE_VERSION = @PACKAGE_VERSION@
122
PATH_SEPARATOR = @PATH_SEPARATOR@
125
SET_MAKE = @SET_MAKE@
129
abs_builddir = @abs_builddir@
130
abs_srcdir = @abs_srcdir@
131
abs_top_builddir = @abs_top_builddir@
132
abs_top_srcdir = @abs_top_srcdir@
133
ac_ct_CC = @ac_ct_CC@
134
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
135
am__include = @am__include@
136
am__leading_dot = @am__leading_dot@
137
am__quote = @am__quote@
139
am__untar = @am__untar@
142
build_alias = @build_alias@
143
build_cpu = @build_cpu@
144
build_os = @build_os@
145
build_vendor = @build_vendor@
146
builddir = @builddir@
148
datarootdir = @datarootdir@
151
exec_prefix = @exec_prefix@
153
host_alias = @host_alias@
154
host_cpu = @host_cpu@
156
host_vendor = @host_vendor@
158
includedir = @includedir@
160
install_sh = @install_sh@
162
libexecdir = @libexecdir@
163
localedir = @localedir@
164
localstatedir = @localstatedir@
168
oldincludedir = @oldincludedir@
171
program_transform_name = @program_transform_name@
174
sharedstatedir = @sharedstatedir@
176
sysconfdir = @sysconfdir@
177
target_alias = @target_alias@
178
top_build_prefix = @top_build_prefix@
179
top_builddir = @top_builddir@
180
top_srcdir = @top_srcdir@
183
noinst_LIBRARIES = libwavformat.a
184
noinst_HEADERS = libwaveformat.h
185
libwavformat_a_SOURCES = input.c output.c
189
.SUFFIXES: .c .lo .o .obj
190
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
192
case '$(am__configure_deps)' in \
194
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
199
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libwavformat/Makefile'; \
200
cd $(top_srcdir) && \
201
$(AUTOMAKE) --gnu libwavformat/Makefile
203
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
208
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
209
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
212
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
213
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215
$(top_srcdir)/configure: $(am__configure_deps)
216
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
218
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220
clean-noinstLIBRARIES:
221
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
222
libwavformat.a: $(libwavformat_a_OBJECTS) $(libwavformat_a_DEPENDENCIES)
223
-rm -f libwavformat.a
224
$(libwavformat_a_AR) libwavformat.a $(libwavformat_a_OBJECTS) $(libwavformat_a_LIBADD)
225
$(RANLIB) libwavformat.a
233
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input.Po@am__quote@
234
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
237
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
238
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
239
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
240
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
241
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
244
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
245
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
246
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
247
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
248
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
251
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
252
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
253
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
254
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
255
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
263
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
264
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
265
unique=`for i in $$list; do \
266
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
268
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
269
END { if (nonempty) { for (i in files) print i; }; }'`; \
273
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
274
$(TAGS_FILES) $(LISP)
277
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
278
unique=`for i in $$list; do \
279
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
281
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
282
END { if (nonempty) { for (i in files) print i; }; }'`; \
283
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
284
test -n "$$unique" || unique=$$empty_fix; \
285
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
289
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
290
$(TAGS_FILES) $(LISP)
292
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
293
unique=`for i in $$list; do \
294
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
297
END { if (nonempty) { for (i in files) print i; }; }'`; \
298
test -z "$(CTAGS_ARGS)$$tags$$unique" \
299
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
303
here=`$(am__cd) $(top_builddir) && pwd` \
304
&& cd $(top_srcdir) \
305
&& gtags -i $(GTAGS_ARGS) $$here
308
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
310
distdir: $(DISTFILES)
311
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
312
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
313
list='$(DISTFILES)'; \
314
dist_files=`for file in $$list; do echo $$file; done | \
315
sed -e "s|^$$srcdirstrip/||;t" \
316
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
317
case $$dist_files in \
318
*/*) $(MKDIR_P) `echo "$$dist_files" | \
319
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
322
for file in $$dist_files; do \
323
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
324
if test -d $$d/$$file; then \
325
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
326
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
327
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
329
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
331
test -f $(distdir)/$$file \
332
|| cp -p $$d/$$file $(distdir)/$$file \
338
all-am: Makefile $(LIBRARIES) $(HEADERS)
341
install-exec: install-exec-am
342
install-data: install-data-am
343
uninstall: uninstall-am
346
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
348
installcheck: installcheck-am
350
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
351
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
352
`test -z '$(STRIP)' || \
353
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
359
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
361
maintainer-clean-generic:
362
@echo "This command is intended for maintainers to use"
363
@echo "it deletes files that may require special tools to rebuild."
366
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
369
distclean: distclean-am
372
distclean-am: clean-am distclean-compile distclean-generic \
387
install-dvi: install-dvi-am
391
install-html: install-html-am
393
install-info: install-info-am
397
install-pdf: install-pdf-am
399
install-ps: install-ps-am
403
maintainer-clean: maintainer-clean-am
406
maintainer-clean-am: distclean-am maintainer-clean-generic
408
mostlyclean: mostlyclean-am
410
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
423
.MAKE: install-am install-strip
425
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
426
clean-libtool clean-noinstLIBRARIES ctags distclean \
427
distclean-compile distclean-generic distclean-libtool \
428
distclean-tags distdir dvi dvi-am html html-am info info-am \
429
install install-am install-data install-data-am install-dvi \
430
install-dvi-am install-exec install-exec-am install-html \
431
install-html-am install-info install-info-am install-man \
432
install-pdf install-pdf-am install-ps install-ps-am \
433
install-strip installcheck installcheck-am installdirs \
434
maintainer-clean maintainer-clean-generic mostlyclean \
435
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
436
pdf pdf-am ps ps-am tags uninstall uninstall-am
438
# Tell versions [3.59,3.63) of GNU make to not export all variables.
439
# Otherwise a system limit (for SysV at least) may be exceeded.