1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/gst-plugins-mythtv/src/Makefile.in Tue Sep 26 16:02:15 2006 +0100
1.3 @@ -0,0 +1,543 @@
1.4 +# Makefile.in generated by automake 1.9.6 from Makefile.am.
1.5 +# @configure_input@
1.6 +
1.7 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.8 +# 2003, 2004, 2005 Free Software Foundation, Inc.
1.9 +# This Makefile.in is free software; the Free Software Foundation
1.10 +# gives unlimited permission to copy and/or distribute it,
1.11 +# with or without modifications, as long as this notice is preserved.
1.12 +
1.13 +# This program is distributed in the hope that it will be useful,
1.14 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1.15 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1.16 +# PARTICULAR PURPOSE.
1.17 +
1.18 +@SET_MAKE@
1.19 +
1.20 +
1.21 +srcdir = @srcdir@
1.22 +top_srcdir = @top_srcdir@
1.23 +VPATH = @srcdir@
1.24 +pkgdatadir = $(datadir)/@PACKAGE@
1.25 +pkglibdir = $(libdir)/@PACKAGE@
1.26 +pkgincludedir = $(includedir)/@PACKAGE@
1.27 +top_builddir = ..
1.28 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.29 +INSTALL = @INSTALL@
1.30 +install_sh_DATA = $(install_sh) -c -m 644
1.31 +install_sh_PROGRAM = $(install_sh) -c
1.32 +install_sh_SCRIPT = $(install_sh) -c
1.33 +INSTALL_HEADER = $(INSTALL_DATA)
1.34 +transform = $(program_transform_name)
1.35 +NORMAL_INSTALL = :
1.36 +PRE_INSTALL = :
1.37 +POST_INSTALL = :
1.38 +NORMAL_UNINSTALL = :
1.39 +PRE_UNINSTALL = :
1.40 +POST_UNINSTALL = :
1.41 +build_triplet = @build@
1.42 +host_triplet = @host@
1.43 +subdir = src
1.44 +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
1.45 + $(srcdir)/Makefile.in
1.46 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.47 +am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
1.48 + $(top_srcdir)/configure.ac
1.49 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1.50 + $(ACLOCAL_M4)
1.51 +mkinstalldirs = $(install_sh) -d
1.52 +CONFIG_HEADER = $(top_builddir)/config.h
1.53 +CONFIG_CLEAN_FILES =
1.54 +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1.55 +am__vpath_adj = case $$p in \
1.56 + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1.57 + *) f=$$p;; \
1.58 + esac;
1.59 +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
1.60 +am__installdirs = "$(DESTDIR)$(plugindir)"
1.61 +pluginLTLIBRARIES_INSTALL = $(INSTALL)
1.62 +LTLIBRARIES = $(plugin_LTLIBRARIES)
1.63 +am__DEPENDENCIES_1 =
1.64 +libgstmythtvsrc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
1.65 +am_libgstmythtvsrc_la_OBJECTS = libgstmythtvsrc_la-gstmythtvsrc.lo \
1.66 + libgstmythtvsrc_la-myth_uri.lo \
1.67 + libgstmythtvsrc_la-myth_file_transfer.lo \
1.68 + libgstmythtvsrc_la-myth_livetv.lo
1.69 +libgstmythtvsrc_la_OBJECTS = $(am_libgstmythtvsrc_la_OBJECTS)
1.70 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
1.71 +depcomp = $(SHELL) $(top_srcdir)/depcomp
1.72 +am__depfiles_maybe = depfiles
1.73 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1.74 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.75 +LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
1.76 + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1.77 + $(AM_CFLAGS) $(CFLAGS)
1.78 +CCLD = $(CC)
1.79 +LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1.80 + $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.81 +SOURCES = $(libgstmythtvsrc_la_SOURCES)
1.82 +DIST_SOURCES = $(libgstmythtvsrc_la_SOURCES)
1.83 +HEADERS = $(noinst_HEADERS)
1.84 +ETAGS = etags
1.85 +CTAGS = ctags
1.86 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.87 +ACLOCAL = @ACLOCAL@
1.88 +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
1.89 +AMDEP_FALSE = @AMDEP_FALSE@
1.90 +AMDEP_TRUE = @AMDEP_TRUE@
1.91 +AMTAR = @AMTAR@
1.92 +AR = @AR@
1.93 +AUTOCONF = @AUTOCONF@
1.94 +AUTOHEADER = @AUTOHEADER@
1.95 +AUTOMAKE = @AUTOMAKE@
1.96 +AWK = @AWK@
1.97 +CC = @CC@
1.98 +CCDEPMODE = @CCDEPMODE@
1.99 +CFLAGS = @CFLAGS@
1.100 +CPP = @CPP@
1.101 +CPPFLAGS = @CPPFLAGS@
1.102 +CXX = @CXX@
1.103 +CXXCPP = @CXXCPP@
1.104 +CXXDEPMODE = @CXXDEPMODE@
1.105 +CXXFLAGS = @CXXFLAGS@
1.106 +CYGPATH_W = @CYGPATH_W@
1.107 +DEFS = @DEFS@
1.108 +DEPDIR = @DEPDIR@
1.109 +ECHO = @ECHO@
1.110 +ECHO_C = @ECHO_C@
1.111 +ECHO_N = @ECHO_N@
1.112 +ECHO_T = @ECHO_T@
1.113 +EGREP = @EGREP@
1.114 +EXEEXT = @EXEEXT@
1.115 +F77 = @F77@
1.116 +FFLAGS = @FFLAGS@
1.117 +GLIB_CFLAGS = @GLIB_CFLAGS@
1.118 +GLIB_LIBS = @GLIB_LIBS@
1.119 +GMYTH_CFLAGS = @GMYTH_CFLAGS@
1.120 +GMYTH_LIBS = @GMYTH_LIBS@
1.121 +GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
1.122 +GOBJECT_LIBS = @GOBJECT_LIBS@
1.123 +GSTBASE_CFLAGS = @GSTBASE_CFLAGS@
1.124 +GSTBASE_LIBS = @GSTBASE_LIBS@
1.125 +GST_CFLAGS = @GST_CFLAGS@
1.126 +GST_LIBS = @GST_LIBS@
1.127 +GST_MAJORMINOR = @GST_MAJORMINOR@
1.128 +GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
1.129 +GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
1.130 +HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
1.131 +HILDON_CFLAGS = @HILDON_CFLAGS@
1.132 +HILDON_LIBS = @HILDON_LIBS@
1.133 +INSTALL_DATA = @INSTALL_DATA@
1.134 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
1.135 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.136 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.137 +LDFLAGS = @LDFLAGS@
1.138 +LIBOBJS = @LIBOBJS@
1.139 +LIBS = @LIBS@
1.140 +LIBTOOL = @LIBTOOL@
1.141 +LN_S = @LN_S@
1.142 +LTLIBOBJS = @LTLIBOBJS@
1.143 +MAEMO_PLATFORM_FALSE = @MAEMO_PLATFORM_FALSE@
1.144 +MAEMO_PLATFORM_TRUE = @MAEMO_PLATFORM_TRUE@
1.145 +MAINT = @MAINT@
1.146 +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
1.147 +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1.148 +MAKEINFO = @MAKEINFO@
1.149 +MYTHTVSRC_MAJORMINOR = @MYTHTVSRC_MAJORMINOR@
1.150 +MYTHTVSRC_MAJOR_VERSION = @MYTHTVSRC_MAJOR_VERSION@
1.151 +MYTHTVSRC_MICRO_VERSION = @MYTHTVSRC_MICRO_VERSION@
1.152 +MYTHTVSRC_MINOR_VERSION = @MYTHTVSRC_MINOR_VERSION@
1.153 +MYTHTVSRC_NANO_VERSION = @MYTHTVSRC_NANO_VERSION@
1.154 +MYTHTVSRC_RELEASE = @MYTHTVSRC_RELEASE@
1.155 +MYTHTVSRC_VERSION = @MYTHTVSRC_VERSION@
1.156 +NDEBUG_FALSE = @NDEBUG_FALSE@
1.157 +NDEBUG_TRUE = @NDEBUG_TRUE@
1.158 +OBJEXT = @OBJEXT@
1.159 +PACKAGE = @PACKAGE@
1.160 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1.161 +PACKAGE_NAME = @PACKAGE_NAME@
1.162 +PACKAGE_STRING = @PACKAGE_STRING@
1.163 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.164 +PACKAGE_VERSION = @PACKAGE_VERSION@
1.165 +PATH_SEPARATOR = @PATH_SEPARATOR@
1.166 +PKG_CONFIG = @PKG_CONFIG@
1.167 +RANLIB = @RANLIB@
1.168 +SET_MAKE = @SET_MAKE@
1.169 +SHELL = @SHELL@
1.170 +STRIP = @STRIP@
1.171 +VERSION = @VERSION@
1.172 +ac_ct_AR = @ac_ct_AR@
1.173 +ac_ct_CC = @ac_ct_CC@
1.174 +ac_ct_CXX = @ac_ct_CXX@
1.175 +ac_ct_F77 = @ac_ct_F77@
1.176 +ac_ct_RANLIB = @ac_ct_RANLIB@
1.177 +ac_ct_STRIP = @ac_ct_STRIP@
1.178 +ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
1.179 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
1.180 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
1.181 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
1.182 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
1.183 +am__include = @am__include@
1.184 +am__leading_dot = @am__leading_dot@
1.185 +am__quote = @am__quote@
1.186 +am__tar = @am__tar@
1.187 +am__untar = @am__untar@
1.188 +bindir = @bindir@
1.189 +build = @build@
1.190 +build_alias = @build_alias@
1.191 +build_cpu = @build_cpu@
1.192 +build_os = @build_os@
1.193 +build_vendor = @build_vendor@
1.194 +datadir = @datadir@
1.195 +exec_prefix = @exec_prefix@
1.196 +host = @host@
1.197 +host_alias = @host_alias@
1.198 +host_cpu = @host_cpu@
1.199 +host_os = @host_os@
1.200 +host_vendor = @host_vendor@
1.201 +includedir = @includedir@
1.202 +infodir = @infodir@
1.203 +install_sh = @install_sh@
1.204 +libdir = @libdir@
1.205 +libexecdir = @libexecdir@
1.206 +localstatedir = @localstatedir@
1.207 +mandir = @mandir@
1.208 +mkdir_p = @mkdir_p@
1.209 +oldincludedir = @oldincludedir@
1.210 +prefix = @prefix@
1.211 +program_transform_name = @program_transform_name@
1.212 +sbindir = @sbindir@
1.213 +sharedstatedir = @sharedstatedir@
1.214 +sysconfdir = @sysconfdir@
1.215 +target_alias = @target_alias@
1.216 +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
1.217 +plugin_LTLIBRARIES = libgstmythtvsrc.la
1.218 +libgstmythtvsrc_la_SOURCES = \
1.219 + gstmythtvsrc.c \
1.220 + myth_uri.c \
1.221 + myth_file_transfer.c \
1.222 + myth_livetv.c
1.223 +
1.224 +libgstmythtvsrc_la_CFLAGS = \
1.225 + $(GST_CFLAGS) \
1.226 + $(GMYTH_CFLAGS)
1.227 +
1.228 +libgstmythtvsrc_la_LDFLAGS = \
1.229 + $(GST_PLUGIN_LDFLAGS)
1.230 +
1.231 +libgstmythtvsrc_la_LIBADD = \
1.232 + $(GST_BASE_LIBS) \
1.233 + $(GMYTH_LIBS)
1.234 +
1.235 +noinst_HEADERS = \
1.236 + gstmythtvsrc.h \
1.237 + myth_uri.h \
1.238 + myth_file_transfer.h \
1.239 + myth_livetv.h
1.240 +
1.241 +all: all-am
1.242 +
1.243 +.SUFFIXES:
1.244 +.SUFFIXES: .c .lo .o .obj
1.245 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1.246 + @for dep in $?; do \
1.247 + case '$(am__configure_deps)' in \
1.248 + *$$dep*) \
1.249 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1.250 + && exit 0; \
1.251 + exit 1;; \
1.252 + esac; \
1.253 + done; \
1.254 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
1.255 + cd $(top_srcdir) && \
1.256 + $(AUTOMAKE) --gnu src/Makefile
1.257 +.PRECIOUS: Makefile
1.258 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1.259 + @case '$?' in \
1.260 + *config.status*) \
1.261 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1.262 + *) \
1.263 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1.264 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1.265 + esac;
1.266 +
1.267 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.268 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.269 +
1.270 +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1.271 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.272 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1.273 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.274 +install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
1.275 + @$(NORMAL_INSTALL)
1.276 + test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
1.277 + @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
1.278 + if test -f $$p; then \
1.279 + f=$(am__strip_dir) \
1.280 + echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
1.281 + $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
1.282 + else :; fi; \
1.283 + done
1.284 +
1.285 +uninstall-pluginLTLIBRARIES:
1.286 + @$(NORMAL_UNINSTALL)
1.287 + @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
1.288 + p=$(am__strip_dir) \
1.289 + echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
1.290 + $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
1.291 + done
1.292 +
1.293 +clean-pluginLTLIBRARIES:
1.294 + -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
1.295 + @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
1.296 + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1.297 + test "$$dir" != "$$p" || dir=.; \
1.298 + echo "rm -f \"$${dir}/so_locations\""; \
1.299 + rm -f "$${dir}/so_locations"; \
1.300 + done
1.301 +libgstmythtvsrc.la: $(libgstmythtvsrc_la_OBJECTS) $(libgstmythtvsrc_la_DEPENDENCIES)
1.302 + $(LINK) -rpath $(plugindir) $(libgstmythtvsrc_la_LDFLAGS) $(libgstmythtvsrc_la_OBJECTS) $(libgstmythtvsrc_la_LIBADD) $(LIBS)
1.303 +
1.304 +mostlyclean-compile:
1.305 + -rm -f *.$(OBJEXT)
1.306 +
1.307 +distclean-compile:
1.308 + -rm -f *.tab.c
1.309 +
1.310 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmythtvsrc_la-gstmythtvsrc.Plo@am__quote@
1.311 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmythtvsrc_la-myth_file_transfer.Plo@am__quote@
1.312 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmythtvsrc_la-myth_livetv.Plo@am__quote@
1.313 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmythtvsrc_la-myth_uri.Plo@am__quote@
1.314 +
1.315 +.c.o:
1.316 +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
1.317 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.318 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.319 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.320 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.321 +
1.322 +.c.obj:
1.323 +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
1.324 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.325 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.326 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.327 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.328 +
1.329 +.c.lo:
1.330 +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
1.331 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.332 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.333 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.334 +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
1.335 +
1.336 +libgstmythtvsrc_la-gstmythtvsrc.lo: gstmythtvsrc.c
1.337 +@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; \
1.338 +@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
1.339 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gstmythtvsrc.c' object='libgstmythtvsrc_la-gstmythtvsrc.lo' libtool=yes @AMDEPBACKSLASH@
1.340 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.341 +@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
1.342 +
1.343 +libgstmythtvsrc_la-myth_uri.lo: myth_uri.c
1.344 +@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; \
1.345 +@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
1.346 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='myth_uri.c' object='libgstmythtvsrc_la-myth_uri.lo' libtool=yes @AMDEPBACKSLASH@
1.347 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.348 +@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
1.349 +
1.350 +libgstmythtvsrc_la-myth_file_transfer.lo: myth_file_transfer.c
1.351 +@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; \
1.352 +@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
1.353 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='myth_file_transfer.c' object='libgstmythtvsrc_la-myth_file_transfer.lo' libtool=yes @AMDEPBACKSLASH@
1.354 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.355 +@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
1.356 +
1.357 +libgstmythtvsrc_la-myth_livetv.lo: myth_livetv.c
1.358 +@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; \
1.359 +@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
1.360 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='myth_livetv.c' object='libgstmythtvsrc_la-myth_livetv.lo' libtool=yes @AMDEPBACKSLASH@
1.361 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.362 +@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
1.363 +
1.364 +mostlyclean-libtool:
1.365 + -rm -f *.lo
1.366 +
1.367 +clean-libtool:
1.368 + -rm -rf .libs _libs
1.369 +
1.370 +distclean-libtool:
1.371 + -rm -f libtool
1.372 +uninstall-info-am:
1.373 +
1.374 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.375 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.376 + unique=`for i in $$list; do \
1.377 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1.378 + done | \
1.379 + $(AWK) ' { files[$$0] = 1; } \
1.380 + END { for (i in files) print i; }'`; \
1.381 + mkid -fID $$unique
1.382 +tags: TAGS
1.383 +
1.384 +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1.385 + $(TAGS_FILES) $(LISP)
1.386 + tags=; \
1.387 + here=`pwd`; \
1.388 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.389 + unique=`for i in $$list; do \
1.390 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1.391 + done | \
1.392 + $(AWK) ' { files[$$0] = 1; } \
1.393 + END { for (i in files) print i; }'`; \
1.394 + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1.395 + test -n "$$unique" || unique=$$empty_fix; \
1.396 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1.397 + $$tags $$unique; \
1.398 + fi
1.399 +ctags: CTAGS
1.400 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1.401 + $(TAGS_FILES) $(LISP)
1.402 + tags=; \
1.403 + here=`pwd`; \
1.404 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.405 + unique=`for i in $$list; do \
1.406 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1.407 + done | \
1.408 + $(AWK) ' { files[$$0] = 1; } \
1.409 + END { for (i in files) print i; }'`; \
1.410 + test -z "$(CTAGS_ARGS)$$tags$$unique" \
1.411 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.412 + $$tags $$unique
1.413 +
1.414 +GTAGS:
1.415 + here=`$(am__cd) $(top_builddir) && pwd` \
1.416 + && cd $(top_srcdir) \
1.417 + && gtags -i $(GTAGS_ARGS) $$here
1.418 +
1.419 +distclean-tags:
1.420 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.421 +
1.422 +distdir: $(DISTFILES)
1.423 + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1.424 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1.425 + list='$(DISTFILES)'; for file in $$list; do \
1.426 + case $$file in \
1.427 + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1.428 + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
1.429 + esac; \
1.430 + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.431 + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1.432 + if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.433 + dir="/$$dir"; \
1.434 + $(mkdir_p) "$(distdir)$$dir"; \
1.435 + else \
1.436 + dir=''; \
1.437 + fi; \
1.438 + if test -d $$d/$$file; then \
1.439 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.440 + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1.441 + fi; \
1.442 + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.443 + else \
1.444 + test -f $(distdir)/$$file \
1.445 + || cp -p $$d/$$file $(distdir)/$$file \
1.446 + || exit 1; \
1.447 + fi; \
1.448 + done
1.449 +check-am: all-am
1.450 +check: check-am
1.451 +all-am: Makefile $(LTLIBRARIES) $(HEADERS)
1.452 +installdirs:
1.453 + for dir in "$(DESTDIR)$(plugindir)"; do \
1.454 + test -z "$$dir" || $(mkdir_p) "$$dir"; \
1.455 + done
1.456 +install: install-am
1.457 +install-exec: install-exec-am
1.458 +install-data: install-data-am
1.459 +uninstall: uninstall-am
1.460 +
1.461 +install-am: all-am
1.462 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.463 +
1.464 +installcheck: installcheck-am
1.465 +install-strip:
1.466 + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.467 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.468 + `test -z '$(STRIP)' || \
1.469 + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.470 +mostlyclean-generic:
1.471 +
1.472 +clean-generic:
1.473 +
1.474 +distclean-generic:
1.475 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.476 +
1.477 +maintainer-clean-generic:
1.478 + @echo "This command is intended for maintainers to use"
1.479 + @echo "it deletes files that may require special tools to rebuild."
1.480 +clean: clean-am
1.481 +
1.482 +clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
1.483 + mostlyclean-am
1.484 +
1.485 +distclean: distclean-am
1.486 + -rm -rf ./$(DEPDIR)
1.487 + -rm -f Makefile
1.488 +distclean-am: clean-am distclean-compile distclean-generic \
1.489 + distclean-libtool distclean-tags
1.490 +
1.491 +dvi: dvi-am
1.492 +
1.493 +dvi-am:
1.494 +
1.495 +html: html-am
1.496 +
1.497 +info: info-am
1.498 +
1.499 +info-am:
1.500 +
1.501 +install-data-am: install-pluginLTLIBRARIES
1.502 +
1.503 +install-exec-am:
1.504 +
1.505 +install-info: install-info-am
1.506 +
1.507 +install-man:
1.508 +
1.509 +installcheck-am:
1.510 +
1.511 +maintainer-clean: maintainer-clean-am
1.512 + -rm -rf ./$(DEPDIR)
1.513 + -rm -f Makefile
1.514 +maintainer-clean-am: distclean-am maintainer-clean-generic
1.515 +
1.516 +mostlyclean: mostlyclean-am
1.517 +
1.518 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1.519 + mostlyclean-libtool
1.520 +
1.521 +pdf: pdf-am
1.522 +
1.523 +pdf-am:
1.524 +
1.525 +ps: ps-am
1.526 +
1.527 +ps-am:
1.528 +
1.529 +uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
1.530 +
1.531 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.532 + clean-libtool clean-pluginLTLIBRARIES ctags distclean \
1.533 + distclean-compile distclean-generic distclean-libtool \
1.534 + distclean-tags distdir dvi dvi-am html html-am info info-am \
1.535 + install install-am install-data install-data-am install-exec \
1.536 + install-exec-am install-info install-info-am install-man \
1.537 + install-pluginLTLIBRARIES install-strip installcheck \
1.538 + installcheck-am installdirs maintainer-clean \
1.539 + maintainer-clean-generic mostlyclean mostlyclean-compile \
1.540 + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1.541 + tags uninstall uninstall-am uninstall-info-am \
1.542 + uninstall-pluginLTLIBRARIES
1.543 +
1.544 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
1.545 +# Otherwise a system limit (for SysV at least) may be exceeded.
1.546 +.NOEXPORT: