Merge pull request #502 from justinweiss/restrict-threaded-rendering-drivers
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / libFLAC / include / protected / 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# 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
48VPATH = @srcdir@
49am__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}
60am__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
102am__make_dryrun = (target_option=n; $(am__make_running_with_option))
103am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
104pkgdatadir = $(datadir)/@PACKAGE@
105pkgincludedir = $(includedir)/@PACKAGE@
106pkglibdir = $(libdir)/@PACKAGE@
107pkglibexecdir = $(libexecdir)/@PACKAGE@
108am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
109install_sh_DATA = $(install_sh) -c -m 644
110install_sh_PROGRAM = $(install_sh) -c
111install_sh_SCRIPT = $(install_sh) -c
112INSTALL_HEADER = $(INSTALL_DATA)
113transform = $(program_transform_name)
114NORMAL_INSTALL = :
115PRE_INSTALL = :
116POST_INSTALL = :
117NORMAL_UNINSTALL = :
118PRE_UNINSTALL = :
119POST_UNINSTALL = :
120build_triplet = @build@
121host_triplet = @host@
122subdir = src/libFLAC/include/protected
123ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
124am__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
135am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
136 $(ACLOCAL_M4)
137DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
138 $(am__DIST_COMMON)
139mkinstalldirs = $(install_sh) -d
140CONFIG_HEADER = $(top_builddir)/config.h
141CONFIG_CLEAN_FILES =
142CONFIG_CLEAN_VPATH_FILES =
143AM_V_P = $(am__v_P_@AM_V@)
144am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145am__v_P_0 = false
146am__v_P_1 = :
147AM_V_GEN = $(am__v_GEN_@AM_V@)
148am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149am__v_GEN_0 = @echo " GEN " $@;
150am__v_GEN_1 =
151AM_V_at = $(am__v_at_@AM_V@)
152am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153am__v_at_0 = @
154am__v_at_1 =
155SOURCES =
156DIST_SOURCES =
157am__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
162HEADERS = $(noinst_HEADERS)
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
182am__DIST_COMMON = $(srcdir)/Makefile.in
183DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
184ACLOCAL = @ACLOCAL@
185AMTAR = @AMTAR@
186AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187AR = @AR@
188AS = @AS@
189AUTOCONF = @AUTOCONF@
190AUTOHEADER = @AUTOHEADER@
191AUTOMAKE = @AUTOMAKE@
192AWK = @AWK@
193CC = @CC@
194CCAS = @CCAS@
195CCASDEPMODE = @CCASDEPMODE@
196CCASFLAGS = @CCASFLAGS@
197CCDEPMODE = @CCDEPMODE@
198CFLAGS = @CFLAGS@
199CPP = @CPP@
200CPPFLAGS = @CPPFLAGS@
201CXX = @CXX@
202CXXCPP = @CXXCPP@
203CXXDEPMODE = @CXXDEPMODE@
204CXXFLAGS = @CXXFLAGS@
205CYGPATH_W = @CYGPATH_W@
206DEFS = @DEFS@
207DEPDIR = @DEPDIR@
208DLLTOOL = @DLLTOOL@
209DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
210DOXYGEN = @DOXYGEN@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
218EXEEXT = @EXEEXT@
219FGREP = @FGREP@
220FLAC__HAS_OGG = @FLAC__HAS_OGG@
221FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
222FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
223GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
224GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
225GCC_VERSION = @GCC_VERSION@
226GREP = @GREP@
227INSTALL = @INSTALL@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232LD = @LD@
233LDFLAGS = @LDFLAGS@
234LIBICONV = @LIBICONV@
235LIBOBJS = @LIBOBJS@
236LIBS = @LIBS@
237LIBTOOL = @LIBTOOL@
238LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
239LIPO = @LIPO@
240LN_S = @LN_S@
241LTLIBICONV = @LTLIBICONV@
242LTLIBOBJS = @LTLIBOBJS@
243LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
244MAKEINFO = @MAKEINFO@
245MANIFEST_TOOL = @MANIFEST_TOOL@
246MKDIR_P = @MKDIR_P@
247NASM = @NASM@
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OBJ_FORMAT = @OBJ_FORMAT@
253OGG_CFLAGS = @OGG_CFLAGS@
254OGG_LIBS = @OGG_LIBS@
255OGG_PACKAGE = @OGG_PACKAGE@
256OTOOL = @OTOOL@
257OTOOL64 = @OTOOL64@
258PACKAGE = @PACKAGE@
259PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260PACKAGE_NAME = @PACKAGE_NAME@
261PACKAGE_STRING = @PACKAGE_STRING@
262PACKAGE_TARNAME = @PACKAGE_TARNAME@
263PACKAGE_URL = @PACKAGE_URL@
264PACKAGE_VERSION = @PACKAGE_VERSION@
265PATH_SEPARATOR = @PATH_SEPARATOR@
266RANLIB = @RANLIB@
267SED = @SED@
268SET_MAKE = @SET_MAKE@
269SHELL = @SHELL@
270STRIP = @STRIP@
271VERSION = @VERSION@
272XMMS_CFLAGS = @XMMS_CFLAGS@
273XMMS_CONFIG = @XMMS_CONFIG@
274XMMS_DATA_DIR = @XMMS_DATA_DIR@
275XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
276XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
277XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
278XMMS_LIBS = @XMMS_LIBS@
279XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
280XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
281XMMS_VERSION = @XMMS_VERSION@
282XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
283abs_builddir = @abs_builddir@
284abs_srcdir = @abs_srcdir@
285abs_top_builddir = @abs_top_builddir@
286abs_top_srcdir = @abs_top_srcdir@
287ac_ct_AR = @ac_ct_AR@
288ac_ct_CC = @ac_ct_CC@
289ac_ct_CXX = @ac_ct_CXX@
290ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291am__include = @am__include@
292am__leading_dot = @am__leading_dot@
293am__quote = @am__quote@
294am__tar = @am__tar@
295am__untar = @am__untar@
296bindir = @bindir@
297build = @build@
298build_alias = @build_alias@
299build_cpu = @build_cpu@
300build_os = @build_os@
301build_vendor = @build_vendor@
302builddir = @builddir@
303datadir = @datadir@
304datarootdir = @datarootdir@
305docdir = @docdir@
306dvidir = @dvidir@
307exec_prefix = @exec_prefix@
308host = @host@
309host_alias = @host_alias@
310host_cpu = @host_cpu@
311host_os = @host_os@
312host_vendor = @host_vendor@
313htmldir = @htmldir@
314includedir = @includedir@
315infodir = @infodir@
316install_sh = @install_sh@
317libdir = @libdir@
318libexecdir = @libexecdir@
319localedir = @localedir@
320localstatedir = @localstatedir@
321mandir = @mandir@
322mkdir_p = @mkdir_p@
323oldincludedir = @oldincludedir@
324pdfdir = @pdfdir@
325prefix = @prefix@
326program_transform_name = @program_transform_name@
327psdir = @psdir@
328runstatedir = @runstatedir@
329sbindir = @sbindir@
330sharedstatedir = @sharedstatedir@
331srcdir = @srcdir@
332sysconfdir = @sysconfdir@
333target_alias = @target_alias@
334top_build_prefix = @top_build_prefix@
335top_builddir = @top_builddir@
336top_srcdir = @top_srcdir@
337noinst_HEADERS = \
338 all.h \
339 stream_decoder.h \
340 stream_encoder.h
341
342all: 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
357Makefile: $(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
375mostlyclean-libtool:
376 -rm -f *.lo
377
378clean-libtool:
379 -rm -rf .libs _libs
380
381ID: $(am__tagged_files)
382 $(am__define_uniq_tagged_files); mkid -fID $$unique
383tags: tags-am
384TAGS: tags
385
386tags-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
401ctags: ctags-am
402
403CTAGS: ctags
404ctags-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
410GTAGS:
411 here=`$(am__cd) $(top_builddir) && pwd` \
412 && $(am__cd) $(top_srcdir) \
413 && gtags -i $(GTAGS_ARGS) "$$here"
414cscopelist: cscopelist-am
415
416cscopelist-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
430distclean-tags:
431 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
433distdir: $(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
463check-am: all-am
464check: check-am
465all-am: Makefile $(HEADERS)
466installdirs:
467install: install-am
468install-exec: install-exec-am
469install-data: install-data-am
470uninstall: uninstall-am
471
472install-am: all-am
473 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
474
475installcheck: installcheck-am
476install-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
486mostlyclean-generic:
487
488clean-generic:
489
490distclean-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
494maintainer-clean-generic:
495 @echo "This command is intended for maintainers to use"
496 @echo "it deletes files that may require special tools to rebuild."
497clean: clean-am
498
499clean-am: clean-generic clean-libtool mostlyclean-am
500
501distclean: distclean-am
502 -rm -f Makefile
503distclean-am: clean-am distclean-generic distclean-tags
504
505dvi: dvi-am
506
507dvi-am:
508
509html: html-am
510
511html-am:
512
513info: info-am
514
515info-am:
516
517install-data-am:
518
519install-dvi: install-dvi-am
520
521install-dvi-am:
522
523install-exec-am:
524
525install-html: install-html-am
526
527install-html-am:
528
529install-info: install-info-am
530
531install-info-am:
532
533install-man:
534
535install-pdf: install-pdf-am
536
537install-pdf-am:
538
539install-ps: install-ps-am
540
541install-ps-am:
542
543installcheck-am:
544
545maintainer-clean: maintainer-clean-am
546 -rm -f Makefile
547maintainer-clean-am: distclean-am maintainer-clean-generic
548
549mostlyclean: mostlyclean-am
550
551mostlyclean-am: mostlyclean-generic mostlyclean-libtool
552
553pdf: pdf-am
554
555pdf-am:
556
557ps: ps-am
558
559ps-am:
560
561uninstall-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: