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