Merge pull request #502 from justinweiss/restrict-threaded-rendering-drivers
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / libFLAC / include / private / 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/private
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 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
360all: 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
375Makefile: $(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
393mostlyclean-libtool:
394 -rm -f *.lo
395
396clean-libtool:
397 -rm -rf .libs _libs
398
399ID: $(am__tagged_files)
400 $(am__define_uniq_tagged_files); mkid -fID $$unique
401tags: tags-am
402TAGS: tags
403
404tags-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
419ctags: ctags-am
420
421CTAGS: ctags
422ctags-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
428GTAGS:
429 here=`$(am__cd) $(top_builddir) && pwd` \
430 && $(am__cd) $(top_srcdir) \
431 && gtags -i $(GTAGS_ARGS) "$$here"
432cscopelist: cscopelist-am
433
434cscopelist-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
448distclean-tags:
449 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
450
451distdir: $(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
481check-am: all-am
482check: check-am
483all-am: Makefile $(HEADERS)
484installdirs:
485install: install-am
486install-exec: install-exec-am
487install-data: install-data-am
488uninstall: uninstall-am
489
490install-am: all-am
491 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
492
493installcheck: installcheck-am
494install-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
504mostlyclean-generic:
505
506clean-generic:
507
508distclean-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
512maintainer-clean-generic:
513 @echo "This command is intended for maintainers to use"
514 @echo "it deletes files that may require special tools to rebuild."
515clean: clean-am
516
517clean-am: clean-generic clean-libtool mostlyclean-am
518
519distclean: distclean-am
520 -rm -f Makefile
521distclean-am: clean-am distclean-generic distclean-tags
522
523dvi: dvi-am
524
525dvi-am:
526
527html: html-am
528
529html-am:
530
531info: info-am
532
533info-am:
534
535install-data-am:
536
537install-dvi: install-dvi-am
538
539install-dvi-am:
540
541install-exec-am:
542
543install-html: install-html-am
544
545install-html-am:
546
547install-info: install-info-am
548
549install-info-am:
550
551install-man:
552
553install-pdf: install-pdf-am
554
555install-pdf-am:
556
557install-ps: install-ps-am
558
559install-ps-am:
560
561installcheck-am:
562
563maintainer-clean: maintainer-clean-am
564 -rm -f Makefile
565maintainer-clean-am: distclean-am maintainer-clean-generic
566
567mostlyclean: mostlyclean-am
568
569mostlyclean-am: mostlyclean-generic mostlyclean-libtool
570
571pdf: pdf-am
572
573pdf-am:
574
575ps: ps-am
576
577ps-am:
578
579uninstall-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: