1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80target_triplet = @target@
81subdir = common/m4
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
85	$(top_srcdir)/common/m4/as-auto-alt.m4 \
86	$(top_srcdir)/common/m4/as-compiler-flag.m4 \
87	$(top_srcdir)/common/m4/as-docbook.m4 \
88	$(top_srcdir)/common/m4/as-libtool.m4 \
89	$(top_srcdir)/common/m4/as-python.m4 \
90	$(top_srcdir)/common/m4/as-version.m4 \
91	$(top_srcdir)/common/m4/gst-args.m4 \
92	$(top_srcdir)/common/m4/gst-check.m4 \
93	$(top_srcdir)/common/m4/gst-default.m4 \
94	$(top_srcdir)/common/m4/gst-doc.m4 \
95	$(top_srcdir)/common/m4/gst-error.m4 \
96	$(top_srcdir)/common/m4/gst-glib2.m4 \
97	$(top_srcdir)/common/m4/gst-plugindir.m4 \
98	$(top_srcdir)/common/m4/gst.m4 \
99	$(top_srcdir)/common/m4/gtk-doc.m4 \
100	$(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/libtool.m4 \
101	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
102	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
103	$(top_srcdir)/configure.ac
104am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105	$(ACLOCAL_M4)
106mkinstalldirs = $(install_sh) -d
107CONFIG_HEADER = $(top_builddir)/config.h
108CONFIG_CLEAN_FILES =
109CONFIG_CLEAN_VPATH_FILES =
110AM_V_P = $(am__v_P_@AM_V@)
111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112am__v_P_0 = false
113am__v_P_1 = :
114AM_V_GEN = $(am__v_GEN_@AM_V@)
115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116am__v_GEN_0 = @echo "  GEN     " $@;
117am__v_GEN_1 =
118AM_V_at = $(am__v_at_@AM_V@)
119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120am__v_at_0 = @
121am__v_at_1 =
122SOURCES =
123DIST_SOURCES =
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131ACLOCAL = @ACLOCAL@
132ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
133AMTAR = @AMTAR@
134AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
135AR = @AR@
136AS = @AS@
137AUTOCONF = @AUTOCONF@
138AUTOHEADER = @AUTOHEADER@
139AUTOMAKE = @AUTOMAKE@
140AWK = @AWK@
141CAT_ENTRY_END = @CAT_ENTRY_END@
142CAT_ENTRY_START = @CAT_ENTRY_START@
143CC = @CC@
144CCASFLAGS = @CCASFLAGS@
145CCDEPMODE = @CCDEPMODE@
146CFLAGS = @CFLAGS@
147CPP = @CPP@
148CPPFLAGS = @CPPFLAGS@
149CXXFLAGS = @CXXFLAGS@
150CYGPATH_W = @CYGPATH_W@
151DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
152DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
153DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
154DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
155DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
156DEFS = @DEFS@
157DEPDIR = @DEPDIR@
158DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
159DLLTOOL = @DLLTOOL@
160DOCBOOK_ROOT = @DOCBOOK_ROOT@
161DSYMUTIL = @DSYMUTIL@
162DUMPBIN = @DUMPBIN@
163ECHO_C = @ECHO_C@
164ECHO_N = @ECHO_N@
165ECHO_T = @ECHO_T@
166EGREP = @EGREP@
167ERROR_CFLAGS = @ERROR_CFLAGS@
168EXEEXT = @EXEEXT@
169FFLAGS = @FFLAGS@
170FGREP = @FGREP@
171GCOV = @GCOV@
172GCOV_CFLAGS = @GCOV_CFLAGS@
173GCOV_LIBS = @GCOV_LIBS@
174GIO_CFLAGS = @GIO_CFLAGS@
175GIO_LDFLAGS = @GIO_LDFLAGS@
176GIO_LIBS = @GIO_LIBS@
177GLIB_CFLAGS = @GLIB_CFLAGS@
178GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
179GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
180GLIB_LIBS = @GLIB_LIBS@
181GLIB_MKENUMS = @GLIB_MKENUMS@
182GLIB_PREFIX = @GLIB_PREFIX@
183GLIB_REQ = @GLIB_REQ@
184GREP = @GREP@
185GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
186GSTPB_PREFIX = @GSTPB_PREFIX@
187GST_AGE = @GST_AGE@
188GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
189GST_API_VERSION = @GST_API_VERSION@
190GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
191GST_BASE_LIBS = @GST_BASE_LIBS@
192GST_CFLAGS = @GST_CFLAGS@
193GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
194GST_CHECK_LIBS = @GST_CHECK_LIBS@
195GST_CURRENT = @GST_CURRENT@
196GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
197GST_LIBS = @GST_LIBS@
198GST_LIBVERSION = @GST_LIBVERSION@
199GST_LICENSE = @GST_LICENSE@
200GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
201GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
202GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
203GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
204GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
205GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
206GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
207GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
208GST_PLUGINS_GOOD_CFLAGS = @GST_PLUGINS_GOOD_CFLAGS@
209GST_PLUGINS_GOOD_DIR = @GST_PLUGINS_GOOD_DIR@
210GST_PLUGINS_GOOD_LIBS = @GST_PLUGINS_GOOD_LIBS@
211GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
212GST_PLUGIN_LIBTOOLFLAGS = @GST_PLUGIN_LIBTOOLFLAGS@
213GST_PREFIX = @GST_PREFIX@
214GST_REVISION = @GST_REVISION@
215GST_TOOLS_DIR = @GST_TOOLS_DIR@
216GTKDOC_CHECK = @GTKDOC_CHECK@
217GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
218GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
219GTKDOC_MKPDF = @GTKDOC_MKPDF@
220GTKDOC_REBASE = @GTKDOC_REBASE@
221HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
222HAVE_DVIPS = @HAVE_DVIPS@
223HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
224HAVE_JADETEX = @HAVE_JADETEX@
225HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
226HAVE_PNMTOPS = @HAVE_PNMTOPS@
227HAVE_PS2PDF = @HAVE_PS2PDF@
228HAVE_XMLLINT = @HAVE_XMLLINT@
229HAVE_XSLTPROC = @HAVE_XSLTPROC@
230HTML_DIR = @HTML_DIR@
231INSTALL = @INSTALL@
232INSTALL_DATA = @INSTALL_DATA@
233INSTALL_PROGRAM = @INSTALL_PROGRAM@
234INSTALL_SCRIPT = @INSTALL_SCRIPT@
235INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
236LD = @LD@
237LDFLAGS = @LDFLAGS@
238LIBOBJS = @LIBOBJS@
239LIBS = @LIBS@
240LIBTOOL = @LIBTOOL@
241LIPO = @LIPO@
242LN_S = @LN_S@
243LTLIBOBJS = @LTLIBOBJS@
244MAINT = @MAINT@
245MAKEINFO = @MAKEINFO@
246MANIFEST_TOOL = @MANIFEST_TOOL@
247MKDIR_P = @MKDIR_P@
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OTOOL = @OTOOL@
253OTOOL64 = @OTOOL64@
254PACKAGE = @PACKAGE@
255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256PACKAGE_NAME = @PACKAGE_NAME@
257PACKAGE_STRING = @PACKAGE_STRING@
258PACKAGE_TARNAME = @PACKAGE_TARNAME@
259PACKAGE_URL = @PACKAGE_URL@
260PACKAGE_VERSION = @PACKAGE_VERSION@
261PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
262PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
263PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
264PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
265PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
266PATH_SEPARATOR = @PATH_SEPARATOR@
267PKG_CONFIG = @PKG_CONFIG@
268PLUGINDIR = @PLUGINDIR@
269PROFILE_CFLAGS = @PROFILE_CFLAGS@
270PYTHON = @PYTHON@
271PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
272PYTHON_PLATFORM = @PYTHON_PLATFORM@
273PYTHON_PREFIX = @PYTHON_PREFIX@
274PYTHON_VERSION = @PYTHON_VERSION@
275RANLIB = @RANLIB@
276SED = @SED@
277SET_MAKE = @SET_MAKE@
278SHELL = @SHELL@
279STRIP = @STRIP@
280VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
281VALGRIND_LIBS = @VALGRIND_LIBS@
282VALGRIND_PATH = @VALGRIND_PATH@
283VERSION = @VERSION@
284WARNING_CFLAGS = @WARNING_CFLAGS@
285XML_CATALOG = @XML_CATALOG@
286XSLTPROC = @XSLTPROC@
287XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
288abs_builddir = @abs_builddir@
289abs_srcdir = @abs_srcdir@
290abs_top_builddir = @abs_top_builddir@
291abs_top_srcdir = @abs_top_srcdir@
292ac_ct_AR = @ac_ct_AR@
293ac_ct_CC = @ac_ct_CC@
294ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295am__include = @am__include@
296am__leading_dot = @am__leading_dot@
297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
300bindir = @bindir@
301build = @build@
302build_alias = @build_alias@
303build_cpu = @build_cpu@
304build_os = @build_os@
305build_vendor = @build_vendor@
306builddir = @builddir@
307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
311exec_prefix = @exec_prefix@
312host = @host@
313host_alias = @host_alias@
314host_cpu = @host_cpu@
315host_os = @host_os@
316host_vendor = @host_vendor@
317htmldir = @htmldir@
318includedir = @includedir@
319infodir = @infodir@
320install_sh = @install_sh@
321libdir = @libdir@
322libexecdir = @libexecdir@
323localedir = @localedir@
324localstatedir = @localstatedir@
325mandir = @mandir@
326mkdir_p = @mkdir_p@
327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
329pkgpyexecdir = @pkgpyexecdir@
330pkgpythondir = @pkgpythondir@
331plugindir = @plugindir@
332prefix = @prefix@
333program_transform_name = @program_transform_name@
334psdir = @psdir@
335pyexecdir = @pyexecdir@
336pythondir = @pythondir@
337sbindir = @sbindir@
338sharedstatedir = @sharedstatedir@
339srcdir = @srcdir@
340sysconfdir = @sysconfdir@
341target = @target@
342target_alias = @target_alias@
343target_cpu = @target_cpu@
344target_os = @target_os@
345target_vendor = @target_vendor@
346top_build_prefix = @top_build_prefix@
347top_builddir = @top_builddir@
348top_srcdir = @top_srcdir@
349EXTRA_DIST = \
350	README \
351	as-ac-expand.m4 \
352	as-auto-alt.m4 \
353	as-compiler-flag.m4 \
354	as-compiler.m4 \
355	as-docbook.m4 \
356	as-gcc-inline-assembly.m4 \
357	as-libtool.m4 \
358	as-libtool-tags.m4 \
359	as-python.m4 \
360	as-version.m4 \
361	ax_create_stdint_h.m4 \
362	glib-gettext.m4 \
363	gst-arch.m4 \
364	gst-args.m4 \
365	gst-check.m4 \
366	gst-debuginfo.m4 \
367	gst-default.m4 \
368	gst-doc.m4 \
369	gst-dowhile.m4 \
370	gst-error.m4 \
371	gst-feature.m4 \
372	gst-function.m4 \
373	gst-gettext.m4 \
374	gst-glib2.m4 \
375	gst-libxml2.m4 \
376	gst-parser.m4 \
377	gst-package-release-datetime.m4 \
378	gst-platform.m4 \
379	gst-plugindir.m4 \
380	gst-plugin-docs.m4 \
381	gst-valgrind.m4 \
382	gst-x11.m4 \
383	gst.m4 \
384	gtk-doc.m4 \
385	introspection.m4 \
386	pkg.m4 \
387	check.m4 \
388	orc.m4
389
390all: all-am
391
392.SUFFIXES:
393$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
394	@for dep in $?; do \
395	  case '$(am__configure_deps)' in \
396	    *$$dep*) \
397	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
398	        && { if test -f $@; then exit 0; else break; fi; }; \
399	      exit 1;; \
400	  esac; \
401	done; \
402	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/m4/Makefile'; \
403	$(am__cd) $(top_srcdir) && \
404	  $(AUTOMAKE) --gnu common/m4/Makefile
405.PRECIOUS: Makefile
406Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407	@case '$?' in \
408	  *config.status*) \
409	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
410	  *) \
411	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
412	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
413	esac;
414
415$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
416	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417
418$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422$(am__aclocal_m4_deps):
423
424mostlyclean-libtool:
425	-rm -f *.lo
426
427clean-libtool:
428	-rm -rf .libs _libs
429tags TAGS:
430
431ctags CTAGS:
432
433cscope cscopelist:
434
435
436distdir: $(DISTFILES)
437	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439	list='$(DISTFILES)'; \
440	  dist_files=`for file in $$list; do echo $$file; done | \
441	  sed -e "s|^$$srcdirstrip/||;t" \
442	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
443	case $$dist_files in \
444	  */*) $(MKDIR_P) `echo "$$dist_files" | \
445			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
446			   sort -u` ;; \
447	esac; \
448	for file in $$dist_files; do \
449	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450	  if test -d $$d/$$file; then \
451	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
452	    if test -d "$(distdir)/$$file"; then \
453	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454	    fi; \
455	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
457	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458	    fi; \
459	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
460	  else \
461	    test -f "$(distdir)/$$file" \
462	    || cp -p $$d/$$file "$(distdir)/$$file" \
463	    || exit 1; \
464	  fi; \
465	done
466check-am: all-am
467check: check-am
468all-am: Makefile
469installdirs:
470install: install-am
471install-exec: install-exec-am
472install-data: install-data-am
473uninstall: uninstall-am
474
475install-am: all-am
476	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
477
478installcheck: installcheck-am
479install-strip:
480	if test -z '$(STRIP)'; then \
481	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483	      install; \
484	else \
485	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
486	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
487	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
488	fi
489mostlyclean-generic:
490
491clean-generic:
492
493distclean-generic:
494	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
495	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
496
497maintainer-clean-generic:
498	@echo "This command is intended for maintainers to use"
499	@echo "it deletes files that may require special tools to rebuild."
500clean: clean-am
501
502clean-am: clean-generic clean-libtool mostlyclean-am
503
504distclean: distclean-am
505	-rm -f Makefile
506distclean-am: clean-am distclean-generic
507
508dvi: dvi-am
509
510dvi-am:
511
512html: html-am
513
514html-am:
515
516info: info-am
517
518info-am:
519
520install-data-am:
521
522install-dvi: install-dvi-am
523
524install-dvi-am:
525
526install-exec-am:
527
528install-html: install-html-am
529
530install-html-am:
531
532install-info: install-info-am
533
534install-info-am:
535
536install-man:
537
538install-pdf: install-pdf-am
539
540install-pdf-am:
541
542install-ps: install-ps-am
543
544install-ps-am:
545
546installcheck-am:
547
548maintainer-clean: maintainer-clean-am
549	-rm -f Makefile
550maintainer-clean-am: distclean-am maintainer-clean-generic
551
552mostlyclean: mostlyclean-am
553
554mostlyclean-am: mostlyclean-generic mostlyclean-libtool
555
556pdf: pdf-am
557
558pdf-am:
559
560ps: ps-am
561
562ps-am:
563
564uninstall-am:
565
566.MAKE: install-am install-strip
567
568.PHONY: all all-am check check-am clean clean-generic clean-libtool \
569	cscopelist-am ctags-am distclean distclean-generic \
570	distclean-libtool distdir dvi dvi-am html html-am info info-am \
571	install install-am install-data install-data-am install-dvi \
572	install-dvi-am install-exec install-exec-am install-html \
573	install-html-am install-info install-info-am install-man \
574	install-pdf install-pdf-am install-ps install-ps-am \
575	install-strip installcheck installcheck-am installdirs \
576	maintainer-clean maintainer-clean-generic mostlyclean \
577	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
578	tags-am uninstall uninstall-am
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:
584