Sync to latest upstream
[pcsx_rearmed.git] / deps / flac-1.3.2 / include / 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) 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.
34VPATH = @srcdir@
35am__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}
46am__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
88am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90pkgdatadir = $(datadir)/@PACKAGE@
91pkgincludedir = $(includedir)/@PACKAGE@
92pkglibdir = $(libdir)/@PACKAGE@
93pkglibexecdir = $(libexecdir)/@PACKAGE@
94am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95install_sh_DATA = $(install_sh) -c -m 644
96install_sh_PROGRAM = $(install_sh) -c
97install_sh_SCRIPT = $(install_sh) -c
98INSTALL_HEADER = $(INSTALL_DATA)
99transform = $(program_transform_name)
100NORMAL_INSTALL = :
101PRE_INSTALL = :
102POST_INSTALL = :
103NORMAL_UNINSTALL = :
104PRE_UNINSTALL = :
105POST_UNINSTALL = :
106build_triplet = @build@
107host_triplet = @host@
108subdir = include
109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110am__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
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122 $(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128AM_V_P = $(am__v_P_@AM_V@)
129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130am__v_P_0 = false
131am__v_P_1 = :
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo " GEN " $@;
135am__v_GEN_1 =
136AM_V_at = $(am__v_at_@AM_V@)
137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138am__v_at_0 = @
139am__v_at_1 =
140SOURCES =
141DIST_SOURCES =
142RECURSIVE_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
150am__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
155RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
156 distclean-recursive maintainer-clean-recursive
157am__recursive_targets = \
158 $(RECURSIVE_TARGETS) \
159 $(RECURSIVE_CLEAN_TARGETS) \
160 $(am__extra_recursive_targets)
161AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
162 distdir
163am__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.
167am__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.
175am__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)`
180ETAGS = etags
181CTAGS = ctags
182DIST_SUBDIRS = FLAC FLAC++ share test_libs_common
183am__DIST_COMMON = $(srcdir)/Makefile.in
184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185am__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"
210ACLOCAL = @ACLOCAL@
211AMTAR = @AMTAR@
212AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
213AR = @AR@
214AS = @AS@
215AUTOCONF = @AUTOCONF@
216AUTOHEADER = @AUTOHEADER@
217AUTOMAKE = @AUTOMAKE@
218AWK = @AWK@
219CC = @CC@
220CCAS = @CCAS@
221CCASDEPMODE = @CCASDEPMODE@
222CCASFLAGS = @CCASFLAGS@
223CCDEPMODE = @CCDEPMODE@
224CFLAGS = @CFLAGS@
225CPP = @CPP@
226CPPFLAGS = @CPPFLAGS@
227CXX = @CXX@
228CXXCPP = @CXXCPP@
229CXXDEPMODE = @CXXDEPMODE@
230CXXFLAGS = @CXXFLAGS@
231CYGPATH_W = @CYGPATH_W@
232DEFS = @DEFS@
233DEPDIR = @DEPDIR@
234DLLTOOL = @DLLTOOL@
235DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
236DOXYGEN = @DOXYGEN@
237DSYMUTIL = @DSYMUTIL@
238DUMPBIN = @DUMPBIN@
239ECHO_C = @ECHO_C@
240ECHO_N = @ECHO_N@
241ECHO_T = @ECHO_T@
242EGREP = @EGREP@
243ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
244EXEEXT = @EXEEXT@
245FGREP = @FGREP@
246FLAC__HAS_OGG = @FLAC__HAS_OGG@
247FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
248FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
249GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
250GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
251GCC_VERSION = @GCC_VERSION@
252GREP = @GREP@
253INSTALL = @INSTALL@
254INSTALL_DATA = @INSTALL_DATA@
255INSTALL_PROGRAM = @INSTALL_PROGRAM@
256INSTALL_SCRIPT = @INSTALL_SCRIPT@
257INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258LD = @LD@
259LDFLAGS = @LDFLAGS@
260LIBICONV = @LIBICONV@
261LIBOBJS = @LIBOBJS@
262LIBS = @LIBS@
263LIBTOOL = @LIBTOOL@
264LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
265LIPO = @LIPO@
266LN_S = @LN_S@
267LTLIBICONV = @LTLIBICONV@
268LTLIBOBJS = @LTLIBOBJS@
269LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
270MAKEINFO = @MAKEINFO@
271MANIFEST_TOOL = @MANIFEST_TOOL@
272MKDIR_P = @MKDIR_P@
273NASM = @NASM@
274NM = @NM@
275NMEDIT = @NMEDIT@
276OBJDUMP = @OBJDUMP@
277OBJEXT = @OBJEXT@
278OBJ_FORMAT = @OBJ_FORMAT@
279OGG_CFLAGS = @OGG_CFLAGS@
280OGG_LIBS = @OGG_LIBS@
281OGG_PACKAGE = @OGG_PACKAGE@
282OTOOL = @OTOOL@
283OTOOL64 = @OTOOL64@
284PACKAGE = @PACKAGE@
285PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286PACKAGE_NAME = @PACKAGE_NAME@
287PACKAGE_STRING = @PACKAGE_STRING@
288PACKAGE_TARNAME = @PACKAGE_TARNAME@
289PACKAGE_URL = @PACKAGE_URL@
290PACKAGE_VERSION = @PACKAGE_VERSION@
291PATH_SEPARATOR = @PATH_SEPARATOR@
292RANLIB = @RANLIB@
293SED = @SED@
294SET_MAKE = @SET_MAKE@
295SHELL = @SHELL@
296STRIP = @STRIP@
297VERSION = @VERSION@
298XMMS_CFLAGS = @XMMS_CFLAGS@
299XMMS_CONFIG = @XMMS_CONFIG@
300XMMS_DATA_DIR = @XMMS_DATA_DIR@
301XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
302XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
303XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
304XMMS_LIBS = @XMMS_LIBS@
305XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
306XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
307XMMS_VERSION = @XMMS_VERSION@
308XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
309abs_builddir = @abs_builddir@
310abs_srcdir = @abs_srcdir@
311abs_top_builddir = @abs_top_builddir@
312abs_top_srcdir = @abs_top_srcdir@
313ac_ct_AR = @ac_ct_AR@
314ac_ct_CC = @ac_ct_CC@
315ac_ct_CXX = @ac_ct_CXX@
316ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317am__include = @am__include@
318am__leading_dot = @am__leading_dot@
319am__quote = @am__quote@
320am__tar = @am__tar@
321am__untar = @am__untar@
322bindir = @bindir@
323build = @build@
324build_alias = @build_alias@
325build_cpu = @build_cpu@
326build_os = @build_os@
327build_vendor = @build_vendor@
328builddir = @builddir@
329datadir = @datadir@
330datarootdir = @datarootdir@
331docdir = @docdir@
332dvidir = @dvidir@
333exec_prefix = @exec_prefix@
334host = @host@
335host_alias = @host_alias@
336host_cpu = @host_cpu@
337host_os = @host_os@
338host_vendor = @host_vendor@
339htmldir = @htmldir@
340includedir = @includedir@
341infodir = @infodir@
342install_sh = @install_sh@
343libdir = @libdir@
344libexecdir = @libexecdir@
345localedir = @localedir@
346localstatedir = @localstatedir@
347mandir = @mandir@
348mkdir_p = @mkdir_p@
349oldincludedir = @oldincludedir@
350pdfdir = @pdfdir@
351prefix = @prefix@
352program_transform_name = @program_transform_name@
353psdir = @psdir@
354runstatedir = @runstatedir@
355sbindir = @sbindir@
356sharedstatedir = @sharedstatedir@
357srcdir = @srcdir@
358sysconfdir = @sysconfdir@
359target_alias = @target_alias@
360top_build_prefix = @top_build_prefix@
361top_builddir = @top_builddir@
362top_srcdir = @top_srcdir@
363@FLaC__WITH_CPPLIBS_TRUE@CPPLIBS_DIRS = FLAC++
364SUBDIRS = FLAC $(CPPLIBS_DIRS) share test_libs_common
365all: 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
380Makefile: $(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
398mostlyclean-libtool:
399 -rm -f *.lo
400
401clean-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
438ID: $(am__tagged_files)
439 $(am__define_uniq_tagged_files); mkid -fID $$unique
440tags: tags-recursive
441TAGS: tags
442
443tags-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
471ctags: ctags-recursive
472
473CTAGS: ctags
474ctags-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
480GTAGS:
481 here=`$(am__cd) $(top_builddir) && pwd` \
482 && $(am__cd) $(top_srcdir) \
483 && gtags -i $(GTAGS_ARGS) "$$here"
484cscopelist: cscopelist-recursive
485
486cscopelist-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
500distclean-tags:
501 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
502
503distdir: $(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
558check-am: all-am
559check: check-recursive
560all-am: Makefile
561installdirs: installdirs-recursive
562installdirs-am:
563install: install-recursive
564install-exec: install-exec-recursive
565install-data: install-data-recursive
566uninstall: uninstall-recursive
567
568install-am: all-am
569 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
570
571installcheck: installcheck-recursive
572install-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
582mostlyclean-generic:
583
584clean-generic:
585
586distclean-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
590maintainer-clean-generic:
591 @echo "This command is intended for maintainers to use"
592 @echo "it deletes files that may require special tools to rebuild."
593clean: clean-recursive
594
595clean-am: clean-generic clean-libtool mostlyclean-am
596
597distclean: distclean-recursive
598 -rm -f Makefile
599distclean-am: clean-am distclean-generic distclean-tags
600
601dvi: dvi-recursive
602
603dvi-am:
604
605html: html-recursive
606
607html-am:
608
609info: info-recursive
610
611info-am:
612
613install-data-am:
614
615install-dvi: install-dvi-recursive
616
617install-dvi-am:
618
619install-exec-am:
620
621install-html: install-html-recursive
622
623install-html-am:
624
625install-info: install-info-recursive
626
627install-info-am:
628
629install-man:
630
631install-pdf: install-pdf-recursive
632
633install-pdf-am:
634
635install-ps: install-ps-recursive
636
637install-ps-am:
638
639installcheck-am:
640
641maintainer-clean: maintainer-clean-recursive
642 -rm -f Makefile
643maintainer-clean-am: distclean-am maintainer-clean-generic
644
645mostlyclean: mostlyclean-recursive
646
647mostlyclean-am: mostlyclean-generic mostlyclean-libtool
648
649pdf: pdf-recursive
650
651pdf-am:
652
653ps: ps-recursive
654
655ps-am:
656
657uninstall-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: