Merge pull request #280 from aliaspider/master
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / share / Makefile.in
CommitLineData
ce188d4d 1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# FLAC - Free Lossless Audio Codec
18# Copyright (C) 2002-2009 Josh Coalson
19# Copyright (C) 2011-2016 Xiph.Org Foundation
20#
21# This file is part the FLAC project. FLAC is comprised of several
22# components distributed under different licenses. The codec libraries
23# are distributed under Xiph.Org's BSD-like license (see the file
24# COPYING.Xiph in this distribution). All other programs, libraries, and
25# plugins are distributed under the GPL (see COPYING.GPL). The documentation
26# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
27# FLAC distribution contains at the top the terms under which it may be
28# distributed.
29#
30# Since this particular file is relevant to all components of FLAC,
31# it may be distributed under the Xiph.Org license, which is the least
32# restrictive of those mentioned above. See the file COPYING.Xiph in this
33# distribution.
34
35VPATH = @srcdir@
36am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46}
47am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/@PACKAGE@
92pkgincludedir = $(includedir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkglibexecdir = $(libexecdir)/@PACKAGE@
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = @build@
108host_triplet = @host@
109subdir = src/share
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
112 $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
113 $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
114 $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
115 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
116 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
117 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
118 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
119 $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
120 $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
121 $(top_srcdir)/configure.ac
122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125mkinstalldirs = $(install_sh) -d
126CONFIG_HEADER = $(top_builddir)/config.h
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129LTLIBRARIES = $(noinst_LTLIBRARIES)
130getopt_libgetopt_la_LIBADD =
131am__dirstamp = $(am__leading_dot)dirstamp
132am_getopt_libgetopt_la_OBJECTS = getopt/getopt.lo getopt/getopt1.lo
133getopt_libgetopt_la_OBJECTS = $(am_getopt_libgetopt_la_OBJECTS)
134AM_V_lt = $(am__v_lt_@AM_V@)
135am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136am__v_lt_0 = --silent
137am__v_lt_1 =
138grabbag_libgrabbag_la_LIBADD =
139am_grabbag_libgrabbag_la_OBJECTS = grabbag/alloc.lo \
140 grabbag/cuesheet.lo grabbag/file.lo grabbag/picture.lo \
141 grabbag/replaygain.lo grabbag/seektable.lo grabbag/snprintf.lo
142grabbag_libgrabbag_la_OBJECTS = $(am_grabbag_libgrabbag_la_OBJECTS)
143replaygain_analysis_libreplaygain_analysis_la_LIBADD =
144am_replaygain_analysis_libreplaygain_analysis_la_OBJECTS = \
145 replaygain_analysis/replaygain_analysis.lo
146replaygain_analysis_libreplaygain_analysis_la_OBJECTS = \
147 $(am_replaygain_analysis_libreplaygain_analysis_la_OBJECTS)
148replaygain_synthesis_libreplaygain_synthesis_la_LIBADD =
149am_replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS = replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo
150replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS = \
151 $(am_replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS)
152replaygain_synthesis_libreplaygain_synthesis_la_LINK = $(LIBTOOL) \
153 $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
154 --mode=link $(CCLD) \
155 $(replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS) \
156 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
157utf8_libutf8_la_LIBADD =
158am_utf8_libutf8_la_OBJECTS = utf8/charset.lo utf8/iconvert.lo \
159 utf8/utf8.lo
160utf8_libutf8_la_OBJECTS = $(am_utf8_libutf8_la_OBJECTS)
161@OS_IS_WINDOWS_TRUE@win_utf8_io_libwin_utf8_io_la_DEPENDENCIES = \
162@OS_IS_WINDOWS_TRUE@ $(top_builddir)/src/libFLAC/libFLAC.la
163am__win_utf8_io_libwin_utf8_io_la_SOURCES_DIST = \
164 win_utf8_io/win_utf8_io.c
165@OS_IS_WINDOWS_TRUE@am_win_utf8_io_libwin_utf8_io_la_OBJECTS = \
166@OS_IS_WINDOWS_TRUE@ win_utf8_io/win_utf8_io.lo
167win_utf8_io_libwin_utf8_io_la_OBJECTS = \
168 $(am_win_utf8_io_libwin_utf8_io_la_OBJECTS)
169@OS_IS_WINDOWS_TRUE@am_win_utf8_io_libwin_utf8_io_la_rpath =
170AM_V_P = $(am__v_P_@AM_V@)
171am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
172am__v_P_0 = false
173am__v_P_1 = :
174AM_V_GEN = $(am__v_GEN_@AM_V@)
175am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
176am__v_GEN_0 = @echo " GEN " $@;
177am__v_GEN_1 =
178AM_V_at = $(am__v_at_@AM_V@)
179am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180am__v_at_0 = @
181am__v_at_1 =
182DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
183depcomp = $(SHELL) $(top_srcdir)/depcomp
184am__depfiles_maybe = depfiles
185am__mv = mv -f
186COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
187 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
188LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
190 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
191 $(AM_CFLAGS) $(CFLAGS)
192AM_V_CC = $(am__v_CC_@AM_V@)
193am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
194am__v_CC_0 = @echo " CC " $@;
195am__v_CC_1 =
196CCLD = $(CC)
197LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199 $(AM_LDFLAGS) $(LDFLAGS) -o $@
200AM_V_CCLD = $(am__v_CCLD_@AM_V@)
201am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
202am__v_CCLD_0 = @echo " CCLD " $@;
203am__v_CCLD_1 =
204SOURCES = $(getopt_libgetopt_la_SOURCES) \
205 $(grabbag_libgrabbag_la_SOURCES) \
206 $(replaygain_analysis_libreplaygain_analysis_la_SOURCES) \
207 $(replaygain_synthesis_libreplaygain_synthesis_la_SOURCES) \
208 $(utf8_libutf8_la_SOURCES) \
209 $(win_utf8_io_libwin_utf8_io_la_SOURCES)
210DIST_SOURCES = $(getopt_libgetopt_la_SOURCES) \
211 $(grabbag_libgrabbag_la_SOURCES) \
212 $(replaygain_analysis_libreplaygain_analysis_la_SOURCES) \
213 $(replaygain_synthesis_libreplaygain_synthesis_la_SOURCES) \
214 $(utf8_libutf8_la_SOURCES) \
215 $(am__win_utf8_io_libwin_utf8_io_la_SOURCES_DIST)
216am__can_run_installinfo = \
217 case $$AM_UPDATE_INFO_DIR in \
218 n|no|NO) false;; \
219 *) (install-info --version) >/dev/null 2>&1;; \
220 esac
221am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
222# Read a list of newline-separated strings from the standard input,
223# and print each of them once, without duplicates. Input order is
224# *not* preserved.
225am__uniquify_input = $(AWK) '\
226 BEGIN { nonempty = 0; } \
227 { items[$$0] = 1; nonempty = 1; } \
228 END { if (nonempty) { for (i in items) print i; }; } \
229'
230# Make sure the list of sources is unique. This is necessary because,
231# e.g., the same source file might be shared among _SOURCES variables
232# for different programs/libraries.
233am__define_uniq_tagged_files = \
234 list='$(am__tagged_files)'; \
235 unique=`for i in $$list; do \
236 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237 done | $(am__uniquify_input)`
238ETAGS = etags
239CTAGS = ctags
240am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
241DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
242ACLOCAL = @ACLOCAL@
243AMTAR = @AMTAR@
244AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
245AR = @AR@
246AS = @AS@
247AUTOCONF = @AUTOCONF@
248AUTOHEADER = @AUTOHEADER@
249AUTOMAKE = @AUTOMAKE@
250AWK = @AWK@
251CC = @CC@
252CCAS = @CCAS@
253CCASDEPMODE = @CCASDEPMODE@
254CCASFLAGS = @CCASFLAGS@
255CCDEPMODE = @CCDEPMODE@
256CFLAGS = @CFLAGS@
257CPP = @CPP@
258CPPFLAGS = @CPPFLAGS@
259CXX = @CXX@
260CXXCPP = @CXXCPP@
261CXXDEPMODE = @CXXDEPMODE@
262CXXFLAGS = @CXXFLAGS@
263CYGPATH_W = @CYGPATH_W@
264DEFS = @DEFS@
265DEPDIR = @DEPDIR@
266DLLTOOL = @DLLTOOL@
267DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
268DOXYGEN = @DOXYGEN@
269DSYMUTIL = @DSYMUTIL@
270DUMPBIN = @DUMPBIN@
271ECHO_C = @ECHO_C@
272ECHO_N = @ECHO_N@
273ECHO_T = @ECHO_T@
274EGREP = @EGREP@
275ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
276EXEEXT = @EXEEXT@
277FGREP = @FGREP@
278FLAC__HAS_OGG = @FLAC__HAS_OGG@
279FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
280FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
281GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
282GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
283GCC_VERSION = @GCC_VERSION@
284GREP = @GREP@
285INSTALL = @INSTALL@
286INSTALL_DATA = @INSTALL_DATA@
287INSTALL_PROGRAM = @INSTALL_PROGRAM@
288INSTALL_SCRIPT = @INSTALL_SCRIPT@
289INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
290LD = @LD@
291LDFLAGS = @LDFLAGS@
292LIBICONV = @LIBICONV@
293LIBOBJS = @LIBOBJS@
294LIBS = @LIBS@
295LIBTOOL = @LIBTOOL@
296LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
297LIPO = @LIPO@
298LN_S = @LN_S@
299LTLIBICONV = @LTLIBICONV@
300LTLIBOBJS = @LTLIBOBJS@
301LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
302MAKEINFO = @MAKEINFO@
303MANIFEST_TOOL = @MANIFEST_TOOL@
304MKDIR_P = @MKDIR_P@
305NASM = @NASM@
306NM = @NM@
307NMEDIT = @NMEDIT@
308OBJDUMP = @OBJDUMP@
309OBJEXT = @OBJEXT@
310OBJ_FORMAT = @OBJ_FORMAT@
311OGG_CFLAGS = @OGG_CFLAGS@
312OGG_LIBS = @OGG_LIBS@
313OGG_PACKAGE = @OGG_PACKAGE@
314OTOOL = @OTOOL@
315OTOOL64 = @OTOOL64@
316PACKAGE = @PACKAGE@
317PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
318PACKAGE_NAME = @PACKAGE_NAME@
319PACKAGE_STRING = @PACKAGE_STRING@
320PACKAGE_TARNAME = @PACKAGE_TARNAME@
321PACKAGE_URL = @PACKAGE_URL@
322PACKAGE_VERSION = @PACKAGE_VERSION@
323PATH_SEPARATOR = @PATH_SEPARATOR@
324RANLIB = @RANLIB@
325SED = @SED@
326SET_MAKE = @SET_MAKE@
327SHELL = @SHELL@
328STRIP = @STRIP@
329VERSION = @VERSION@
330XMMS_CFLAGS = @XMMS_CFLAGS@
331XMMS_CONFIG = @XMMS_CONFIG@
332XMMS_DATA_DIR = @XMMS_DATA_DIR@
333XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
334XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
335XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
336XMMS_LIBS = @XMMS_LIBS@
337XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
338XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
339XMMS_VERSION = @XMMS_VERSION@
340XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
341abs_builddir = @abs_builddir@
342abs_srcdir = @abs_srcdir@
343abs_top_builddir = @abs_top_builddir@
344abs_top_srcdir = @abs_top_srcdir@
345ac_ct_AR = @ac_ct_AR@
346ac_ct_CC = @ac_ct_CC@
347ac_ct_CXX = @ac_ct_CXX@
348ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
349am__include = @am__include@
350am__leading_dot = @am__leading_dot@
351am__quote = @am__quote@
352am__tar = @am__tar@
353am__untar = @am__untar@
354bindir = @bindir@
355build = @build@
356build_alias = @build_alias@
357build_cpu = @build_cpu@
358build_os = @build_os@
359build_vendor = @build_vendor@
360builddir = @builddir@
361datadir = @datadir@
362datarootdir = @datarootdir@
363docdir = @docdir@
364dvidir = @dvidir@
365exec_prefix = @exec_prefix@
366host = @host@
367host_alias = @host_alias@
368host_cpu = @host_cpu@
369host_os = @host_os@
370host_vendor = @host_vendor@
371htmldir = @htmldir@
372includedir = @includedir@
373infodir = @infodir@
374install_sh = @install_sh@
375libdir = @libdir@
376libexecdir = @libexecdir@
377localedir = @localedir@
378localstatedir = @localstatedir@
379mandir = @mandir@
380mkdir_p = @mkdir_p@
381oldincludedir = @oldincludedir@
382pdfdir = @pdfdir@
383prefix = @prefix@
384program_transform_name = @program_transform_name@
385psdir = @psdir@
386runstatedir = @runstatedir@
387sbindir = @sbindir@
388sharedstatedir = @sharedstatedir@
389srcdir = @srcdir@
390sysconfdir = @sysconfdir@
391target_alias = @target_alias@
392top_build_prefix = @top_build_prefix@
393top_builddir = @top_builddir@
394top_srcdir = @top_srcdir@
395AUTOMAKE_OPTIONS = subdir-objects
396AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
397EXTRA_DIST = \
398 Makefile.lite \
399 README \
400 getopt/Makefile.lite \
401 getopt/getopt_static.vcproj \
402 getopt/getopt_static.vcxproj \
403 getopt/getopt_static.vcxproj.filters \
404 grabbag/Makefile.lite \
405 grabbag/grabbag_static.vcproj \
406 grabbag/grabbag_static.vcxproj \
407 grabbag/grabbag_static.vcxproj.filters \
408 replaygain_analysis/Makefile.lite \
409 replaygain_analysis/replaygain_analysis_static.vcproj \
410 replaygain_analysis/replaygain_analysis_static.vcxproj \
411 replaygain_analysis/replaygain_analysis_static.vcxproj.filters \
412 replaygain_synthesis/Makefile.lite \
413 replaygain_synthesis/replaygain_synthesis_static.vcproj \
414 replaygain_synthesis/replaygain_synthesis_static.vcxproj \
415 replaygain_synthesis/replaygain_synthesis_static.vcxproj.filters \
416 utf8/Makefile.lite \
417 utf8/charmaps.h \
418 utf8/makemap.c \
419 utf8/charset_test.c \
420 utf8/utf8_static.vcproj \
421 utf8/utf8_static.vcxproj \
422 utf8/utf8_static.vcxproj.filters \
423 win_utf8_io/Makefile.lite \
424 win_utf8_io/win_utf8_io_static.vcproj \
425 win_utf8_io/win_utf8_io_static.vcxproj \
426 win_utf8_io/win_utf8_io_static.vcxproj.filters
427
428noinst_LTLIBRARIES = \
429 getopt/libgetopt.la \
430 grabbag/libgrabbag.la \
431 utf8/libutf8.la \
432 $(libwin_utf8_io) \
433 replaygain_analysis/libreplaygain_analysis.la \
434 replaygain_synthesis/libreplaygain_synthesis.la
435
436@OS_IS_WINDOWS_FALSE@win_utf8_io_libwin_utf8_io_la_SOURCES =
437@OS_IS_WINDOWS_TRUE@win_utf8_io_libwin_utf8_io_la_SOURCES = win_utf8_io/win_utf8_io.c
438@OS_IS_WINDOWS_FALSE@libwin_utf8_io =
439@OS_IS_WINDOWS_TRUE@libwin_utf8_io = win_utf8_io/libwin_utf8_io.la
440@OS_IS_WINDOWS_TRUE@win_utf8_io_libwin_utf8_io_la_LIBADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm
441getopt_libgetopt_la_SOURCES = getopt/getopt.c getopt/getopt1.c
442grabbag_libgrabbag_la_SOURCES = \
443 grabbag/alloc.c \
444 grabbag/cuesheet.c \
445 grabbag/file.c \
446 grabbag/picture.c \
447 grabbag/replaygain.c \
448 grabbag/seektable.c \
449 grabbag/snprintf.c
450
451utf8_libutf8_la_SOURCES = \
452 utf8/charset.c \
453 utf8/charset.h \
454 utf8/iconvert.c \
455 utf8/iconvert.h \
456 utf8/utf8.c
457
458replaygain_analysis_libreplaygain_analysis_la_SOURCES = replaygain_analysis/replaygain_analysis.c
459replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS = -I $(top_srcdir)/src/share/replaygain_synthesis/include
460replaygain_synthesis_libreplaygain_synthesis_la_SOURCES = replaygain_synthesis/replaygain_synthesis.c
461all: all-am
462
463.SUFFIXES:
464.SUFFIXES: .c .lo .o .obj
465$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
466 @for dep in $?; do \
467 case '$(am__configure_deps)' in \
468 *$$dep*) \
469 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
470 && { if test -f $@; then exit 0; else break; fi; }; \
471 exit 1;; \
472 esac; \
473 done; \
474 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/share/Makefile'; \
475 $(am__cd) $(top_srcdir) && \
476 $(AUTOMAKE) --foreign src/share/Makefile
477Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478 @case '$?' in \
479 *config.status*) \
480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
481 *) \
482 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
483 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
484 esac;
485
486$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
487 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488
489$(top_srcdir)/configure: $(am__configure_deps)
490 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491$(ACLOCAL_M4): $(am__aclocal_m4_deps)
492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493$(am__aclocal_m4_deps):
494
495clean-noinstLTLIBRARIES:
496 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
497 @list='$(noinst_LTLIBRARIES)'; \
498 locs=`for p in $$list; do echo $$p; done | \
499 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
500 sort -u`; \
501 test -z "$$locs" || { \
502 echo rm -f $${locs}; \
503 rm -f $${locs}; \
504 }
505getopt/$(am__dirstamp):
506 @$(MKDIR_P) getopt
507 @: > getopt/$(am__dirstamp)
508getopt/$(DEPDIR)/$(am__dirstamp):
509 @$(MKDIR_P) getopt/$(DEPDIR)
510 @: > getopt/$(DEPDIR)/$(am__dirstamp)
511getopt/getopt.lo: getopt/$(am__dirstamp) \
512 getopt/$(DEPDIR)/$(am__dirstamp)
513getopt/getopt1.lo: getopt/$(am__dirstamp) \
514 getopt/$(DEPDIR)/$(am__dirstamp)
515
516getopt/libgetopt.la: $(getopt_libgetopt_la_OBJECTS) $(getopt_libgetopt_la_DEPENDENCIES) $(EXTRA_getopt_libgetopt_la_DEPENDENCIES) getopt/$(am__dirstamp)
517 $(AM_V_CCLD)$(LINK) $(getopt_libgetopt_la_OBJECTS) $(getopt_libgetopt_la_LIBADD) $(LIBS)
518grabbag/$(am__dirstamp):
519 @$(MKDIR_P) grabbag
520 @: > grabbag/$(am__dirstamp)
521grabbag/$(DEPDIR)/$(am__dirstamp):
522 @$(MKDIR_P) grabbag/$(DEPDIR)
523 @: > grabbag/$(DEPDIR)/$(am__dirstamp)
524grabbag/alloc.lo: grabbag/$(am__dirstamp) \
525 grabbag/$(DEPDIR)/$(am__dirstamp)
526grabbag/cuesheet.lo: grabbag/$(am__dirstamp) \
527 grabbag/$(DEPDIR)/$(am__dirstamp)
528grabbag/file.lo: grabbag/$(am__dirstamp) \
529 grabbag/$(DEPDIR)/$(am__dirstamp)
530grabbag/picture.lo: grabbag/$(am__dirstamp) \
531 grabbag/$(DEPDIR)/$(am__dirstamp)
532grabbag/replaygain.lo: grabbag/$(am__dirstamp) \
533 grabbag/$(DEPDIR)/$(am__dirstamp)
534grabbag/seektable.lo: grabbag/$(am__dirstamp) \
535 grabbag/$(DEPDIR)/$(am__dirstamp)
536grabbag/snprintf.lo: grabbag/$(am__dirstamp) \
537 grabbag/$(DEPDIR)/$(am__dirstamp)
538
539grabbag/libgrabbag.la: $(grabbag_libgrabbag_la_OBJECTS) $(grabbag_libgrabbag_la_DEPENDENCIES) $(EXTRA_grabbag_libgrabbag_la_DEPENDENCIES) grabbag/$(am__dirstamp)
540 $(AM_V_CCLD)$(LINK) $(grabbag_libgrabbag_la_OBJECTS) $(grabbag_libgrabbag_la_LIBADD) $(LIBS)
541replaygain_analysis/$(am__dirstamp):
542 @$(MKDIR_P) replaygain_analysis
543 @: > replaygain_analysis/$(am__dirstamp)
544replaygain_analysis/$(DEPDIR)/$(am__dirstamp):
545 @$(MKDIR_P) replaygain_analysis/$(DEPDIR)
546 @: > replaygain_analysis/$(DEPDIR)/$(am__dirstamp)
547replaygain_analysis/replaygain_analysis.lo: \
548 replaygain_analysis/$(am__dirstamp) \
549 replaygain_analysis/$(DEPDIR)/$(am__dirstamp)
550
551replaygain_analysis/libreplaygain_analysis.la: $(replaygain_analysis_libreplaygain_analysis_la_OBJECTS) $(replaygain_analysis_libreplaygain_analysis_la_DEPENDENCIES) $(EXTRA_replaygain_analysis_libreplaygain_analysis_la_DEPENDENCIES) replaygain_analysis/$(am__dirstamp)
552 $(AM_V_CCLD)$(LINK) $(replaygain_analysis_libreplaygain_analysis_la_OBJECTS) $(replaygain_analysis_libreplaygain_analysis_la_LIBADD) $(LIBS)
553replaygain_synthesis/$(am__dirstamp):
554 @$(MKDIR_P) replaygain_synthesis
555 @: > replaygain_synthesis/$(am__dirstamp)
556replaygain_synthesis/$(DEPDIR)/$(am__dirstamp):
557 @$(MKDIR_P) replaygain_synthesis/$(DEPDIR)
558 @: > replaygain_synthesis/$(DEPDIR)/$(am__dirstamp)
559replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo: \
560 replaygain_synthesis/$(am__dirstamp) \
561 replaygain_synthesis/$(DEPDIR)/$(am__dirstamp)
562
563replaygain_synthesis/libreplaygain_synthesis.la: $(replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS) $(replaygain_synthesis_libreplaygain_synthesis_la_DEPENDENCIES) $(EXTRA_replaygain_synthesis_libreplaygain_synthesis_la_DEPENDENCIES) replaygain_synthesis/$(am__dirstamp)
564 $(AM_V_CCLD)$(replaygain_synthesis_libreplaygain_synthesis_la_LINK) $(replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS) $(replaygain_synthesis_libreplaygain_synthesis_la_LIBADD) $(LIBS)
565utf8/$(am__dirstamp):
566 @$(MKDIR_P) utf8
567 @: > utf8/$(am__dirstamp)
568utf8/$(DEPDIR)/$(am__dirstamp):
569 @$(MKDIR_P) utf8/$(DEPDIR)
570 @: > utf8/$(DEPDIR)/$(am__dirstamp)
571utf8/charset.lo: utf8/$(am__dirstamp) utf8/$(DEPDIR)/$(am__dirstamp)
572utf8/iconvert.lo: utf8/$(am__dirstamp) utf8/$(DEPDIR)/$(am__dirstamp)
573utf8/utf8.lo: utf8/$(am__dirstamp) utf8/$(DEPDIR)/$(am__dirstamp)
574
575utf8/libutf8.la: $(utf8_libutf8_la_OBJECTS) $(utf8_libutf8_la_DEPENDENCIES) $(EXTRA_utf8_libutf8_la_DEPENDENCIES) utf8/$(am__dirstamp)
576 $(AM_V_CCLD)$(LINK) $(utf8_libutf8_la_OBJECTS) $(utf8_libutf8_la_LIBADD) $(LIBS)
577win_utf8_io/$(am__dirstamp):
578 @$(MKDIR_P) win_utf8_io
579 @: > win_utf8_io/$(am__dirstamp)
580win_utf8_io/$(DEPDIR)/$(am__dirstamp):
581 @$(MKDIR_P) win_utf8_io/$(DEPDIR)
582 @: > win_utf8_io/$(DEPDIR)/$(am__dirstamp)
583win_utf8_io/win_utf8_io.lo: win_utf8_io/$(am__dirstamp) \
584 win_utf8_io/$(DEPDIR)/$(am__dirstamp)
585
586win_utf8_io/libwin_utf8_io.la: $(win_utf8_io_libwin_utf8_io_la_OBJECTS) $(win_utf8_io_libwin_utf8_io_la_DEPENDENCIES) $(EXTRA_win_utf8_io_libwin_utf8_io_la_DEPENDENCIES) win_utf8_io/$(am__dirstamp)
587 $(AM_V_CCLD)$(LINK) $(am_win_utf8_io_libwin_utf8_io_la_rpath) $(win_utf8_io_libwin_utf8_io_la_OBJECTS) $(win_utf8_io_libwin_utf8_io_la_LIBADD) $(LIBS)
588
589mostlyclean-compile:
590 -rm -f *.$(OBJEXT)
591 -rm -f getopt/*.$(OBJEXT)
592 -rm -f getopt/*.lo
593 -rm -f grabbag/*.$(OBJEXT)
594 -rm -f grabbag/*.lo
595 -rm -f replaygain_analysis/*.$(OBJEXT)
596 -rm -f replaygain_analysis/*.lo
597 -rm -f replaygain_synthesis/*.$(OBJEXT)
598 -rm -f replaygain_synthesis/*.lo
599 -rm -f utf8/*.$(OBJEXT)
600 -rm -f utf8/*.lo
601 -rm -f win_utf8_io/*.$(OBJEXT)
602 -rm -f win_utf8_io/*.lo
603
604distclean-compile:
605 -rm -f *.tab.c
606
607@AMDEP_TRUE@@am__include@ @am__quote@getopt/$(DEPDIR)/getopt.Plo@am__quote@
608@AMDEP_TRUE@@am__include@ @am__quote@getopt/$(DEPDIR)/getopt1.Plo@am__quote@
609@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/alloc.Plo@am__quote@
610@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/cuesheet.Plo@am__quote@
611@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/file.Plo@am__quote@
612@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/picture.Plo@am__quote@
613@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/replaygain.Plo@am__quote@
614@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/seektable.Plo@am__quote@
615@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/snprintf.Plo@am__quote@
616@AMDEP_TRUE@@am__include@ @am__quote@replaygain_analysis/$(DEPDIR)/replaygain_analysis.Plo@am__quote@
617@AMDEP_TRUE@@am__include@ @am__quote@replaygain_synthesis/$(DEPDIR)/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.Plo@am__quote@
618@AMDEP_TRUE@@am__include@ @am__quote@utf8/$(DEPDIR)/charset.Plo@am__quote@
619@AMDEP_TRUE@@am__include@ @am__quote@utf8/$(DEPDIR)/iconvert.Plo@am__quote@
620@AMDEP_TRUE@@am__include@ @am__quote@utf8/$(DEPDIR)/utf8.Plo@am__quote@
621@AMDEP_TRUE@@am__include@ @am__quote@win_utf8_io/$(DEPDIR)/win_utf8_io.Plo@am__quote@
622
623.c.o:
624@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
625@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
626@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
627@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
628@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
630
631.c.obj:
632@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
633@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
634@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
635@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
636@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
638
639.c.lo:
640@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
641@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
642@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
643@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
644@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
646
647replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo: replaygain_synthesis/replaygain_synthesis.c
648@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS) $(CFLAGS) -MT replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo -MD -MP -MF replaygain_synthesis/$(DEPDIR)/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.Tpo -c -o replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo `test -f 'replaygain_synthesis/replaygain_synthesis.c' || echo '$(srcdir)/'`replaygain_synthesis/replaygain_synthesis.c
649@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) replaygain_synthesis/$(DEPDIR)/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.Tpo replaygain_synthesis/$(DEPDIR)/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.Plo
650@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='replaygain_synthesis/replaygain_synthesis.c' object='replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo' libtool=yes @AMDEPBACKSLASH@
651@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS) $(CFLAGS) -c -o replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo `test -f 'replaygain_synthesis/replaygain_synthesis.c' || echo '$(srcdir)/'`replaygain_synthesis/replaygain_synthesis.c
653
654mostlyclean-libtool:
655 -rm -f *.lo
656
657clean-libtool:
658 -rm -rf .libs _libs
659 -rm -rf getopt/.libs getopt/_libs
660 -rm -rf grabbag/.libs grabbag/_libs
661 -rm -rf replaygain_analysis/.libs replaygain_analysis/_libs
662 -rm -rf replaygain_synthesis/.libs replaygain_synthesis/_libs
663 -rm -rf utf8/.libs utf8/_libs
664 -rm -rf win_utf8_io/.libs win_utf8_io/_libs
665
666ID: $(am__tagged_files)
667 $(am__define_uniq_tagged_files); mkid -fID $$unique
668tags: tags-am
669TAGS: tags
670
671tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
672 set x; \
673 here=`pwd`; \
674 $(am__define_uniq_tagged_files); \
675 shift; \
676 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
677 test -n "$$unique" || unique=$$empty_fix; \
678 if test $$# -gt 0; then \
679 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
680 "$$@" $$unique; \
681 else \
682 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
683 $$unique; \
684 fi; \
685 fi
686ctags: ctags-am
687
688CTAGS: ctags
689ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
690 $(am__define_uniq_tagged_files); \
691 test -z "$(CTAGS_ARGS)$$unique" \
692 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
693 $$unique
694
695GTAGS:
696 here=`$(am__cd) $(top_builddir) && pwd` \
697 && $(am__cd) $(top_srcdir) \
698 && gtags -i $(GTAGS_ARGS) "$$here"
699cscopelist: cscopelist-am
700
701cscopelist-am: $(am__tagged_files)
702 list='$(am__tagged_files)'; \
703 case "$(srcdir)" in \
704 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
705 *) sdir=$(subdir)/$(srcdir) ;; \
706 esac; \
707 for i in $$list; do \
708 if test -f "$$i"; then \
709 echo "$(subdir)/$$i"; \
710 else \
711 echo "$$sdir/$$i"; \
712 fi; \
713 done >> $(top_builddir)/cscope.files
714
715distclean-tags:
716 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
717
718distdir: $(DISTFILES)
719 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
720 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
721 list='$(DISTFILES)'; \
722 dist_files=`for file in $$list; do echo $$file; done | \
723 sed -e "s|^$$srcdirstrip/||;t" \
724 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
725 case $$dist_files in \
726 */*) $(MKDIR_P) `echo "$$dist_files" | \
727 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
728 sort -u` ;; \
729 esac; \
730 for file in $$dist_files; do \
731 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
732 if test -d $$d/$$file; then \
733 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
734 if test -d "$(distdir)/$$file"; then \
735 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
736 fi; \
737 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
738 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
739 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
740 fi; \
741 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
742 else \
743 test -f "$(distdir)/$$file" \
744 || cp -p $$d/$$file "$(distdir)/$$file" \
745 || exit 1; \
746 fi; \
747 done
748check-am: all-am
749check: check-am
750all-am: Makefile $(LTLIBRARIES)
751installdirs:
752install: install-am
753install-exec: install-exec-am
754install-data: install-data-am
755uninstall: uninstall-am
756
757install-am: all-am
758 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
759
760installcheck: installcheck-am
761install-strip:
762 if test -z '$(STRIP)'; then \
763 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
764 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
765 install; \
766 else \
767 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
768 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
769 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
770 fi
771mostlyclean-generic:
772
773clean-generic:
774
775distclean-generic:
776 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
777 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
778 -rm -f getopt/$(DEPDIR)/$(am__dirstamp)
779 -rm -f getopt/$(am__dirstamp)
780 -rm -f grabbag/$(DEPDIR)/$(am__dirstamp)
781 -rm -f grabbag/$(am__dirstamp)
782 -rm -f replaygain_analysis/$(DEPDIR)/$(am__dirstamp)
783 -rm -f replaygain_analysis/$(am__dirstamp)
784 -rm -f replaygain_synthesis/$(DEPDIR)/$(am__dirstamp)
785 -rm -f replaygain_synthesis/$(am__dirstamp)
786 -rm -f utf8/$(DEPDIR)/$(am__dirstamp)
787 -rm -f utf8/$(am__dirstamp)
788 -rm -f win_utf8_io/$(DEPDIR)/$(am__dirstamp)
789 -rm -f win_utf8_io/$(am__dirstamp)
790
791maintainer-clean-generic:
792 @echo "This command is intended for maintainers to use"
793 @echo "it deletes files that may require special tools to rebuild."
794clean: clean-am
795
796clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
797 mostlyclean-am
798
799distclean: distclean-am
800 -rm -rf getopt/$(DEPDIR) grabbag/$(DEPDIR) replaygain_analysis/$(DEPDIR) replaygain_synthesis/$(DEPDIR) utf8/$(DEPDIR) win_utf8_io/$(DEPDIR)
801 -rm -f Makefile
802distclean-am: clean-am distclean-compile distclean-generic \
803 distclean-tags
804
805dvi: dvi-am
806
807dvi-am:
808
809html: html-am
810
811html-am:
812
813info: info-am
814
815info-am:
816
817install-data-am:
818
819install-dvi: install-dvi-am
820
821install-dvi-am:
822
823install-exec-am:
824
825install-html: install-html-am
826
827install-html-am:
828
829install-info: install-info-am
830
831install-info-am:
832
833install-man:
834
835install-pdf: install-pdf-am
836
837install-pdf-am:
838
839install-ps: install-ps-am
840
841install-ps-am:
842
843installcheck-am:
844
845maintainer-clean: maintainer-clean-am
846 -rm -rf getopt/$(DEPDIR) grabbag/$(DEPDIR) replaygain_analysis/$(DEPDIR) replaygain_synthesis/$(DEPDIR) utf8/$(DEPDIR) win_utf8_io/$(DEPDIR)
847 -rm -f Makefile
848maintainer-clean-am: distclean-am maintainer-clean-generic
849
850mostlyclean: mostlyclean-am
851
852mostlyclean-am: mostlyclean-compile mostlyclean-generic \
853 mostlyclean-libtool
854
855pdf: pdf-am
856
857pdf-am:
858
859ps: ps-am
860
861ps-am:
862
863uninstall-am:
864
865.MAKE: install-am install-strip
866
867.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
868 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
869 ctags-am distclean distclean-compile distclean-generic \
870 distclean-libtool distclean-tags distdir dvi dvi-am html \
871 html-am info info-am install install-am install-data \
872 install-data-am install-dvi install-dvi-am install-exec \
873 install-exec-am install-html install-html-am install-info \
874 install-info-am install-man install-pdf install-pdf-am \
875 install-ps install-ps-am install-strip installcheck \
876 installcheck-am installdirs maintainer-clean \
877 maintainer-clean-generic mostlyclean mostlyclean-compile \
878 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
879 tags tags-am uninstall uninstall-am
880
881.PRECIOUS: Makefile
882
883
884debug:
885 $(MAKE) all CFLAGS="@DEBUG@"
886
887profile:
888 $(MAKE) all CFLAGS="@PROFILE@"
889
890# Tell versions [3.59,3.63) of GNU make to not export all variables.
891# Otherwise a system limit (for SysV at least) may be exceeded.
892.NOEXPORT: