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