add 0.10 suffix package name to diff with 1.0
[profile/ivi/gst-plugins-ugly0.10.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # various tests to make sure we dist the win32 stuff (for MSVC builds) right
19
20 # include this snippet to add a common release: target by using
21 # include $(top_srcdir)/common/release.mak
22
23 # checks for left-over files in the (usually uninstalled) tree, ie. for
24 # stuff that best be deleted to avoid problems like having old plugin binaries
25 # lying around.
26 #
27 # set CRUFT_FILES and/or CRUFT_DIRS in your Makefile.am when you include this
28 VPATH = @srcdir@
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 pkglibdir = $(libdir)/@PACKAGE@
32 pkglibexecdir = $(libexecdir)/@PACKAGE@
33 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34 install_sh_DATA = $(install_sh) -c -m 644
35 install_sh_PROGRAM = $(install_sh) -c
36 install_sh_SCRIPT = $(install_sh) -c
37 INSTALL_HEADER = $(INSTALL_DATA)
38 transform = $(program_transform_name)
39 NORMAL_INSTALL = :
40 PRE_INSTALL = :
41 POST_INSTALL = :
42 NORMAL_UNINSTALL = :
43 PRE_UNINSTALL = :
44 POST_UNINSTALL = :
45 build_triplet = @build@
46 host_triplet = @host@
47 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
48         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
49         $(srcdir)/gst-plugins-ugly.spec.in \
50         $(top_srcdir)/common/coverage/lcov.mak \
51         $(top_srcdir)/common/cruft.mak $(top_srcdir)/common/po.mak \
52         $(top_srcdir)/common/release.mak \
53         $(top_srcdir)/common/win32.mak $(top_srcdir)/configure \
54         ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS compile \
55         config.guess config.rpath config.sub depcomp install-sh \
56         ltmain.sh missing
57 subdir = .
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
60         $(top_srcdir)/common/m4/as-auto-alt.m4 \
61         $(top_srcdir)/common/m4/as-compiler-flag.m4 \
62         $(top_srcdir)/common/m4/as-python.m4 \
63         $(top_srcdir)/common/m4/as-scrub-include.m4 \
64         $(top_srcdir)/common/m4/as-version.m4 \
65         $(top_srcdir)/common/m4/ax_create_stdint_h.m4 \
66         $(top_srcdir)/common/m4/gst-arch.m4 \
67         $(top_srcdir)/common/m4/gst-args.m4 \
68         $(top_srcdir)/common/m4/gst-check.m4 \
69         $(top_srcdir)/common/m4/gst-default.m4 \
70         $(top_srcdir)/common/m4/gst-dowhile.m4 \
71         $(top_srcdir)/common/m4/gst-error.m4 \
72         $(top_srcdir)/common/m4/gst-feature.m4 \
73         $(top_srcdir)/common/m4/gst-function.m4 \
74         $(top_srcdir)/common/m4/gst-gettext.m4 \
75         $(top_srcdir)/common/m4/gst-glib2.m4 \
76         $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
77         $(top_srcdir)/common/m4/gst-plugin-docs.m4 \
78         $(top_srcdir)/common/m4/gst-plugindir.m4 \
79         $(top_srcdir)/common/m4/gst.m4 \
80         $(top_srcdir)/common/m4/gtk-doc.m4 \
81         $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
82         $(top_srcdir)/m4/a52.m4 $(top_srcdir)/m4/gettext.m4 \
83         $(top_srcdir)/m4/gst-sid.m4 $(top_srcdir)/m4/iconv.m4 \
84         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
85         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
86         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
87         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
88         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
89         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
90         $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92         $(ACLOCAL_M4)
93 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94  configure.lineno config.status.lineno
95 mkinstalldirs = $(install_sh) -d
96 CONFIG_HEADER = config.h
97 CONFIG_CLEAN_FILES = gst-plugins-ugly.spec
98 CONFIG_CLEAN_VPATH_FILES =
99 AM_V_GEN = $(am__v_GEN_@AM_V@)
100 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101 am__v_GEN_0 = @echo "  GEN   " $@;
102 AM_V_at = $(am__v_at_@AM_V@)
103 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104 am__v_at_0 = @
105 SOURCES =
106 DIST_SOURCES =
107 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108         html-recursive info-recursive install-data-recursive \
109         install-dvi-recursive install-exec-recursive \
110         install-html-recursive install-info-recursive \
111         install-pdf-recursive install-ps-recursive install-recursive \
112         installcheck-recursive installdirs-recursive pdf-recursive \
113         ps-recursive uninstall-recursive
114 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
115   distclean-recursive maintainer-clean-recursive
116 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
117         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
118         distdir dist dist-all distcheck
119 ETAGS = etags
120 CTAGS = ctags
121 DIST_SUBDIRS = $(SUBDIRS)
122 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123 distdir = $(PACKAGE)-$(VERSION)
124 top_distdir = $(distdir)
125 am__remove_distdir = \
126   if test -d "$(distdir)"; then \
127     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
128       && rm -rf "$(distdir)" \
129       || { sleep 5 && rm -rf "$(distdir)"; }; \
130   else :; fi
131 am__relativize = \
132   dir0=`pwd`; \
133   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
134   sed_rest='s,^[^/]*/*,,'; \
135   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
136   sed_butlast='s,/*[^/]*$$,,'; \
137   while test -n "$$dir1"; do \
138     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
139     if test "$$first" != "."; then \
140       if test "$$first" = ".."; then \
141         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
142         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
143       else \
144         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
145         if test "$$first2" = "$$first"; then \
146           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
147         else \
148           dir2="../$$dir2"; \
149         fi; \
150         dir0="$$dir0"/"$$first"; \
151       fi; \
152     fi; \
153     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
154   done; \
155   reldir="$$dir2"
156 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
157 GZIP_ENV = --best
158 distuninstallcheck_listfiles = find . -type f -print
159 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
160   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
161 distcleancheck_listfiles = find . -type f -print
162 A52DEC_CFLAGS = @A52DEC_CFLAGS@
163 A52DEC_LIBS = @A52DEC_LIBS@
164 ACLOCAL = @ACLOCAL@
165 ACLOCAL_AMFLAGS = -I m4 -I common/m4
166 AMRNB_CFLAGS = @AMRNB_CFLAGS@
167 AMRNB_LIBS = @AMRNB_LIBS@
168 AMRWB_CFLAGS = @AMRWB_CFLAGS@
169 AMRWB_LIBS = @AMRWB_LIBS@
170 AMTAR = @AMTAR@
171 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
172 AR = @AR@
173 AS = @AS@
174 AUTOCONF = @AUTOCONF@
175 AUTOHEADER = @AUTOHEADER@
176 AUTOMAKE = @AUTOMAKE@
177 AWK = @AWK@
178 CC = @CC@
179 CCASFLAGS = @CCASFLAGS@
180 CCDEPMODE = @CCDEPMODE@
181 CDIO_CFLAGS = @CDIO_CFLAGS@
182 CDIO_LIBS = @CDIO_LIBS@
183 CFLAGS = @CFLAGS@
184 CPP = @CPP@
185 CPPFLAGS = @CPPFLAGS@
186 CXX = @CXX@
187 CXXCPP = @CXXCPP@
188 CXXDEPMODE = @CXXDEPMODE@
189 CXXFLAGS = @CXXFLAGS@
190 CYGPATH_W = @CYGPATH_W@
191 DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
192 DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
193 DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
194 DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
195 DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
196 DEFS = @DEFS@
197 DEPDIR = @DEPDIR@
198 DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
199 DLLTOOL = @DLLTOOL@
200 DSYMUTIL = @DSYMUTIL@
201 DUMPBIN = @DUMPBIN@
202 DVDREAD_LIBS = @DVDREAD_LIBS@
203 ECHO_C = @ECHO_C@
204 ECHO_N = @ECHO_N@
205 ECHO_T = @ECHO_T@
206 EGREP = @EGREP@
207 ERROR_CFLAGS = @ERROR_CFLAGS@
208 ERROR_CXXFLAGS = @ERROR_CXXFLAGS@
209 EXEEXT = @EXEEXT@
210 FFLAGS = @FFLAGS@
211 FGREP = @FGREP@
212 GCOV = @GCOV@
213 GCOV_CFLAGS = @GCOV_CFLAGS@
214 GCOV_LIBS = @GCOV_LIBS@
215 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
216 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
217 GLIB_CFLAGS = @GLIB_CFLAGS@
218 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
219 GLIB_LIBS = @GLIB_LIBS@
220 GLIB_PREFIX = @GLIB_PREFIX@
221 GLIB_REQ = @GLIB_REQ@
222 GMSGFMT = @GMSGFMT@
223 GMSGFMT_015 = @GMSGFMT_015@
224 GREP = @GREP@
225 GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
226 GSTPB_PREFIX = @GSTPB_PREFIX@
227 GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
228 GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
229 GST_BASE_LIBS = @GST_BASE_LIBS@
230 GST_CFLAGS = @GST_CFLAGS@
231 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
232 GST_CHECK_LIBS = @GST_CHECK_LIBS@
233 GST_CXXFLAGS = @GST_CXXFLAGS@
234 GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
235 GST_LIBS = @GST_LIBS@
236 GST_LICENSE = @GST_LICENSE@
237 GST_MAJORMINOR = @GST_MAJORMINOR@
238 GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
239 GST_OPTION_CXXFLAGS = @GST_OPTION_CXXFLAGS@
240 GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
241 GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
242 GST_PLUGINS_ALL = @GST_PLUGINS_ALL@
243 GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
244 GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
245 GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
246 GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
247 GST_PLUGINS_SELECTED = @GST_PLUGINS_SELECTED@
248 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
249 GST_PREFIX = @GST_PREFIX@
250 GST_TOOLS_DIR = @GST_TOOLS_DIR@
251 GTKDOC_CHECK = @GTKDOC_CHECK@
252 HAVE_AMRNB = @HAVE_AMRNB@
253 HAVE_AMRWB = @HAVE_AMRWB@
254 HAVE_CXX = @HAVE_CXX@
255 HAVE_DVDREAD = @HAVE_DVDREAD@
256 HAVE_LAME = @HAVE_LAME@
257 HTML_DIR = @HTML_DIR@
258 INSTALL = @INSTALL@
259 INSTALL_DATA = @INSTALL_DATA@
260 INSTALL_PROGRAM = @INSTALL_PROGRAM@
261 INSTALL_SCRIPT = @INSTALL_SCRIPT@
262 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
263 INTLLIBS = @INTLLIBS@
264 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
265 LAME_CFLAGS = @LAME_CFLAGS@
266 LAME_LIBS = @LAME_LIBS@
267 LD = @LD@
268 LDFLAGS = @LDFLAGS@
269 LIBICONV = @LIBICONV@
270 LIBINTL = @LIBINTL@
271 LIBM = @LIBM@
272 LIBOBJS = @LIBOBJS@
273 LIBS = @LIBS@
274 LIBTOOL = @LIBTOOL@
275 LIPO = @LIPO@
276 LN_S = @LN_S@
277 LOCALEDIR = @LOCALEDIR@
278 LTLIBICONV = @LTLIBICONV@
279 LTLIBINTL = @LTLIBINTL@
280 LTLIBOBJS = @LTLIBOBJS@
281 MAD_CFLAGS = @MAD_CFLAGS@
282 MAD_LIBS = @MAD_LIBS@
283 MAINT = @MAINT@
284 MAKEINFO = @MAKEINFO@
285 MANIFEST_TOOL = @MANIFEST_TOOL@
286 MKDIR_P = @MKDIR_P@
287 MPEG2DEC_CFLAGS = @MPEG2DEC_CFLAGS@
288 MPEG2DEC_LIBS = @MPEG2DEC_LIBS@
289 MSGFMT = @MSGFMT@
290 MSGFMT_015 = @MSGFMT_015@
291 MSGMERGE = @MSGMERGE@
292 NM = @NM@
293 NMEDIT = @NMEDIT@
294 OBJDUMP = @OBJDUMP@
295 OBJEXT = @OBJEXT@
296 ORCC = @ORCC@
297 ORCC_FLAGS = @ORCC_FLAGS@
298 ORC_CFLAGS = @ORC_CFLAGS@
299 ORC_LIBS = @ORC_LIBS@
300 OTOOL = @OTOOL@
301 OTOOL64 = @OTOOL64@
302 PACKAGE = @PACKAGE@
303 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304 PACKAGE_NAME = @PACKAGE_NAME@
305 PACKAGE_STRING = @PACKAGE_STRING@
306 PACKAGE_TARNAME = @PACKAGE_TARNAME@
307 PACKAGE_URL = @PACKAGE_URL@
308 PACKAGE_VERSION = @PACKAGE_VERSION@
309 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
310 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
311 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
312 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
313 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
314 PATH_SEPARATOR = @PATH_SEPARATOR@
315 PKG_CONFIG = @PKG_CONFIG@
316 PLUGINDIR = @PLUGINDIR@
317 POSUB = @POSUB@
318 PROFILE_CFLAGS = @PROFILE_CFLAGS@
319 PYTHON = @PYTHON@
320 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
321 PYTHON_PLATFORM = @PYTHON_PLATFORM@
322 PYTHON_PREFIX = @PYTHON_PREFIX@
323 PYTHON_VERSION = @PYTHON_VERSION@
324 RANLIB = @RANLIB@
325 SED = @SED@
326 SET_MAKE = @SET_MAKE@
327 SHELL = @SHELL@
328 SIDPLAY_CFLAGS = @SIDPLAY_CFLAGS@
329 SIDPLAY_LIBS = @SIDPLAY_LIBS@
330 STRIP = @STRIP@
331 TWOLAME_CFLAGS = @TWOLAME_CFLAGS@
332 TWOLAME_LIBS = @TWOLAME_LIBS@
333 USE_NLS = @USE_NLS@
334 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
335 VALGRIND_LIBS = @VALGRIND_LIBS@
336 VALGRIND_PATH = @VALGRIND_PATH@
337 VERSION = @VERSION@
338 WARNING_CFLAGS = @WARNING_CFLAGS@
339 WARNING_CXXFLAGS = @WARNING_CXXFLAGS@
340 WIN32_LIBS = @WIN32_LIBS@
341 X264_CFLAGS = @X264_CFLAGS@
342 X264_LIBS = @X264_LIBS@
343 XGETTEXT = @XGETTEXT@
344 XGETTEXT_015 = @XGETTEXT_015@
345 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
346 abs_builddir = @abs_builddir@
347 abs_srcdir = @abs_srcdir@
348 abs_top_builddir = @abs_top_builddir@
349 abs_top_srcdir = @abs_top_srcdir@
350 ac_ct_AR = @ac_ct_AR@
351 ac_ct_CC = @ac_ct_CC@
352 ac_ct_CXX = @ac_ct_CXX@
353 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
354 am__include = @am__include@
355 am__leading_dot = @am__leading_dot@
356 am__quote = @am__quote@
357 am__tar = @am__tar@
358 am__untar = @am__untar@
359 bindir = @bindir@
360 build = @build@
361 build_alias = @build_alias@
362 build_cpu = @build_cpu@
363 build_os = @build_os@
364 build_vendor = @build_vendor@
365 builddir = @builddir@
366 datadir = @datadir@
367 datarootdir = @datarootdir@
368 docdir = @docdir@
369 dvidir = @dvidir@
370 exec_prefix = @exec_prefix@
371 host = @host@
372 host_alias = @host_alias@
373 host_cpu = @host_cpu@
374 host_os = @host_os@
375 host_vendor = @host_vendor@
376 htmldir = @htmldir@
377 includedir = @includedir@
378 infodir = @infodir@
379 install_sh = @install_sh@
380 libdir = @libdir@
381 libexecdir = @libexecdir@
382 localedir = @localedir@
383 localstatedir = @localstatedir@
384 mandir = @mandir@
385 mkdir_p = @mkdir_p@
386 oldincludedir = @oldincludedir@
387 pdfdir = @pdfdir@
388 pkgpyexecdir = @pkgpyexecdir@
389 pkgpythondir = @pkgpythondir@
390 plugindir = @plugindir@
391 prefix = @prefix@
392 program_transform_name = @program_transform_name@
393 psdir = @psdir@
394 pyexecdir = @pyexecdir@
395 pythondir = @pythondir@
396 sbindir = @sbindir@
397 sharedstatedir = @sharedstatedir@
398 srcdir = @srcdir@
399 sysconfdir = @sysconfdir@
400 target_alias = @target_alias@
401 top_build_prefix = @top_build_prefix@
402 top_builddir = @top_builddir@
403 top_srcdir = @top_srcdir@
404 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
405 SUBDIRS = \
406         gst-libs gst ext docs m4 tests common pkgconfig po
407
408
409 # the MANIFEST contains all win32 related files that should be disted
410 win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
411
412 # wildcard is apparently not portable to other makes, hence the use of find
413 # these are library .def files with the symbols to export
414 win32defs = $(shell find $(top_srcdir)/win32/common -name '*.def')
415
416 # wildcard is apparently not portable to other makes, hence the use of find
417 # these are files that need to be disted with CRLF line endings:
418 win32crlf = $(shell find $(top_srcdir)/win32 -name '*.dsw' -o -name '*.dsp')
419
420 # include before EXTRA_DIST for win32 assignment
421 EXTRA_DIST = \
422         gst-plugins-ugly.spec depcomp \
423         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
424         ChangeLog gst-plugins-ugly.doap autogen.sh \
425         $(win32)
426
427 DISTCLEANFILES = _stdint.h
428
429 # make bz2 as well
430 AUTOMAKE_OPTIONS = dist-bzip2
431
432 # cruft: plugins that have been merged or moved or renamed
433 CRUFT_FILES = \
434         $(top_builddir)/common/shave \
435         $(top_builddir)/common/shave-libtool
436
437 all: config.h
438         $(MAKE) $(AM_MAKEFLAGS) all-recursive
439
440 .SUFFIXES:
441 am--refresh: Makefile
442         @:
443 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/win32.mak $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/common/cruft.mak $(am__configure_deps)
444         @for dep in $?; do \
445           case '$(am__configure_deps)' in \
446             *$$dep*) \
447               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
448               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
449                 && exit 0; \
450               exit 1;; \
451           esac; \
452         done; \
453         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
454         $(am__cd) $(top_srcdir) && \
455           $(AUTOMAKE) --gnu Makefile
456 .PRECIOUS: Makefile
457 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
458         @case '$?' in \
459           *config.status*) \
460             echo ' $(SHELL) ./config.status'; \
461             $(SHELL) ./config.status;; \
462           *) \
463             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
464             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
465         esac;
466 $(top_srcdir)/common/win32.mak $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/common/cruft.mak:
467
468 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
469         $(SHELL) ./config.status --recheck
470
471 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
472         $(am__cd) $(srcdir) && $(AUTOCONF)
473 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
474         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
475 $(am__aclocal_m4_deps):
476
477 config.h: stamp-h1
478         @if test ! -f $@; then rm -f stamp-h1; else :; fi
479         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
480
481 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
482         @rm -f stamp-h1
483         cd $(top_builddir) && $(SHELL) ./config.status config.h
484 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
485         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
486         rm -f stamp-h1
487         touch $@
488
489 distclean-hdr:
490         -rm -f config.h stamp-h1
491 gst-plugins-ugly.spec: $(top_builddir)/config.status $(srcdir)/gst-plugins-ugly.spec.in
492         cd $(top_builddir) && $(SHELL) ./config.status $@
493
494 mostlyclean-libtool:
495         -rm -f *.lo
496
497 clean-libtool:
498         -rm -rf .libs _libs
499
500 distclean-libtool:
501         -rm -f libtool config.lt
502
503 # This directory's subdirectories are mostly independent; you can cd
504 # into them and run `make' without going through this Makefile.
505 # To change the values of `make' variables: instead of editing Makefiles,
506 # (1) if the variable is set in `config.status', edit `config.status'
507 #     (which will cause the Makefiles to be regenerated when you run `make');
508 # (2) otherwise, pass the desired values on the `make' command line.
509 $(RECURSIVE_TARGETS):
510         @fail= failcom='exit 1'; \
511         for f in x $$MAKEFLAGS; do \
512           case $$f in \
513             *=* | --[!k]*);; \
514             *k*) failcom='fail=yes';; \
515           esac; \
516         done; \
517         dot_seen=no; \
518         target=`echo $@ | sed s/-recursive//`; \
519         list='$(SUBDIRS)'; for subdir in $$list; do \
520           echo "Making $$target in $$subdir"; \
521           if test "$$subdir" = "."; then \
522             dot_seen=yes; \
523             local_target="$$target-am"; \
524           else \
525             local_target="$$target"; \
526           fi; \
527           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
528           || eval $$failcom; \
529         done; \
530         if test "$$dot_seen" = "no"; then \
531           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
532         fi; test -z "$$fail"
533
534 $(RECURSIVE_CLEAN_TARGETS):
535         @fail= failcom='exit 1'; \
536         for f in x $$MAKEFLAGS; do \
537           case $$f in \
538             *=* | --[!k]*);; \
539             *k*) failcom='fail=yes';; \
540           esac; \
541         done; \
542         dot_seen=no; \
543         case "$@" in \
544           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
545           *) list='$(SUBDIRS)' ;; \
546         esac; \
547         rev=''; for subdir in $$list; do \
548           if test "$$subdir" = "."; then :; else \
549             rev="$$subdir $$rev"; \
550           fi; \
551         done; \
552         rev="$$rev ."; \
553         target=`echo $@ | sed s/-recursive//`; \
554         for subdir in $$rev; do \
555           echo "Making $$target in $$subdir"; \
556           if test "$$subdir" = "."; then \
557             local_target="$$target-am"; \
558           else \
559             local_target="$$target"; \
560           fi; \
561           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
562           || eval $$failcom; \
563         done && test -z "$$fail"
564 tags-recursive:
565         list='$(SUBDIRS)'; for subdir in $$list; do \
566           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
567         done
568 ctags-recursive:
569         list='$(SUBDIRS)'; for subdir in $$list; do \
570           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
571         done
572
573 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
574         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
575         unique=`for i in $$list; do \
576             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577           done | \
578           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
579               END { if (nonempty) { for (i in files) print i; }; }'`; \
580         mkid -fID $$unique
581 tags: TAGS
582
583 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
584                 $(TAGS_FILES) $(LISP)
585         set x; \
586         here=`pwd`; \
587         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
588           include_option=--etags-include; \
589           empty_fix=.; \
590         else \
591           include_option=--include; \
592           empty_fix=; \
593         fi; \
594         list='$(SUBDIRS)'; for subdir in $$list; do \
595           if test "$$subdir" = .; then :; else \
596             test ! -f $$subdir/TAGS || \
597               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
598           fi; \
599         done; \
600         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
601         unique=`for i in $$list; do \
602             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
603           done | \
604           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
605               END { if (nonempty) { for (i in files) print i; }; }'`; \
606         shift; \
607         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
608           test -n "$$unique" || unique=$$empty_fix; \
609           if test $$# -gt 0; then \
610             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
611               "$$@" $$unique; \
612           else \
613             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
614               $$unique; \
615           fi; \
616         fi
617 ctags: CTAGS
618 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
619                 $(TAGS_FILES) $(LISP)
620         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
621         unique=`for i in $$list; do \
622             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
623           done | \
624           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
625               END { if (nonempty) { for (i in files) print i; }; }'`; \
626         test -z "$(CTAGS_ARGS)$$unique" \
627           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
628              $$unique
629
630 GTAGS:
631         here=`$(am__cd) $(top_builddir) && pwd` \
632           && $(am__cd) $(top_srcdir) \
633           && gtags -i $(GTAGS_ARGS) "$$here"
634
635 distclean-tags:
636         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
637
638 distdir: $(DISTFILES)
639         $(am__remove_distdir)
640         test -d "$(distdir)" || mkdir "$(distdir)"
641         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
642         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
643         list='$(DISTFILES)'; \
644           dist_files=`for file in $$list; do echo $$file; done | \
645           sed -e "s|^$$srcdirstrip/||;t" \
646               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
647         case $$dist_files in \
648           */*) $(MKDIR_P) `echo "$$dist_files" | \
649                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
650                            sort -u` ;; \
651         esac; \
652         for file in $$dist_files; do \
653           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
654           if test -d $$d/$$file; then \
655             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
656             if test -d "$(distdir)/$$file"; then \
657               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658             fi; \
659             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
660               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
661               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
662             fi; \
663             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
664           else \
665             test -f "$(distdir)/$$file" \
666             || cp -p $$d/$$file "$(distdir)/$$file" \
667             || exit 1; \
668           fi; \
669         done
670         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671           if test "$$subdir" = .; then :; else \
672             test -d "$(distdir)/$$subdir" \
673             || $(MKDIR_P) "$(distdir)/$$subdir" \
674             || exit 1; \
675           fi; \
676         done
677         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
678           if test "$$subdir" = .; then :; else \
679             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
680             $(am__relativize); \
681             new_distdir=$$reldir; \
682             dir1=$$subdir; dir2="$(top_distdir)"; \
683             $(am__relativize); \
684             new_top_distdir=$$reldir; \
685             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
686             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
687             ($(am__cd) $$subdir && \
688               $(MAKE) $(AM_MAKEFLAGS) \
689                 top_distdir="$$new_top_distdir" \
690                 distdir="$$new_distdir" \
691                 am__remove_distdir=: \
692                 am__skip_length_check=: \
693                 am__skip_mode_fix=: \
694                 distdir) \
695               || exit 1; \
696           fi; \
697         done
698         $(MAKE) $(AM_MAKEFLAGS) \
699           top_distdir="$(top_distdir)" distdir="$(distdir)" \
700           dist-hook
701         -test -n "$(am__skip_mode_fix)" \
702         || find "$(distdir)" -type d ! -perm -755 \
703                 -exec chmod u+rwx,go+rx {} \; -o \
704           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
705           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
706           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
707         || chmod -R a+r "$(distdir)"
708 dist-gzip: distdir
709         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
710         $(am__remove_distdir)
711 dist-bzip2: distdir
712         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
713         $(am__remove_distdir)
714
715 dist-lzip: distdir
716         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
717         $(am__remove_distdir)
718
719 dist-lzma: distdir
720         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
721         $(am__remove_distdir)
722
723 dist-xz: distdir
724         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
725         $(am__remove_distdir)
726
727 dist-tarZ: distdir
728         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
729         $(am__remove_distdir)
730
731 dist-shar: distdir
732         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
733         $(am__remove_distdir)
734
735 dist-zip: distdir
736         -rm -f $(distdir).zip
737         zip -rq $(distdir).zip $(distdir)
738         $(am__remove_distdir)
739
740 dist dist-all: distdir
741         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
742         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
743         $(am__remove_distdir)
744
745 # This target untars the dist file and tries a VPATH configuration.  Then
746 # it guarantees that the distribution is self-contained by making another
747 # tarfile.
748 distcheck: dist
749         case '$(DIST_ARCHIVES)' in \
750         *.tar.gz*) \
751           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
752         *.tar.bz2*) \
753           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
754         *.tar.lzma*) \
755           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
756         *.tar.lz*) \
757           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
758         *.tar.xz*) \
759           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
760         *.tar.Z*) \
761           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
762         *.shar.gz*) \
763           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
764         *.zip*) \
765           unzip $(distdir).zip ;;\
766         esac
767         chmod -R a-w $(distdir); chmod a+w $(distdir)
768         mkdir $(distdir)/_build
769         mkdir $(distdir)/_inst
770         chmod a-w $(distdir)
771         test -d $(distdir)/_build || exit 0; \
772         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
773           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
774           && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
775           && am__cwd=`pwd` \
776           && $(am__cd) $(distdir)/_build \
777           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
778             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
779             $(DISTCHECK_CONFIGURE_FLAGS) \
780           && $(MAKE) $(AM_MAKEFLAGS) \
781           && $(MAKE) $(AM_MAKEFLAGS) dvi \
782           && $(MAKE) $(AM_MAKEFLAGS) check \
783           && $(MAKE) $(AM_MAKEFLAGS) install \
784           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
785           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
786           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
787                 distuninstallcheck \
788           && chmod -R a-w "$$dc_install_base" \
789           && ({ \
790                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
791                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
792                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
793                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
794                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
795               } || { rm -rf "$$dc_destdir"; exit 1; }) \
796           && rm -rf "$$dc_destdir" \
797           && $(MAKE) $(AM_MAKEFLAGS) dist \
798           && rm -rf $(DIST_ARCHIVES) \
799           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
800           && cd "$$am__cwd" \
801           || exit 1
802         $(am__remove_distdir)
803         @(echo "$(distdir) archives ready for distribution: "; \
804           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
805           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
806 distuninstallcheck:
807         @test -n '$(distuninstallcheck_dir)' || { \
808           echo 'ERROR: trying to run $@ with an empty' \
809                '$$(distuninstallcheck_dir)' >&2; \
810           exit 1; \
811         }; \
812         $(am__cd) '$(distuninstallcheck_dir)' || { \
813           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
814           exit 1; \
815         }; \
816         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
817            || { echo "ERROR: files left after uninstall:" ; \
818                 if test -n "$(DESTDIR)"; then \
819                   echo "  (check DESTDIR support)"; \
820                 fi ; \
821                 $(distuninstallcheck_listfiles) ; \
822                 exit 1; } >&2
823 distcleancheck: distclean
824         @if test '$(srcdir)' = . ; then \
825           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
826           exit 1 ; \
827         fi
828         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
829           || { echo "ERROR: files left in build directory after distclean:" ; \
830                $(distcleancheck_listfiles) ; \
831                exit 1; } >&2
832 check-am: all-am
833 check: check-recursive
834 all-am: Makefile config.h all-local
835 installdirs: installdirs-recursive
836 installdirs-am:
837 install: install-recursive
838 install-exec: install-exec-recursive
839 install-data: install-data-recursive
840 uninstall: uninstall-recursive
841
842 install-am: all-am
843         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
844
845 installcheck: installcheck-recursive
846 install-strip:
847         if test -z '$(STRIP)'; then \
848           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
849             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
850               install; \
851         else \
852           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
853             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
854             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
855         fi
856 mostlyclean-generic:
857
858 clean-generic:
859
860 distclean-generic:
861         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
862         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
863         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
864
865 maintainer-clean-generic:
866         @echo "This command is intended for maintainers to use"
867         @echo "it deletes files that may require special tools to rebuild."
868 clean: clean-recursive
869
870 clean-am: clean-generic clean-libtool mostlyclean-am
871
872 distclean: distclean-recursive
873         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
874         -rm -f Makefile
875 distclean-am: clean-am distclean-generic distclean-hdr \
876         distclean-libtool distclean-tags
877
878 dvi: dvi-recursive
879
880 dvi-am:
881
882 html: html-recursive
883
884 html-am:
885
886 info: info-recursive
887
888 info-am:
889
890 install-data-am:
891
892 install-dvi: install-dvi-recursive
893
894 install-dvi-am:
895
896 install-exec-am:
897
898 install-html: install-html-recursive
899
900 install-html-am:
901
902 install-info: install-info-recursive
903
904 install-info-am:
905
906 install-man:
907
908 install-pdf: install-pdf-recursive
909
910 install-pdf-am:
911
912 install-ps: install-ps-recursive
913
914 install-ps-am:
915
916 installcheck-am:
917
918 maintainer-clean: maintainer-clean-recursive
919         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
920         -rm -rf $(top_srcdir)/autom4te.cache
921         -rm -f Makefile
922 maintainer-clean-am: distclean-am maintainer-clean-generic
923
924 mostlyclean: mostlyclean-recursive
925
926 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
927
928 pdf: pdf-recursive
929
930 pdf-am:
931
932 ps: ps-recursive
933
934 ps-am:
935
936 uninstall-am:
937
938 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
939         ctags-recursive install-am install-strip tags-recursive
940
941 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
942         all all-am all-local am--refresh check check-am clean \
943         clean-generic clean-libtool ctags ctags-recursive dist \
944         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
945         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
946         distclean-generic distclean-hdr distclean-libtool \
947         distclean-tags distcleancheck distdir distuninstallcheck dvi \
948         dvi-am html html-am info info-am install install-am \
949         install-data install-data-am install-dvi install-dvi-am \
950         install-exec install-exec-am install-html install-html-am \
951         install-info install-info-am install-man install-pdf \
952         install-pdf-am install-ps install-ps-am install-strip \
953         installcheck installcheck-am installdirs installdirs-am \
954         maintainer-clean maintainer-clean-generic mostlyclean \
955         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
956         tags tags-recursive uninstall uninstall-am
957
958
959 win32-debug:
960         @echo; \
961         echo win32     = $(win32); \
962         echo; \
963         echo win32defs = $(win32defs); \
964         echo; \
965         echo win32crlf = $(win32crlf); \
966         echo
967
968 win32-check-crlf:
969         @echo Checking win32 files for CR LF line endings ...; \
970         fail=0 ; \
971         for each in $(win32crlf) ; do \
972           result=`perl -e 'print grep(/\r\n/,<>)' "$$each" | wc -l`; \
973           if test "$$result" = 0 ; then \
974             echo $$each must be fixed to have CRLF line endings ; \
975             fail=1; \
976           fi ; \
977         done ; \
978         exit $$fail
979
980 # make sure all symbols we export on linux are defined in the win32 .def too
981 # (don't care about other unixes for now, it's enough if it works on one of
982 # the linux build bots; we assume .so )
983 check-exports:
984         @fail=0 ; \
985         for l in $(win32defs); do \
986           libbase=`basename "$$l" ".def"`; \
987           libso=`find "$(top_builddir)" -name "$$libbase-@GST_MAJORMINOR@.so" | grep -v /_build/ | head -n1`; \
988           libdef="$(top_srcdir)/win32/common/$$libbase.def"; \
989           if test "x$$libso" != "x"; then \
990             echo Checking symbols in $$libso; \
991             if ! ($(top_srcdir)/common/check-exports $$libdef $$libso) ; then \
992               fail=1; \
993             fi; \
994           fi; \
995         done ; \
996         if test $$fail != 0; then \
997           echo '-----------------------------------------------------------'; \
998           echo 'Run this to update the .def files:'; \
999           echo 'make check-exports 2>&1 | patch -p1'; \
1000           echo '-----------------------------------------------------------'; \
1001         fi; \
1002         exit $$fail
1003
1004 # complain about nonportable printf format strings (%lld, %llu, %zu etc.)
1005 check-nonportable-print-format:
1006         @fail=0 ; \
1007         loc=`find "$(top_srcdir)" -name '*.c' | xargs grep -n -e '%[0-9]*ll[udx]' -e '%[0-9]*z[udx]'`; \
1008         if test "x$$loc" != "x"; then \
1009           echo "Please fix the following print format strings:" ; \
1010           find "$(top_srcdir)" -name '*.c' | xargs grep -n -e '%[0-9]*ll[udx]' -e '%[0-9]*z[udx]'; \
1011           fail=1; \
1012         fi; \
1013         exit $$fail
1014
1015 dist-hook: check-exports win32-check-crlf
1016
1017 release: dist
1018         $(MAKE) $(PACKAGE)-$(VERSION).tar.gz.md5
1019         $(MAKE) $(PACKAGE)-$(VERSION).tar.bz2.md5
1020
1021 # generate md5 sum files
1022 %.md5: %
1023         md5sum $< > $@
1024
1025 # check that no marshal or enumtypes files are included
1026 # this in turn ensures that distcheck fails for missing .list files which is currently
1027 # shadowed when the corresponding .c and .h files are included.
1028 distcheck-hook:
1029         @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch] | grep -v win32`" && \
1030         test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
1031         ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
1032           $(ECHO) "*** Make sure the following files are not disted:" && \
1033           find $(distdir) -name \*-enumtypes.[ch] | grep -v win32 && \
1034           find $(distdir) -name \*-marshal.[ch] && \
1035           false )
1036
1037 # rule to download the latest .po files
1038 download-po: $(top_srcdir)/common/download-translations
1039         $(top_srcdir)/common/download-translations $(PACKAGE)
1040
1041 check-valgrind:
1042         cd tests/check && make check-valgrind
1043
1044 @HAVE_GST_CHECK_TRUE@check-torture:
1045 @HAVE_GST_CHECK_TRUE@   cd tests/check && make torture
1046 @HAVE_GST_CHECK_FALSE@check-torture:
1047 @HAVE_GST_CHECK_FALSE@  true
1048
1049 win32-update:
1050         cp $(top_builddir)/win32/common/config.h-new \
1051             $(top_builddir)/win32/common/config.h
1052 .PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload
1053
1054 # run lcov from scratch, always
1055 lcov-reset:
1056         $(MAKE) lcov-run
1057         $(MAKE) lcov-report
1058
1059 # run lcov from scratch if the dir is not there
1060 lcov:
1061         $(MAKE) lcov-reset
1062
1063 # reset run coverage tests
1064 @GST_GCOV_ENABLED_TRUE@lcov-run:
1065 @GST_GCOV_ENABLED_TRUE@ @-rm -rf lcov
1066 @GST_GCOV_ENABLED_TRUE@ lcov --directory . --zerocounters
1067 @GST_GCOV_ENABLED_TRUE@ -if test -d tests/check; then $(MAKE) -C tests/check inspect; fi
1068 @GST_GCOV_ENABLED_TRUE@ -$(MAKE) check
1069
1070 # generate report based on current coverage data
1071 @GST_GCOV_ENABLED_TRUE@lcov-report:
1072 @GST_GCOV_ENABLED_TRUE@ mkdir lcov
1073 @GST_GCOV_ENABLED_TRUE@ lcov --compat-libtool --directory . --capture --output-file lcov/lcov.info
1074 @GST_GCOV_ENABLED_TRUE@ lcov --list-full-path -l lcov/lcov.info | grep -v "`cd $(top_srcdir) && pwd`" | cut -d\| -f1 > lcov/remove
1075 @GST_GCOV_ENABLED_TRUE@ lcov --list-full-path -l lcov/lcov.info | grep "tests/check/" | cut -d\| -f1 >> lcov/remove
1076 @GST_GCOV_ENABLED_TRUE@ lcov --list-full-path -l lcov/lcov.info | grep "docs/plugins/" | cut -d\| -f1 >> lcov/remove
1077 @GST_GCOV_ENABLED_TRUE@ lcov -r lcov/lcov.info `cat lcov/remove` > lcov/lcov.cleaned.info
1078 @GST_GCOV_ENABLED_TRUE@ rm lcov/remove
1079 @GST_GCOV_ENABLED_TRUE@ mv lcov/lcov.cleaned.info lcov/lcov.info
1080 @GST_GCOV_ENABLED_TRUE@ genhtml -t "$(PACKAGE_STRING)" -o lcov --num-spaces 2 lcov/lcov.info
1081
1082 @GST_GCOV_ENABLED_TRUE@lcov-upload: lcov
1083 @GST_GCOV_ENABLED_TRUE@ rsync -rvz -e ssh --delete lcov/* gstreamer.freedesktop.org:/srv/gstreamer.freedesktop.org/www/data/coverage/lcov/$(PACKAGE)
1084
1085 @GST_GCOV_ENABLED_FALSE@lcov-run:
1086 @GST_GCOV_ENABLED_FALSE@        echo "Need to reconfigure with --enable-gcov"
1087
1088 @GST_GCOV_ENABLED_FALSE@lcov-report:
1089 @GST_GCOV_ENABLED_FALSE@        echo "Need to reconfigure with --enable-gcov"
1090
1091 check-cruft:
1092         @cruft_files=""; cruft_dirs=""; \
1093         for f in $(CRUFT_FILES); do \
1094           if test -e $$f; then \
1095             cruft_files="$$cruft_files $$f"; \
1096           fi \
1097         done; \
1098         for d in $(CRUFT_DIRS); do \
1099           if test -e $$d; then \
1100             cruft_dirs="$$cruft_dirs $$d"; \
1101           fi \
1102         done; \
1103         if test "x$$cruft_files$$cruft_dirs" != x; then \
1104           echo; \
1105           echo "**** CRUFT ALERT *****"; \
1106           echo; \
1107           echo "The following files and directories may not be needed any "; \
1108           echo "longer (usually because a plugin has been merged into     "; \
1109           echo "another plugin, moved to a different module, or been      "; \
1110           echo "renamed), and you probably want to clean them up if you   "; \
1111           echo "don't have local changes:                                 "; \
1112           echo; \
1113           for f in $$cruft_files; do echo "file $$f"; done; \
1114           echo; \
1115           for d in $$cruft_dirs; do echo "directory $$d"; done; \
1116           echo; \
1117           echo "'make clean-cruft' will remove these for you."; \
1118           echo; \
1119         fi
1120
1121 clean-cruft-dirs:
1122         @for d in $(CRUFT_DIRS); do \
1123           if test -e $$d; then \
1124             rm -r "$$d" && echo "Removed directory $$d"; \
1125           fi \
1126         done
1127
1128 clean-cruft-files:
1129         @for f in $(CRUFT_FILES); do \
1130           if test -e $$f; then \
1131             rm "$$f" && echo "Removed file $$f"; \
1132           fi \
1133         done
1134
1135 clean-cruft: clean-cruft-dirs clean-cruft-files
1136
1137 # also might want to add this to your Makefile.am:
1138 #
1139 # all-local: check-cruft
1140
1141 all-local: check-cruft
1142
1143 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1144 # Otherwise a system limit (for SysV at least) may be exceeded.
1145 .NOEXPORT: