add CHD support.
[pcsx_rearmed.git] / deps / flac-1.3.2 / include / test_libs_common / Makefile.in
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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = include/test_libs_common
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
93         $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
94         $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
95         $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
96         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
97         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
98         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100         $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
101         $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
102         $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104         $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES =
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo "  GEN     " $@;
117 am__v_GEN_1 = 
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 = 
122 SOURCES =
123 DIST_SOURCES =
124 am__can_run_installinfo = \
125   case $$AM_UPDATE_INFO_DIR in \
126     n|no|NO) false;; \
127     *) (install-info --version) >/dev/null 2>&1;; \
128   esac
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 am__DIST_COMMON = $(srcdir)/Makefile.in
131 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 ACLOCAL = @ACLOCAL@
133 AMTAR = @AMTAR@
134 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
135 AR = @AR@
136 AS = @AS@
137 AUTOCONF = @AUTOCONF@
138 AUTOHEADER = @AUTOHEADER@
139 AUTOMAKE = @AUTOMAKE@
140 AWK = @AWK@
141 CC = @CC@
142 CCAS = @CCAS@
143 CCASDEPMODE = @CCASDEPMODE@
144 CCASFLAGS = @CCASFLAGS@
145 CCDEPMODE = @CCDEPMODE@
146 CFLAGS = @CFLAGS@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CXX = @CXX@
150 CXXCPP = @CXXCPP@
151 CXXDEPMODE = @CXXDEPMODE@
152 CXXFLAGS = @CXXFLAGS@
153 CYGPATH_W = @CYGPATH_W@
154 DEFS = @DEFS@
155 DEPDIR = @DEPDIR@
156 DLLTOOL = @DLLTOOL@
157 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
158 DOXYGEN = @DOXYGEN@
159 DSYMUTIL = @DSYMUTIL@
160 DUMPBIN = @DUMPBIN@
161 ECHO_C = @ECHO_C@
162 ECHO_N = @ECHO_N@
163 ECHO_T = @ECHO_T@
164 EGREP = @EGREP@
165 ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
166 EXEEXT = @EXEEXT@
167 FGREP = @FGREP@
168 FLAC__HAS_OGG = @FLAC__HAS_OGG@
169 FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
170 FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
171 GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
172 GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
173 GCC_VERSION = @GCC_VERSION@
174 GREP = @GREP@
175 INSTALL = @INSTALL@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 LD = @LD@
181 LDFLAGS = @LDFLAGS@
182 LIBICONV = @LIBICONV@
183 LIBOBJS = @LIBOBJS@
184 LIBS = @LIBS@
185 LIBTOOL = @LIBTOOL@
186 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
187 LIPO = @LIPO@
188 LN_S = @LN_S@
189 LTLIBICONV = @LTLIBICONV@
190 LTLIBOBJS = @LTLIBOBJS@
191 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
192 MAKEINFO = @MAKEINFO@
193 MANIFEST_TOOL = @MANIFEST_TOOL@
194 MKDIR_P = @MKDIR_P@
195 NASM = @NASM@
196 NM = @NM@
197 NMEDIT = @NMEDIT@
198 OBJDUMP = @OBJDUMP@
199 OBJEXT = @OBJEXT@
200 OBJ_FORMAT = @OBJ_FORMAT@
201 OGG_CFLAGS = @OGG_CFLAGS@
202 OGG_LIBS = @OGG_LIBS@
203 OGG_PACKAGE = @OGG_PACKAGE@
204 OTOOL = @OTOOL@
205 OTOOL64 = @OTOOL64@
206 PACKAGE = @PACKAGE@
207 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208 PACKAGE_NAME = @PACKAGE_NAME@
209 PACKAGE_STRING = @PACKAGE_STRING@
210 PACKAGE_TARNAME = @PACKAGE_TARNAME@
211 PACKAGE_URL = @PACKAGE_URL@
212 PACKAGE_VERSION = @PACKAGE_VERSION@
213 PATH_SEPARATOR = @PATH_SEPARATOR@
214 RANLIB = @RANLIB@
215 SED = @SED@
216 SET_MAKE = @SET_MAKE@
217 SHELL = @SHELL@
218 STRIP = @STRIP@
219 VERSION = @VERSION@
220 XMMS_CFLAGS = @XMMS_CFLAGS@
221 XMMS_CONFIG = @XMMS_CONFIG@
222 XMMS_DATA_DIR = @XMMS_DATA_DIR@
223 XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
224 XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
225 XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
226 XMMS_LIBS = @XMMS_LIBS@
227 XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
228 XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
229 XMMS_VERSION = @XMMS_VERSION@
230 XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
231 abs_builddir = @abs_builddir@
232 abs_srcdir = @abs_srcdir@
233 abs_top_builddir = @abs_top_builddir@
234 abs_top_srcdir = @abs_top_srcdir@
235 ac_ct_AR = @ac_ct_AR@
236 ac_ct_CC = @ac_ct_CC@
237 ac_ct_CXX = @ac_ct_CXX@
238 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
239 am__include = @am__include@
240 am__leading_dot = @am__leading_dot@
241 am__quote = @am__quote@
242 am__tar = @am__tar@
243 am__untar = @am__untar@
244 bindir = @bindir@
245 build = @build@
246 build_alias = @build_alias@
247 build_cpu = @build_cpu@
248 build_os = @build_os@
249 build_vendor = @build_vendor@
250 builddir = @builddir@
251 datadir = @datadir@
252 datarootdir = @datarootdir@
253 docdir = @docdir@
254 dvidir = @dvidir@
255 exec_prefix = @exec_prefix@
256 host = @host@
257 host_alias = @host_alias@
258 host_cpu = @host_cpu@
259 host_os = @host_os@
260 host_vendor = @host_vendor@
261 htmldir = @htmldir@
262 includedir = @includedir@
263 infodir = @infodir@
264 install_sh = @install_sh@
265 libdir = @libdir@
266 libexecdir = @libexecdir@
267 localedir = @localedir@
268 localstatedir = @localstatedir@
269 mandir = @mandir@
270 mkdir_p = @mkdir_p@
271 oldincludedir = @oldincludedir@
272 pdfdir = @pdfdir@
273 prefix = @prefix@
274 program_transform_name = @program_transform_name@
275 psdir = @psdir@
276 runstatedir = @runstatedir@
277 sbindir = @sbindir@
278 sharedstatedir = @sharedstatedir@
279 srcdir = @srcdir@
280 sysconfdir = @sysconfdir@
281 target_alias = @target_alias@
282 top_build_prefix = @top_build_prefix@
283 top_builddir = @top_builddir@
284 top_srcdir = @top_srcdir@
285 EXTRA_DIST = \
286         file_utils_flac.h \
287         metadata_utils.h
288
289 all: all-am
290
291 .SUFFIXES:
292 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
293         @for dep in $?; do \
294           case '$(am__configure_deps)' in \
295             *$$dep*) \
296               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
297                 && { if test -f $@; then exit 0; else break; fi; }; \
298               exit 1;; \
299           esac; \
300         done; \
301         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/test_libs_common/Makefile'; \
302         $(am__cd) $(top_srcdir) && \
303           $(AUTOMAKE) --foreign include/test_libs_common/Makefile
304 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305         @case '$?' in \
306           *config.status*) \
307             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
308           *) \
309             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
310             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
311         esac;
312
313 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
316 $(top_srcdir)/configure:  $(am__configure_deps)
317         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
319         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(am__aclocal_m4_deps):
321
322 mostlyclean-libtool:
323         -rm -f *.lo
324
325 clean-libtool:
326         -rm -rf .libs _libs
327 tags TAGS:
328
329 ctags CTAGS:
330
331 cscope cscopelist:
332
333
334 distdir: $(DISTFILES)
335         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
336         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
337         list='$(DISTFILES)'; \
338           dist_files=`for file in $$list; do echo $$file; done | \
339           sed -e "s|^$$srcdirstrip/||;t" \
340               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
341         case $$dist_files in \
342           */*) $(MKDIR_P) `echo "$$dist_files" | \
343                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
344                            sort -u` ;; \
345         esac; \
346         for file in $$dist_files; do \
347           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
348           if test -d $$d/$$file; then \
349             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
350             if test -d "$(distdir)/$$file"; then \
351               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
352             fi; \
353             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
354               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
355               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
356             fi; \
357             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
358           else \
359             test -f "$(distdir)/$$file" \
360             || cp -p $$d/$$file "$(distdir)/$$file" \
361             || exit 1; \
362           fi; \
363         done
364 check-am: all-am
365 check: check-am
366 all-am: Makefile
367 installdirs:
368 install: install-am
369 install-exec: install-exec-am
370 install-data: install-data-am
371 uninstall: uninstall-am
372
373 install-am: all-am
374         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
375
376 installcheck: installcheck-am
377 install-strip:
378         if test -z '$(STRIP)'; then \
379           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381               install; \
382         else \
383           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
385             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
386         fi
387 mostlyclean-generic:
388
389 clean-generic:
390
391 distclean-generic:
392         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
393         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
394
395 maintainer-clean-generic:
396         @echo "This command is intended for maintainers to use"
397         @echo "it deletes files that may require special tools to rebuild."
398 clean: clean-am
399
400 clean-am: clean-generic clean-libtool mostlyclean-am
401
402 distclean: distclean-am
403         -rm -f Makefile
404 distclean-am: clean-am distclean-generic
405
406 dvi: dvi-am
407
408 dvi-am:
409
410 html: html-am
411
412 html-am:
413
414 info: info-am
415
416 info-am:
417
418 install-data-am:
419
420 install-dvi: install-dvi-am
421
422 install-dvi-am:
423
424 install-exec-am:
425
426 install-html: install-html-am
427
428 install-html-am:
429
430 install-info: install-info-am
431
432 install-info-am:
433
434 install-man:
435
436 install-pdf: install-pdf-am
437
438 install-pdf-am:
439
440 install-ps: install-ps-am
441
442 install-ps-am:
443
444 installcheck-am:
445
446 maintainer-clean: maintainer-clean-am
447         -rm -f Makefile
448 maintainer-clean-am: distclean-am maintainer-clean-generic
449
450 mostlyclean: mostlyclean-am
451
452 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
453
454 pdf: pdf-am
455
456 pdf-am:
457
458 ps: ps-am
459
460 ps-am:
461
462 uninstall-am:
463
464 .MAKE: install-am install-strip
465
466 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
467         cscopelist-am ctags-am distclean distclean-generic \
468         distclean-libtool distdir dvi dvi-am html html-am info info-am \
469         install install-am install-data install-data-am install-dvi \
470         install-dvi-am install-exec install-exec-am install-html \
471         install-html-am install-info install-info-am install-man \
472         install-pdf install-pdf-am install-ps install-ps-am \
473         install-strip installcheck installcheck-am installdirs \
474         maintainer-clean maintainer-clean-generic mostlyclean \
475         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
476         tags-am uninstall uninstall-am
477
478 .PRECIOUS: Makefile
479
480
481 # Tell versions [3.59,3.63) of GNU make to not export all variables.
482 # Otherwise a system limit (for SysV at least) may be exceeded.
483 .NOEXPORT: