Merge pull request #502 from justinweiss/restrict-threaded-rendering-drivers
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / libFLAC / include / private / 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/private
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         bitmath.h \
340         bitreader.h \
341         bitwriter.h \
342         cpu.h \
343         crc.h \
344         fixed.h \
345         float.h \
346         format.h \
347         lpc.h \
348         macros.h \
349         md5.h \
350         memory.h \
351         metadata.h \
352         ogg_decoder_aspect.h \
353         ogg_encoder_aspect.h \
354         ogg_helper.h \
355         ogg_mapping.h \
356         stream_encoder.h \
357         stream_encoder_framing.h \
358         window.h
359
360 all: all-am
361
362 .SUFFIXES:
363 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
364         @for dep in $?; do \
365           case '$(am__configure_deps)' in \
366             *$$dep*) \
367               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368                 && { if test -f $@; then exit 0; else break; fi; }; \
369               exit 1;; \
370           esac; \
371         done; \
372         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libFLAC/include/private/Makefile'; \
373         $(am__cd) $(top_srcdir) && \
374           $(AUTOMAKE) --foreign src/libFLAC/include/private/Makefile
375 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376         @case '$?' in \
377           *config.status*) \
378             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379           *) \
380             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382         esac;
383
384 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
387 $(top_srcdir)/configure:  $(am__configure_deps)
388         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
390         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(am__aclocal_m4_deps):
392
393 mostlyclean-libtool:
394         -rm -f *.lo
395
396 clean-libtool:
397         -rm -rf .libs _libs
398
399 ID: $(am__tagged_files)
400         $(am__define_uniq_tagged_files); mkid -fID $$unique
401 tags: tags-am
402 TAGS: tags
403
404 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
405         set x; \
406         here=`pwd`; \
407         $(am__define_uniq_tagged_files); \
408         shift; \
409         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
410           test -n "$$unique" || unique=$$empty_fix; \
411           if test $$# -gt 0; then \
412             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
413               "$$@" $$unique; \
414           else \
415             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416               $$unique; \
417           fi; \
418         fi
419 ctags: ctags-am
420
421 CTAGS: ctags
422 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
423         $(am__define_uniq_tagged_files); \
424         test -z "$(CTAGS_ARGS)$$unique" \
425           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
426              $$unique
427
428 GTAGS:
429         here=`$(am__cd) $(top_builddir) && pwd` \
430           && $(am__cd) $(top_srcdir) \
431           && gtags -i $(GTAGS_ARGS) "$$here"
432 cscopelist: cscopelist-am
433
434 cscopelist-am: $(am__tagged_files)
435         list='$(am__tagged_files)'; \
436         case "$(srcdir)" in \
437           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
438           *) sdir=$(subdir)/$(srcdir) ;; \
439         esac; \
440         for i in $$list; do \
441           if test -f "$$i"; then \
442             echo "$(subdir)/$$i"; \
443           else \
444             echo "$$sdir/$$i"; \
445           fi; \
446         done >> $(top_builddir)/cscope.files
447
448 distclean-tags:
449         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
450
451 distdir: $(DISTFILES)
452         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454         list='$(DISTFILES)'; \
455           dist_files=`for file in $$list; do echo $$file; done | \
456           sed -e "s|^$$srcdirstrip/||;t" \
457               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
458         case $$dist_files in \
459           */*) $(MKDIR_P) `echo "$$dist_files" | \
460                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
461                            sort -u` ;; \
462         esac; \
463         for file in $$dist_files; do \
464           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
465           if test -d $$d/$$file; then \
466             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
467             if test -d "$(distdir)/$$file"; then \
468               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
469             fi; \
470             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
472               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473             fi; \
474             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
475           else \
476             test -f "$(distdir)/$$file" \
477             || cp -p $$d/$$file "$(distdir)/$$file" \
478             || exit 1; \
479           fi; \
480         done
481 check-am: all-am
482 check: check-am
483 all-am: Makefile $(HEADERS)
484 installdirs:
485 install: install-am
486 install-exec: install-exec-am
487 install-data: install-data-am
488 uninstall: uninstall-am
489
490 install-am: all-am
491         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
492
493 installcheck: installcheck-am
494 install-strip:
495         if test -z '$(STRIP)'; then \
496           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498               install; \
499         else \
500           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
501             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
502             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
503         fi
504 mostlyclean-generic:
505
506 clean-generic:
507
508 distclean-generic:
509         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
510         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
511
512 maintainer-clean-generic:
513         @echo "This command is intended for maintainers to use"
514         @echo "it deletes files that may require special tools to rebuild."
515 clean: clean-am
516
517 clean-am: clean-generic clean-libtool mostlyclean-am
518
519 distclean: distclean-am
520         -rm -f Makefile
521 distclean-am: clean-am distclean-generic distclean-tags
522
523 dvi: dvi-am
524
525 dvi-am:
526
527 html: html-am
528
529 html-am:
530
531 info: info-am
532
533 info-am:
534
535 install-data-am:
536
537 install-dvi: install-dvi-am
538
539 install-dvi-am:
540
541 install-exec-am:
542
543 install-html: install-html-am
544
545 install-html-am:
546
547 install-info: install-info-am
548
549 install-info-am:
550
551 install-man:
552
553 install-pdf: install-pdf-am
554
555 install-pdf-am:
556
557 install-ps: install-ps-am
558
559 install-ps-am:
560
561 installcheck-am:
562
563 maintainer-clean: maintainer-clean-am
564         -rm -f Makefile
565 maintainer-clean-am: distclean-am maintainer-clean-generic
566
567 mostlyclean: mostlyclean-am
568
569 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
570
571 pdf: pdf-am
572
573 pdf-am:
574
575 ps: ps-am
576
577 ps-am:
578
579 uninstall-am:
580
581 .MAKE: install-am install-strip
582
583 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
584         clean-libtool cscopelist-am ctags ctags-am distclean \
585         distclean-generic distclean-libtool distclean-tags distdir dvi \
586         dvi-am html html-am info info-am install install-am \
587         install-data install-data-am install-dvi install-dvi-am \
588         install-exec install-exec-am install-html install-html-am \
589         install-info install-info-am install-man install-pdf \
590         install-pdf-am install-ps install-ps-am install-strip \
591         installcheck installcheck-am installdirs maintainer-clean \
592         maintainer-clean-generic mostlyclean mostlyclean-generic \
593         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
594         uninstall-am
595
596 .PRECIOUS: Makefile
597
598
599 # Tell versions [3.59,3.63) of GNU make to not export all variables.
600 # Otherwise a system limit (for SysV at least) may be exceeded.
601 .NOEXPORT: