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