gst-plugins-mythtv/src/Makefile.in
author rosfran
Thu Oct 12 01:50:27 2006 +0100 (2006-10-12)
branchtrunk
changeset 30 abe0ee48d78b
child 40 ba5dc9bff3a1
permissions -rw-r--r--
[svn r31] Some changes, in order to use the newly added nuvdemux features.
     1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
     2 # @configure_input@
     3 
     4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     5 # 2003, 2004, 2005  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 
    18 srcdir = @srcdir@
    19 top_srcdir = @top_srcdir@
    20 VPATH = @srcdir@
    21 pkgdatadir = $(datadir)/@PACKAGE@
    22 pkglibdir = $(libdir)/@PACKAGE@
    23 pkgincludedir = $(includedir)/@PACKAGE@
    24 top_builddir = ..
    25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    26 INSTALL = @INSTALL@
    27 install_sh_DATA = $(install_sh) -c -m 644
    28 install_sh_PROGRAM = $(install_sh) -c
    29 install_sh_SCRIPT = $(install_sh) -c
    30 INSTALL_HEADER = $(INSTALL_DATA)
    31 transform = $(program_transform_name)
    32 NORMAL_INSTALL = :
    33 PRE_INSTALL = :
    34 POST_INSTALL = :
    35 NORMAL_UNINSTALL = :
    36 PRE_UNINSTALL = :
    37 POST_UNINSTALL = :
    38 build_triplet = @build@
    39 host_triplet = @host@
    40 subdir = src
    41 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
    42 	$(srcdir)/Makefile.in
    43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    44 am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
    45 	$(top_srcdir)/configure.ac
    46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    47 	$(ACLOCAL_M4)
    48 mkinstalldirs = $(install_sh) -d
    49 CONFIG_HEADER = $(top_builddir)/config.h
    50 CONFIG_CLEAN_FILES =
    51 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    52 am__vpath_adj = case $$p in \
    53     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    54     *) f=$$p;; \
    55   esac;
    56 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
    57 am__installdirs = "$(DESTDIR)$(plugindir)"
    58 pluginLTLIBRARIES_INSTALL = $(INSTALL)
    59 LTLIBRARIES = $(plugin_LTLIBRARIES)
    60 am__DEPENDENCIES_1 =
    61 libgstmythtvsrc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
    62 am_libgstmythtvsrc_la_OBJECTS = libgstmythtvsrc_la-gstmythtvsrc.lo \
    63 	libgstmythtvsrc_la-myth_uri.lo \
    64 	libgstmythtvsrc_la-myth_file_transfer.lo \
    65 	libgstmythtvsrc_la-myth_livetv.lo
    66 libgstmythtvsrc_la_OBJECTS = $(am_libgstmythtvsrc_la_OBJECTS)
    67 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
    68 depcomp = $(SHELL) $(top_srcdir)/depcomp
    69 am__depfiles_maybe = depfiles
    70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    71 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    72 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
    73 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    74 	$(AM_CFLAGS) $(CFLAGS)
    75 CCLD = $(CC)
    76 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    77 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    78 SOURCES = $(libgstmythtvsrc_la_SOURCES)
    79 DIST_SOURCES = $(libgstmythtvsrc_la_SOURCES)
    80 HEADERS = $(noinst_HEADERS)
    81 ETAGS = etags
    82 CTAGS = ctags
    83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    84 ACLOCAL = @ACLOCAL@
    85 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
    86 AMDEP_FALSE = @AMDEP_FALSE@
    87 AMDEP_TRUE = @AMDEP_TRUE@
    88 AMTAR = @AMTAR@
    89 AR = @AR@
    90 AUTOCONF = @AUTOCONF@
    91 AUTOHEADER = @AUTOHEADER@
    92 AUTOMAKE = @AUTOMAKE@
    93 AWK = @AWK@
    94 CC = @CC@
    95 CCDEPMODE = @CCDEPMODE@
    96 CFLAGS = @CFLAGS@
    97 CPP = @CPP@
    98 CPPFLAGS = @CPPFLAGS@
    99 CXX = @CXX@
   100 CXXCPP = @CXXCPP@
   101 CXXDEPMODE = @CXXDEPMODE@
   102 CXXFLAGS = @CXXFLAGS@
   103 CYGPATH_W = @CYGPATH_W@
   104 DEFS = @DEFS@
   105 DEPDIR = @DEPDIR@
   106 ECHO = @ECHO@
   107 ECHO_C = @ECHO_C@
   108 ECHO_N = @ECHO_N@
   109 ECHO_T = @ECHO_T@
   110 EGREP = @EGREP@
   111 EXEEXT = @EXEEXT@
   112 F77 = @F77@
   113 FFLAGS = @FFLAGS@
   114 GLIB_CFLAGS = @GLIB_CFLAGS@
   115 GLIB_LIBS = @GLIB_LIBS@
   116 GMYTH_CFLAGS = @GMYTH_CFLAGS@
   117 GMYTH_LIBS = @GMYTH_LIBS@
   118 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
   119 GOBJECT_LIBS = @GOBJECT_LIBS@
   120 GSTBASE_CFLAGS = @GSTBASE_CFLAGS@
   121 GSTBASE_LIBS = @GSTBASE_LIBS@
   122 GST_CFLAGS = @GST_CFLAGS@
   123 GST_LIBS = @GST_LIBS@
   124 GST_MAJORMINOR = @GST_MAJORMINOR@
   125 GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
   126 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
   127 HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
   128 HILDON_CFLAGS = @HILDON_CFLAGS@
   129 HILDON_LIBS = @HILDON_LIBS@
   130 INSTALL_DATA = @INSTALL_DATA@
   131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
   132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   134 LDFLAGS = @LDFLAGS@
   135 LIBOBJS = @LIBOBJS@
   136 LIBS = @LIBS@
   137 LIBTOOL = @LIBTOOL@
   138 LN_S = @LN_S@
   139 LTLIBOBJS = @LTLIBOBJS@
   140 MAEMO_PLATFORM_FALSE = @MAEMO_PLATFORM_FALSE@
   141 MAEMO_PLATFORM_TRUE = @MAEMO_PLATFORM_TRUE@
   142 MAINT = @MAINT@
   143 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
   144 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
   145 MAKEINFO = @MAKEINFO@
   146 MYTHTVSRC_MAJORMINOR = @MYTHTVSRC_MAJORMINOR@
   147 MYTHTVSRC_MAJOR_VERSION = @MYTHTVSRC_MAJOR_VERSION@
   148 MYTHTVSRC_MICRO_VERSION = @MYTHTVSRC_MICRO_VERSION@
   149 MYTHTVSRC_MINOR_VERSION = @MYTHTVSRC_MINOR_VERSION@
   150 MYTHTVSRC_NANO_VERSION = @MYTHTVSRC_NANO_VERSION@
   151 MYTHTVSRC_RELEASE = @MYTHTVSRC_RELEASE@
   152 MYTHTVSRC_VERSION = @MYTHTVSRC_VERSION@
   153 NDEBUG_FALSE = @NDEBUG_FALSE@
   154 NDEBUG_TRUE = @NDEBUG_TRUE@
   155 OBJEXT = @OBJEXT@
   156 PACKAGE = @PACKAGE@
   157 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   158 PACKAGE_NAME = @PACKAGE_NAME@
   159 PACKAGE_STRING = @PACKAGE_STRING@
   160 PACKAGE_TARNAME = @PACKAGE_TARNAME@
   161 PACKAGE_VERSION = @PACKAGE_VERSION@
   162 PATH_SEPARATOR = @PATH_SEPARATOR@
   163 PKG_CONFIG = @PKG_CONFIG@
   164 RANLIB = @RANLIB@
   165 SET_MAKE = @SET_MAKE@
   166 SHELL = @SHELL@
   167 STRIP = @STRIP@
   168 VERSION = @VERSION@
   169 ac_ct_AR = @ac_ct_AR@
   170 ac_ct_CC = @ac_ct_CC@
   171 ac_ct_CXX = @ac_ct_CXX@
   172 ac_ct_F77 = @ac_ct_F77@
   173 ac_ct_RANLIB = @ac_ct_RANLIB@
   174 ac_ct_STRIP = @ac_ct_STRIP@
   175 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
   176 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
   177 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
   178 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
   179 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
   180 am__include = @am__include@
   181 am__leading_dot = @am__leading_dot@
   182 am__quote = @am__quote@
   183 am__tar = @am__tar@
   184 am__untar = @am__untar@
   185 bindir = @bindir@
   186 build = @build@
   187 build_alias = @build_alias@
   188 build_cpu = @build_cpu@
   189 build_os = @build_os@
   190 build_vendor = @build_vendor@
   191 datadir = @datadir@
   192 exec_prefix = @exec_prefix@
   193 host = @host@
   194 host_alias = @host_alias@
   195 host_cpu = @host_cpu@
   196 host_os = @host_os@
   197 host_vendor = @host_vendor@
   198 includedir = @includedir@
   199 infodir = @infodir@
   200 install_sh = @install_sh@
   201 libdir = @libdir@
   202 libexecdir = @libexecdir@
   203 localstatedir = @localstatedir@
   204 mandir = @mandir@
   205 mkdir_p = @mkdir_p@
   206 oldincludedir = @oldincludedir@
   207 prefix = @prefix@
   208 program_transform_name = @program_transform_name@
   209 sbindir = @sbindir@
   210 sharedstatedir = @sharedstatedir@
   211 sysconfdir = @sysconfdir@
   212 target_alias = @target_alias@
   213 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
   214 plugin_LTLIBRARIES = libgstmythtvsrc.la
   215 libgstmythtvsrc_la_SOURCES = \
   216 		gstmythtvsrc.c \
   217 		myth_uri.c \
   218 		myth_file_transfer.c \
   219 		myth_livetv.c
   220 
   221 libgstmythtvsrc_la_CFLAGS = \
   222 	$(GST_CFLAGS) \
   223 	$(GMYTH_CFLAGS)
   224 
   225 libgstmythtvsrc_la_LDFLAGS = \
   226 	$(GST_PLUGIN_LDFLAGS)
   227 
   228 libgstmythtvsrc_la_LIBADD = \
   229 	$(GST_BASE_LIBS) \
   230 	$(GMYTH_LIBS)
   231 
   232 noinst_HEADERS = \
   233 	gstmythtvsrc.h \
   234 	myth_uri.h \
   235 	myth_file_transfer.h \
   236 	myth_livetv.h
   237 
   238 all: all-am
   239 
   240 .SUFFIXES:
   241 .SUFFIXES: .c .lo .o .obj
   242 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
   243 	@for dep in $?; do \
   244 	  case '$(am__configure_deps)' in \
   245 	    *$$dep*) \
   246 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
   247 		&& exit 0; \
   248 	      exit 1;; \
   249 	  esac; \
   250 	done; \
   251 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
   252 	cd $(top_srcdir) && \
   253 	  $(AUTOMAKE) --gnu  src/Makefile
   254 .PRECIOUS: Makefile
   255 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   256 	@case '$?' in \
   257 	  *config.status*) \
   258 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   259 	  *) \
   260 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   261 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   262 	esac;
   263 
   264 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   265 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   266 
   267 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   268 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   269 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   270 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   271 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
   272 	@$(NORMAL_INSTALL)
   273 	test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
   274 	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
   275 	  if test -f $$p; then \
   276 	    f=$(am__strip_dir) \
   277 	    echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
   278 	    $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
   279 	  else :; fi; \
   280 	done
   281 
   282 uninstall-pluginLTLIBRARIES:
   283 	@$(NORMAL_UNINSTALL)
   284 	@set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
   285 	  p=$(am__strip_dir) \
   286 	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
   287 	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
   288 	done
   289 
   290 clean-pluginLTLIBRARIES:
   291 	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
   292 	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
   293 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
   294 	  test "$$dir" != "$$p" || dir=.; \
   295 	  echo "rm -f \"$${dir}/so_locations\""; \
   296 	  rm -f "$${dir}/so_locations"; \
   297 	done
   298 libgstmythtvsrc.la: $(libgstmythtvsrc_la_OBJECTS) $(libgstmythtvsrc_la_DEPENDENCIES) 
   299 	$(LINK) -rpath $(plugindir) $(libgstmythtvsrc_la_LDFLAGS) $(libgstmythtvsrc_la_OBJECTS) $(libgstmythtvsrc_la_LIBADD) $(LIBS)
   300 
   301 mostlyclean-compile:
   302 	-rm -f *.$(OBJEXT)
   303 
   304 distclean-compile:
   305 	-rm -f *.tab.c
   306 
   307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmythtvsrc_la-gstmythtvsrc.Plo@am__quote@
   308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmythtvsrc_la-myth_file_transfer.Plo@am__quote@
   309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmythtvsrc_la-myth_livetv.Plo@am__quote@
   310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmythtvsrc_la-myth_uri.Plo@am__quote@
   311 
   312 .c.o:
   313 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
   314 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
   315 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   316 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   317 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
   318 
   319 .c.obj:
   320 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
   321 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
   322 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   323 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   324 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
   325 
   326 .c.lo:
   327 @am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
   328 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
   329 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   330 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   331 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
   332 
   333 libgstmythtvsrc_la-gstmythtvsrc.lo: gstmythtvsrc.c
   334 @am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmythtvsrc_la_CFLAGS) $(CFLAGS) -MT libgstmythtvsrc_la-gstmythtvsrc.lo -MD -MP -MF "$(DEPDIR)/libgstmythtvsrc_la-gstmythtvsrc.Tpo" -c -o libgstmythtvsrc_la-gstmythtvsrc.lo `test -f 'gstmythtvsrc.c' || echo '$(srcdir)/'`gstmythtvsrc.c; \
   335 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgstmythtvsrc_la-gstmythtvsrc.Tpo" "$(DEPDIR)/libgstmythtvsrc_la-gstmythtvsrc.Plo"; else rm -f "$(DEPDIR)/libgstmythtvsrc_la-gstmythtvsrc.Tpo"; exit 1; fi
   336 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gstmythtvsrc.c' object='libgstmythtvsrc_la-gstmythtvsrc.lo' libtool=yes @AMDEPBACKSLASH@
   337 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   338 @am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmythtvsrc_la_CFLAGS) $(CFLAGS) -c -o libgstmythtvsrc_la-gstmythtvsrc.lo `test -f 'gstmythtvsrc.c' || echo '$(srcdir)/'`gstmythtvsrc.c
   339 
   340 libgstmythtvsrc_la-myth_uri.lo: myth_uri.c
   341 @am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmythtvsrc_la_CFLAGS) $(CFLAGS) -MT libgstmythtvsrc_la-myth_uri.lo -MD -MP -MF "$(DEPDIR)/libgstmythtvsrc_la-myth_uri.Tpo" -c -o libgstmythtvsrc_la-myth_uri.lo `test -f 'myth_uri.c' || echo '$(srcdir)/'`myth_uri.c; \
   342 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgstmythtvsrc_la-myth_uri.Tpo" "$(DEPDIR)/libgstmythtvsrc_la-myth_uri.Plo"; else rm -f "$(DEPDIR)/libgstmythtvsrc_la-myth_uri.Tpo"; exit 1; fi
   343 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='myth_uri.c' object='libgstmythtvsrc_la-myth_uri.lo' libtool=yes @AMDEPBACKSLASH@
   344 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   345 @am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmythtvsrc_la_CFLAGS) $(CFLAGS) -c -o libgstmythtvsrc_la-myth_uri.lo `test -f 'myth_uri.c' || echo '$(srcdir)/'`myth_uri.c
   346 
   347 libgstmythtvsrc_la-myth_file_transfer.lo: myth_file_transfer.c
   348 @am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmythtvsrc_la_CFLAGS) $(CFLAGS) -MT libgstmythtvsrc_la-myth_file_transfer.lo -MD -MP -MF "$(DEPDIR)/libgstmythtvsrc_la-myth_file_transfer.Tpo" -c -o libgstmythtvsrc_la-myth_file_transfer.lo `test -f 'myth_file_transfer.c' || echo '$(srcdir)/'`myth_file_transfer.c; \
   349 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgstmythtvsrc_la-myth_file_transfer.Tpo" "$(DEPDIR)/libgstmythtvsrc_la-myth_file_transfer.Plo"; else rm -f "$(DEPDIR)/libgstmythtvsrc_la-myth_file_transfer.Tpo"; exit 1; fi
   350 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='myth_file_transfer.c' object='libgstmythtvsrc_la-myth_file_transfer.lo' libtool=yes @AMDEPBACKSLASH@
   351 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   352 @am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmythtvsrc_la_CFLAGS) $(CFLAGS) -c -o libgstmythtvsrc_la-myth_file_transfer.lo `test -f 'myth_file_transfer.c' || echo '$(srcdir)/'`myth_file_transfer.c
   353 
   354 libgstmythtvsrc_la-myth_livetv.lo: myth_livetv.c
   355 @am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmythtvsrc_la_CFLAGS) $(CFLAGS) -MT libgstmythtvsrc_la-myth_livetv.lo -MD -MP -MF "$(DEPDIR)/libgstmythtvsrc_la-myth_livetv.Tpo" -c -o libgstmythtvsrc_la-myth_livetv.lo `test -f 'myth_livetv.c' || echo '$(srcdir)/'`myth_livetv.c; \
   356 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgstmythtvsrc_la-myth_livetv.Tpo" "$(DEPDIR)/libgstmythtvsrc_la-myth_livetv.Plo"; else rm -f "$(DEPDIR)/libgstmythtvsrc_la-myth_livetv.Tpo"; exit 1; fi
   357 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='myth_livetv.c' object='libgstmythtvsrc_la-myth_livetv.lo' libtool=yes @AMDEPBACKSLASH@
   358 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   359 @am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmythtvsrc_la_CFLAGS) $(CFLAGS) -c -o libgstmythtvsrc_la-myth_livetv.lo `test -f 'myth_livetv.c' || echo '$(srcdir)/'`myth_livetv.c
   360 
   361 mostlyclean-libtool:
   362 	-rm -f *.lo
   363 
   364 clean-libtool:
   365 	-rm -rf .libs _libs
   366 
   367 distclean-libtool:
   368 	-rm -f libtool
   369 uninstall-info-am:
   370 
   371 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   372 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   373 	unique=`for i in $$list; do \
   374 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   375 	  done | \
   376 	  $(AWK) '    { files[$$0] = 1; } \
   377 	       END { for (i in files) print i; }'`; \
   378 	mkid -fID $$unique
   379 tags: TAGS
   380 
   381 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
   382 		$(TAGS_FILES) $(LISP)
   383 	tags=; \
   384 	here=`pwd`; \
   385 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
   386 	unique=`for i in $$list; do \
   387 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   388 	  done | \
   389 	  $(AWK) '    { files[$$0] = 1; } \
   390 	       END { for (i in files) print i; }'`; \
   391 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
   392 	  test -n "$$unique" || unique=$$empty_fix; \
   393 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   394 	    $$tags $$unique; \
   395 	fi
   396 ctags: CTAGS
   397 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
   398 		$(TAGS_FILES) $(LISP)
   399 	tags=; \
   400 	here=`pwd`; \
   401 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
   402 	unique=`for i in $$list; do \
   403 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   404 	  done | \
   405 	  $(AWK) '    { files[$$0] = 1; } \
   406 	       END { for (i in files) print i; }'`; \
   407 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
   408 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   409 	     $$tags $$unique
   410 
   411 GTAGS:
   412 	here=`$(am__cd) $(top_builddir) && pwd` \
   413 	  && cd $(top_srcdir) \
   414 	  && gtags -i $(GTAGS_ARGS) $$here
   415 
   416 distclean-tags:
   417 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   418 
   419 distdir: $(DISTFILES)
   420 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
   421 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
   422 	list='$(DISTFILES)'; for file in $$list; do \
   423 	  case $$file in \
   424 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
   425 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
   426 	  esac; \
   427 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   428 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
   429 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
   430 	    dir="/$$dir"; \
   431 	    $(mkdir_p) "$(distdir)$$dir"; \
   432 	  else \
   433 	    dir=''; \
   434 	  fi; \
   435 	  if test -d $$d/$$file; then \
   436 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   437 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
   438 	    fi; \
   439 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
   440 	  else \
   441 	    test -f $(distdir)/$$file \
   442 	    || cp -p $$d/$$file $(distdir)/$$file \
   443 	    || exit 1; \
   444 	  fi; \
   445 	done
   446 check-am: all-am
   447 check: check-am
   448 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
   449 installdirs:
   450 	for dir in "$(DESTDIR)$(plugindir)"; do \
   451 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
   452 	done
   453 install: install-am
   454 install-exec: install-exec-am
   455 install-data: install-data-am
   456 uninstall: uninstall-am
   457 
   458 install-am: all-am
   459 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   460 
   461 installcheck: installcheck-am
   462 install-strip:
   463 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   464 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   465 	  `test -z '$(STRIP)' || \
   466 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   467 mostlyclean-generic:
   468 
   469 clean-generic:
   470 
   471 distclean-generic:
   472 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   473 
   474 maintainer-clean-generic:
   475 	@echo "This command is intended for maintainers to use"
   476 	@echo "it deletes files that may require special tools to rebuild."
   477 clean: clean-am
   478 
   479 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
   480 	mostlyclean-am
   481 
   482 distclean: distclean-am
   483 	-rm -rf ./$(DEPDIR)
   484 	-rm -f Makefile
   485 distclean-am: clean-am distclean-compile distclean-generic \
   486 	distclean-libtool distclean-tags
   487 
   488 dvi: dvi-am
   489 
   490 dvi-am:
   491 
   492 html: html-am
   493 
   494 info: info-am
   495 
   496 info-am:
   497 
   498 install-data-am: install-pluginLTLIBRARIES
   499 
   500 install-exec-am:
   501 
   502 install-info: install-info-am
   503 
   504 install-man:
   505 
   506 installcheck-am:
   507 
   508 maintainer-clean: maintainer-clean-am
   509 	-rm -rf ./$(DEPDIR)
   510 	-rm -f Makefile
   511 maintainer-clean-am: distclean-am maintainer-clean-generic
   512 
   513 mostlyclean: mostlyclean-am
   514 
   515 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   516 	mostlyclean-libtool
   517 
   518 pdf: pdf-am
   519 
   520 pdf-am:
   521 
   522 ps: ps-am
   523 
   524 ps-am:
   525 
   526 uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
   527 
   528 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
   529 	clean-libtool clean-pluginLTLIBRARIES ctags distclean \
   530 	distclean-compile distclean-generic distclean-libtool \
   531 	distclean-tags distdir dvi dvi-am html html-am info info-am \
   532 	install install-am install-data install-data-am install-exec \
   533 	install-exec-am install-info install-info-am install-man \
   534 	install-pluginLTLIBRARIES install-strip installcheck \
   535 	installcheck-am installdirs maintainer-clean \
   536 	maintainer-clean-generic mostlyclean mostlyclean-compile \
   537 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   538 	tags uninstall uninstall-am uninstall-info-am \
   539 	uninstall-pluginLTLIBRARIES
   540 
   541 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   542 # Otherwise a system limit (for SysV at least) may be exceeded.
   543 .NOEXPORT: