source: trunk/third/gst-plugins/Makefile.in @ 21443

Revision 21443, 38.8 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21442, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated by automake 1.9.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# include this snippet to add a common release: target by using
18# include $(top_srcdir)/common/release.mak
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25top_builddir = .
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27INSTALL = @INSTALL@
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39build_triplet = @build@
40host_triplet = @host@
41target_triplet = @target@
42DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
43        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
44        $(srcdir)/gst-plugins.spec.in $(top_srcdir)/common/po.mak \
45        $(top_srcdir)/common/release.mak $(top_srcdir)/configure \
46        ABOUT-NLS AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS \
47        TODO compile config.guess config.rpath config.sub depcomp \
48        install-sh ltmain.sh missing mkinstalldirs
49subdir = .
50ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
52        $(top_srcdir)/common/m4/as-auto-alt.m4 \
53        $(top_srcdir)/common/m4/as-compiler-flag.m4 \
54        $(top_srcdir)/common/m4/as-docbook.m4 \
55        $(top_srcdir)/common/m4/as-libtool.m4 \
56        $(top_srcdir)/common/m4/as-objc.m4 \
57        $(top_srcdir)/common/m4/as-python.m4 \
58        $(top_srcdir)/common/m4/as-scrub-include.m4 \
59        $(top_srcdir)/common/m4/as-version.m4 \
60        $(top_srcdir)/common/m4/ax_create_stdint_h.m4 \
61        $(top_srcdir)/common/m4/gst-arch.m4 \
62        $(top_srcdir)/common/m4/gst-doc.m4 \
63        $(top_srcdir)/common/m4/gst-feature.m4 \
64        $(top_srcdir)/common/m4/gst-function.m4 \
65        $(top_srcdir)/common/m4/gst-glib2.m4 \
66        $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/a52.m4 \
67        $(top_srcdir)/m4/aalib.m4 $(top_srcdir)/m4/as-arts.m4 \
68        $(top_srcdir)/m4/esd.m4 $(top_srcdir)/m4/freetype2.m4 \
69        $(top_srcdir)/m4/gconf-2.m4 $(top_srcdir)/m4/gettext.m4 \
70        $(top_srcdir)/m4/gst-alsa.m4 $(top_srcdir)/m4/gst-artsc.m4 \
71        $(top_srcdir)/m4/gst-fionread.m4 $(top_srcdir)/m4/gst-sdl.m4 \
72        $(top_srcdir)/m4/gst-shout2.m4 $(top_srcdir)/m4/gst-sid.m4 \
73        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
74        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
75        $(top_srcdir)/m4/libfame.m4 $(top_srcdir)/m4/libmikmod.m4 \
76        $(top_srcdir)/m4/lrint.m4 $(top_srcdir)/m4/lrintf.m4 \
77        $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/progtest.m4 \
78        $(top_srcdir)/m4/vorbis.m4 $(top_srcdir)/configure.ac
79am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80        $(ACLOCAL_M4)
81am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
82 configure.lineno configure.status.lineno
83mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84CONFIG_HEADER = config.h
85CONFIG_CLEAN_FILES = gst-plugins.spec
86SOURCES =
87DIST_SOURCES =
88RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
89        html-recursive info-recursive install-data-recursive \
90        install-exec-recursive install-info-recursive \
91        install-recursive installcheck-recursive installdirs-recursive \
92        pdf-recursive ps-recursive uninstall-info-recursive \
93        uninstall-recursive
94ETAGS = etags
95CTAGS = ctags
96DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97distdir = $(PACKAGE)-$(VERSION)
98top_distdir = $(distdir)
99am__remove_distdir = \
100  { test ! -d $(distdir) \
101    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
102         && rm -fr $(distdir); }; }
103DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
104GZIP_ENV = --best
105distuninstallcheck_listfiles = find . -type f -print
106distcleancheck_listfiles = find . -type f -print
107A52DEC_CFLAGS = @A52DEC_CFLAGS@
108A52DEC_LIBS = @A52DEC_LIBS@
109AALIB_CFLAGS = @AALIB_CFLAGS@
110AALIB_CONFIG = @AALIB_CONFIG@
111AALIB_LIBS = @AALIB_LIBS@
112ACLOCAL = @ACLOCAL@
113ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
114ALSA_CFLAGS = @ALSA_CFLAGS@
115ALSA_LIBS = @ALSA_LIBS@
116AMDEP_FALSE = @AMDEP_FALSE@
117AMDEP_TRUE = @AMDEP_TRUE@
118AMTAR = @AMTAR@
119AR = @AR@
120ARTSC_CFLAGS = @ARTSC_CFLAGS@
121ARTSC_CONFIG = @ARTSC_CONFIG@
122ARTSC_LIBS = @ARTSC_LIBS@
123ARTS_CONFIG = @ARTS_CONFIG@
124ARTS_CXXFLAGS = @ARTS_CXXFLAGS@
125ARTS_LIBS = @ARTS_LIBS@
126AS_LIBTOOL_WIN32_FALSE = @AS_LIBTOOL_WIN32_FALSE@
127AS_LIBTOOL_WIN32_TRUE = @AS_LIBTOOL_WIN32_TRUE@
128AUDIOFILE_CFLAGS = @AUDIOFILE_CFLAGS@
129AUDIOFILE_CONFIG = @AUDIOFILE_CONFIG@
130AUDIOFILE_LIBS = @AUDIOFILE_LIBS@
131AUDIORESAMPLE_CFLAGS = @AUDIORESAMPLE_CFLAGS@
132AUDIORESAMPLE_LIBS = @AUDIORESAMPLE_LIBS@
133AUTOCONF = @AUTOCONF@
134AUTOHEADER = @AUTOHEADER@
135AUTOMAKE = @AUTOMAKE@
136AWK = @AWK@
137BROKEN_FALSE = @BROKEN_FALSE@
138BROKEN_TRUE = @BROKEN_TRUE@
139BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
140BUILD_DOCS_TRUE = @BUILD_DOCS_TRUE@
141BUILD_EXAMPLES_FALSE = @BUILD_EXAMPLES_FALSE@
142BUILD_EXAMPLES_TRUE = @BUILD_EXAMPLES_TRUE@
143BUILD_EXTERNAL_FALSE = @BUILD_EXTERNAL_FALSE@
144BUILD_EXTERNAL_TRUE = @BUILD_EXTERNAL_TRUE@
145BUILD_PLUGIN_DOCS_FALSE = @BUILD_PLUGIN_DOCS_FALSE@
146BUILD_PLUGIN_DOCS_TRUE = @BUILD_PLUGIN_DOCS_TRUE@
147BUILD_TESTS_FALSE = @BUILD_TESTS_FALSE@
148BUILD_TESTS_TRUE = @BUILD_TESTS_TRUE@
149CAIRO_CFLAGS = @CAIRO_CFLAGS@
150CAIRO_LIBS = @CAIRO_LIBS@
151CAT_ENTRY_END = @CAT_ENTRY_END@
152CAT_ENTRY_START = @CAT_ENTRY_START@
153CC = @CC@
154CCAS = @CCAS@
155CCASFLAGS = @CCASFLAGS@
156CCDEPMODE = @CCDEPMODE@
157CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
158CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
159CDAUDIO_LIBS = @CDAUDIO_LIBS@
160CDPARANOIA_LIBS = @CDPARANOIA_LIBS@
161CFLAGS = @CFLAGS@
162CPP = @CPP@
163CPPFLAGS = @CPPFLAGS@
164CXX = @CXX@
165CXXCPP = @CXXCPP@
166CXXDEPMODE = @CXXDEPMODE@
167CXXFLAGS = @CXXFLAGS@
168CYGPATH_W = @CYGPATH_W@
169DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
170DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
171DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
172DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
173DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
174DEFS = @DEFS@
175DEPDIR = @DEPDIR@
176DIRAC_CFLAGS = @DIRAC_CFLAGS@
177DIRAC_LIBS = @DIRAC_LIBS@
178DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
179DIRECTFB_LIBS = @DIRECTFB_LIBS@
180DIVXDEC_LIBS = @DIVXDEC_LIBS@
181DIVXENC_LIBS = @DIVXENC_LIBS@
182DOCBOOK_ROOT = @DOCBOOK_ROOT@
183DOC_HTML_FALSE = @DOC_HTML_FALSE@
184DOC_HTML_TRUE = @DOC_HTML_TRUE@
185DOC_PDF_FALSE = @DOC_PDF_FALSE@
186DOC_PDF_TRUE = @DOC_PDF_TRUE@
187DOC_PS_FALSE = @DOC_PS_FALSE@
188DOC_PS_TRUE = @DOC_PS_TRUE@
189DTS_LIBS = @DTS_LIBS@
190DV1394_LIBS = @DV1394_LIBS@
191DVDNAV_CFLAGS = @DVDNAV_CFLAGS@
192DVDNAV_CONFIG = @DVDNAV_CONFIG@
193DVDNAV_LIBS = @DVDNAV_LIBS@
194DVDREAD_LIBS = @DVDREAD_LIBS@
195ECHO = @ECHO@
196ECHO_C = @ECHO_C@
197ECHO_N = @ECHO_N@
198ECHO_T = @ECHO_T@
199EGREP = @EGREP@
200ESD_CFLAGS = @ESD_CFLAGS@
201ESD_CONFIG = @ESD_CONFIG@
202ESD_LIBS = @ESD_LIBS@
203EXEEXT = @EXEEXT@
204EXPERIMENTAL_FALSE = @EXPERIMENTAL_FALSE@
205EXPERIMENTAL_TRUE = @EXPERIMENTAL_TRUE@
206F77 = @F77@
207FAAC_LIBS = @FAAC_LIBS@
208FAAD_LIBS = @FAAD_LIBS@
209FFLAGS = @FFLAGS@
210FLAC_LIBS = @FLAC_LIBS@
211FT2_CFLAGS = @FT2_CFLAGS@
212FT2_CONFIG = @FT2_CONFIG@
213FT2_LIBS = @FT2_LIBS@
214GCONFTOOL = @GCONFTOOL@
215GCONF_CFLAGS = @GCONF_CFLAGS@
216GCONF_LIBS = @GCONF_LIBS@
217GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
218GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
219GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
220GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
221GDK_PIXBUF_CONF_DIR = @GDK_PIXBUF_CONF_DIR@
222GDK_PIXBUF_LOADER_DIR = @GDK_PIXBUF_LOADER_DIR@
223GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
224GLIB2_CFLAGS = @GLIB2_CFLAGS@
225GLIB2_LIBS = @GLIB2_LIBS@
226GLIB2_REQ = @GLIB2_REQ@
227GLIB_CFLAGS = @GLIB_CFLAGS@
228GLIB_LIBS = @GLIB_LIBS@
229GMSGFMT = @GMSGFMT@
230GNOME_VFS_CFLAGS = @GNOME_VFS_CFLAGS@
231GNOME_VFS_LIBS = @GNOME_VFS_LIBS@
232GSM_LIBS = @GSM_LIBS@
233GST_CFLAGS = @GST_CFLAGS@
234GST_CONTROL_CFLAGS = @GST_CONTROL_CFLAGS@
235GST_CONTROL_LIBS = @GST_CONTROL_LIBS@
236GST_LIBS = @GST_LIBS@
237GST_MAJORMINOR = @GST_MAJORMINOR@
238GST_PLUGINS_AGE = @GST_PLUGINS_AGE@
239GST_PLUGINS_ALL = @GST_PLUGINS_ALL@
240GST_PLUGINS_CURRENT = @GST_PLUGINS_CURRENT@
241GST_PLUGINS_LIBVERSION = @GST_PLUGINS_LIBVERSION@
242GST_PLUGINS_LT_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@
243GST_PLUGINS_REVISION = @GST_PLUGINS_REVISION@
244GST_PLUGINS_SELECTED = @GST_PLUGINS_SELECTED@
245GST_PLUGINS_VERSION = @GST_PLUGINS_VERSION@
246GST_PLUGINS_VERSION_MAJOR = @GST_PLUGINS_VERSION_MAJOR@
247GST_PLUGINS_VERSION_MICRO = @GST_PLUGINS_VERSION_MICRO@
248GST_PLUGINS_VERSION_MINOR = @GST_PLUGINS_VERSION_MINOR@
249GST_PLUGINS_VERSION_NANO = @GST_PLUGINS_VERSION_NANO@
250GST_PLUGINS_VERSION_RELEASE = @GST_PLUGINS_VERSION_RELEASE@
251GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
252GST_TOOLS_DIR = @GST_TOOLS_DIR@
253GTK2_CFLAGS = @GTK2_CFLAGS@
254GTK2_LIBS = @GTK2_LIBS@
255GTK_BASE_DIR = @GTK_BASE_DIR@
256GTK_CFLAGS = @GTK_CFLAGS@
257GTK_DOC_SCANOBJ = @GTK_DOC_SCANOBJ@
258GTK_LIBS = @GTK_LIBS@
259GTK_VERSION = @GTK_VERSION@
260HAVE_ATOMIC_H_FALSE = @HAVE_ATOMIC_H_FALSE@
261HAVE_ATOMIC_H_TRUE = @HAVE_ATOMIC_H_TRUE@
262HAVE_AVC1394 = @HAVE_AVC1394@
263HAVE_CDPARANOIA = @HAVE_CDPARANOIA@
264HAVE_CPU_ALPHA_FALSE = @HAVE_CPU_ALPHA_FALSE@
265HAVE_CPU_ALPHA_TRUE = @HAVE_CPU_ALPHA_TRUE@
266HAVE_CPU_ARM_FALSE = @HAVE_CPU_ARM_FALSE@
267HAVE_CPU_ARM_TRUE = @HAVE_CPU_ARM_TRUE@
268HAVE_CPU_HPPA_FALSE = @HAVE_CPU_HPPA_FALSE@
269HAVE_CPU_HPPA_TRUE = @HAVE_CPU_HPPA_TRUE@
270HAVE_CPU_I386_FALSE = @HAVE_CPU_I386_FALSE@
271HAVE_CPU_I386_TRUE = @HAVE_CPU_I386_TRUE@
272HAVE_CPU_IA64_FALSE = @HAVE_CPU_IA64_FALSE@
273HAVE_CPU_IA64_TRUE = @HAVE_CPU_IA64_TRUE@
274HAVE_CPU_M68K_FALSE = @HAVE_CPU_M68K_FALSE@
275HAVE_CPU_M68K_TRUE = @HAVE_CPU_M68K_TRUE@
276HAVE_CPU_MIPS_FALSE = @HAVE_CPU_MIPS_FALSE@
277HAVE_CPU_MIPS_TRUE = @HAVE_CPU_MIPS_TRUE@
278HAVE_CPU_PPC_FALSE = @HAVE_CPU_PPC_FALSE@
279HAVE_CPU_PPC_TRUE = @HAVE_CPU_PPC_TRUE@
280HAVE_CPU_S390_FALSE = @HAVE_CPU_S390_FALSE@
281HAVE_CPU_S390_TRUE = @HAVE_CPU_S390_TRUE@
282HAVE_CPU_SPARC_FALSE = @HAVE_CPU_SPARC_FALSE@
283HAVE_CPU_SPARC_TRUE = @HAVE_CPU_SPARC_TRUE@
284HAVE_CPU_X86_64_FALSE = @HAVE_CPU_X86_64_FALSE@
285HAVE_CPU_X86_64_TRUE = @HAVE_CPU_X86_64_TRUE@
286HAVE_CXX = @HAVE_CXX@
287HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
288HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
289HAVE_DOCBOOK_FALSE = @HAVE_DOCBOOK_FALSE@
290HAVE_DOCBOOK_TRUE = @HAVE_DOCBOOK_TRUE@
291HAVE_DTS = @HAVE_DTS@
292HAVE_DVDREAD = @HAVE_DVDREAD@
293HAVE_DVIPS = @HAVE_DVIPS@
294HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
295HAVE_FAAC = @HAVE_FAAC@
296HAVE_FAAD = @HAVE_FAAD@
297HAVE_FIG2DEV = @HAVE_FIG2DEV@
298HAVE_FIG2DEV_PDF_FALSE = @HAVE_FIG2DEV_PDF_FALSE@
299HAVE_FIG2DEV_PDF_TRUE = @HAVE_FIG2DEV_PDF_TRUE@
300HAVE_FIG2DEV_PNG_FALSE = @HAVE_FIG2DEV_PNG_FALSE@
301HAVE_FIG2DEV_PNG_TRUE = @HAVE_FIG2DEV_PNG_TRUE@
302HAVE_FLAC = @HAVE_FLAC@
303HAVE_FT2_FALSE = @HAVE_FT2_FALSE@
304HAVE_FT2_TRUE = @HAVE_FT2_TRUE@
305HAVE_GCONFTOOL = @HAVE_GCONFTOOL@
306HAVE_GDK_LOADERS_FALSE = @HAVE_GDK_LOADERS_FALSE@
307HAVE_GDK_LOADERS_TRUE = @HAVE_GDK_LOADERS_TRUE@
308HAVE_GSM = @HAVE_GSM@
309HAVE_GTK = @HAVE_GTK@
310HAVE_GTK_DOC = @HAVE_GTK_DOC@
311HAVE_GTK_DOC_FALSE = @HAVE_GTK_DOC_FALSE@
312HAVE_GTK_DOC_TRUE = @HAVE_GTK_DOC_TRUE@
313HAVE_GTK_FALSE = @HAVE_GTK_FALSE@
314HAVE_GTK_TRUE = @HAVE_GTK_TRUE@
315HAVE_HERMES = @HAVE_HERMES@
316HAVE_JADETEX = @HAVE_JADETEX@
317HAVE_LAME = @HAVE_LAME@
318HAVE_LIBMNG = @HAVE_LIBMNG@
319HAVE_LIBPNG = @HAVE_LIBPNG@
320HAVE_NAS = @HAVE_NAS@
321HAVE_NASM_FALSE = @HAVE_NASM_FALSE@
322HAVE_NASM_TRUE = @HAVE_NASM_TRUE@
323HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
324HAVE_PNMTOPS = @HAVE_PNMTOPS@
325HAVE_PS2PDF = @HAVE_PS2PDF@
326HAVE_RAW1394 = @HAVE_RAW1394@
327HAVE_RAW1394_FALSE = @HAVE_RAW1394_FALSE@
328HAVE_RAW1394_TRUE = @HAVE_RAW1394_TRUE@
329HAVE_ROM1394 = @HAVE_ROM1394@
330HAVE_SHOUT = @HAVE_SHOUT@
331HAVE_SPEEX = @HAVE_SPEEX@
332HAVE_THEORA = @HAVE_THEORA@
333HAVE_X = @HAVE_X@
334HAVE_XSHM = @HAVE_XSHM@
335HERMES_LIBS = @HERMES_LIBS@
336HTML_DIR = @HTML_DIR@
337INSTALL_DATA = @INSTALL_DATA@
338INSTALL_PROGRAM = @INSTALL_PROGRAM@
339INSTALL_SCRIPT = @INSTALL_SCRIPT@
340INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
341INTLLIBS = @INTLLIBS@
342IVORBIS_CFLAGS = @IVORBIS_CFLAGS@
343IVORBIS_LIBS = @IVORBIS_LIBS@
344JACK_CFLAGS = @JACK_CFLAGS@
345JACK_LIBS = @JACK_LIBS@
346JPEG_LIBS = @JPEG_LIBS@
347LAME_CFLAGS = @LAME_CFLAGS@
348LAME_LIBS = @LAME_LIBS@
349LCS_CFLAGS = @LCS_CFLAGS@
350LCS_LIBS = @LCS_LIBS@
351LDFLAGS = @LDFLAGS@
352LIBCACA_CFLAGS = @LIBCACA_CFLAGS@
353LIBCACA_CONFIG = @LIBCACA_CONFIG@
354LIBCACA_LIBS = @LIBCACA_LIBS@
355LIBDV_CFLAGS = @LIBDV_CFLAGS@
356LIBDV_LIBS = @LIBDV_LIBS@
357LIBFAME_CFLAGS = @LIBFAME_CFLAGS@
358LIBFAME_CONFIG = @LIBFAME_CONFIG@
359LIBFAME_LIBS = @LIBFAME_LIBS@
360LIBICONV = @LIBICONV@
361LIBINTL = @LIBINTL@
362LIBMIKMOD_CFLAGS = @LIBMIKMOD_CFLAGS@
363LIBMIKMOD_CONFIG = @LIBMIKMOD_CONFIG@
364LIBMIKMOD_LDADD = @LIBMIKMOD_LDADD@
365LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@
366LIBMMS_CFLAGS = @LIBMMS_CFLAGS@
367LIBMMS_LIBS = @LIBMMS_LIBS@
368LIBMNG_LIBS = @LIBMNG_LIBS@
369LIBOBJS = @LIBOBJS@
370LIBOIL_CFLAGS = @LIBOIL_CFLAGS@
371LIBOIL_LIBS = @LIBOIL_LIBS@
372LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
373LIBPNG_LIBS = @LIBPNG_LIBS@
374LIBRFB_CFLAGS = @LIBRFB_CFLAGS@
375LIBRFB_LIBS = @LIBRFB_LIBS@
376LIBS = @LIBS@
377LIBTOOL = @LIBTOOL@
378LIBVISUAL_CFLAGS = @LIBVISUAL_CFLAGS@
379LIBVISUAL_LIBS = @LIBVISUAL_LIBS@
380LN_S = @LN_S@
381LOCALEDIR = @LOCALEDIR@
382LTLIBICONV = @LTLIBICONV@
383LTLIBINTL = @LTLIBINTL@
384LTLIBOBJS = @LTLIBOBJS@
385MAD_CFLAGS = @MAD_CFLAGS@
386MAD_LIBS = @MAD_LIBS@
387MAINT = @MAINT@
388MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
389MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
390MAKEINFO = @MAKEINFO@
391MCOPIDL = @MCOPIDL@
392MIKMOD_CFLAGS = @MIKMOD_CFLAGS@
393MIKMOD_LIBS = @MIKMOD_LIBS@
394MKINSTALLDIRS = @MKINSTALLDIRS@
395MPEG2DEC_CFLAGS = @MPEG2DEC_CFLAGS@
396MPEG2DEC_LIBS = @MPEG2DEC_LIBS@
397MPEG2ENC_CFLAGS = @MPEG2ENC_CFLAGS@
398MPEG2ENC_LIBS = @MPEG2ENC_LIBS@
399MPLEX_CFLAGS = @MPLEX_CFLAGS@
400MPLEX_LIBS = @MPLEX_LIBS@
401MSGFMT = @MSGFMT@
402MSGMERGE = @MSGMERGE@
403MUSEPACK_LIBS = @MUSEPACK_LIBS@
404MUSICBRAINZ_CFLAGS = @MUSICBRAINZ_CFLAGS@
405MUSICBRAINZ_LIBS = @MUSICBRAINZ_LIBS@
406NAS_CFLAGS = @NAS_CFLAGS@
407NAS_LIBS = @NAS_LIBS@
408OBJC = @OBJC@
409OBJCDEPMODE = @OBJCDEPMODE@
410OBJC_LDFLAGS = @OBJC_LDFLAGS@
411OBJEXT = @OBJEXT@
412OGG_CFLAGS = @OGG_CFLAGS@
413OGG_LIBS = @OGG_LIBS@
414PACKAGE = @PACKAGE@
415PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
416PACKAGE_NAME = @PACKAGE_NAME@
417PACKAGE_STRING = @PACKAGE_STRING@
418PACKAGE_TARNAME = @PACKAGE_TARNAME@
419PACKAGE_VERSION = @PACKAGE_VERSION@
420PANGO_CFLAGS = @PANGO_CFLAGS@
421PANGO_LIBS = @PANGO_LIBS@
422PATH_SEPARATOR = @PATH_SEPARATOR@
423PKG_CONFIG = @PKG_CONFIG@
424POLYP_CFLAGS = @POLYP_CFLAGS@
425POLYP_LIBS = @POLYP_LIBS@
426POSUB = @POSUB@
427PYTHON = @PYTHON@
428PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
429PYTHON_PLATFORM = @PYTHON_PLATFORM@
430PYTHON_PREFIX = @PYTHON_PREFIX@
431PYTHON_VERSION = @PYTHON_VERSION@
432QUERYLOADERS = @QUERYLOADERS@
433RANLIB = @RANLIB@
434SDL_CFLAGS = @SDL_CFLAGS@
435SDL_CONFIG = @SDL_CONFIG@
436SDL_LIBS = @SDL_LIBS@
437SET_MAKE = @SET_MAKE@
438SHELL = @SHELL@
439SHOUT2_CFLAGS = @SHOUT2_CFLAGS@
440SHOUT2_LIBS = @SHOUT2_LIBS@
441SHOUT_LIBS = @SHOUT_LIBS@
442SIDPLAY_CFLAGS = @SIDPLAY_CFLAGS@
443SIDPLAY_LIBS = @SIDPLAY_LIBS@
444SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
445SNDFILE_LIBS = @SNDFILE_LIBS@
446SPEEX_CFLAGS = @SPEEX_CFLAGS@
447SPEEX_LIBS = @SPEEX_LIBS@
448STRIP = @STRIP@
449SWFDEC_CFLAGS = @SWFDEC_CFLAGS@
450SWFDEC_LIBS = @SWFDEC_LIBS@
451THEORA_CFLAGS = @THEORA_CFLAGS@
452THEORA_LIBS = @THEORA_LIBS@
453USE_A52DEC_FALSE = @USE_A52DEC_FALSE@
454USE_A52DEC_TRUE = @USE_A52DEC_TRUE@
455USE_AALIB_FALSE = @USE_AALIB_FALSE@
456USE_AALIB_TRUE = @USE_AALIB_TRUE@
457USE_ALSA_FALSE = @USE_ALSA_FALSE@
458USE_ALSA_TRUE = @USE_ALSA_TRUE@
459USE_ARTSC_FALSE = @USE_ARTSC_FALSE@
460USE_ARTSC_TRUE = @USE_ARTSC_TRUE@
461USE_ARTS_FALSE = @USE_ARTS_FALSE@
462USE_ARTS_TRUE = @USE_ARTS_TRUE@
463USE_AUDIOFILE_FALSE = @USE_AUDIOFILE_FALSE@
464USE_AUDIOFILE_TRUE = @USE_AUDIOFILE_TRUE@
465USE_AUDIORESAMPLE_FALSE = @USE_AUDIORESAMPLE_FALSE@
466USE_AUDIORESAMPLE_TRUE = @USE_AUDIORESAMPLE_TRUE@
467USE_BROKEN_FALSE = @USE_BROKEN_FALSE@
468USE_BROKEN_TRUE = @USE_BROKEN_TRUE@
469USE_CAIRO_FALSE = @USE_CAIRO_FALSE@
470USE_CAIRO_TRUE = @USE_CAIRO_TRUE@
471USE_CDAUDIO_FALSE = @USE_CDAUDIO_FALSE@
472USE_CDAUDIO_TRUE = @USE_CDAUDIO_TRUE@
473USE_CDPARANOIA_FALSE = @USE_CDPARANOIA_FALSE@
474USE_CDPARANOIA_TRUE = @USE_CDPARANOIA_TRUE@
475USE_CDROM_FALSE = @USE_CDROM_FALSE@
476USE_CDROM_TRUE = @USE_CDROM_TRUE@
477USE_DIRAC_FALSE = @USE_DIRAC_FALSE@
478USE_DIRAC_TRUE = @USE_DIRAC_TRUE@
479USE_DIRECTFB_FALSE = @USE_DIRECTFB_FALSE@
480USE_DIRECTFB_TRUE = @USE_DIRECTFB_TRUE@
481USE_DIVX_FALSE = @USE_DIVX_FALSE@
482USE_DIVX_TRUE = @USE_DIVX_TRUE@
483USE_DTS_FALSE = @USE_DTS_FALSE@
484USE_DTS_TRUE = @USE_DTS_TRUE@
485USE_DV1394_FALSE = @USE_DV1394_FALSE@
486USE_DV1394_TRUE = @USE_DV1394_TRUE@
487USE_DVDNAV_FALSE = @USE_DVDNAV_FALSE@
488USE_DVDNAV_TRUE = @USE_DVDNAV_TRUE@
489USE_DVDREAD_FALSE = @USE_DVDREAD_FALSE@
490USE_DVDREAD_TRUE = @USE_DVDREAD_TRUE@
491USE_DXR3_FALSE = @USE_DXR3_FALSE@
492USE_DXR3_TRUE = @USE_DXR3_TRUE@
493USE_ESD_FALSE = @USE_ESD_FALSE@
494USE_ESD_TRUE = @USE_ESD_TRUE@
495USE_EXPERIMENTAL_FALSE = @USE_EXPERIMENTAL_FALSE@
496USE_EXPERIMENTAL_TRUE = @USE_EXPERIMENTAL_TRUE@
497USE_EXTERNAL_FALSE = @USE_EXTERNAL_FALSE@
498USE_EXTERNAL_TRUE = @USE_EXTERNAL_TRUE@
499USE_FAAC_FALSE = @USE_FAAC_FALSE@
500USE_FAAC_TRUE = @USE_FAAC_TRUE@
501USE_FAAD_FALSE = @USE_FAAD_FALSE@
502USE_FAAD_TRUE = @USE_FAAD_TRUE@
503USE_FLAC_FALSE = @USE_FLAC_FALSE@
504USE_FLAC_TRUE = @USE_FLAC_TRUE@
505USE_GCONFTOOL_FALSE = @USE_GCONFTOOL_FALSE@
506USE_GCONFTOOL_TRUE = @USE_GCONFTOOL_TRUE@
507USE_GCONF_FALSE = @USE_GCONF_FALSE@
508USE_GCONF_TRUE = @USE_GCONF_TRUE@
509USE_GDK_PIXBUF_FALSE = @USE_GDK_PIXBUF_FALSE@
510USE_GDK_PIXBUF_TRUE = @USE_GDK_PIXBUF_TRUE@
511USE_GNOME_VFS_FALSE = @USE_GNOME_VFS_FALSE@
512USE_GNOME_VFS_TRUE = @USE_GNOME_VFS_TRUE@
513USE_GSM_FALSE = @USE_GSM_FALSE@
514USE_GSM_TRUE = @USE_GSM_TRUE@
515USE_GST_V4L2_FALSE = @USE_GST_V4L2_FALSE@
516USE_GST_V4L2_TRUE = @USE_GST_V4L2_TRUE@
517USE_GST_V4L_FALSE = @USE_GST_V4L_FALSE@
518USE_GST_V4L_TRUE = @USE_GST_V4L_TRUE@
519USE_HERMES_FALSE = @USE_HERMES_FALSE@
520USE_HERMES_TRUE = @USE_HERMES_TRUE@
521USE_IVORBIS_FALSE = @USE_IVORBIS_FALSE@
522USE_IVORBIS_TRUE = @USE_IVORBIS_TRUE@
523USE_JACK_FALSE = @USE_JACK_FALSE@
524USE_JACK_TRUE = @USE_JACK_TRUE@
525USE_JPEG_FALSE = @USE_JPEG_FALSE@
526USE_JPEG_TRUE = @USE_JPEG_TRUE@
527USE_LADSPA_FALSE = @USE_LADSPA_FALSE@
528USE_LADSPA_TRUE = @USE_LADSPA_TRUE@
529USE_LAME_FALSE = @USE_LAME_FALSE@
530USE_LAME_TRUE = @USE_LAME_TRUE@
531USE_LCS_FALSE = @USE_LCS_FALSE@
532USE_LCS_TRUE = @USE_LCS_TRUE@
533USE_LIBCACA_FALSE = @USE_LIBCACA_FALSE@
534USE_LIBCACA_TRUE = @USE_LIBCACA_TRUE@
535USE_LIBDV_FALSE = @USE_LIBDV_FALSE@
536USE_LIBDV_TRUE = @USE_LIBDV_TRUE@
537USE_LIBFAME_FALSE = @USE_LIBFAME_FALSE@
538USE_LIBFAME_TRUE = @USE_LIBFAME_TRUE@
539USE_LIBMMS_FALSE = @USE_LIBMMS_FALSE@
540USE_LIBMMS_TRUE = @USE_LIBMMS_TRUE@
541USE_LIBMNG_FALSE = @USE_LIBMNG_FALSE@
542USE_LIBMNG_TRUE = @USE_LIBMNG_TRUE@
543USE_LIBPNG_FALSE = @USE_LIBPNG_FALSE@
544USE_LIBPNG_TRUE = @USE_LIBPNG_TRUE@
545USE_LIBRFB_FALSE = @USE_LIBRFB_FALSE@
546USE_LIBRFB_TRUE = @USE_LIBRFB_TRUE@
547USE_LIBVISUAL_FALSE = @USE_LIBVISUAL_FALSE@
548USE_LIBVISUAL_TRUE = @USE_LIBVISUAL_TRUE@
549USE_MAD_FALSE = @USE_MAD_FALSE@
550USE_MAD_TRUE = @USE_MAD_TRUE@
551USE_MIKMOD_FALSE = @USE_MIKMOD_FALSE@
552USE_MIKMOD_TRUE = @USE_MIKMOD_TRUE@
553USE_MPEG2DEC_FALSE = @USE_MPEG2DEC_FALSE@
554USE_MPEG2DEC_TRUE = @USE_MPEG2DEC_TRUE@
555USE_MPEG2ENC_FALSE = @USE_MPEG2ENC_FALSE@
556USE_MPEG2ENC_TRUE = @USE_MPEG2ENC_TRUE@
557USE_MPLEX_FALSE = @USE_MPLEX_FALSE@
558USE_MPLEX_TRUE = @USE_MPLEX_TRUE@
559USE_MUSEPACK_FALSE = @USE_MUSEPACK_FALSE@
560USE_MUSEPACK_TRUE = @USE_MUSEPACK_TRUE@
561USE_MUSICBRAINZ_FALSE = @USE_MUSICBRAINZ_FALSE@
562USE_MUSICBRAINZ_TRUE = @USE_MUSICBRAINZ_TRUE@
563USE_NAS_FALSE = @USE_NAS_FALSE@
564USE_NAS_TRUE = @USE_NAS_TRUE@
565USE_NLS = @USE_NLS@
566USE_OGG_FALSE = @USE_OGG_FALSE@
567USE_OGG_TRUE = @USE_OGG_TRUE@
568USE_OPENGL_FALSE = @USE_OPENGL_FALSE@
569USE_OPENGL_TRUE = @USE_OPENGL_TRUE@
570USE_OSS_FALSE = @USE_OSS_FALSE@
571USE_OSS_TRUE = @USE_OSS_TRUE@
572USE_OSX_AUDIO_FALSE = @USE_OSX_AUDIO_FALSE@
573USE_OSX_AUDIO_TRUE = @USE_OSX_AUDIO_TRUE@
574USE_OSX_VIDEO_FALSE = @USE_OSX_VIDEO_FALSE@
575USE_OSX_VIDEO_TRUE = @USE_OSX_VIDEO_TRUE@
576USE_PANGO_FALSE = @USE_PANGO_FALSE@
577USE_PANGO_TRUE = @USE_PANGO_TRUE@
578USE_POLYP_FALSE = @USE_POLYP_FALSE@
579USE_POLYP_TRUE = @USE_POLYP_TRUE@
580USE_QCAM_FALSE = @USE_QCAM_FALSE@
581USE_QCAM_TRUE = @USE_QCAM_TRUE@
582USE_SDL_FALSE = @USE_SDL_FALSE@
583USE_SDL_TRUE = @USE_SDL_TRUE@
584USE_SHOUT2_FALSE = @USE_SHOUT2_FALSE@
585USE_SHOUT2_TRUE = @USE_SHOUT2_TRUE@
586USE_SHOUT_FALSE = @USE_SHOUT_FALSE@
587USE_SHOUT_TRUE = @USE_SHOUT_TRUE@
588USE_SIDPLAY_FALSE = @USE_SIDPLAY_FALSE@
589USE_SIDPLAY_TRUE = @USE_SIDPLAY_TRUE@
590USE_SMOOTHWAVE_FALSE = @USE_SMOOTHWAVE_FALSE@
591USE_SMOOTHWAVE_TRUE = @USE_SMOOTHWAVE_TRUE@
592USE_SNDFILE_FALSE = @USE_SNDFILE_FALSE@
593USE_SNDFILE_TRUE = @USE_SNDFILE_TRUE@
594USE_SPEEX_FALSE = @USE_SPEEX_FALSE@
595USE_SPEEX_TRUE = @USE_SPEEX_TRUE@
596USE_SUNAUDIO_FALSE = @USE_SUNAUDIO_FALSE@
597USE_SUNAUDIO_TRUE = @USE_SUNAUDIO_TRUE@
598USE_SWFDEC_FALSE = @USE_SWFDEC_FALSE@
599USE_SWFDEC_TRUE = @USE_SWFDEC_TRUE@
600USE_TARKIN_FALSE = @USE_TARKIN_FALSE@
601USE_TARKIN_TRUE = @USE_TARKIN_TRUE@
602USE_THEORA_FALSE = @USE_THEORA_FALSE@
603USE_THEORA_TRUE = @USE_THEORA_TRUE@
604USE_VCD_FALSE = @USE_VCD_FALSE@
605USE_VCD_TRUE = @USE_VCD_TRUE@
606USE_VORBIS_FALSE = @USE_VORBIS_FALSE@
607USE_VORBIS_TRUE = @USE_VORBIS_TRUE@
608USE_XINE_FALSE = @USE_XINE_FALSE@
609USE_XINE_TRUE = @USE_XINE_TRUE@
610USE_XSHM_FALSE = @USE_XSHM_FALSE@
611USE_XSHM_TRUE = @USE_XSHM_TRUE@
612USE_XVIDEO_FALSE = @USE_XVIDEO_FALSE@
613USE_XVIDEO_TRUE = @USE_XVIDEO_TRUE@
614USE_XVID_FALSE = @USE_XVID_FALSE@
615USE_XVID_TRUE = @USE_XVID_TRUE@
616USE_X_FALSE = @USE_X_FALSE@
617USE_X_TRUE = @USE_X_TRUE@
618VERSION = @VERSION@
619VORBISENC_LIBS = @VORBISENC_LIBS@
620VORBISFILE_LIBS = @VORBISFILE_LIBS@
621VORBIS_CFLAGS = @VORBIS_CFLAGS@
622VORBIS_LIBS = @VORBIS_LIBS@
623XGETTEXT = @XGETTEXT@
624XINE_CFLAGS = @XINE_CFLAGS@
625XINE_LIBS = @XINE_LIBS@
626XML_CATALOG = @XML_CATALOG@
627XSHM_LIBS = @XSHM_LIBS@
628XSLTPROC = @XSLTPROC@
629XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
630XVIDEO_LIBS = @XVIDEO_LIBS@
631XVID_LIBS = @XVID_LIBS@
632X_CFLAGS = @X_CFLAGS@
633X_EXTRA_LIBS = @X_EXTRA_LIBS@
634X_LIBS = @X_LIBS@
635X_PRE_LIBS = @X_PRE_LIBS@
636ac_ct_AR = @ac_ct_AR@
637ac_ct_CC = @ac_ct_CC@
638ac_ct_CXX = @ac_ct_CXX@
639ac_ct_F77 = @ac_ct_F77@
640ac_ct_OBJC = @ac_ct_OBJC@
641ac_ct_RANLIB = @ac_ct_RANLIB@
642ac_ct_STRIP = @ac_ct_STRIP@
643am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
644am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
645am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
646am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
647am__fastdepOBJC_FALSE = @am__fastdepOBJC_FALSE@
648am__fastdepOBJC_TRUE = @am__fastdepOBJC_TRUE@
649am__include = @am__include@
650am__leading_dot = @am__leading_dot@
651am__quote = @am__quote@
652am__tar = @am__tar@
653am__untar = @am__untar@
654bindir = @bindir@
655build = @build@
656build_alias = @build_alias@
657build_cpu = @build_cpu@
658build_os = @build_os@
659build_vendor = @build_vendor@
660datadir = @datadir@
661exec_prefix = @exec_prefix@
662host = @host@
663host_alias = @host_alias@
664host_cpu = @host_cpu@
665host_os = @host_os@
666host_vendor = @host_vendor@
667includedir = @includedir@
668infodir = @infodir@
669install_sh = @install_sh@
670libdir = @libdir@
671libexecdir = @libexecdir@
672localstatedir = @localstatedir@
673mandir = @mandir@
674mkdir_p = @mkdir_p@
675oldincludedir = @oldincludedir@
676pkgpyexecdir = @pkgpyexecdir@
677pkgpythondir = @pkgpythondir@
678plugindir = @plugindir@
679prefix = @prefix@
680program_transform_name = @program_transform_name@
681pyexecdir = @pyexecdir@
682pythondir = @pythondir@
683sbindir = @sbindir@
684sharedstatedir = @sharedstatedir@
685sysconfdir = @sysconfdir@
686target = @target@
687target_alias = @target_alias@
688target_cpu = @target_cpu@
689target_os = @target_os@
690target_vendor = @target_vendor@
691@BUILD_DOCS_FALSE@SUBDIRS_DOCS =
692# disabled until it actually works
693# SUBDIRS_DOCS = docs
694@BUILD_DOCS_TRUE@SUBDIRS_DOCS =
695@USE_GCONFTOOL_FALSE@GCONF_DIR =
696@USE_GCONFTOOL_TRUE@GCONF_DIR = gconf
697@BUILD_EXTERNAL_FALSE@EXT_DIR =
698@BUILD_EXTERNAL_TRUE@EXT_DIR = ext
699@BUILD_EXAMPLES_FALSE@EXAMPLES_DIR =
700@BUILD_EXAMPLES_TRUE@EXAMPLES_DIR = examples
701SUBDIRS = \
702        gst-libs                \
703        gst sys $(EXT_DIR)      \
704        $(EXAMPLES_DIR)         \
705        tools                   \
706        $(GCONF_DIR)            \
707        testsuite               \
708        po                      \
709        common                  \
710        m4                      \
711        pkgconfig
712
713# disabled
714#       $(SUBDIRS_DOCS)
715DIST_SUBDIRS = \
716        gst-libs                \
717        gst sys ext             \
718        examples                \
719        tools                   \
720        gconf                   \
721        testsuite               \
722        po                      \
723        common                  \
724        m4                      \
725        pkgconfig
726
727
728# disabled
729#       docs
730EXTRA_DIST = \
731        gst-plugins.spec depcomp \
732        AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
733        ChangeLog autogen.sh
734
735DISTCLEANFILES = _stdint.h
736
737# make bz2 as well
738AUTOMAKE_OPTIONS = dist-bzip2
739all: config.h
740        $(MAKE) $(AM_MAKEFLAGS) all-recursive
741
742.SUFFIXES:
743am--refresh:
744        @:
745$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(am__configure_deps)
746        @for dep in $?; do \
747          case '$(am__configure_deps)' in \
748            *$$dep*) \
749              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
750              cd $(srcdir) && $(AUTOMAKE) --gnu  \
751                && exit 0; \
752              exit 1;; \
753          esac; \
754        done; \
755        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
756        cd $(top_srcdir) && \
757          $(AUTOMAKE) --gnu  Makefile
758.PRECIOUS: Makefile
759Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
760        @case '$?' in \
761          *config.status*) \
762            echo ' $(SHELL) ./config.status'; \
763            $(SHELL) ./config.status;; \
764          *) \
765            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
766            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
767        esac;
768
769$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
770        $(SHELL) ./config.status --recheck
771
772$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
773        cd $(srcdir) && $(AUTOCONF)
774$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
775        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
776
777config.h: stamp-h1
778        @if test ! -f $@; then \
779          rm -f stamp-h1; \
780          $(MAKE) stamp-h1; \
781        else :; fi
782
783stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
784        @rm -f stamp-h1
785        cd $(top_builddir) && $(SHELL) ./config.status config.h
786$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
787        cd $(top_srcdir) && $(AUTOHEADER)
788        rm -f stamp-h1
789        touch $@
790
791distclean-hdr:
792        -rm -f config.h stamp-h1
793gst-plugins.spec: $(top_builddir)/config.status $(srcdir)/gst-plugins.spec.in
794        cd $(top_builddir) && $(SHELL) ./config.status $@
795
796mostlyclean-libtool:
797        -rm -f *.lo
798
799clean-libtool:
800        -rm -rf .libs _libs
801
802distclean-libtool:
803        -rm -f libtool
804uninstall-info-am:
805
806# This directory's subdirectories are mostly independent; you can cd
807# into them and run `make' without going through this Makefile.
808# To change the values of `make' variables: instead of editing Makefiles,
809# (1) if the variable is set in `config.status', edit `config.status'
810#     (which will cause the Makefiles to be regenerated when you run `make');
811# (2) otherwise, pass the desired values on the `make' command line.
812$(RECURSIVE_TARGETS):
813        @set fnord $$MAKEFLAGS; amf=$$2; \
814        dot_seen=no; \
815        target=`echo $@ | sed s/-recursive//`; \
816        list='$(SUBDIRS)'; for subdir in $$list; do \
817          echo "Making $$target in $$subdir"; \
818          if test "$$subdir" = "."; then \
819            dot_seen=yes; \
820            local_target="$$target-am"; \
821          else \
822            local_target="$$target"; \
823          fi; \
824          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
825           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
826        done; \
827        if test "$$dot_seen" = "no"; then \
828          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
829        fi; test -z "$$fail"
830
831mostlyclean-recursive clean-recursive distclean-recursive \
832maintainer-clean-recursive:
833        @set fnord $$MAKEFLAGS; amf=$$2; \
834        dot_seen=no; \
835        case "$@" in \
836          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
837          *) list='$(SUBDIRS)' ;; \
838        esac; \
839        rev=''; for subdir in $$list; do \
840          if test "$$subdir" = "."; then :; else \
841            rev="$$subdir $$rev"; \
842          fi; \
843        done; \
844        rev="$$rev ."; \
845        target=`echo $@ | sed s/-recursive//`; \
846        for subdir in $$rev; do \
847          echo "Making $$target in $$subdir"; \
848          if test "$$subdir" = "."; then \
849            local_target="$$target-am"; \
850          else \
851            local_target="$$target"; \
852          fi; \
853          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
854           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
855        done && test -z "$$fail"
856tags-recursive:
857        list='$(SUBDIRS)'; for subdir in $$list; do \
858          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
859        done
860ctags-recursive:
861        list='$(SUBDIRS)'; for subdir in $$list; do \
862          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
863        done
864
865ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
866        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
867        unique=`for i in $$list; do \
868            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
869          done | \
870          $(AWK) '    { files[$$0] = 1; } \
871               END { for (i in files) print i; }'`; \
872        mkid -fID $$unique
873tags: TAGS
874
875TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
876                $(TAGS_FILES) $(LISP)
877        tags=; \
878        here=`pwd`; \
879        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
880          include_option=--etags-include; \
881          empty_fix=.; \
882        else \
883          include_option=--include; \
884          empty_fix=; \
885        fi; \
886        list='$(SUBDIRS)'; for subdir in $$list; do \
887          if test "$$subdir" = .; then :; else \
888            test ! -f $$subdir/TAGS || \
889              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
890          fi; \
891        done; \
892        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
893        unique=`for i in $$list; do \
894            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
895          done | \
896          $(AWK) '    { files[$$0] = 1; } \
897               END { for (i in files) print i; }'`; \
898        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
899          test -n "$$unique" || unique=$$empty_fix; \
900          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
901            $$tags $$unique; \
902        fi
903ctags: CTAGS
904CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
905                $(TAGS_FILES) $(LISP)
906        tags=; \
907        here=`pwd`; \
908        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
909        unique=`for i in $$list; do \
910            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
911          done | \
912          $(AWK) '    { files[$$0] = 1; } \
913               END { for (i in files) print i; }'`; \
914        test -z "$(CTAGS_ARGS)$$tags$$unique" \
915          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
916             $$tags $$unique
917
918GTAGS:
919        here=`$(am__cd) $(top_builddir) && pwd` \
920          && cd $(top_srcdir) \
921          && gtags -i $(GTAGS_ARGS) $$here
922
923distclean-tags:
924        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
925
926distdir: $(DISTFILES)
927        $(am__remove_distdir)
928        mkdir $(distdir)
929        $(mkdir_p) $(distdir)/. $(distdir)/common $(distdir)/common/m4 $(distdir)/gconf $(distdir)/m4 $(distdir)/pkgconfig $(distdir)/po
930        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
931        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
932        list='$(DISTFILES)'; for file in $$list; do \
933          case $$file in \
934            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
935            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
936          esac; \
937          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
938          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
939          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
940            dir="/$$dir"; \
941            $(mkdir_p) "$(distdir)$$dir"; \
942          else \
943            dir=''; \
944          fi; \
945          if test -d $$d/$$file; then \
946            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
947              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
948            fi; \
949            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
950          else \
951            test -f $(distdir)/$$file \
952            || cp -p $$d/$$file $(distdir)/$$file \
953            || exit 1; \
954          fi; \
955        done
956        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
957          if test "$$subdir" = .; then :; else \
958            test -d "$(distdir)/$$subdir" \
959            || $(mkdir_p) "$(distdir)/$$subdir" \
960            || exit 1; \
961            distdir=`$(am__cd) $(distdir) && pwd`; \
962            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
963            (cd $$subdir && \
964              $(MAKE) $(AM_MAKEFLAGS) \
965                top_distdir="$$top_distdir" \
966                distdir="$$distdir/$$subdir" \
967                distdir) \
968              || exit 1; \
969          fi; \
970        done
971        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
972          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
973          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
974          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
975        || chmod -R a+r $(distdir)
976dist-gzip: distdir
977        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
978        $(am__remove_distdir)
979dist-bzip2: distdir
980        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
981        $(am__remove_distdir)
982
983dist-tarZ: distdir
984        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
985        $(am__remove_distdir)
986
987dist-shar: distdir
988        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
989        $(am__remove_distdir)
990
991dist-zip: distdir
992        -rm -f $(distdir).zip
993        zip -rq $(distdir).zip $(distdir)
994        $(am__remove_distdir)
995
996dist dist-all: distdir
997        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
998        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
999        $(am__remove_distdir)
1000
1001# This target untars the dist file and tries a VPATH configuration.  Then
1002# it guarantees that the distribution is self-contained by making another
1003# tarfile.
1004distcheck: dist
1005        case '$(DIST_ARCHIVES)' in \
1006        *.tar.gz*) \
1007          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1008        *.tar.bz2*) \
1009          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1010        *.tar.Z*) \
1011          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1012        *.shar.gz*) \
1013          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
1014        *.zip*) \
1015          unzip $(distdir).zip ;;\
1016        esac
1017        chmod -R a-w $(distdir); chmod a+w $(distdir)
1018        mkdir $(distdir)/_build
1019        mkdir $(distdir)/_inst
1020        chmod a-w $(distdir)
1021        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1022          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1023          && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
1024          && cd $(distdir)/_build \
1025          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1026            $(DISTCHECK_CONFIGURE_FLAGS) \
1027          && $(MAKE) $(AM_MAKEFLAGS) \
1028          && $(MAKE) $(AM_MAKEFLAGS) dvi \
1029          && $(MAKE) $(AM_MAKEFLAGS) check \
1030          && $(MAKE) $(AM_MAKEFLAGS) install \
1031          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1032          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1033          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1034                distuninstallcheck \
1035          && chmod -R a-w "$$dc_install_base" \
1036          && ({ \
1037               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1038               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1039               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1040               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1041                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1042              } || { rm -rf "$$dc_destdir"; exit 1; }) \
1043          && rm -rf "$$dc_destdir" \
1044          && $(MAKE) $(AM_MAKEFLAGS) dist \
1045          && rm -rf $(DIST_ARCHIVES) \
1046          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
1047        $(am__remove_distdir)
1048        @(echo "$(distdir) archives ready for distribution: "; \
1049          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1050          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
1051distuninstallcheck:
1052        @cd $(distuninstallcheck_dir) \
1053        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1054           || { echo "ERROR: files left after uninstall:" ; \
1055                if test -n "$(DESTDIR)"; then \
1056                  echo "  (check DESTDIR support)"; \
1057                fi ; \
1058                $(distuninstallcheck_listfiles) ; \
1059                exit 1; } >&2
1060distcleancheck: distclean
1061        @if test '$(srcdir)' = . ; then \
1062          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1063          exit 1 ; \
1064        fi
1065        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1066          || { echo "ERROR: files left in build directory after distclean:" ; \
1067               $(distcleancheck_listfiles) ; \
1068               exit 1; } >&2
1069check-am: all-am
1070check: check-recursive
1071all-am: Makefile config.h
1072installdirs: installdirs-recursive
1073installdirs-am:
1074install: install-recursive
1075install-exec: install-exec-recursive
1076install-data: install-data-recursive
1077uninstall: uninstall-recursive
1078
1079install-am: all-am
1080        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1081
1082installcheck: installcheck-recursive
1083install-strip:
1084        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1085          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1086          `test -z '$(STRIP)' || \
1087            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1088mostlyclean-generic:
1089
1090clean-generic:
1091
1092distclean-generic:
1093        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1094        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1095
1096maintainer-clean-generic:
1097        @echo "This command is intended for maintainers to use"
1098        @echo "it deletes files that may require special tools to rebuild."
1099clean: clean-recursive
1100
1101clean-am: clean-generic clean-libtool mostlyclean-am
1102
1103distclean: distclean-recursive
1104        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1105        -rm -f Makefile
1106distclean-am: clean-am distclean-generic distclean-hdr \
1107        distclean-libtool distclean-tags
1108
1109dvi: dvi-recursive
1110
1111dvi-am:
1112
1113html: html-recursive
1114
1115info: info-recursive
1116
1117info-am:
1118
1119install-data-am:
1120
1121install-exec-am:
1122
1123install-info: install-info-recursive
1124
1125install-man:
1126
1127installcheck-am:
1128
1129maintainer-clean: maintainer-clean-recursive
1130        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1131        -rm -rf $(top_srcdir)/autom4te.cache
1132        -rm -f Makefile
1133maintainer-clean-am: distclean-am maintainer-clean-generic
1134
1135mostlyclean: mostlyclean-recursive
1136
1137mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1138
1139pdf: pdf-recursive
1140
1141pdf-am:
1142
1143ps: ps-recursive
1144
1145ps-am:
1146
1147uninstall-am: uninstall-info-am
1148
1149uninstall-info: uninstall-info-recursive
1150
1151.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1152        check-am clean clean-generic clean-libtool clean-recursive \
1153        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1154        dist-shar dist-tarZ dist-zip distcheck distclean \
1155        distclean-generic distclean-hdr distclean-libtool \
1156        distclean-recursive distclean-tags distcleancheck distdir \
1157        distuninstallcheck dvi dvi-am html html-am info info-am \
1158        install install-am install-data install-data-am install-exec \
1159        install-exec-am install-info install-info-am install-man \
1160        install-strip installcheck installcheck-am installdirs \
1161        installdirs-am maintainer-clean maintainer-clean-generic \
1162        maintainer-clean-recursive mostlyclean mostlyclean-generic \
1163        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1164        tags tags-recursive uninstall uninstall-am uninstall-info-am
1165
1166
1167# check that no marshal or enumtypes files are included
1168# this in turn ensures that distcheck fails for missing .list files which is currently
1169# shadowed when the corresponding .c and .h files are included.
1170distcheck-hook:
1171        @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
1172        test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
1173        ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
1174          $(ECHO) "*** Make sure the following files are not disted:" && \
1175          find $(distdir) -name \*-enumtypes.[ch] && \
1176          find $(distdir) -name \*-marshal.[ch] && \
1177          false )
1178
1179release: dist
1180        make $(PACKAGE)-$(VERSION).tar.gz.md5
1181        make $(PACKAGE)-$(VERSION).tar.bz2.md5
1182
1183# generate md5 sum files
1184%.md5: %
1185        md5sum $< > $@
1186
1187# rule to download .po
1188po/%.po-download:
1189        @LI=$(@:po/%.po-download=%) && cd po && wget -q -O $$LI.po.tmp http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)/$$LI && if ! diff $$LI.po $$LI.po.tmp > /dev/null 2>&1; then echo "$$LI.po changed, updated"; mv $$LI.po.tmp $$LI.po; else rm $$LI.po.tmp; fi
1190
1191# a rule to redownload po files
1192download-po:
1193        for LI in `cat po/LINGUAS`; do echo Checking $$LI.po; make po/$$LI.po-download; done
1194# Tell versions [3.59,3.63) of GNU make to not export all variables.
1195# Otherwise a system limit (for SysV at least) may be exceeded.
1196.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.