1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = gst/typefind
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
95	$(top_srcdir)/common/m4/as-auto-alt.m4 \
96	$(top_srcdir)/common/m4/as-compiler-flag.m4 \
97	$(top_srcdir)/common/m4/as-libtool.m4 \
98	$(top_srcdir)/common/m4/as-version.m4 \
99	$(top_srcdir)/common/m4/ax_create_stdint_h.m4 \
100	$(top_srcdir)/common/m4/ax_pthread.m4 \
101	$(top_srcdir)/common/m4/gst-arch.m4 \
102	$(top_srcdir)/common/m4/gst-args.m4 \
103	$(top_srcdir)/common/m4/gst-check.m4 \
104	$(top_srcdir)/common/m4/gst-default.m4 \
105	$(top_srcdir)/common/m4/gst-error.m4 \
106	$(top_srcdir)/common/m4/gst-feature.m4 \
107	$(top_srcdir)/common/m4/gst-function.m4 \
108	$(top_srcdir)/common/m4/gst-gettext.m4 \
109	$(top_srcdir)/common/m4/gst-glib2.m4 \
110	$(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
111	$(top_srcdir)/common/m4/gst-platform.m4 \
112	$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
113	$(top_srcdir)/common/m4/gst-plugindir.m4 \
114	$(top_srcdir)/common/m4/gst.m4 \
115	$(top_srcdir)/common/m4/gtk-doc.m4 \
116	$(top_srcdir)/common/m4/introspection.m4 \
117	$(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
118	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gst-alsa.m4 \
119	$(top_srcdir)/m4/gst-gl.m4 $(top_srcdir)/m4/iconv.m4 \
120	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
121	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
122	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lrint.m4 \
123	$(top_srcdir)/m4/lrintf.m4 $(top_srcdir)/m4/ltoptions.m4 \
124	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
125	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
126	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
127	$(top_srcdir)/configure.ac
128am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
129	$(ACLOCAL_M4)
130DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
131mkinstalldirs = $(install_sh) -d
132CONFIG_HEADER = $(top_builddir)/config.h
133CONFIG_CLEAN_FILES =
134CONFIG_CLEAN_VPATH_FILES =
135am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
136am__vpath_adj = case $$p in \
137    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
138    *) f=$$p;; \
139  esac;
140am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
141am__install_max = 40
142am__nobase_strip_setup = \
143  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
144am__nobase_strip = \
145  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
146am__nobase_list = $(am__nobase_strip_setup); \
147  for p in $$list; do echo "$$p $$p"; done | \
148  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
149  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
150    if (++n[$$2] == $(am__install_max)) \
151      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
152    END { for (dir in files) print dir, files[dir] }'
153am__base_list = \
154  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
155  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
156am__uninstall_files_from_dir = { \
157  test -z "$$files" \
158    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
159    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
160         $(am__cd) "$$dir" && rm -f $$files; }; \
161  }
162am__installdirs = "$(DESTDIR)$(plugindir)"
163LTLIBRARIES = $(plugin_LTLIBRARIES)
164am__DEPENDENCIES_1 =
165libgsttypefindfunctions_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
166	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
167	$(am__DEPENDENCIES_1)
168am_libgsttypefindfunctions_la_OBJECTS =  \
169	libgsttypefindfunctions_la-gsttypefindfunctions.lo
170libgsttypefindfunctions_la_OBJECTS =  \
171	$(am_libgsttypefindfunctions_la_OBJECTS)
172AM_V_lt = $(am__v_lt_@AM_V@)
173am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
174am__v_lt_0 = --silent
175am__v_lt_1 =
176libgsttypefindfunctions_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
177	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
178	$(libgsttypefindfunctions_la_CFLAGS) $(CFLAGS) \
179	$(libgsttypefindfunctions_la_LDFLAGS) $(LDFLAGS) -o $@
180AM_V_P = $(am__v_P_@AM_V@)
181am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
182am__v_P_0 = false
183am__v_P_1 = :
184AM_V_GEN = $(am__v_GEN_@AM_V@)
185am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
186am__v_GEN_0 = @echo "  GEN     " $@;
187am__v_GEN_1 =
188AM_V_at = $(am__v_at_@AM_V@)
189am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
190am__v_at_0 = @
191am__v_at_1 =
192DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
193depcomp = $(SHELL) $(top_srcdir)/depcomp
194am__maybe_remake_depfiles = depfiles
195am__depfiles_remade = ./$(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo
196am__mv = mv -f
197COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
198	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
199LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
200	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
201	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
202	$(AM_CFLAGS) $(CFLAGS)
203AM_V_CC = $(am__v_CC_@AM_V@)
204am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
205am__v_CC_0 = @echo "  CC      " $@;
206am__v_CC_1 =
207CCLD = $(CC)
208LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
209	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
210	$(AM_LDFLAGS) $(LDFLAGS) -o $@
211AM_V_CCLD = $(am__v_CCLD_@AM_V@)
212am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
213am__v_CCLD_0 = @echo "  CCLD    " $@;
214am__v_CCLD_1 =
215SOURCES = $(libgsttypefindfunctions_la_SOURCES)
216DIST_SOURCES = $(libgsttypefindfunctions_la_SOURCES)
217am__can_run_installinfo = \
218  case $$AM_UPDATE_INFO_DIR in \
219    n|no|NO) false;; \
220    *) (install-info --version) >/dev/null 2>&1;; \
221  esac
222am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
223# Read a list of newline-separated strings from the standard input,
224# and print each of them once, without duplicates.  Input order is
225# *not* preserved.
226am__uniquify_input = $(AWK) '\
227  BEGIN { nonempty = 0; } \
228  { items[$$0] = 1; nonempty = 1; } \
229  END { if (nonempty) { for (i in items) print i; }; } \
230'
231# Make sure the list of sources is unique.  This is necessary because,
232# e.g., the same source file might be shared among _SOURCES variables
233# for different programs/libraries.
234am__define_uniq_tagged_files = \
235  list='$(am__tagged_files)'; \
236  unique=`for i in $$list; do \
237    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
238  done | $(am__uniquify_input)`
239ETAGS = etags
240CTAGS = ctags
241am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
242DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243ACLOCAL = @ACLOCAL@
244ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
245ALSA_CFLAGS = @ALSA_CFLAGS@
246ALSA_LIBS = @ALSA_LIBS@
247AMTAR = @AMTAR@
248AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
249AR = @AR@
250AS = @AS@
251AUDIORESAMPLE_FORMAT_AUTO = @AUDIORESAMPLE_FORMAT_AUTO@
252AUDIORESAMPLE_FORMAT_FLOAT = @AUDIORESAMPLE_FORMAT_FLOAT@
253AUDIORESAMPLE_FORMAT_INT = @AUDIORESAMPLE_FORMAT_INT@
254AUTOCONF = @AUTOCONF@
255AUTOHEADER = @AUTOHEADER@
256AUTOMAKE = @AUTOMAKE@
257AWK = @AWK@
258CC = @CC@
259CCASFLAGS = @CCASFLAGS@
260CCDEPMODE = @CCDEPMODE@
261CDPARANOIA_CFLAGS = @CDPARANOIA_CFLAGS@
262CDPARANOIA_LIBS = @CDPARANOIA_LIBS@
263CFLAGS = @CFLAGS@
264CPP = @CPP@
265CPPFLAGS = @CPPFLAGS@
266CXX = @CXX@
267CXXCPP = @CXXCPP@
268CXXDEPMODE = @CXXDEPMODE@
269CXXFLAGS = @CXXFLAGS@
270CYGPATH_W = @CYGPATH_W@
271DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
272DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
273DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
274DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
275DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
276DEFS = @DEFS@
277DEPDIR = @DEPDIR@
278DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
279DLLTOOL = @DLLTOOL@
280DRM_CFLAGS = @DRM_CFLAGS@
281DRM_LIBS = @DRM_LIBS@
282DSYMUTIL = @DSYMUTIL@
283DUMPBIN = @DUMPBIN@
284ECHO_C = @ECHO_C@
285ECHO_N = @ECHO_N@
286ECHO_T = @ECHO_T@
287EGL_CFLAGS = @EGL_CFLAGS@
288EGL_LIBS = @EGL_LIBS@
289EGREP = @EGREP@
290ERROR_CFLAGS = @ERROR_CFLAGS@
291ERROR_CXXFLAGS = @ERROR_CXXFLAGS@
292ERROR_OBJCFLAGS = @ERROR_OBJCFLAGS@
293EXEEXT = @EXEEXT@
294EXTRA_CFLAGS = @EXTRA_CFLAGS@
295FFLAGS = @FFLAGS@
296FGREP = @FGREP@
297GBM_CFLAGS = @GBM_CFLAGS@
298GBM_LIBS = @GBM_LIBS@
299GCOV = @GCOV@
300GCOV_CFLAGS = @GCOV_CFLAGS@
301GCOV_LIBS = @GCOV_LIBS@
302GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
303GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
304GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
305GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
306GIO_CFLAGS = @GIO_CFLAGS@
307GIO_LDFLAGS = @GIO_LDFLAGS@
308GIO_LIBS = @GIO_LIBS@
309GIO_UNIX_2_0_CFLAGS = @GIO_UNIX_2_0_CFLAGS@
310GIO_UNIX_2_0_LIBS = @GIO_UNIX_2_0_LIBS@
311GLES2_CFLAGS = @GLES2_CFLAGS@
312GLES2_LIBS = @GLES2_LIBS@
313GLIB_CFLAGS = @GLIB_CFLAGS@
314GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
315GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
316GLIB_LIBS = @GLIB_LIBS@
317GLIB_MKENUMS = @GLIB_MKENUMS@
318GLIB_PREFIX = @GLIB_PREFIX@
319GLIB_REQ = @GLIB_REQ@
320GL_APIS = @GL_APIS@
321GL_CFLAGS = @GL_CFLAGS@
322GL_LIBS = @GL_LIBS@
323GL_OBJCFLAGS = @GL_OBJCFLAGS@
324GL_PLATFORMS = @GL_PLATFORMS@
325GL_WINDOWS = @GL_WINDOWS@
326GMODULE_NO_EXPORT_CFLAGS = @GMODULE_NO_EXPORT_CFLAGS@
327GMODULE_NO_EXPORT_LIBS = @GMODULE_NO_EXPORT_LIBS@
328GMSGFMT = @GMSGFMT@
329GMSGFMT_015 = @GMSGFMT_015@
330GRAPHENE_CFLAGS = @GRAPHENE_CFLAGS@
331GRAPHENE_LIBS = @GRAPHENE_LIBS@
332GREP = @GREP@
333GST_AGE = @GST_AGE@
334GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
335GST_API_VERSION = @GST_API_VERSION@
336GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
337GST_BASE_LIBS = @GST_BASE_LIBS@
338GST_CFLAGS = @GST_CFLAGS@
339GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
340GST_CHECK_LIBS = @GST_CHECK_LIBS@
341GST_CONTROLLER_CFLAGS = @GST_CONTROLLER_CFLAGS@
342GST_CONTROLLER_LIBS = @GST_CONTROLLER_LIBS@
343GST_CURRENT = @GST_CURRENT@
344GST_CXXFLAGS = @GST_CXXFLAGS@
345GST_INSTALL_PLUGINS_HELPER = @GST_INSTALL_PLUGINS_HELPER@
346GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
347GST_LIBS = @GST_LIBS@
348GST_LIBVERSION = @GST_LIBVERSION@
349GST_LIB_LDFLAGS = @GST_LIB_LDFLAGS@
350GST_LICENSE = @GST_LICENSE@
351GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
352GST_NET_CFLAGS = @GST_NET_CFLAGS@
353GST_NET_LIBS = @GST_NET_LIBS@
354GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
355GST_OPTION_CXXFLAGS = @GST_OPTION_CXXFLAGS@
356GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
357GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
358GST_PKG_CONFIG_PATH = @GST_PKG_CONFIG_PATH@
359GST_PLUGINS_ALL = @GST_PLUGINS_ALL@
360GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
361GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
362GST_PLUGINS_NONPORTED = @GST_PLUGINS_NONPORTED@
363GST_PLUGINS_SELECTED = @GST_PLUGINS_SELECTED@
364GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
365GST_PREFIX = @GST_PREFIX@
366GST_REVISION = @GST_REVISION@
367GST_TOOLS_DIR = @GST_TOOLS_DIR@
368GTKDOC_CHECK = @GTKDOC_CHECK@
369GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
370GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
371GTKDOC_MKPDF = @GTKDOC_MKPDF@
372GTKDOC_REBASE = @GTKDOC_REBASE@
373GTK_CFLAGS = @GTK_CFLAGS@
374GTK_LIBS = @GTK_LIBS@
375GTK_QUARTZ_CFLAGS = @GTK_QUARTZ_CFLAGS@
376GTK_QUARTZ_LIBS = @GTK_QUARTZ_LIBS@
377GTK_X11_CFLAGS = @GTK_X11_CFLAGS@
378GTK_X11_LIBS = @GTK_X11_LIBS@
379G_UDEV_CFLAGS = @G_UDEV_CFLAGS@
380G_UDEV_LIBS = @G_UDEV_LIBS@
381HAVE_CDPARANOIA = @HAVE_CDPARANOIA@
382HAVE_EGL = @HAVE_EGL@
383HAVE_GL = @HAVE_GL@
384HAVE_GLES2 = @HAVE_GLES2@
385HAVE_GRAPHENE = @HAVE_GRAPHENE@
386HAVE_JPEG = @HAVE_JPEG@
387HAVE_PNG = @HAVE_PNG@
388HAVE_XSHM = @HAVE_XSHM@
389HAVE_ZLIB = @HAVE_ZLIB@
390HTML_DIR = @HTML_DIR@
391INSTALL = @INSTALL@
392INSTALL_DATA = @INSTALL_DATA@
393INSTALL_PROGRAM = @INSTALL_PROGRAM@
394INSTALL_SCRIPT = @INSTALL_SCRIPT@
395INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
396INTLLIBS = @INTLLIBS@
397INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
398INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
399INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
400INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
401INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
402INTROSPECTION_INIT = @INTROSPECTION_INIT@
403INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
404INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
405INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
406INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
407IVORBIS_CFLAGS = @IVORBIS_CFLAGS@
408IVORBIS_LIBS = @IVORBIS_LIBS@
409JPEG_LIBS = @JPEG_LIBS@
410LD = @LD@
411LDFLAGS = @LDFLAGS@
412LIBICONV = @LIBICONV@
413LIBINTL = @LIBINTL@
414LIBM = @LIBM@
415LIBOBJS = @LIBOBJS@
416LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
417LIBPNG_LIBS = @LIBPNG_LIBS@
418LIBS = @LIBS@
419LIBTOOL = @LIBTOOL@
420LIBVISUAL_CFLAGS = @LIBVISUAL_CFLAGS@
421LIBVISUAL_LIBS = @LIBVISUAL_LIBS@
422LIPO = @LIPO@
423LN_S = @LN_S@
424LOCALEDIR = @LOCALEDIR@
425LTLIBICONV = @LTLIBICONV@
426LTLIBINTL = @LTLIBINTL@
427LTLIBOBJS = @LTLIBOBJS@
428LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
429MAINT = @MAINT@
430MAKEINFO = @MAKEINFO@
431MANIFEST_TOOL = @MANIFEST_TOOL@
432MKDIR_P = @MKDIR_P@
433MSGFMT = @MSGFMT@
434MSGFMT_015 = @MSGFMT_015@
435MSGMERGE = @MSGMERGE@
436NM = @NM@
437NMEDIT = @NMEDIT@
438OBJC = @OBJC@
439OBJCDEPMODE = @OBJCDEPMODE@
440OBJCFLAGS = @OBJCFLAGS@
441OBJDUMP = @OBJDUMP@
442OBJEXT = @OBJEXT@
443OGG_CFLAGS = @OGG_CFLAGS@
444OGG_LIBS = @OGG_LIBS@
445OPUS_CFLAGS = @OPUS_CFLAGS@
446OPUS_LIBS = @OPUS_LIBS@
447ORCC = @ORCC@
448ORCC_FLAGS = @ORCC_FLAGS@
449ORC_CFLAGS = @ORC_CFLAGS@
450ORC_LIBS = @ORC_LIBS@
451ORC_PC = @ORC_PC@
452OTOOL = @OTOOL@
453OTOOL64 = @OTOOL64@
454PACKAGE = @PACKAGE@
455PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
456PACKAGE_NAME = @PACKAGE_NAME@
457PACKAGE_STRING = @PACKAGE_STRING@
458PACKAGE_TARNAME = @PACKAGE_TARNAME@
459PACKAGE_URL = @PACKAGE_URL@
460PACKAGE_VERSION = @PACKAGE_VERSION@
461PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
462PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
463PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
464PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
465PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
466PANGO_CFLAGS = @PANGO_CFLAGS@
467PANGO_LIBS = @PANGO_LIBS@
468PATH_SEPARATOR = @PATH_SEPARATOR@
469PKG_CONFIG = @PKG_CONFIG@
470PLUGINDIR = @PLUGINDIR@
471POSUB = @POSUB@
472PROFILE_CFLAGS = @PROFILE_CFLAGS@
473PTHREAD_CC = @PTHREAD_CC@
474PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
475PTHREAD_LIBS = @PTHREAD_LIBS@
476PYTHON = @PYTHON@
477PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
478PYTHON_PLATFORM = @PYTHON_PLATFORM@
479PYTHON_PREFIX = @PYTHON_PREFIX@
480PYTHON_VERSION = @PYTHON_VERSION@
481QTCHOOSER = @QTCHOOSER@
482QT_CFLAGS = @QT_CFLAGS@
483QT_LIBS = @QT_LIBS@
484QT_MOC = @QT_MOC@
485RANLIB = @RANLIB@
486SDL_CFLAGS = @SDL_CFLAGS@
487SDL_LIBS = @SDL_LIBS@
488SED = @SED@
489SET_MAKE = @SET_MAKE@
490SHELL = @SHELL@
491SSE2_CFLAGS = @SSE2_CFLAGS@
492SSE41_CFLAGS = @SSE41_CFLAGS@
493SSE_CFLAGS = @SSE_CFLAGS@
494STRIP = @STRIP@
495THEORA_CFLAGS = @THEORA_CFLAGS@
496THEORA_LIBS = @THEORA_LIBS@
497USE_GLES2 = @USE_GLES2@
498USE_NLS = @USE_NLS@
499USE_OPENGL = @USE_OPENGL@
500VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
501VALGRIND_LIBS = @VALGRIND_LIBS@
502VALGRIND_PATH = @VALGRIND_PATH@
503VERSION = @VERSION@
504VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
505VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
506VORBIS_CFLAGS = @VORBIS_CFLAGS@
507VORBIS_LIBS = @VORBIS_LIBS@
508WARNING_CFLAGS = @WARNING_CFLAGS@
509WARNING_CXXFLAGS = @WARNING_CXXFLAGS@
510WARNING_OBJCFLAGS = @WARNING_OBJCFLAGS@
511WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@
512WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@
513WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@
514WAYLAND_SCANNER = @WAYLAND_SCANNER@
515WIN32_LIBS = @WIN32_LIBS@
516X11_XCB_CFLAGS = @X11_XCB_CFLAGS@
517X11_XCB_LIBS = @X11_XCB_LIBS@
518XGETTEXT = @XGETTEXT@
519XGETTEXT_015 = @XGETTEXT_015@
520XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
521XSHM_CFLAGS = @XSHM_CFLAGS@
522XSHM_LIBS = @XSHM_LIBS@
523XVIDEO_CFLAGS = @XVIDEO_CFLAGS@
524XVIDEO_LIBS = @XVIDEO_LIBS@
525X_CFLAGS = @X_CFLAGS@
526X_LIBS = @X_LIBS@
527ZLIB_CFLAGS = @ZLIB_CFLAGS@
528ZLIB_LIBS = @ZLIB_LIBS@
529abs_builddir = @abs_builddir@
530abs_srcdir = @abs_srcdir@
531abs_top_builddir = @abs_top_builddir@
532abs_top_srcdir = @abs_top_srcdir@
533ac_ct_AR = @ac_ct_AR@
534ac_ct_CC = @ac_ct_CC@
535ac_ct_CXX = @ac_ct_CXX@
536ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
537ac_ct_OBJC = @ac_ct_OBJC@
538am__include = @am__include@
539am__leading_dot = @am__leading_dot@
540am__quote = @am__quote@
541am__tar = @am__tar@
542am__untar = @am__untar@
543ax_pthread_config = @ax_pthread_config@
544bindir = @bindir@
545build = @build@
546build_alias = @build_alias@
547build_cpu = @build_cpu@
548build_os = @build_os@
549build_vendor = @build_vendor@
550builddir = @builddir@
551datadir = @datadir@
552datarootdir = @datarootdir@
553docdir = @docdir@
554dvidir = @dvidir@
555exec_prefix = @exec_prefix@
556host = @host@
557host_alias = @host_alias@
558host_cpu = @host_cpu@
559host_os = @host_os@
560host_vendor = @host_vendor@
561htmldir = @htmldir@
562includedir = @includedir@
563infodir = @infodir@
564install_sh = @install_sh@
565libdir = @libdir@
566libexecdir = @libexecdir@
567localedir = @localedir@
568localstatedir = @localstatedir@
569mandir = @mandir@
570mkdir_p = @mkdir_p@
571oldincludedir = @oldincludedir@
572pdfdir = @pdfdir@
573pkgpyexecdir = @pkgpyexecdir@
574pkgpythondir = @pkgpythondir@
575plugindir = @plugindir@
576prefix = @prefix@
577program_transform_name = @program_transform_name@
578psdir = @psdir@
579pyexecdir = @pyexecdir@
580pythondir = @pythondir@
581runstatedir = @runstatedir@
582sbindir = @sbindir@
583sharedstatedir = @sharedstatedir@
584srcdir = @srcdir@
585sysconfdir = @sysconfdir@
586target = @target@
587target_alias = @target_alias@
588target_cpu = @target_cpu@
589target_os = @target_os@
590target_vendor = @target_vendor@
591top_build_prefix = @top_build_prefix@
592top_builddir = @top_builddir@
593top_srcdir = @top_srcdir@
594plugin_LTLIBRARIES = libgsttypefindfunctions.la
595libgsttypefindfunctions_la_SOURCES = gsttypefindfunctions.c
596libgsttypefindfunctions_la_CFLAGS = \
597	$(GST_PLUGINS_BASE_CFLAGS) \
598	$(GST_CFLAGS) $(GIO_CFLAGS)
599
600libgsttypefindfunctions_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
601libgsttypefindfunctions_la_LIBADD = \
602	$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
603	$(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
604
605all: all-am
606
607.SUFFIXES:
608.SUFFIXES: .c .lo .o .obj
609$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
610	@for dep in $?; do \
611	  case '$(am__configure_deps)' in \
612	    *$$dep*) \
613	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
614	        && { if test -f $@; then exit 0; else break; fi; }; \
615	      exit 1;; \
616	  esac; \
617	done; \
618	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/typefind/Makefile'; \
619	$(am__cd) $(top_srcdir) && \
620	  $(AUTOMAKE) --gnu gst/typefind/Makefile
621Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
622	@case '$?' in \
623	  *config.status*) \
624	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
625	  *) \
626	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
627	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
628	esac;
629
630$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
631	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
632
633$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
634	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
635$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
636	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
637$(am__aclocal_m4_deps):
638
639install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
640	@$(NORMAL_INSTALL)
641	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
642	list2=; for p in $$list; do \
643	  if test -f $$p; then \
644	    list2="$$list2 $$p"; \
645	  else :; fi; \
646	done; \
647	test -z "$$list2" || { \
648	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
649	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
650	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
651	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
652	}
653
654uninstall-pluginLTLIBRARIES:
655	@$(NORMAL_UNINSTALL)
656	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
657	for p in $$list; do \
658	  $(am__strip_dir) \
659	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
660	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
661	done
662
663clean-pluginLTLIBRARIES:
664	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
665	@list='$(plugin_LTLIBRARIES)'; \
666	locs=`for p in $$list; do echo $$p; done | \
667	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
668	      sort -u`; \
669	test -z "$$locs" || { \
670	  echo rm -f $${locs}; \
671	  rm -f $${locs}; \
672	}
673
674libgsttypefindfunctions.la: $(libgsttypefindfunctions_la_OBJECTS) $(libgsttypefindfunctions_la_DEPENDENCIES) $(EXTRA_libgsttypefindfunctions_la_DEPENDENCIES)
675	$(AM_V_CCLD)$(libgsttypefindfunctions_la_LINK) -rpath $(plugindir) $(libgsttypefindfunctions_la_OBJECTS) $(libgsttypefindfunctions_la_LIBADD) $(LIBS)
676
677mostlyclean-compile:
678	-rm -f *.$(OBJEXT)
679
680distclean-compile:
681	-rm -f *.tab.c
682
683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo@am__quote@ # am--include-marker
684
685$(am__depfiles_remade):
686	@$(MKDIR_P) $(@D)
687	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
688
689am--depfiles: $(am__depfiles_remade)
690
691.c.o:
692@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
693@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
694@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
695@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
696@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
698
699.c.obj:
700@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
701@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
702@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
703@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
704@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
706
707.c.lo:
708@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
709@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
710@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
711@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
712@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
713@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
714
715libgsttypefindfunctions_la-gsttypefindfunctions.lo: gsttypefindfunctions.c
716@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttypefindfunctions_la_CFLAGS) $(CFLAGS) -MT libgsttypefindfunctions_la-gsttypefindfunctions.lo -MD -MP -MF $(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Tpo -c -o libgsttypefindfunctions_la-gsttypefindfunctions.lo `test -f 'gsttypefindfunctions.c' || echo '$(srcdir)/'`gsttypefindfunctions.c
717@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Tpo $(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo
718@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gsttypefindfunctions.c' object='libgsttypefindfunctions_la-gsttypefindfunctions.lo' libtool=yes @AMDEPBACKSLASH@
719@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
720@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttypefindfunctions_la_CFLAGS) $(CFLAGS) -c -o libgsttypefindfunctions_la-gsttypefindfunctions.lo `test -f 'gsttypefindfunctions.c' || echo '$(srcdir)/'`gsttypefindfunctions.c
721
722mostlyclean-libtool:
723	-rm -f *.lo
724
725clean-libtool:
726	-rm -rf .libs _libs
727
728ID: $(am__tagged_files)
729	$(am__define_uniq_tagged_files); mkid -fID $$unique
730tags: tags-am
731TAGS: tags
732
733tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
734	set x; \
735	here=`pwd`; \
736	$(am__define_uniq_tagged_files); \
737	shift; \
738	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
739	  test -n "$$unique" || unique=$$empty_fix; \
740	  if test $$# -gt 0; then \
741	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
742	      "$$@" $$unique; \
743	  else \
744	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
745	      $$unique; \
746	  fi; \
747	fi
748ctags: ctags-am
749
750CTAGS: ctags
751ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
752	$(am__define_uniq_tagged_files); \
753	test -z "$(CTAGS_ARGS)$$unique" \
754	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
755	     $$unique
756
757GTAGS:
758	here=`$(am__cd) $(top_builddir) && pwd` \
759	  && $(am__cd) $(top_srcdir) \
760	  && gtags -i $(GTAGS_ARGS) "$$here"
761cscopelist: cscopelist-am
762
763cscopelist-am: $(am__tagged_files)
764	list='$(am__tagged_files)'; \
765	case "$(srcdir)" in \
766	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
767	  *) sdir=$(subdir)/$(srcdir) ;; \
768	esac; \
769	for i in $$list; do \
770	  if test -f "$$i"; then \
771	    echo "$(subdir)/$$i"; \
772	  else \
773	    echo "$$sdir/$$i"; \
774	  fi; \
775	done >> $(top_builddir)/cscope.files
776
777distclean-tags:
778	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
779
780distdir: $(BUILT_SOURCES)
781	$(MAKE) $(AM_MAKEFLAGS) distdir-am
782
783distdir-am: $(DISTFILES)
784	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
785	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
786	list='$(DISTFILES)'; \
787	  dist_files=`for file in $$list; do echo $$file; done | \
788	  sed -e "s|^$$srcdirstrip/||;t" \
789	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
790	case $$dist_files in \
791	  */*) $(MKDIR_P) `echo "$$dist_files" | \
792			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
793			   sort -u` ;; \
794	esac; \
795	for file in $$dist_files; do \
796	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
797	  if test -d $$d/$$file; then \
798	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
799	    if test -d "$(distdir)/$$file"; then \
800	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
801	    fi; \
802	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
803	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
804	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
805	    fi; \
806	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
807	  else \
808	    test -f "$(distdir)/$$file" \
809	    || cp -p $$d/$$file "$(distdir)/$$file" \
810	    || exit 1; \
811	  fi; \
812	done
813check-am: all-am
814check: check-am
815all-am: Makefile $(LTLIBRARIES)
816installdirs:
817	for dir in "$(DESTDIR)$(plugindir)"; do \
818	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
819	done
820install: install-am
821install-exec: install-exec-am
822install-data: install-data-am
823uninstall: uninstall-am
824
825install-am: all-am
826	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
827
828installcheck: installcheck-am
829install-strip:
830	if test -z '$(STRIP)'; then \
831	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
832	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
833	      install; \
834	else \
835	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
836	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
837	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
838	fi
839mostlyclean-generic:
840
841clean-generic:
842
843distclean-generic:
844	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
845	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
846
847maintainer-clean-generic:
848	@echo "This command is intended for maintainers to use"
849	@echo "it deletes files that may require special tools to rebuild."
850clean: clean-am
851
852clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
853	mostlyclean-am
854
855distclean: distclean-am
856		-rm -f ./$(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo
857	-rm -f Makefile
858distclean-am: clean-am distclean-compile distclean-generic \
859	distclean-tags
860
861dvi: dvi-am
862
863dvi-am:
864
865html: html-am
866
867html-am:
868
869info: info-am
870
871info-am:
872
873install-data-am: install-pluginLTLIBRARIES
874
875install-dvi: install-dvi-am
876
877install-dvi-am:
878
879install-exec-am:
880
881install-html: install-html-am
882
883install-html-am:
884
885install-info: install-info-am
886
887install-info-am:
888
889install-man:
890
891install-pdf: install-pdf-am
892
893install-pdf-am:
894
895install-ps: install-ps-am
896
897install-ps-am:
898
899installcheck-am:
900
901maintainer-clean: maintainer-clean-am
902		-rm -f ./$(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo
903	-rm -f Makefile
904maintainer-clean-am: distclean-am maintainer-clean-generic
905
906mostlyclean: mostlyclean-am
907
908mostlyclean-am: mostlyclean-compile mostlyclean-generic \
909	mostlyclean-libtool
910
911pdf: pdf-am
912
913pdf-am:
914
915ps: ps-am
916
917ps-am:
918
919uninstall-am: uninstall-pluginLTLIBRARIES
920
921.MAKE: install-am install-strip
922
923.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
924	clean-generic clean-libtool clean-pluginLTLIBRARIES \
925	cscopelist-am ctags ctags-am distclean distclean-compile \
926	distclean-generic distclean-libtool distclean-tags distdir dvi \
927	dvi-am html html-am info info-am install install-am \
928	install-data install-data-am install-dvi install-dvi-am \
929	install-exec install-exec-am install-html install-html-am \
930	install-info install-info-am install-man install-pdf \
931	install-pdf-am install-pluginLTLIBRARIES install-ps \
932	install-ps-am install-strip installcheck installcheck-am \
933	installdirs maintainer-clean maintainer-clean-generic \
934	mostlyclean mostlyclean-compile mostlyclean-generic \
935	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
936	uninstall-am uninstall-pluginLTLIBRARIES
937
938.PRECIOUS: Makefile
939
940
941# Tell versions [3.59,3.63) of GNU make to not export all variables.
942# Otherwise a system limit (for SysV at least) may be exceeded.
943.NOEXPORT:
944