add CHD support.
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / libFLAC / include / 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
17 #  libFLAC - Free Lossless Audio Codec library
18 #  Copyright (C) 2001-2009  Josh Coalson
19 #  Copyright (C) 2011-2016  Xiph.Org Foundation
20 #
21 #  Redistribution and use in source and binary forms, with or without
22 #  modification, are permitted provided that the following conditions
23 #  are met:
24 #
25 #  - Redistributions of source code must retain the above copyright
26 #  notice, this list of conditions and the following disclaimer.
27 #
28 #  - Redistributions in binary form must reproduce the above copyright
29 #  notice, this list of conditions and the following disclaimer in the
30 #  documentation and/or other materials provided with the distribution.
31 #
32 #  - Neither the name of the Xiph.org Foundation nor the names of its
33 #  contributors may be used to endorse or promote products derived from
34 #  this software without specific prior written permission.
35 #
36 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
37 #  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
38 #  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
39 #  A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
40 #  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
41 #  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
42 #  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
43 #  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
44 #  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
45 #  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
46 #  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
47 VPATH = @srcdir@
48 am__is_gnu_make = { \
49   if test -z '$(MAKELEVEL)'; then \
50     false; \
51   elif test -n '$(MAKE_HOST)'; then \
52     true; \
53   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
54     true; \
55   else \
56     false; \
57   fi; \
58 }
59 am__make_running_with_option = \
60   case $${target_option-} in \
61       ?) ;; \
62       *) echo "am__make_running_with_option: internal error: invalid" \
63               "target option '$${target_option-}' specified" >&2; \
64          exit 1;; \
65   esac; \
66   has_opt=no; \
67   sane_makeflags=$$MAKEFLAGS; \
68   if $(am__is_gnu_make); then \
69     sane_makeflags=$$MFLAGS; \
70   else \
71     case $$MAKEFLAGS in \
72       *\\[\ \   ]*) \
73         bs=\\; \
74         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
75           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
76     esac; \
77   fi; \
78   skip_next=no; \
79   strip_trailopt () \
80   { \
81     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82   }; \
83   for flg in $$sane_makeflags; do \
84     test $$skip_next = yes && { skip_next=no; continue; }; \
85     case $$flg in \
86       *=*|--*) continue;; \
87         -*I) strip_trailopt 'I'; skip_next=yes;; \
88       -*I?*) strip_trailopt 'I';; \
89         -*O) strip_trailopt 'O'; skip_next=yes;; \
90       -*O?*) strip_trailopt 'O';; \
91         -*l) strip_trailopt 'l'; skip_next=yes;; \
92       -*l?*) strip_trailopt 'l';; \
93       -[dEDm]) skip_next=yes;; \
94       -[JT]) skip_next=yes;; \
95     esac; \
96     case $$flg in \
97       *$$target_option*) has_opt=yes; break;; \
98     esac; \
99   done; \
100   test $$has_opt = yes
101 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103 pkgdatadir = $(datadir)/@PACKAGE@
104 pkgincludedir = $(includedir)/@PACKAGE@
105 pkglibdir = $(libdir)/@PACKAGE@
106 pkglibexecdir = $(libexecdir)/@PACKAGE@
107 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108 install_sh_DATA = $(install_sh) -c -m 644
109 install_sh_PROGRAM = $(install_sh) -c
110 install_sh_SCRIPT = $(install_sh) -c
111 INSTALL_HEADER = $(INSTALL_DATA)
112 transform = $(program_transform_name)
113 NORMAL_INSTALL = :
114 PRE_INSTALL = :
115 POST_INSTALL = :
116 NORMAL_UNINSTALL = :
117 PRE_UNINSTALL = :
118 POST_UNINSTALL = :
119 build_triplet = @build@
120 host_triplet = @host@
121 subdir = src/libFLAC/include
122 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
124         $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
125         $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
126         $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
127         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
128         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
129         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
130         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
131         $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
132         $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
133         $(top_srcdir)/configure.ac
134 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
135         $(ACLOCAL_M4)
136 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
137 mkinstalldirs = $(install_sh) -d
138 CONFIG_HEADER = $(top_builddir)/config.h
139 CONFIG_CLEAN_FILES =
140 CONFIG_CLEAN_VPATH_FILES =
141 AM_V_P = $(am__v_P_@AM_V@)
142 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143 am__v_P_0 = false
144 am__v_P_1 = :
145 AM_V_GEN = $(am__v_GEN_@AM_V@)
146 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147 am__v_GEN_0 = @echo "  GEN     " $@;
148 am__v_GEN_1 = 
149 AM_V_at = $(am__v_at_@AM_V@)
150 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151 am__v_at_0 = @
152 am__v_at_1 = 
153 SOURCES =
154 DIST_SOURCES =
155 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
156         ctags-recursive dvi-recursive html-recursive info-recursive \
157         install-data-recursive install-dvi-recursive \
158         install-exec-recursive install-html-recursive \
159         install-info-recursive install-pdf-recursive \
160         install-ps-recursive install-recursive installcheck-recursive \
161         installdirs-recursive pdf-recursive ps-recursive \
162         tags-recursive uninstall-recursive
163 am__can_run_installinfo = \
164   case $$AM_UPDATE_INFO_DIR in \
165     n|no|NO) false;; \
166     *) (install-info --version) >/dev/null 2>&1;; \
167   esac
168 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
169   distclean-recursive maintainer-clean-recursive
170 am__recursive_targets = \
171   $(RECURSIVE_TARGETS) \
172   $(RECURSIVE_CLEAN_TARGETS) \
173   $(am__extra_recursive_targets)
174 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
175         distdir
176 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177 # Read a list of newline-separated strings from the standard input,
178 # and print each of them once, without duplicates.  Input order is
179 # *not* preserved.
180 am__uniquify_input = $(AWK) '\
181   BEGIN { nonempty = 0; } \
182   { items[$$0] = 1; nonempty = 1; } \
183   END { if (nonempty) { for (i in items) print i; }; } \
184 '
185 # Make sure the list of sources is unique.  This is necessary because,
186 # e.g., the same source file might be shared among _SOURCES variables
187 # for different programs/libraries.
188 am__define_uniq_tagged_files = \
189   list='$(am__tagged_files)'; \
190   unique=`for i in $$list; do \
191     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192   done | $(am__uniquify_input)`
193 ETAGS = etags
194 CTAGS = ctags
195 DIST_SUBDIRS = $(SUBDIRS)
196 am__DIST_COMMON = $(srcdir)/Makefile.in
197 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198 am__relativize = \
199   dir0=`pwd`; \
200   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
201   sed_rest='s,^[^/]*/*,,'; \
202   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
203   sed_butlast='s,/*[^/]*$$,,'; \
204   while test -n "$$dir1"; do \
205     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
206     if test "$$first" != "."; then \
207       if test "$$first" = ".."; then \
208         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
209         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
210       else \
211         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
212         if test "$$first2" = "$$first"; then \
213           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
214         else \
215           dir2="../$$dir2"; \
216         fi; \
217         dir0="$$dir0"/"$$first"; \
218       fi; \
219     fi; \
220     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
221   done; \
222   reldir="$$dir2"
223 ACLOCAL = @ACLOCAL@
224 AMTAR = @AMTAR@
225 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226 AR = @AR@
227 AS = @AS@
228 AUTOCONF = @AUTOCONF@
229 AUTOHEADER = @AUTOHEADER@
230 AUTOMAKE = @AUTOMAKE@
231 AWK = @AWK@
232 CC = @CC@
233 CCAS = @CCAS@
234 CCASDEPMODE = @CCASDEPMODE@
235 CCASFLAGS = @CCASFLAGS@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CPP = @CPP@
239 CPPFLAGS = @CPPFLAGS@
240 CXX = @CXX@
241 CXXCPP = @CXXCPP@
242 CXXDEPMODE = @CXXDEPMODE@
243 CXXFLAGS = @CXXFLAGS@
244 CYGPATH_W = @CYGPATH_W@
245 DEFS = @DEFS@
246 DEPDIR = @DEPDIR@
247 DLLTOOL = @DLLTOOL@
248 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
249 DOXYGEN = @DOXYGEN@
250 DSYMUTIL = @DSYMUTIL@
251 DUMPBIN = @DUMPBIN@
252 ECHO_C = @ECHO_C@
253 ECHO_N = @ECHO_N@
254 ECHO_T = @ECHO_T@
255 EGREP = @EGREP@
256 ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
257 EXEEXT = @EXEEXT@
258 FGREP = @FGREP@
259 FLAC__HAS_OGG = @FLAC__HAS_OGG@
260 FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
261 FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
262 GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
263 GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
264 GCC_VERSION = @GCC_VERSION@
265 GREP = @GREP@
266 INSTALL = @INSTALL@
267 INSTALL_DATA = @INSTALL_DATA@
268 INSTALL_PROGRAM = @INSTALL_PROGRAM@
269 INSTALL_SCRIPT = @INSTALL_SCRIPT@
270 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
271 LD = @LD@
272 LDFLAGS = @LDFLAGS@
273 LIBICONV = @LIBICONV@
274 LIBOBJS = @LIBOBJS@
275 LIBS = @LIBS@
276 LIBTOOL = @LIBTOOL@
277 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
278 LIPO = @LIPO@
279 LN_S = @LN_S@
280 LTLIBICONV = @LTLIBICONV@
281 LTLIBOBJS = @LTLIBOBJS@
282 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
283 MAKEINFO = @MAKEINFO@
284 MANIFEST_TOOL = @MANIFEST_TOOL@
285 MKDIR_P = @MKDIR_P@
286 NASM = @NASM@
287 NM = @NM@
288 NMEDIT = @NMEDIT@
289 OBJDUMP = @OBJDUMP@
290 OBJEXT = @OBJEXT@
291 OBJ_FORMAT = @OBJ_FORMAT@
292 OGG_CFLAGS = @OGG_CFLAGS@
293 OGG_LIBS = @OGG_LIBS@
294 OGG_PACKAGE = @OGG_PACKAGE@
295 OTOOL = @OTOOL@
296 OTOOL64 = @OTOOL64@
297 PACKAGE = @PACKAGE@
298 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299 PACKAGE_NAME = @PACKAGE_NAME@
300 PACKAGE_STRING = @PACKAGE_STRING@
301 PACKAGE_TARNAME = @PACKAGE_TARNAME@
302 PACKAGE_URL = @PACKAGE_URL@
303 PACKAGE_VERSION = @PACKAGE_VERSION@
304 PATH_SEPARATOR = @PATH_SEPARATOR@
305 RANLIB = @RANLIB@
306 SED = @SED@
307 SET_MAKE = @SET_MAKE@
308 SHELL = @SHELL@
309 STRIP = @STRIP@
310 VERSION = @VERSION@
311 XMMS_CFLAGS = @XMMS_CFLAGS@
312 XMMS_CONFIG = @XMMS_CONFIG@
313 XMMS_DATA_DIR = @XMMS_DATA_DIR@
314 XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
315 XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
316 XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
317 XMMS_LIBS = @XMMS_LIBS@
318 XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
319 XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
320 XMMS_VERSION = @XMMS_VERSION@
321 XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
322 abs_builddir = @abs_builddir@
323 abs_srcdir = @abs_srcdir@
324 abs_top_builddir = @abs_top_builddir@
325 abs_top_srcdir = @abs_top_srcdir@
326 ac_ct_AR = @ac_ct_AR@
327 ac_ct_CC = @ac_ct_CC@
328 ac_ct_CXX = @ac_ct_CXX@
329 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
330 am__include = @am__include@
331 am__leading_dot = @am__leading_dot@
332 am__quote = @am__quote@
333 am__tar = @am__tar@
334 am__untar = @am__untar@
335 bindir = @bindir@
336 build = @build@
337 build_alias = @build_alias@
338 build_cpu = @build_cpu@
339 build_os = @build_os@
340 build_vendor = @build_vendor@
341 builddir = @builddir@
342 datadir = @datadir@
343 datarootdir = @datarootdir@
344 docdir = @docdir@
345 dvidir = @dvidir@
346 exec_prefix = @exec_prefix@
347 host = @host@
348 host_alias = @host_alias@
349 host_cpu = @host_cpu@
350 host_os = @host_os@
351 host_vendor = @host_vendor@
352 htmldir = @htmldir@
353 includedir = @includedir@
354 infodir = @infodir@
355 install_sh = @install_sh@
356 libdir = @libdir@
357 libexecdir = @libexecdir@
358 localedir = @localedir@
359 localstatedir = @localstatedir@
360 mandir = @mandir@
361 mkdir_p = @mkdir_p@
362 oldincludedir = @oldincludedir@
363 pdfdir = @pdfdir@
364 prefix = @prefix@
365 program_transform_name = @program_transform_name@
366 psdir = @psdir@
367 runstatedir = @runstatedir@
368 sbindir = @sbindir@
369 sharedstatedir = @sharedstatedir@
370 srcdir = @srcdir@
371 sysconfdir = @sysconfdir@
372 target_alias = @target_alias@
373 top_build_prefix = @top_build_prefix@
374 top_builddir = @top_builddir@
375 top_srcdir = @top_srcdir@
376 SUBDIRS = private protected
377 all: all-recursive
378
379 .SUFFIXES:
380 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
381         @for dep in $?; do \
382           case '$(am__configure_deps)' in \
383             *$$dep*) \
384               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
385                 && { if test -f $@; then exit 0; else break; fi; }; \
386               exit 1;; \
387           esac; \
388         done; \
389         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libFLAC/include/Makefile'; \
390         $(am__cd) $(top_srcdir) && \
391           $(AUTOMAKE) --foreign src/libFLAC/include/Makefile
392 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393         @case '$?' in \
394           *config.status*) \
395             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
396           *) \
397             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
398             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
399         esac;
400
401 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403
404 $(top_srcdir)/configure:  $(am__configure_deps)
405         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408 $(am__aclocal_m4_deps):
409
410 mostlyclean-libtool:
411         -rm -f *.lo
412
413 clean-libtool:
414         -rm -rf .libs _libs
415
416 # This directory's subdirectories are mostly independent; you can cd
417 # into them and run 'make' without going through this Makefile.
418 # To change the values of 'make' variables: instead of editing Makefiles,
419 # (1) if the variable is set in 'config.status', edit 'config.status'
420 #     (which will cause the Makefiles to be regenerated when you run 'make');
421 # (2) otherwise, pass the desired values on the 'make' command line.
422 $(am__recursive_targets):
423         @fail=; \
424         if $(am__make_keepgoing); then \
425           failcom='fail=yes'; \
426         else \
427           failcom='exit 1'; \
428         fi; \
429         dot_seen=no; \
430         target=`echo $@ | sed s/-recursive//`; \
431         case "$@" in \
432           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
433           *) list='$(SUBDIRS)' ;; \
434         esac; \
435         for subdir in $$list; do \
436           echo "Making $$target in $$subdir"; \
437           if test "$$subdir" = "."; then \
438             dot_seen=yes; \
439             local_target="$$target-am"; \
440           else \
441             local_target="$$target"; \
442           fi; \
443           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444           || eval $$failcom; \
445         done; \
446         if test "$$dot_seen" = "no"; then \
447           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
448         fi; test -z "$$fail"
449
450 ID: $(am__tagged_files)
451         $(am__define_uniq_tagged_files); mkid -fID $$unique
452 tags: tags-recursive
453 TAGS: tags
454
455 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456         set x; \
457         here=`pwd`; \
458         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459           include_option=--etags-include; \
460           empty_fix=.; \
461         else \
462           include_option=--include; \
463           empty_fix=; \
464         fi; \
465         list='$(SUBDIRS)'; for subdir in $$list; do \
466           if test "$$subdir" = .; then :; else \
467             test ! -f $$subdir/TAGS || \
468               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
469           fi; \
470         done; \
471         $(am__define_uniq_tagged_files); \
472         shift; \
473         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
474           test -n "$$unique" || unique=$$empty_fix; \
475           if test $$# -gt 0; then \
476             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477               "$$@" $$unique; \
478           else \
479             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480               $$unique; \
481           fi; \
482         fi
483 ctags: ctags-recursive
484
485 CTAGS: ctags
486 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
487         $(am__define_uniq_tagged_files); \
488         test -z "$(CTAGS_ARGS)$$unique" \
489           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490              $$unique
491
492 GTAGS:
493         here=`$(am__cd) $(top_builddir) && pwd` \
494           && $(am__cd) $(top_srcdir) \
495           && gtags -i $(GTAGS_ARGS) "$$here"
496 cscopelist: cscopelist-recursive
497
498 cscopelist-am: $(am__tagged_files)
499         list='$(am__tagged_files)'; \
500         case "$(srcdir)" in \
501           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
502           *) sdir=$(subdir)/$(srcdir) ;; \
503         esac; \
504         for i in $$list; do \
505           if test -f "$$i"; then \
506             echo "$(subdir)/$$i"; \
507           else \
508             echo "$$sdir/$$i"; \
509           fi; \
510         done >> $(top_builddir)/cscope.files
511
512 distclean-tags:
513         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514
515 distdir: $(DISTFILES)
516         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518         list='$(DISTFILES)'; \
519           dist_files=`for file in $$list; do echo $$file; done | \
520           sed -e "s|^$$srcdirstrip/||;t" \
521               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
522         case $$dist_files in \
523           */*) $(MKDIR_P) `echo "$$dist_files" | \
524                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525                            sort -u` ;; \
526         esac; \
527         for file in $$dist_files; do \
528           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529           if test -d $$d/$$file; then \
530             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
531             if test -d "$(distdir)/$$file"; then \
532               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533             fi; \
534             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
536               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537             fi; \
538             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539           else \
540             test -f "$(distdir)/$$file" \
541             || cp -p $$d/$$file "$(distdir)/$$file" \
542             || exit 1; \
543           fi; \
544         done
545         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
546           if test "$$subdir" = .; then :; else \
547             $(am__make_dryrun) \
548               || test -d "$(distdir)/$$subdir" \
549               || $(MKDIR_P) "$(distdir)/$$subdir" \
550               || exit 1; \
551             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
552             $(am__relativize); \
553             new_distdir=$$reldir; \
554             dir1=$$subdir; dir2="$(top_distdir)"; \
555             $(am__relativize); \
556             new_top_distdir=$$reldir; \
557             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
558             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
559             ($(am__cd) $$subdir && \
560               $(MAKE) $(AM_MAKEFLAGS) \
561                 top_distdir="$$new_top_distdir" \
562                 distdir="$$new_distdir" \
563                 am__remove_distdir=: \
564                 am__skip_length_check=: \
565                 am__skip_mode_fix=: \
566                 distdir) \
567               || exit 1; \
568           fi; \
569         done
570 check-am: all-am
571 check: check-recursive
572 all-am: Makefile
573 installdirs: installdirs-recursive
574 installdirs-am:
575 install: install-recursive
576 install-exec: install-exec-recursive
577 install-data: install-data-recursive
578 uninstall: uninstall-recursive
579
580 install-am: all-am
581         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
582
583 installcheck: installcheck-recursive
584 install-strip:
585         if test -z '$(STRIP)'; then \
586           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
587             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
588               install; \
589         else \
590           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
591             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
592             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
593         fi
594 mostlyclean-generic:
595
596 clean-generic:
597
598 distclean-generic:
599         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
600         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
601
602 maintainer-clean-generic:
603         @echo "This command is intended for maintainers to use"
604         @echo "it deletes files that may require special tools to rebuild."
605 clean: clean-recursive
606
607 clean-am: clean-generic clean-libtool mostlyclean-am
608
609 distclean: distclean-recursive
610         -rm -f Makefile
611 distclean-am: clean-am distclean-generic distclean-tags
612
613 dvi: dvi-recursive
614
615 dvi-am:
616
617 html: html-recursive
618
619 html-am:
620
621 info: info-recursive
622
623 info-am:
624
625 install-data-am:
626
627 install-dvi: install-dvi-recursive
628
629 install-dvi-am:
630
631 install-exec-am:
632
633 install-html: install-html-recursive
634
635 install-html-am:
636
637 install-info: install-info-recursive
638
639 install-info-am:
640
641 install-man:
642
643 install-pdf: install-pdf-recursive
644
645 install-pdf-am:
646
647 install-ps: install-ps-recursive
648
649 install-ps-am:
650
651 installcheck-am:
652
653 maintainer-clean: maintainer-clean-recursive
654         -rm -f Makefile
655 maintainer-clean-am: distclean-am maintainer-clean-generic
656
657 mostlyclean: mostlyclean-recursive
658
659 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
660
661 pdf: pdf-recursive
662
663 pdf-am:
664
665 ps: ps-recursive
666
667 ps-am:
668
669 uninstall-am:
670
671 .MAKE: $(am__recursive_targets) install-am install-strip
672
673 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
674         check-am clean clean-generic clean-libtool cscopelist-am ctags \
675         ctags-am distclean distclean-generic distclean-libtool \
676         distclean-tags distdir dvi dvi-am html html-am info info-am \
677         install install-am install-data install-data-am install-dvi \
678         install-dvi-am install-exec install-exec-am install-html \
679         install-html-am install-info install-info-am install-man \
680         install-pdf install-pdf-am install-ps install-ps-am \
681         install-strip installcheck installcheck-am installdirs \
682         installdirs-am maintainer-clean maintainer-clean-generic \
683         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
684         ps ps-am tags tags-am uninstall uninstall-am
685
686 .PRECIOUS: Makefile
687
688
689 # Tell versions [3.59,3.63) of GNU make to not export all variables.
690 # Otherwise a system limit (for SysV at least) may be exceeded.
691 .NOEXPORT: