1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
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@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = .
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
40	$(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
41	INSTALL NEWS TODO config.guess config.rpath config.sub depcomp \
42	install-sh missing mkinstalldirs
43subdir = .
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
46	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
47	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
48	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
49	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
50	$(top_srcdir)/configure.ac
51am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52	$(ACLOCAL_M4)
53am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54 configure.lineno configure.status.lineno
55mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56CONFIG_HEADER = config.h
57CONFIG_CLEAN_FILES =
58SOURCES =
59DIST_SOURCES =
60RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61	html-recursive info-recursive install-data-recursive \
62	install-exec-recursive install-info-recursive \
63	install-recursive installcheck-recursive installdirs-recursive \
64	pdf-recursive ps-recursive uninstall-info-recursive \
65	uninstall-recursive
66ETAGS = etags
67CTAGS = ctags
68DIST_SUBDIRS = $(SUBDIRS)
69DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70distdir = $(PACKAGE)-$(VERSION)
71top_distdir = $(distdir)
72am__remove_distdir = \
73  { test ! -d $(distdir) \
74    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
75         && rm -fr $(distdir); }; }
76DIST_ARCHIVES = $(distdir).tar.gz
77GZIP_ENV = --best
78distuninstallcheck_listfiles = find . -type f -print
79distcleancheck_listfiles = find . -type f -print
80ACLOCAL = @ACLOCAL@
81AMDEP_FALSE = @AMDEP_FALSE@
82AMDEP_TRUE = @AMDEP_TRUE@
83AMTAR = @AMTAR@
84AUTOCONF = @AUTOCONF@
85AUTOHEADER = @AUTOHEADER@
86AUTOMAKE = @AUTOMAKE@
87AWK = @AWK@
88CC = @CC@
89CCDEPMODE = @CCDEPMODE@
90CFLAGS = @CFLAGS@
91CPP = @CPP@
92CPPFLAGS = @CPPFLAGS@
93CYGPATH_W = @CYGPATH_W@
94DEFS = @DEFS@
95DEPDIR = @DEPDIR@
96ECHO_C = @ECHO_C@
97ECHO_N = @ECHO_N@
98ECHO_T = @ECHO_T@
99EGREP = @EGREP@
100EXEEXT = @EXEEXT@
101GMSGFMT = @GMSGFMT@
102INSTALL_DATA = @INSTALL_DATA@
103INSTALL_PROGRAM = @INSTALL_PROGRAM@
104INSTALL_SCRIPT = @INSTALL_SCRIPT@
105INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106INTLLIBS = @INTLLIBS@
107LDFLAGS = @LDFLAGS@
108LIBICONV = @LIBICONV@
109LIBINTL = @LIBINTL@
110LIBOBJS = @LIBOBJS@
111LIBS = @LIBS@
112LTLIBICONV = @LTLIBICONV@
113LTLIBINTL = @LTLIBINTL@
114LTLIBOBJS = @LTLIBOBJS@
115MAKEINFO = @MAKEINFO@
116MKINSTALLDIRS = @MKINSTALLDIRS@
117MSGFMT = @MSGFMT@
118MSGMERGE = @MSGMERGE@
119OBJEXT = @OBJEXT@
120PACKAGE = @PACKAGE@
121PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122PACKAGE_NAME = @PACKAGE_NAME@
123PACKAGE_STRING = @PACKAGE_STRING@
124PACKAGE_TARNAME = @PACKAGE_TARNAME@
125PACKAGE_VERSION = @PACKAGE_VERSION@
126PATH_SEPARATOR = @PATH_SEPARATOR@
127POSUB = @POSUB@
128SET_MAKE = @SET_MAKE@
129SHELL = @SHELL@
130STRIP = @STRIP@
131USE_NLS = @USE_NLS@
132VERSION = @VERSION@
133XGETTEXT = @XGETTEXT@
134ac_ct_CC = @ac_ct_CC@
135ac_ct_STRIP = @ac_ct_STRIP@
136am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
137am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
138am__include = @am__include@
139am__leading_dot = @am__leading_dot@
140am__quote = @am__quote@
141am__tar = @am__tar@
142am__untar = @am__untar@
143bindir = @bindir@
144build = @build@
145build_alias = @build_alias@
146build_cpu = @build_cpu@
147build_os = @build_os@
148build_vendor = @build_vendor@
149datadir = @datadir@
150exec_prefix = @exec_prefix@
151host = @host@
152host_alias = @host_alias@
153host_cpu = @host_cpu@
154host_os = @host_os@
155host_vendor = @host_vendor@
156includedir = @includedir@
157infodir = @infodir@
158install_sh = @install_sh@
159libdir = @libdir@
160libexecdir = @libexecdir@
161localstatedir = @localstatedir@
162mandir = @mandir@
163mkdir_p = @mkdir_p@
164oldincludedir = @oldincludedir@
165prefix = @prefix@
166program_transform_name = @program_transform_name@
167sbindir = @sbindir@
168sharedstatedir = @sharedstatedir@
169sysconfdir = @sysconfdir@
170target_alias = @target_alias@
171SUBDIRS = m4 doc patches po src
172EXTRA_DIST = config.rpath  AUTHORS BATCH.README BUGS CDDB_HOWTO \
173		  FAQ NEWS OTHERS README INSTALL COPYING \
174		  mp3c.lsm mp3c.spec ABOUT-NLS ChangeLog \
175		  TODO mp3cref.txt
176
177ACLOCAL_AMFLAGS = -I m4
178all: config.h
179	$(MAKE) $(AM_MAKEFLAGS) all-recursive
180
181.SUFFIXES:
182am--refresh:
183	@:
184$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
185	@for dep in $?; do \
186	  case '$(am__configure_deps)' in \
187	    *$$dep*) \
188	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
189	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
190		&& exit 0; \
191	      exit 1;; \
192	  esac; \
193	done; \
194	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
195	cd $(top_srcdir) && \
196	  $(AUTOMAKE) --gnu  Makefile
197.PRECIOUS: Makefile
198Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
199	@case '$?' in \
200	  *config.status*) \
201	    echo ' $(SHELL) ./config.status'; \
202	    $(SHELL) ./config.status;; \
203	  *) \
204	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
205	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
206	esac;
207
208$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
209	$(SHELL) ./config.status --recheck
210
211$(top_srcdir)/configure:  $(am__configure_deps)
212	cd $(srcdir) && $(AUTOCONF)
213$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
214	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
215
216config.h: stamp-h1
217	@if test ! -f $@; then \
218	  rm -f stamp-h1; \
219	  $(MAKE) stamp-h1; \
220	else :; fi
221
222stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
223	@rm -f stamp-h1
224	cd $(top_builddir) && $(SHELL) ./config.status config.h
225$(srcdir)/config.h.in:  $(am__configure_deps)
226	cd $(top_srcdir) && $(AUTOHEADER)
227	rm -f stamp-h1
228	touch $@
229
230distclean-hdr:
231	-rm -f config.h stamp-h1
232uninstall-info-am:
233
234# This directory's subdirectories are mostly independent; you can cd
235# into them and run `make' without going through this Makefile.
236# To change the values of `make' variables: instead of editing Makefiles,
237# (1) if the variable is set in `config.status', edit `config.status'
238#     (which will cause the Makefiles to be regenerated when you run `make');
239# (2) otherwise, pass the desired values on the `make' command line.
240$(RECURSIVE_TARGETS):
241	@failcom='exit 1'; \
242	for f in x $$MAKEFLAGS; do \
243	  case $$f in \
244	    *=* | --[!k]*);; \
245	    *k*) failcom='fail=yes';; \
246	  esac; \
247	done; \
248	dot_seen=no; \
249	target=`echo $@ | sed s/-recursive//`; \
250	list='$(SUBDIRS)'; for subdir in $$list; do \
251	  echo "Making $$target in $$subdir"; \
252	  if test "$$subdir" = "."; then \
253	    dot_seen=yes; \
254	    local_target="$$target-am"; \
255	  else \
256	    local_target="$$target"; \
257	  fi; \
258	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
259	  || eval $$failcom; \
260	done; \
261	if test "$$dot_seen" = "no"; then \
262	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
263	fi; test -z "$$fail"
264
265mostlyclean-recursive clean-recursive distclean-recursive \
266maintainer-clean-recursive:
267	@failcom='exit 1'; \
268	for f in x $$MAKEFLAGS; do \
269	  case $$f in \
270	    *=* | --[!k]*);; \
271	    *k*) failcom='fail=yes';; \
272	  esac; \
273	done; \
274	dot_seen=no; \
275	case "$@" in \
276	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
277	  *) list='$(SUBDIRS)' ;; \
278	esac; \
279	rev=''; for subdir in $$list; do \
280	  if test "$$subdir" = "."; then :; else \
281	    rev="$$subdir $$rev"; \
282	  fi; \
283	done; \
284	rev="$$rev ."; \
285	target=`echo $@ | sed s/-recursive//`; \
286	for subdir in $$rev; do \
287	  echo "Making $$target in $$subdir"; \
288	  if test "$$subdir" = "."; then \
289	    local_target="$$target-am"; \
290	  else \
291	    local_target="$$target"; \
292	  fi; \
293	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
294	  || eval $$failcom; \
295	done && test -z "$$fail"
296tags-recursive:
297	list='$(SUBDIRS)'; for subdir in $$list; do \
298	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
299	done
300ctags-recursive:
301	list='$(SUBDIRS)'; for subdir in $$list; do \
302	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
303	done
304
305ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
306	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307	unique=`for i in $$list; do \
308	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309	  done | \
310	  $(AWK) '    { files[$$0] = 1; } \
311	       END { for (i in files) print i; }'`; \
312	mkid -fID $$unique
313tags: TAGS
314
315TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
316		$(TAGS_FILES) $(LISP)
317	tags=; \
318	here=`pwd`; \
319	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
320	  include_option=--etags-include; \
321	  empty_fix=.; \
322	else \
323	  include_option=--include; \
324	  empty_fix=; \
325	fi; \
326	list='$(SUBDIRS)'; for subdir in $$list; do \
327	  if test "$$subdir" = .; then :; else \
328	    test ! -f $$subdir/TAGS || \
329	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
330	  fi; \
331	done; \
332	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
333	unique=`for i in $$list; do \
334	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335	  done | \
336	  $(AWK) '    { files[$$0] = 1; } \
337	       END { for (i in files) print i; }'`; \
338	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
339	  test -n "$$unique" || unique=$$empty_fix; \
340	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341	    $$tags $$unique; \
342	fi
343ctags: CTAGS
344CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
345		$(TAGS_FILES) $(LISP)
346	tags=; \
347	here=`pwd`; \
348	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
349	unique=`for i in $$list; do \
350	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351	  done | \
352	  $(AWK) '    { files[$$0] = 1; } \
353	       END { for (i in files) print i; }'`; \
354	test -z "$(CTAGS_ARGS)$$tags$$unique" \
355	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356	     $$tags $$unique
357
358GTAGS:
359	here=`$(am__cd) $(top_builddir) && pwd` \
360	  && cd $(top_srcdir) \
361	  && gtags -i $(GTAGS_ARGS) $$here
362
363distclean-tags:
364	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365
366distdir: $(DISTFILES)
367	$(am__remove_distdir)
368	mkdir $(distdir)
369	$(mkdir_p) $(distdir)/doc $(distdir)/m4 $(distdir)/po $(distdir)/src
370	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
371	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
372	list='$(DISTFILES)'; for file in $$list; do \
373	  case $$file in \
374	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
375	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
376	  esac; \
377	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
378	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
379	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
380	    dir="/$$dir"; \
381	    $(mkdir_p) "$(distdir)$$dir"; \
382	  else \
383	    dir=''; \
384	  fi; \
385	  if test -d $$d/$$file; then \
386	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
387	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
388	    fi; \
389	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
390	  else \
391	    test -f $(distdir)/$$file \
392	    || cp -p $$d/$$file $(distdir)/$$file \
393	    || exit 1; \
394	  fi; \
395	done
396	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
397	  if test "$$subdir" = .; then :; else \
398	    test -d "$(distdir)/$$subdir" \
399	    || $(mkdir_p) "$(distdir)/$$subdir" \
400	    || exit 1; \
401	    distdir=`$(am__cd) $(distdir) && pwd`; \
402	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
403	    (cd $$subdir && \
404	      $(MAKE) $(AM_MAKEFLAGS) \
405	        top_distdir="$$top_distdir" \
406	        distdir="$$distdir/$$subdir" \
407	        distdir) \
408	      || exit 1; \
409	  fi; \
410	done
411	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
412	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
413	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
414	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
415	|| chmod -R a+r $(distdir)
416dist-gzip: distdir
417	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
418	$(am__remove_distdir)
419
420dist-bzip2: distdir
421	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
422	$(am__remove_distdir)
423
424dist-tarZ: distdir
425	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
426	$(am__remove_distdir)
427
428dist-shar: distdir
429	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
430	$(am__remove_distdir)
431
432dist-zip: distdir
433	-rm -f $(distdir).zip
434	zip -rq $(distdir).zip $(distdir)
435	$(am__remove_distdir)
436
437dist dist-all: distdir
438	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
439	$(am__remove_distdir)
440
441# This target untars the dist file and tries a VPATH configuration.  Then
442# it guarantees that the distribution is self-contained by making another
443# tarfile.
444distcheck: dist
445	case '$(DIST_ARCHIVES)' in \
446	*.tar.gz*) \
447	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
448	*.tar.bz2*) \
449	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
450	*.tar.Z*) \
451	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
452	*.shar.gz*) \
453	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
454	*.zip*) \
455	  unzip $(distdir).zip ;;\
456	esac
457	chmod -R a-w $(distdir); chmod a+w $(distdir)
458	mkdir $(distdir)/_build
459	mkdir $(distdir)/_inst
460	chmod a-w $(distdir)
461	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
462	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
463	  && cd $(distdir)/_build \
464	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
465	    $(DISTCHECK_CONFIGURE_FLAGS) \
466	  && $(MAKE) $(AM_MAKEFLAGS) \
467	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
468	  && $(MAKE) $(AM_MAKEFLAGS) check \
469	  && $(MAKE) $(AM_MAKEFLAGS) install \
470	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
471	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
472	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
473	        distuninstallcheck \
474	  && chmod -R a-w "$$dc_install_base" \
475	  && ({ \
476	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
477	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
478	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
479	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
480	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
481	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
482	  && rm -rf "$$dc_destdir" \
483	  && $(MAKE) $(AM_MAKEFLAGS) dist \
484	  && rm -rf $(DIST_ARCHIVES) \
485	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
486	$(am__remove_distdir)
487	@(echo "$(distdir) archives ready for distribution: "; \
488	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
489	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
490distuninstallcheck:
491	@cd $(distuninstallcheck_dir) \
492	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
493	   || { echo "ERROR: files left after uninstall:" ; \
494	        if test -n "$(DESTDIR)"; then \
495	          echo "  (check DESTDIR support)"; \
496	        fi ; \
497	        $(distuninstallcheck_listfiles) ; \
498	        exit 1; } >&2
499distcleancheck: distclean
500	@if test '$(srcdir)' = . ; then \
501	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
502	  exit 1 ; \
503	fi
504	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
505	  || { echo "ERROR: files left in build directory after distclean:" ; \
506	       $(distcleancheck_listfiles) ; \
507	       exit 1; } >&2
508check-am: all-am
509check: check-recursive
510all-am: Makefile config.h
511installdirs: installdirs-recursive
512installdirs-am:
513install: install-recursive
514install-exec: install-exec-recursive
515install-data: install-data-recursive
516uninstall: uninstall-recursive
517
518install-am: all-am
519	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
520
521installcheck: installcheck-recursive
522install-strip:
523	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
524	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
525	  `test -z '$(STRIP)' || \
526	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
527mostlyclean-generic:
528
529clean-generic:
530
531distclean-generic:
532	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
533
534maintainer-clean-generic:
535	@echo "This command is intended for maintainers to use"
536	@echo "it deletes files that may require special tools to rebuild."
537clean: clean-recursive
538
539clean-am: clean-generic mostlyclean-am
540
541distclean: distclean-recursive
542	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
543	-rm -f Makefile
544distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
545
546dvi: dvi-recursive
547
548dvi-am:
549
550html: html-recursive
551
552info: info-recursive
553
554info-am:
555
556install-data-am:
557
558install-exec-am:
559
560install-info: install-info-recursive
561
562install-man:
563
564installcheck-am:
565
566maintainer-clean: maintainer-clean-recursive
567	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
568	-rm -rf $(top_srcdir)/autom4te.cache
569	-rm -f Makefile
570maintainer-clean-am: distclean-am maintainer-clean-generic
571
572mostlyclean: mostlyclean-recursive
573
574mostlyclean-am: mostlyclean-generic
575
576pdf: pdf-recursive
577
578pdf-am:
579
580ps: ps-recursive
581
582ps-am:
583
584uninstall-am: uninstall-info-am
585
586uninstall-info: uninstall-info-recursive
587
588.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
589	check-am clean clean-generic clean-recursive ctags \
590	ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
591	dist-tarZ dist-zip distcheck distclean distclean-generic \
592	distclean-hdr distclean-recursive distclean-tags \
593	distcleancheck distdir distuninstallcheck dvi dvi-am html \
594	html-am info info-am install install-am install-data \
595	install-data-am install-exec install-exec-am install-info \
596	install-info-am install-man install-strip installcheck \
597	installcheck-am installdirs installdirs-am maintainer-clean \
598	maintainer-clean-generic maintainer-clean-recursive \
599	mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
600	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
601	uninstall-info-am
602
603# Tell versions [3.59,3.63) of GNU make to not export all variables.
604# Otherwise a system limit (for SysV at least) may be exceeded.
605.NOEXPORT:
606