Tizen 2.1 base
[profile/ivi/gst-plugins-ugly0.10.git] / ext / dvdread / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = ext/dvdread
39 DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
43         $(top_srcdir)/common/m4/as-auto-alt.m4 \
44         $(top_srcdir)/common/m4/as-compiler-flag.m4 \
45         $(top_srcdir)/common/m4/as-python.m4 \
46         $(top_srcdir)/common/m4/as-scrub-include.m4 \
47         $(top_srcdir)/common/m4/as-version.m4 \
48         $(top_srcdir)/common/m4/ax_create_stdint_h.m4 \
49         $(top_srcdir)/common/m4/gst-arch.m4 \
50         $(top_srcdir)/common/m4/gst-args.m4 \
51         $(top_srcdir)/common/m4/gst-check.m4 \
52         $(top_srcdir)/common/m4/gst-default.m4 \
53         $(top_srcdir)/common/m4/gst-dowhile.m4 \
54         $(top_srcdir)/common/m4/gst-error.m4 \
55         $(top_srcdir)/common/m4/gst-feature.m4 \
56         $(top_srcdir)/common/m4/gst-function.m4 \
57         $(top_srcdir)/common/m4/gst-gettext.m4 \
58         $(top_srcdir)/common/m4/gst-glib2.m4 \
59         $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
60         $(top_srcdir)/common/m4/gst-plugin-docs.m4 \
61         $(top_srcdir)/common/m4/gst-plugindir.m4 \
62         $(top_srcdir)/common/m4/gst.m4 \
63         $(top_srcdir)/common/m4/gtk-doc.m4 \
64         $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
65         $(top_srcdir)/m4/a52.m4 $(top_srcdir)/m4/gettext.m4 \
66         $(top_srcdir)/m4/gst-sid.m4 $(top_srcdir)/m4/iconv.m4 \
67         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
68         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
69         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
70         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
71         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
72         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
73         $(top_srcdir)/configure.ac
74 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75         $(ACLOCAL_M4)
76 mkinstalldirs = $(install_sh) -d
77 CONFIG_HEADER = $(top_builddir)/config.h
78 CONFIG_CLEAN_FILES =
79 CONFIG_CLEAN_VPATH_FILES =
80 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
81 am__vpath_adj = case $$p in \
82     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83     *) f=$$p;; \
84   esac;
85 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
86 am__install_max = 40
87 am__nobase_strip_setup = \
88   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
89 am__nobase_strip = \
90   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
91 am__nobase_list = $(am__nobase_strip_setup); \
92   for p in $$list; do echo "$$p $$p"; done | \
93   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
94   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
95     if (++n[$$2] == $(am__install_max)) \
96       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
97     END { for (dir in files) print dir, files[dir] }'
98 am__base_list = \
99   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
100   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
101 am__uninstall_files_from_dir = { \
102   test -z "$$files" \
103     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
104     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
105          $(am__cd) "$$dir" && rm -f $$files; }; \
106   }
107 am__installdirs = "$(DESTDIR)$(plugindir)"
108 LTLIBRARIES = $(plugin_LTLIBRARIES)
109 am__DEPENDENCIES_1 =
110 libgstdvdread_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
111         $(am__DEPENDENCIES_1)
112 am_libgstdvdread_la_OBJECTS = libgstdvdread_la-dvdreadsrc.lo
113 libgstdvdread_la_OBJECTS = $(am_libgstdvdread_la_OBJECTS)
114 AM_V_lt = $(am__v_lt_@AM_V@)
115 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116 am__v_lt_0 = --silent
117 libgstdvdread_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
118         $(libgstdvdread_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
119         $(CCLD) $(libgstdvdread_la_CFLAGS) $(CFLAGS) \
120         $(libgstdvdread_la_LDFLAGS) $(LDFLAGS) -o $@
121 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
122 depcomp = $(SHELL) $(top_srcdir)/depcomp
123 am__depfiles_maybe = depfiles
124 am__mv = mv -f
125 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
129         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
130         $(AM_CFLAGS) $(CFLAGS)
131 AM_V_CC = $(am__v_CC_@AM_V@)
132 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
133 am__v_CC_0 = @echo "  CC    " $@;
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 CCLD = $(CC)
138 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
140         $(AM_LDFLAGS) $(LDFLAGS) -o $@
141 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
142 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
143 am__v_CCLD_0 = @echo "  CCLD  " $@;
144 AM_V_GEN = $(am__v_GEN_@AM_V@)
145 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146 am__v_GEN_0 = @echo "  GEN   " $@;
147 SOURCES = $(libgstdvdread_la_SOURCES)
148 DIST_SOURCES = $(libgstdvdread_la_SOURCES)
149 HEADERS = $(noinst_HEADERS)
150 ETAGS = etags
151 CTAGS = ctags
152 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153 A52DEC_CFLAGS = @A52DEC_CFLAGS@
154 A52DEC_LIBS = @A52DEC_LIBS@
155 ACLOCAL = @ACLOCAL@
156 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
157 AMRNB_CFLAGS = @AMRNB_CFLAGS@
158 AMRNB_LIBS = @AMRNB_LIBS@
159 AMRWB_CFLAGS = @AMRWB_CFLAGS@
160 AMRWB_LIBS = @AMRWB_LIBS@
161 AMTAR = @AMTAR@
162 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
163 AR = @AR@
164 AS = @AS@
165 AUTOCONF = @AUTOCONF@
166 AUTOHEADER = @AUTOHEADER@
167 AUTOMAKE = @AUTOMAKE@
168 AWK = @AWK@
169 CC = @CC@
170 CCASFLAGS = @CCASFLAGS@
171 CCDEPMODE = @CCDEPMODE@
172 CDIO_CFLAGS = @CDIO_CFLAGS@
173 CDIO_LIBS = @CDIO_LIBS@
174 CFLAGS = @CFLAGS@
175 CPP = @CPP@
176 CPPFLAGS = @CPPFLAGS@
177 CXX = @CXX@
178 CXXCPP = @CXXCPP@
179 CXXDEPMODE = @CXXDEPMODE@
180 CXXFLAGS = @CXXFLAGS@
181 CYGPATH_W = @CYGPATH_W@
182 DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
183 DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
184 DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
185 DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
186 DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
187 DEFS = @DEFS@
188 DEPDIR = @DEPDIR@
189 DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
190 DLLTOOL = @DLLTOOL@
191 DSYMUTIL = @DSYMUTIL@
192 DUMPBIN = @DUMPBIN@
193 DVDREAD_LIBS = @DVDREAD_LIBS@
194 ECHO_C = @ECHO_C@
195 ECHO_N = @ECHO_N@
196 ECHO_T = @ECHO_T@
197 EGREP = @EGREP@
198 ERROR_CFLAGS = @ERROR_CFLAGS@
199 ERROR_CXXFLAGS = @ERROR_CXXFLAGS@
200 EXEEXT = @EXEEXT@
201 FFLAGS = @FFLAGS@
202 FGREP = @FGREP@
203 GCOV = @GCOV@
204 GCOV_CFLAGS = @GCOV_CFLAGS@
205 GCOV_LIBS = @GCOV_LIBS@
206 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
207 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
208 GLIB_CFLAGS = @GLIB_CFLAGS@
209 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
210 GLIB_LIBS = @GLIB_LIBS@
211 GLIB_PREFIX = @GLIB_PREFIX@
212 GLIB_REQ = @GLIB_REQ@
213 GMSGFMT = @GMSGFMT@
214 GMSGFMT_015 = @GMSGFMT_015@
215 GREP = @GREP@
216 GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
217 GSTPB_PREFIX = @GSTPB_PREFIX@
218 GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
219 GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
220 GST_BASE_LIBS = @GST_BASE_LIBS@
221 GST_CFLAGS = @GST_CFLAGS@
222 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
223 GST_CHECK_LIBS = @GST_CHECK_LIBS@
224 GST_CXXFLAGS = @GST_CXXFLAGS@
225 GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
226 GST_LIBS = @GST_LIBS@
227 GST_LICENSE = @GST_LICENSE@
228 GST_MAJORMINOR = @GST_MAJORMINOR@
229 GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
230 GST_OPTION_CXXFLAGS = @GST_OPTION_CXXFLAGS@
231 GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
232 GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
233 GST_PLUGINS_ALL = @GST_PLUGINS_ALL@
234 GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
235 GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
236 GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
237 GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
238 GST_PLUGINS_SELECTED = @GST_PLUGINS_SELECTED@
239 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
240 GST_PREFIX = @GST_PREFIX@
241 GST_TOOLS_DIR = @GST_TOOLS_DIR@
242 GTKDOC_CHECK = @GTKDOC_CHECK@
243 HAVE_AMRNB = @HAVE_AMRNB@
244 HAVE_AMRWB = @HAVE_AMRWB@
245 HAVE_CXX = @HAVE_CXX@
246 HAVE_DVDREAD = @HAVE_DVDREAD@
247 HAVE_LAME = @HAVE_LAME@
248 HTML_DIR = @HTML_DIR@
249 INSTALL = @INSTALL@
250 INSTALL_DATA = @INSTALL_DATA@
251 INSTALL_PROGRAM = @INSTALL_PROGRAM@
252 INSTALL_SCRIPT = @INSTALL_SCRIPT@
253 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254 INTLLIBS = @INTLLIBS@
255 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
256 LAME_CFLAGS = @LAME_CFLAGS@
257 LAME_LIBS = @LAME_LIBS@
258 LD = @LD@
259 LDFLAGS = @LDFLAGS@
260 LIBICONV = @LIBICONV@
261 LIBINTL = @LIBINTL@
262 LIBM = @LIBM@
263 LIBOBJS = @LIBOBJS@
264 LIBS = @LIBS@
265 LIBTOOL = @LIBTOOL@
266 LIPO = @LIPO@
267 LN_S = @LN_S@
268 LOCALEDIR = @LOCALEDIR@
269 LTLIBICONV = @LTLIBICONV@
270 LTLIBINTL = @LTLIBINTL@
271 LTLIBOBJS = @LTLIBOBJS@
272 MAD_CFLAGS = @MAD_CFLAGS@
273 MAD_LIBS = @MAD_LIBS@
274 MAINT = @MAINT@
275 MAKEINFO = @MAKEINFO@
276 MANIFEST_TOOL = @MANIFEST_TOOL@
277 MKDIR_P = @MKDIR_P@
278 MPEG2DEC_CFLAGS = @MPEG2DEC_CFLAGS@
279 MPEG2DEC_LIBS = @MPEG2DEC_LIBS@
280 MSGFMT = @MSGFMT@
281 MSGFMT_015 = @MSGFMT_015@
282 MSGMERGE = @MSGMERGE@
283 NM = @NM@
284 NMEDIT = @NMEDIT@
285 OBJDUMP = @OBJDUMP@
286 OBJEXT = @OBJEXT@
287 ORCC = @ORCC@
288 ORCC_FLAGS = @ORCC_FLAGS@
289 ORC_CFLAGS = @ORC_CFLAGS@
290 ORC_LIBS = @ORC_LIBS@
291 OTOOL = @OTOOL@
292 OTOOL64 = @OTOOL64@
293 PACKAGE = @PACKAGE@
294 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295 PACKAGE_NAME = @PACKAGE_NAME@
296 PACKAGE_STRING = @PACKAGE_STRING@
297 PACKAGE_TARNAME = @PACKAGE_TARNAME@
298 PACKAGE_URL = @PACKAGE_URL@
299 PACKAGE_VERSION = @PACKAGE_VERSION@
300 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
301 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
302 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
303 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
304 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
305 PATH_SEPARATOR = @PATH_SEPARATOR@
306 PKG_CONFIG = @PKG_CONFIG@
307 PLUGINDIR = @PLUGINDIR@
308 POSUB = @POSUB@
309 PROFILE_CFLAGS = @PROFILE_CFLAGS@
310 PYTHON = @PYTHON@
311 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
312 PYTHON_PLATFORM = @PYTHON_PLATFORM@
313 PYTHON_PREFIX = @PYTHON_PREFIX@
314 PYTHON_VERSION = @PYTHON_VERSION@
315 RANLIB = @RANLIB@
316 SED = @SED@
317 SET_MAKE = @SET_MAKE@
318 SHELL = @SHELL@
319 SIDPLAY_CFLAGS = @SIDPLAY_CFLAGS@
320 SIDPLAY_LIBS = @SIDPLAY_LIBS@
321 STRIP = @STRIP@
322 TWOLAME_CFLAGS = @TWOLAME_CFLAGS@
323 TWOLAME_LIBS = @TWOLAME_LIBS@
324 USE_NLS = @USE_NLS@
325 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
326 VALGRIND_LIBS = @VALGRIND_LIBS@
327 VALGRIND_PATH = @VALGRIND_PATH@
328 VERSION = @VERSION@
329 WARNING_CFLAGS = @WARNING_CFLAGS@
330 WARNING_CXXFLAGS = @WARNING_CXXFLAGS@
331 WIN32_LIBS = @WIN32_LIBS@
332 X264_CFLAGS = @X264_CFLAGS@
333 X264_LIBS = @X264_LIBS@
334 XGETTEXT = @XGETTEXT@
335 XGETTEXT_015 = @XGETTEXT_015@
336 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
337 abs_builddir = @abs_builddir@
338 abs_srcdir = @abs_srcdir@
339 abs_top_builddir = @abs_top_builddir@
340 abs_top_srcdir = @abs_top_srcdir@
341 ac_ct_AR = @ac_ct_AR@
342 ac_ct_CC = @ac_ct_CC@
343 ac_ct_CXX = @ac_ct_CXX@
344 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
345 am__include = @am__include@
346 am__leading_dot = @am__leading_dot@
347 am__quote = @am__quote@
348 am__tar = @am__tar@
349 am__untar = @am__untar@
350 bindir = @bindir@
351 build = @build@
352 build_alias = @build_alias@
353 build_cpu = @build_cpu@
354 build_os = @build_os@
355 build_vendor = @build_vendor@
356 builddir = @builddir@
357 datadir = @datadir@
358 datarootdir = @datarootdir@
359 docdir = @docdir@
360 dvidir = @dvidir@
361 exec_prefix = @exec_prefix@
362 host = @host@
363 host_alias = @host_alias@
364 host_cpu = @host_cpu@
365 host_os = @host_os@
366 host_vendor = @host_vendor@
367 htmldir = @htmldir@
368 includedir = @includedir@
369 infodir = @infodir@
370 install_sh = @install_sh@
371 libdir = @libdir@
372 libexecdir = @libexecdir@
373 localedir = @localedir@
374 localstatedir = @localstatedir@
375 mandir = @mandir@
376 mkdir_p = @mkdir_p@
377 oldincludedir = @oldincludedir@
378 pdfdir = @pdfdir@
379 pkgpyexecdir = @pkgpyexecdir@
380 pkgpythondir = @pkgpythondir@
381 plugindir = @plugindir@
382 prefix = @prefix@
383 program_transform_name = @program_transform_name@
384 psdir = @psdir@
385 pyexecdir = @pyexecdir@
386 pythondir = @pythondir@
387 sbindir = @sbindir@
388 sharedstatedir = @sharedstatedir@
389 srcdir = @srcdir@
390 sysconfdir = @sysconfdir@
391 target_alias = @target_alias@
392 top_build_prefix = @top_build_prefix@
393 top_builddir = @top_builddir@
394 top_srcdir = @top_srcdir@
395 plugin_LTLIBRARIES = libgstdvdread.la
396 libgstdvdread_la_SOURCES = dvdreadsrc.c
397 libgstdvdread_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(DVDREAD_CFLAGS)
398 libgstdvdread_la_LIBADD = $(GST_BASE_LIBS) $(DVDREAD_LIBS)
399 libgstdvdread_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
400 libgstdvdread_la_LIBTOOLFLAGS = --tag=disable-static
401 noinst_HEADERS = dvdreadsrc.h
402 EXTRA_DIST = README demo-play
403 all: all-am
404
405 .SUFFIXES:
406 .SUFFIXES: .c .lo .o .obj
407 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
408         @for dep in $?; do \
409           case '$(am__configure_deps)' in \
410             *$$dep*) \
411               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
412                 && { if test -f $@; then exit 0; else break; fi; }; \
413               exit 1;; \
414           esac; \
415         done; \
416         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ext/dvdread/Makefile'; \
417         $(am__cd) $(top_srcdir) && \
418           $(AUTOMAKE) --gnu ext/dvdread/Makefile
419 .PRECIOUS: Makefile
420 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
421         @case '$?' in \
422           *config.status*) \
423             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
424           *) \
425             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
426             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
427         esac;
428
429 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
430         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431
432 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
433         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
435         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436 $(am__aclocal_m4_deps):
437 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
438         @$(NORMAL_INSTALL)
439         test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
440         @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
441         list2=; for p in $$list; do \
442           if test -f $$p; then \
443             list2="$$list2 $$p"; \
444           else :; fi; \
445         done; \
446         test -z "$$list2" || { \
447           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
448           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
449         }
450
451 uninstall-pluginLTLIBRARIES:
452         @$(NORMAL_UNINSTALL)
453         @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
454         for p in $$list; do \
455           $(am__strip_dir) \
456           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
457           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
458         done
459
460 clean-pluginLTLIBRARIES:
461         -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
462         @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
463           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
464           test "$$dir" != "$$p" || dir=.; \
465           echo "rm -f \"$${dir}/so_locations\""; \
466           rm -f "$${dir}/so_locations"; \
467         done
468 libgstdvdread.la: $(libgstdvdread_la_OBJECTS) $(libgstdvdread_la_DEPENDENCIES) $(EXTRA_libgstdvdread_la_DEPENDENCIES) 
469         $(AM_V_CCLD)$(libgstdvdread_la_LINK) -rpath $(plugindir) $(libgstdvdread_la_OBJECTS) $(libgstdvdread_la_LIBADD) $(LIBS)
470
471 mostlyclean-compile:
472         -rm -f *.$(OBJEXT)
473
474 distclean-compile:
475         -rm -f *.tab.c
476
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdvdread_la-dvdreadsrc.Plo@am__quote@
478
479 .c.o:
480 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
481 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
485
486 .c.obj:
487 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
488 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
489 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
492
493 .c.lo:
494 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
495 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
499
500 libgstdvdread_la-dvdreadsrc.lo: dvdreadsrc.c
501 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstdvdread_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdvdread_la_CFLAGS) $(CFLAGS) -MT libgstdvdread_la-dvdreadsrc.lo -MD -MP -MF $(DEPDIR)/libgstdvdread_la-dvdreadsrc.Tpo -c -o libgstdvdread_la-dvdreadsrc.lo `test -f 'dvdreadsrc.c' || echo '$(srcdir)/'`dvdreadsrc.c
502 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstdvdread_la-dvdreadsrc.Tpo $(DEPDIR)/libgstdvdread_la-dvdreadsrc.Plo
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='dvdreadsrc.c' object='libgstdvdread_la-dvdreadsrc.lo' libtool=yes @AMDEPBACKSLASH@
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstdvdread_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdvdread_la_CFLAGS) $(CFLAGS) -c -o libgstdvdread_la-dvdreadsrc.lo `test -f 'dvdreadsrc.c' || echo '$(srcdir)/'`dvdreadsrc.c
506
507 mostlyclean-libtool:
508         -rm -f *.lo
509
510 clean-libtool:
511         -rm -rf .libs _libs
512
513 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
514         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515         unique=`for i in $$list; do \
516             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517           done | \
518           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519               END { if (nonempty) { for (i in files) print i; }; }'`; \
520         mkid -fID $$unique
521 tags: TAGS
522
523 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
524                 $(TAGS_FILES) $(LISP)
525         set x; \
526         here=`pwd`; \
527         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
528         unique=`for i in $$list; do \
529             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530           done | \
531           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532               END { if (nonempty) { for (i in files) print i; }; }'`; \
533         shift; \
534         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
535           test -n "$$unique" || unique=$$empty_fix; \
536           if test $$# -gt 0; then \
537             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538               "$$@" $$unique; \
539           else \
540             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541               $$unique; \
542           fi; \
543         fi
544 ctags: CTAGS
545 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546                 $(TAGS_FILES) $(LISP)
547         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
548         unique=`for i in $$list; do \
549             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
550           done | \
551           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552               END { if (nonempty) { for (i in files) print i; }; }'`; \
553         test -z "$(CTAGS_ARGS)$$unique" \
554           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
555              $$unique
556
557 GTAGS:
558         here=`$(am__cd) $(top_builddir) && pwd` \
559           && $(am__cd) $(top_srcdir) \
560           && gtags -i $(GTAGS_ARGS) "$$here"
561
562 distclean-tags:
563         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
564
565 distdir: $(DISTFILES)
566         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
568         list='$(DISTFILES)'; \
569           dist_files=`for file in $$list; do echo $$file; done | \
570           sed -e "s|^$$srcdirstrip/||;t" \
571               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
572         case $$dist_files in \
573           */*) $(MKDIR_P) `echo "$$dist_files" | \
574                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
575                            sort -u` ;; \
576         esac; \
577         for file in $$dist_files; do \
578           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
579           if test -d $$d/$$file; then \
580             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
581             if test -d "$(distdir)/$$file"; then \
582               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
583             fi; \
584             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
585               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
586               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587             fi; \
588             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
589           else \
590             test -f "$(distdir)/$$file" \
591             || cp -p $$d/$$file "$(distdir)/$$file" \
592             || exit 1; \
593           fi; \
594         done
595 check-am: all-am
596 check: check-am
597 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
598 installdirs:
599         for dir in "$(DESTDIR)$(plugindir)"; do \
600           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
601         done
602 install: install-am
603 install-exec: install-exec-am
604 install-data: install-data-am
605 uninstall: uninstall-am
606
607 install-am: all-am
608         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
609
610 installcheck: installcheck-am
611 install-strip:
612         if test -z '$(STRIP)'; then \
613           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
614             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
615               install; \
616         else \
617           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
618             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
619             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
620         fi
621 mostlyclean-generic:
622
623 clean-generic:
624
625 distclean-generic:
626         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
627         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
628
629 maintainer-clean-generic:
630         @echo "This command is intended for maintainers to use"
631         @echo "it deletes files that may require special tools to rebuild."
632 clean: clean-am
633
634 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
635         mostlyclean-am
636
637 distclean: distclean-am
638         -rm -rf ./$(DEPDIR)
639         -rm -f Makefile
640 distclean-am: clean-am distclean-compile distclean-generic \
641         distclean-tags
642
643 dvi: dvi-am
644
645 dvi-am:
646
647 html: html-am
648
649 html-am:
650
651 info: info-am
652
653 info-am:
654
655 install-data-am: install-pluginLTLIBRARIES
656
657 install-dvi: install-dvi-am
658
659 install-dvi-am:
660
661 install-exec-am:
662
663 install-html: install-html-am
664
665 install-html-am:
666
667 install-info: install-info-am
668
669 install-info-am:
670
671 install-man:
672
673 install-pdf: install-pdf-am
674
675 install-pdf-am:
676
677 install-ps: install-ps-am
678
679 install-ps-am:
680
681 installcheck-am:
682
683 maintainer-clean: maintainer-clean-am
684         -rm -rf ./$(DEPDIR)
685         -rm -f Makefile
686 maintainer-clean-am: distclean-am maintainer-clean-generic
687
688 mostlyclean: mostlyclean-am
689
690 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
691         mostlyclean-libtool
692
693 pdf: pdf-am
694
695 pdf-am:
696
697 ps: ps-am
698
699 ps-am:
700
701 uninstall-am: uninstall-pluginLTLIBRARIES
702
703 .MAKE: install-am install-strip
704
705 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
706         clean-libtool clean-pluginLTLIBRARIES ctags distclean \
707         distclean-compile distclean-generic distclean-libtool \
708         distclean-tags distdir dvi dvi-am html html-am info info-am \
709         install install-am install-data install-data-am install-dvi \
710         install-dvi-am install-exec install-exec-am install-html \
711         install-html-am install-info install-info-am install-man \
712         install-pdf install-pdf-am install-pluginLTLIBRARIES \
713         install-ps install-ps-am install-strip installcheck \
714         installcheck-am installdirs maintainer-clean \
715         maintainer-clean-generic mostlyclean mostlyclean-compile \
716         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
717         tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
718
719
720 # Tell versions [3.59,3.63) of GNU make to not export all variables.
721 # Otherwise a system limit (for SysV at least) may be exceeded.
722 .NOEXPORT: