xref: /third_party/lame/include/Makefile.in (revision 159b3361)
1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# global section for every Makefile.am
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = include
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
96	$(top_srcdir)/configure.in
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
100	$(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 = 
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 = 
117SOURCES =
118DIST_SOURCES =
119am__can_run_installinfo = \
120  case $$AM_UPDATE_INFO_DIR in \
121    n|no|NO) false;; \
122    *) (install-info --version) >/dev/null 2>&1;; \
123  esac
124am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125am__vpath_adj = case $$p in \
126    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127    *) f=$$p;; \
128  esac;
129am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130am__install_max = 40
131am__nobase_strip_setup = \
132  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133am__nobase_strip = \
134  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135am__nobase_list = $(am__nobase_strip_setup); \
136  for p in $$list; do echo "$$p $$p"; done | \
137  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139    if (++n[$$2] == $(am__install_max)) \
140      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141    END { for (dir in files) print dir, files[dir] }'
142am__base_list = \
143  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145am__uninstall_files_from_dir = { \
146  test -z "$$files" \
147    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149         $(am__cd) "$$dir" && rm -f $$files; }; \
150  }
151am__installdirs = "$(DESTDIR)$(pkgincludedir)"
152HEADERS = $(pkginclude_HEADERS)
153am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154# Read a list of newline-separated strings from the standard input,
155# and print each of them once, without duplicates.  Input order is
156# *not* preserved.
157am__uniquify_input = $(AWK) '\
158  BEGIN { nonempty = 0; } \
159  { items[$$0] = 1; nonempty = 1; } \
160  END { if (nonempty) { for (i in items) print i; }; } \
161'
162# Make sure the list of sources is unique.  This is necessary because,
163# e.g., the same source file might be shared among _SOURCES variables
164# for different programs/libraries.
165am__define_uniq_tagged_files = \
166  list='$(am__tagged_files)'; \
167  unique=`for i in $$list; do \
168    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169  done | $(am__uniquify_input)`
170ETAGS = etags
171CTAGS = ctags
172am__DIST_COMMON = $(srcdir)/Makefile.in \
173	$(top_srcdir)/Makefile.am.global
174DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175ACLOCAL = @ACLOCAL@
176ALLOCA = @ALLOCA@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179AR = @AR@
180AUTOCONF = @AUTOCONF@
181AUTOHEADER = @AUTOHEADER@
182AUTOMAKE = @AUTOMAKE@
183AWK = @AWK@
184CC = @CC@
185CCDEPMODE = @CCDEPMODE@
186CFLAGS = @CFLAGS@
187CONFIG_DEFS = @CONFIG_DEFS@
188CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
189CPP = @CPP@
190CPPFLAGS = @CPPFLAGS@
191CPUCCODE = @CPUCCODE@
192CPUTYPE = @CPUTYPE@
193CYGPATH_W = @CYGPATH_W@
194DEFS = @DEFS@
195DEPDIR = @DEPDIR@
196DLLTOOL = @DLLTOOL@
197DSYMUTIL = @DSYMUTIL@
198DUMPBIN = @DUMPBIN@
199ECHO_C = @ECHO_C@
200ECHO_N = @ECHO_N@
201ECHO_T = @ECHO_T@
202EGREP = @EGREP@
203EXEEXT = @EXEEXT@
204FGREP = @FGREP@
205FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
206FRONTEND_LDADD = @FRONTEND_LDADD@
207FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
208GREP = @GREP@
209GTK_CFLAGS = @GTK_CFLAGS@
210GTK_CONFIG = @GTK_CONFIG@
211GTK_LIBS = @GTK_LIBS@
212INCLUDES = @INCLUDES@
213INSTALL = @INSTALL@
214INSTALL_DATA = @INSTALL_DATA@
215INSTALL_PROGRAM = @INSTALL_PROGRAM@
216INSTALL_SCRIPT = @INSTALL_SCRIPT@
217INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
218LD = @LD@
219LDADD = @LDADD@
220LDFLAGS = @LDFLAGS@
221LIBICONV = @LIBICONV@
222LIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@
223LIBOBJS = @LIBOBJS@
224LIBS = @LIBS@
225LIBTOOL = @LIBTOOL@
226LIBTOOL_DEPS = @LIBTOOL_DEPS@
227LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
228LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
229LIPO = @LIPO@
230LN_S = @LN_S@
231LTLIBICONV = @LTLIBICONV@
232LTLIBOBJS = @LTLIBOBJS@
233LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
234MAINT = @MAINT@
235MAKEDEP = @MAKEDEP@
236MAKEINFO = @MAKEINFO@
237MANIFEST_TOOL = @MANIFEST_TOOL@
238MKDIR_P = @MKDIR_P@
239NASM = @NASM@
240NASM_FORMAT = @NASM_FORMAT@
241NM = @NM@
242NMEDIT = @NMEDIT@
243OBJDUMP = @OBJDUMP@
244OBJEXT = @OBJEXT@
245OTOOL = @OTOOL@
246OTOOL64 = @OTOOL64@
247PACKAGE = @PACKAGE@
248PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
249PACKAGE_NAME = @PACKAGE_NAME@
250PACKAGE_STRING = @PACKAGE_STRING@
251PACKAGE_TARNAME = @PACKAGE_TARNAME@
252PACKAGE_URL = @PACKAGE_URL@
253PACKAGE_VERSION = @PACKAGE_VERSION@
254PATH_SEPARATOR = @PATH_SEPARATOR@
255PKG_CONFIG = @PKG_CONFIG@
256PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
257PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
258RANLIB = @RANLIB@
259RM_F = @RM_F@
260SED = @SED@
261SET_MAKE = @SET_MAKE@
262SHELL = @SHELL@
263SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
264SNDFILE_LIBS = @SNDFILE_LIBS@
265STRIP = @STRIP@
266VERSION = @VERSION@
267WITH_FRONTEND = @WITH_FRONTEND@
268WITH_MP3RTP = @WITH_MP3RTP@
269WITH_MP3X = @WITH_MP3X@
270abs_builddir = @abs_builddir@
271abs_srcdir = @abs_srcdir@
272abs_top_builddir = @abs_top_builddir@
273abs_top_srcdir = @abs_top_srcdir@
274ac_ct_AR = @ac_ct_AR@
275ac_ct_CC = @ac_ct_CC@
276ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
277am__include = @am__include@
278am__leading_dot = @am__leading_dot@
279am__quote = @am__quote@
280am__tar = @am__tar@
281am__untar = @am__untar@
282bindir = @bindir@
283build = @build@
284build_alias = @build_alias@
285build_cpu = @build_cpu@
286build_os = @build_os@
287build_vendor = @build_vendor@
288builddir = @builddir@
289datadir = @datadir@
290datarootdir = @datarootdir@
291docdir = @docdir@
292dvidir = @dvidir@
293exec_prefix = @exec_prefix@
294host = @host@
295host_alias = @host_alias@
296host_cpu = @host_cpu@
297host_os = @host_os@
298host_vendor = @host_vendor@
299htmldir = @htmldir@
300includedir = @includedir@
301infodir = @infodir@
302install_sh = @install_sh@
303libdir = @libdir@
304libexecdir = @libexecdir@
305localedir = @localedir@
306localstatedir = @localstatedir@
307mandir = @mandir@
308mkdir_p = @mkdir_p@
309mpg123_CFLAGS = @mpg123_CFLAGS@
310mpg123_LIBS = @mpg123_LIBS@
311oldincludedir = @oldincludedir@
312pdfdir = @pdfdir@
313prefix = @prefix@
314program_transform_name = @program_transform_name@
315psdir = @psdir@
316sbindir = @sbindir@
317sharedstatedir = @sharedstatedir@
318srcdir = @srcdir@
319sysconfdir = @sysconfdir@
320target_alias = @target_alias@
321top_build_prefix = @top_build_prefix@
322top_builddir = @top_builddir@
323top_srcdir = @top_srcdir@
324AUTOMAKE_OPTIONS = 1.15 foreign
325pkginclude_HEADERS = lame.h
326EXTRA_DIST = lame.def libmp3lame.sym
327all: all-am
328
329.SUFFIXES:
330$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
331	@for dep in $?; do \
332	  case '$(am__configure_deps)' in \
333	    *$$dep*) \
334	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
335	        && { if test -f $@; then exit 0; else break; fi; }; \
336	      exit 1;; \
337	  esac; \
338	done; \
339	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
340	$(am__cd) $(top_srcdir) && \
341	  $(AUTOMAKE) --foreign include/Makefile
342Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343	@case '$?' in \
344	  *config.status*) \
345	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
346	  *) \
347	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
348	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
349	esac;
350$(top_srcdir)/Makefile.am.global $(am__empty):
351
352$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
355$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
356	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
358	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359$(am__aclocal_m4_deps):
360
361mostlyclean-libtool:
362	-rm -f *.lo
363
364clean-libtool:
365	-rm -rf .libs _libs
366install-pkgincludeHEADERS: $(pkginclude_HEADERS)
367	@$(NORMAL_INSTALL)
368	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
369	if test -n "$$list"; then \
370	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
371	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
372	fi; \
373	for p in $$list; do \
374	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
375	  echo "$$d$$p"; \
376	done | $(am__base_list) | \
377	while read files; do \
378	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
379	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
380	done
381
382uninstall-pkgincludeHEADERS:
383	@$(NORMAL_UNINSTALL)
384	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
385	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
386	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
387
388ID: $(am__tagged_files)
389	$(am__define_uniq_tagged_files); mkid -fID $$unique
390tags: tags-am
391TAGS: tags
392
393tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
394	set x; \
395	here=`pwd`; \
396	$(am__define_uniq_tagged_files); \
397	shift; \
398	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399	  test -n "$$unique" || unique=$$empty_fix; \
400	  if test $$# -gt 0; then \
401	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402	      "$$@" $$unique; \
403	  else \
404	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405	      $$unique; \
406	  fi; \
407	fi
408ctags: ctags-am
409
410CTAGS: ctags
411ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
412	$(am__define_uniq_tagged_files); \
413	test -z "$(CTAGS_ARGS)$$unique" \
414	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
415	     $$unique
416
417GTAGS:
418	here=`$(am__cd) $(top_builddir) && pwd` \
419	  && $(am__cd) $(top_srcdir) \
420	  && gtags -i $(GTAGS_ARGS) "$$here"
421cscopelist: cscopelist-am
422
423cscopelist-am: $(am__tagged_files)
424	list='$(am__tagged_files)'; \
425	case "$(srcdir)" in \
426	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
427	  *) sdir=$(subdir)/$(srcdir) ;; \
428	esac; \
429	for i in $$list; do \
430	  if test -f "$$i"; then \
431	    echo "$(subdir)/$$i"; \
432	  else \
433	    echo "$$sdir/$$i"; \
434	  fi; \
435	done >> $(top_builddir)/cscope.files
436
437distclean-tags:
438	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439
440distdir: $(BUILT_SOURCES)
441	$(MAKE) $(AM_MAKEFLAGS) distdir-am
442
443distdir-am: $(DISTFILES)
444	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446	list='$(DISTFILES)'; \
447	  dist_files=`for file in $$list; do echo $$file; done | \
448	  sed -e "s|^$$srcdirstrip/||;t" \
449	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
450	case $$dist_files in \
451	  */*) $(MKDIR_P) `echo "$$dist_files" | \
452			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
453			   sort -u` ;; \
454	esac; \
455	for file in $$dist_files; do \
456	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457	  if test -d $$d/$$file; then \
458	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
459	    if test -d "$(distdir)/$$file"; then \
460	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461	    fi; \
462	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
463	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
464	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465	    fi; \
466	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
467	  else \
468	    test -f "$(distdir)/$$file" \
469	    || cp -p $$d/$$file "$(distdir)/$$file" \
470	    || exit 1; \
471	  fi; \
472	done
473check-am: all-am
474check: check-am
475all-am: Makefile $(HEADERS)
476installdirs:
477	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
478	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
479	done
480install: install-am
481install-exec: install-exec-am
482install-data: install-data-am
483uninstall: uninstall-am
484
485install-am: all-am
486	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487
488installcheck: installcheck-am
489install-strip:
490	if test -z '$(STRIP)'; then \
491	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493	      install; \
494	else \
495	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
496	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
497	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
498	fi
499mostlyclean-generic:
500
501clean-generic:
502
503distclean-generic:
504	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
505	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
506
507maintainer-clean-generic:
508	@echo "This command is intended for maintainers to use"
509	@echo "it deletes files that may require special tools to rebuild."
510clean: clean-am
511
512clean-am: clean-generic clean-libtool mostlyclean-am
513
514distclean: distclean-am
515	-rm -f Makefile
516distclean-am: clean-am distclean-generic distclean-tags
517
518dvi: dvi-am
519
520dvi-am:
521
522html: html-am
523
524html-am:
525
526info: info-am
527
528info-am:
529
530install-data-am: install-pkgincludeHEADERS
531
532install-dvi: install-dvi-am
533
534install-dvi-am:
535
536install-exec-am:
537
538install-html: install-html-am
539
540install-html-am:
541
542install-info: install-info-am
543
544install-info-am:
545
546install-man:
547
548install-pdf: install-pdf-am
549
550install-pdf-am:
551
552install-ps: install-ps-am
553
554install-ps-am:
555
556installcheck-am:
557
558maintainer-clean: maintainer-clean-am
559	-rm -f Makefile
560maintainer-clean-am: distclean-am maintainer-clean-generic
561
562mostlyclean: mostlyclean-am
563
564mostlyclean-am: mostlyclean-generic mostlyclean-libtool
565
566pdf: pdf-am
567
568pdf-am:
569
570ps: ps-am
571
572ps-am:
573
574uninstall-am: uninstall-pkgincludeHEADERS
575
576.MAKE: install-am install-strip
577
578.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
579	clean-libtool cscopelist-am ctags ctags-am distclean \
580	distclean-generic distclean-libtool distclean-tags distdir dvi \
581	dvi-am html html-am info info-am install install-am \
582	install-data install-data-am install-dvi install-dvi-am \
583	install-exec install-exec-am install-html install-html-am \
584	install-info install-info-am install-man install-pdf \
585	install-pdf-am install-pkgincludeHEADERS install-ps \
586	install-ps-am install-strip installcheck installcheck-am \
587	installdirs maintainer-clean maintainer-clean-generic \
588	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
589	ps ps-am tags tags-am uninstall uninstall-am \
590	uninstall-pkgincludeHEADERS
591
592.PRECIOUS: Makefile
593
594
595# end global section
596
597# Tell versions [3.59,3.63) of GNU make to not export all variables.
598# Otherwise a system limit (for SysV at least) may be exceeded.
599.NOEXPORT:
600