===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
v4l-utils-1.20.0/configure.ac-378-   	[],
v4l-utils-1.20.0/configure.ac:379:	[with_udevdir=`$PKG_CONFIG --variable=udevdir udev || echo /lib/udev`])
v4l-utils-1.20.0/configure.ac-380-
##############################################
v4l-utils-1.20.0/configure.ac-383-	[],
v4l-utils-1.20.0/configure.ac:384:	[with_systemdsystemunitdir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd || echo /lib/systemd/system`])
v4l-utils-1.20.0/configure.ac-385-
v4l-utils-1.20.0/configure.ac-386-# Generic check: works with most distributions
v4l-utils-1.20.0/configure.ac:387:def_gconv_dir=`for i in /lib64 /usr/lib64 /usr/local/lib64 /lib /usr/lib /usr/local/lib; do if @<:@ -d \$i/gconv @:>@; then echo \$i/gconv; break; fi; done`
v4l-utils-1.20.0/configure.ac-388-
##############################################
v4l-utils-1.20.0/configure.ac-390-AS_IF([test "x${def_gconv_dir}" = "x" ],
v4l-utils-1.20.0/configure.ac:391:      def_gconv_dir=`for i in mips64el-linux-gnuabi64 mips64el-linux-gnuabin32 mips64-linux-gnuabi64 mips64-linux-gnuabin32 mipsisa64r6el-linux-gnuabi64 mipsisa64r6el-linux-gnuabin32 mipsisa64r6-linux-gnuabi64 mipsisa64r6-linux-gnuabin32 powerpc64-linux-gnu sparc64-linux-gnu x86_64-linux-gnu x86_64-linux-gnux32 alphaev67-linux-gnu arm-linux-gnueabi arm-linux-gnueabihf i686-kfreebsd-gnu i686-linux-gnu mipsel-linux-gnu mipsisa32r6el-linux-gnu mipsisa32r6-linux-gnu mips-linux-gnu powerpc-linux-gnu s390-linux-gnu sparcv9-linux-gnu; do if @<:@ -d /usr/lib/\$i/gconv @:>@; then echo /usr/lib/\$i/gconv; break; fi; done`)
v4l-utils-1.20.0/configure.ac-392-
##############################################
v4l-utils-1.20.0/configure.ac-419-
v4l-utils-1.20.0/configure.ac:420:MAJOR=`echo "$PACKAGE_VERSION" | perl -ne 'print $1 if (m/^(\d+)\.(\d+)\.(\d+)/)'`
v4l-utils-1.20.0/configure.ac:421:MINOR=`echo "$PACKAGE_VERSION" | perl -ne 'print $2 if (m/^(\d+)\.(\d+)\.(\d+)/)'`
v4l-utils-1.20.0/configure.ac:422:PATCH=`echo "$PACKAGE_VERSION" | perl -ne 'print $3 if (m/^(\d+)\.(\d+)\.(\d+)/)'`
v4l-utils-1.20.0/configure.ac-423-
##############################################
v4l-utils-1.20.0/Makefile.in-79-  { \
v4l-utils-1.20.0/Makefile.in:80:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/Makefile.in-81-  }; \
##############################################
v4l-utils-1.20.0/Makefile.in-232-  while test -n "$$dir1"; do \
v4l-utils-1.20.0/Makefile.in:233:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/Makefile.in-234-    if test "$$first" != "."; then \
v4l-utils-1.20.0/Makefile.in-235-      if test "$$first" = ".."; then \
v4l-utils-1.20.0/Makefile.in:236:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
v4l-utils-1.20.0/Makefile.in:237:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
v4l-utils-1.20.0/Makefile.in-238-      else \
v4l-utils-1.20.0/Makefile.in:239:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/Makefile.in-240-        if test "$$first2" = "$$first"; then \
v4l-utils-1.20.0/Makefile.in:241:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/Makefile.in-242-        else \
##############################################
v4l-utils-1.20.0/Makefile.in-247-    fi; \
v4l-utils-1.20.0/Makefile.in:248:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/Makefile.in-249-  done; \
##############################################
v4l-utils-1.20.0/Makefile.in-597-	dot_seen=no; \
v4l-utils-1.20.0/Makefile.in:598:	target=`echo $@ | sed s/-recursive//`; \
v4l-utils-1.20.0/Makefile.in-599-	case "$@" in \
##############################################
v4l-utils-1.20.0/Makefile.in-660-GTAGS:
v4l-utils-1.20.0/Makefile.in:661:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/Makefile.in-662-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/Makefile.in-695-	test -d "$(distdir)" || mkdir "$(distdir)"
v4l-utils-1.20.0/Makefile.in:696:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/Makefile.in:697:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/Makefile.in-698-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/Makefile.in-709-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/Makefile.in:710:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/Makefile.in-711-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/Makefile.in-825-	test -d $(distdir)/_build || exit 0; \
v4l-utils-1.20.0/Makefile.in:826:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
v4l-utils-1.20.0/Makefile.in-827-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
v4l-utils-1.20.0/Makefile.in-869-	}; \
v4l-utils-1.20.0/Makefile.in:870:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
v4l-utils-1.20.0/Makefile.in-871-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
v4l-utils-1.20.0/Makefile.in-881-	fi
v4l-utils-1.20.0/Makefile.in:882:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
v4l-utils-1.20.0/Makefile.in-883-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
v4l-utils-1.20.0/Makefile.in-1025-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	    $(DX_LATEX) refman.tex; \
v4l-utils-1.20.0/Makefile.in:1026:@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	    countdown=`expr $$countdown - 1`; \
v4l-utils-1.20.0/Makefile.in-1027-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	done; \
##############################################
v4l-utils-1.20.0/Makefile.in-1042-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	    $(DX_PDFLATEX) refman.tex; \
v4l-utils-1.20.0/Makefile.in:1043:@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	    countdown=`expr $$countdown - 1`; \
v4l-utils-1.20.0/Makefile.in-1044-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	done; \
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-52-  { \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-54-  }; \
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-114-CONFIG_CLEAN_VPATH_FILES =
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:115:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-116-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:117:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-118-    *) f=$$p;; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-119-  esac;
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:120:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-121-am__install_max = 40
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-122-am__nobase_strip_setup = \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:123:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-124-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-627-.c.o:
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:628:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-629-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-635-.c.obj:
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:637:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-638-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-642-
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-643-.c.lo:
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:644:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-645-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-651-libv4l2_la-libv4l2.lo: libv4l2.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:652:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l2_la-libv4l2.lo -MD -MP -MF $(DEPDIR)/libv4l2_la-libv4l2.Tpo -c -o libv4l2_la-libv4l2.lo `test -f 'libv4l2.c' || echo '$(srcdir)/'`libv4l2.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-653-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l2_la-libv4l2.Tpo $(DEPDIR)/libv4l2_la-libv4l2.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-655-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:656:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l2_la-libv4l2.lo `test -f 'libv4l2.c' || echo '$(srcdir)/'`libv4l2.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-657-
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-658-libv4l2_la-log.lo: log.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:659:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l2_la-log.lo -MD -MP -MF $(DEPDIR)/libv4l2_la-log.Tpo -c -o libv4l2_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-660-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l2_la-log.Tpo $(DEPDIR)/libv4l2_la-log.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-662-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:663:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l2_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-664-
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-665-libv4l2_la-v4l2-plugin.lo: v4l2-plugin.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:666:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l2_la-v4l2-plugin.lo -MD -MP -MF $(DEPDIR)/libv4l2_la-v4l2-plugin.Tpo -c -o libv4l2_la-v4l2-plugin.lo `test -f 'v4l2-plugin.c' || echo '$(srcdir)/'`v4l2-plugin.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-667-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l2_la-v4l2-plugin.Tpo $(DEPDIR)/libv4l2_la-v4l2-plugin.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:670:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l2_la-v4l2-plugin.lo `test -f 'v4l2-plugin.c' || echo '$(srcdir)/'`v4l2-plugin.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-671-
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-672-v4l2convert_la-v4l2convert.lo: v4l2convert.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:673:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(v4l2convert_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2convert_la-v4l2convert.lo -MD -MP -MF $(DEPDIR)/v4l2convert_la-v4l2convert.Tpo -c -o v4l2convert_la-v4l2convert.lo `test -f 'v4l2convert.c' || echo '$(srcdir)/'`v4l2convert.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-674-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2convert_la-v4l2convert.Tpo $(DEPDIR)/v4l2convert_la-v4l2convert.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-676-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:677:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(v4l2convert_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2convert_la-v4l2convert.lo `test -f 'v4l2convert.c' || echo '$(srcdir)/'`v4l2convert.c
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-678-
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-702-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:703:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-704-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-723-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:724:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-725-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-756-GTAGS:
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:757:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-758-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-782-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:783:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:784:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-785-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-796-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in:797:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/lib/libv4l2/Makefile.in-798-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/lib/Makefile.in-49-  { \
v4l-utils-1.20.0/lib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/lib/Makefile.in-51-  }; \
##############################################
v4l-utils-1.20.0/lib/Makefile.in-177-  while test -n "$$dir1"; do \
v4l-utils-1.20.0/lib/Makefile.in:178:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/lib/Makefile.in-179-    if test "$$first" != "."; then \
v4l-utils-1.20.0/lib/Makefile.in-180-      if test "$$first" = ".."; then \
v4l-utils-1.20.0/lib/Makefile.in:181:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
v4l-utils-1.20.0/lib/Makefile.in:182:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
v4l-utils-1.20.0/lib/Makefile.in-183-      else \
v4l-utils-1.20.0/lib/Makefile.in:184:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/lib/Makefile.in-185-        if test "$$first2" = "$$first"; then \
v4l-utils-1.20.0/lib/Makefile.in:186:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/lib/Makefile.in-187-        else \
##############################################
v4l-utils-1.20.0/lib/Makefile.in-192-    fi; \
v4l-utils-1.20.0/lib/Makefile.in:193:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/lib/Makefile.in-194-  done; \
##############################################
v4l-utils-1.20.0/lib/Makefile.in-479-	dot_seen=no; \
v4l-utils-1.20.0/lib/Makefile.in:480:	target=`echo $@ | sed s/-recursive//`; \
v4l-utils-1.20.0/lib/Makefile.in-481-	case "$@" in \
##############################################
v4l-utils-1.20.0/lib/Makefile.in-542-GTAGS:
v4l-utils-1.20.0/lib/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/lib/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/lib/Makefile.in-568-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/lib/Makefile.in:569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/Makefile.in:570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/Makefile.in-571-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/lib/Makefile.in-582-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/lib/Makefile.in:583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/lib/Makefile.in-584-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-52-  { \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-54-  }; \
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-113-CONFIG_CLEAN_VPATH_FILES =
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:114:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-115-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:116:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-117-    *) f=$$p;; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-118-  esac;
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:119:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-120-am__install_max = 40
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-121-am__nobase_strip_setup = \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:122:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-123-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-619-.c.o:
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:620:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-621-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-627-.c.obj:
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:628:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:629:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-630-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-634-
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-635-.c.lo:
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-637-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-643-libv4l1_la-libv4l1.lo: libv4l1.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:644:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l1_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l1_la-libv4l1.lo -MD -MP -MF $(DEPDIR)/libv4l1_la-libv4l1.Tpo -c -o libv4l1_la-libv4l1.lo `test -f 'libv4l1.c' || echo '$(srcdir)/'`libv4l1.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-645-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l1_la-libv4l1.Tpo $(DEPDIR)/libv4l1_la-libv4l1.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:648:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l1_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l1_la-libv4l1.lo `test -f 'libv4l1.c' || echo '$(srcdir)/'`libv4l1.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-649-
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-650-libv4l1_la-log.lo: log.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:651:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l1_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l1_la-log.lo -MD -MP -MF $(DEPDIR)/libv4l1_la-log.Tpo -c -o libv4l1_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-652-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l1_la-log.Tpo $(DEPDIR)/libv4l1_la-log.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:655:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l1_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l1_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-656-
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-657-v4l1compat_la-v4l1compat.lo: v4l1compat.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(v4l1compat_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l1compat_la-v4l1compat.lo -MD -MP -MF $(DEPDIR)/v4l1compat_la-v4l1compat.Tpo -c -o v4l1compat_la-v4l1compat.lo `test -f 'v4l1compat.c' || echo '$(srcdir)/'`v4l1compat.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l1compat_la-v4l1compat.Tpo $(DEPDIR)/v4l1compat_la-v4l1compat.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(v4l1compat_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l1compat_la-v4l1compat.lo `test -f 'v4l1compat.c' || echo '$(srcdir)/'`v4l1compat.c
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-663-
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-687-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:688:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-689-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-708-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:709:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-710-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-741-GTAGS:
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:742:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-743-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-767-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:768:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:769:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-770-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-781-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in:782:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/lib/libv4l1/Makefile.in-783-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-52-  { \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-54-  }; \
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-113-CONFIG_CLEAN_VPATH_FILES =
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:114:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-115-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:116:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-117-    *) f=$$p;; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-118-  esac;
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:119:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-120-am__install_max = 40
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-121-am__nobase_strip_setup = \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:122:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-123-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-558-.c.o:
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:559:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-560-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-566-.c.obj:
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:567:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:568:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-569-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-571-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:572:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-573-
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-574-.c.lo:
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:575:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-576-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-582-libv4l2rds_la-libv4l2rds.lo: libv4l2rds.c
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2rds_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l2rds_la-libv4l2rds.lo -MD -MP -MF $(DEPDIR)/libv4l2rds_la-libv4l2rds.Tpo -c -o libv4l2rds_la-libv4l2rds.lo `test -f 'libv4l2rds.c' || echo '$(srcdir)/'`libv4l2rds.c
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l2rds_la-libv4l2rds.Tpo $(DEPDIR)/libv4l2rds_la-libv4l2rds.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2rds_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l2rds_la-libv4l2rds.lo `test -f 'libv4l2rds.c' || echo '$(srcdir)/'`libv4l2rds.c
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-588-
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-612-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:613:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-614-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-633-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:634:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-635-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-666-GTAGS:
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:667:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-668-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-692-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:693:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:694:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-695-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-706-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in:707:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/lib/libv4l2rds/Makefile.in-708-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-52-  { \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-54-  }; \
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-116-CONFIG_CLEAN_VPATH_FILES =
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-118-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-120-    *) f=$$p;; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-121-  esac;
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-123-am__install_max = 40
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-124-am__nobase_strip_setup = \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-126-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-920-.c.o:
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:921:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-922-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-928-.c.obj:
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:929:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:930:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-931-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-933-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:934:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-935-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-936-.c.lo:
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:937:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-938-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-944-libdvbv5_la-compat-soname.lo: compat-soname.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:945:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-compat-soname.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-compat-soname.Tpo -c -o libdvbv5_la-compat-soname.lo `test -f 'compat-soname.c' || echo '$(srcdir)/'`compat-soname.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-946-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-compat-soname.Tpo $(DEPDIR)/libdvbv5_la-compat-soname.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-948-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:949:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-compat-soname.lo `test -f 'compat-soname.c' || echo '$(srcdir)/'`compat-soname.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-950-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-951-libdvbv5_la-crc32.lo: crc32.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:952:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-crc32.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-crc32.Tpo -c -o libdvbv5_la-crc32.lo `test -f 'crc32.c' || echo '$(srcdir)/'`crc32.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-953-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-crc32.Tpo $(DEPDIR)/libdvbv5_la-crc32.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-955-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:956:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-crc32.lo `test -f 'crc32.c' || echo '$(srcdir)/'`crc32.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-957-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-958-libdvbv5_la-countries.lo: countries.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:959:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-countries.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-countries.Tpo -c -o libdvbv5_la-countries.lo `test -f 'countries.c' || echo '$(srcdir)/'`countries.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-960-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-countries.Tpo $(DEPDIR)/libdvbv5_la-countries.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-962-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:963:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-countries.lo `test -f 'countries.c' || echo '$(srcdir)/'`countries.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-964-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-965-libdvbv5_la-dvb-legacy-channel-format.lo: dvb-legacy-channel-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:966:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-legacy-channel-format.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-legacy-channel-format.Tpo -c -o libdvbv5_la-dvb-legacy-channel-format.lo `test -f 'dvb-legacy-channel-format.c' || echo '$(srcdir)/'`dvb-legacy-channel-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-967-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-legacy-channel-format.Tpo $(DEPDIR)/libdvbv5_la-dvb-legacy-channel-format.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-969-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:970:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-legacy-channel-format.lo `test -f 'dvb-legacy-channel-format.c' || echo '$(srcdir)/'`dvb-legacy-channel-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-971-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-972-libdvbv5_la-dvb-zap-format.lo: dvb-zap-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:973:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-zap-format.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-zap-format.Tpo -c -o libdvbv5_la-dvb-zap-format.lo `test -f 'dvb-zap-format.c' || echo '$(srcdir)/'`dvb-zap-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-974-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-zap-format.Tpo $(DEPDIR)/libdvbv5_la-dvb-zap-format.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-976-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:977:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-zap-format.lo `test -f 'dvb-zap-format.c' || echo '$(srcdir)/'`dvb-zap-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-978-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-979-libdvbv5_la-dvb-vdr-format.lo: dvb-vdr-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:980:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-vdr-format.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-vdr-format.Tpo -c -o libdvbv5_la-dvb-vdr-format.lo `test -f 'dvb-vdr-format.c' || echo '$(srcdir)/'`dvb-vdr-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-981-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-vdr-format.Tpo $(DEPDIR)/libdvbv5_la-dvb-vdr-format.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-983-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:984:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-vdr-format.lo `test -f 'dvb-vdr-format.c' || echo '$(srcdir)/'`dvb-vdr-format.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-985-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-986-libdvbv5_la-dvb-v5.lo: dvb-v5.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:987:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-v5.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-v5.Tpo -c -o libdvbv5_la-dvb-v5.lo `test -f 'dvb-v5.c' || echo '$(srcdir)/'`dvb-v5.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-988-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-v5.Tpo $(DEPDIR)/libdvbv5_la-dvb-v5.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-990-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:991:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-v5.lo `test -f 'dvb-v5.c' || echo '$(srcdir)/'`dvb-v5.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-992-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-993-libdvbv5_la-parse_string.lo: parse_string.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:994:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-parse_string.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-parse_string.Tpo -c -o libdvbv5_la-parse_string.lo `test -f 'parse_string.c' || echo '$(srcdir)/'`parse_string.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-995-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-parse_string.Tpo $(DEPDIR)/libdvbv5_la-parse_string.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-997-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:998:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-parse_string.lo `test -f 'parse_string.c' || echo '$(srcdir)/'`parse_string.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-999-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1000-libdvbv5_la-dvb-demux.lo: dvb-demux.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1001:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-demux.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-demux.Tpo -c -o libdvbv5_la-dvb-demux.lo `test -f 'dvb-demux.c' || echo '$(srcdir)/'`dvb-demux.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1002-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-demux.Tpo $(DEPDIR)/libdvbv5_la-dvb-demux.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1004-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1005:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-demux.lo `test -f 'dvb-demux.c' || echo '$(srcdir)/'`dvb-demux.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1006-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1007-libdvbv5_la-dvb-dev.lo: dvb-dev.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1008:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-dev.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-dev.Tpo -c -o libdvbv5_la-dvb-dev.lo `test -f 'dvb-dev.c' || echo '$(srcdir)/'`dvb-dev.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1009-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-dev.Tpo $(DEPDIR)/libdvbv5_la-dvb-dev.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1011-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1012:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-dev.lo `test -f 'dvb-dev.c' || echo '$(srcdir)/'`dvb-dev.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1013-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1014-libdvbv5_la-dvb-dev-local.lo: dvb-dev-local.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1015:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-dev-local.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-dev-local.Tpo -c -o libdvbv5_la-dvb-dev-local.lo `test -f 'dvb-dev-local.c' || echo '$(srcdir)/'`dvb-dev-local.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1016-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-dev-local.Tpo $(DEPDIR)/libdvbv5_la-dvb-dev-local.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1018-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1019:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-dev-local.lo `test -f 'dvb-dev-local.c' || echo '$(srcdir)/'`dvb-dev-local.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1020-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1021-libdvbv5_la-dvb-fe.lo: dvb-fe.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1022:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-fe.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-fe.Tpo -c -o libdvbv5_la-dvb-fe.lo `test -f 'dvb-fe.c' || echo '$(srcdir)/'`dvb-fe.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1023-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-fe.Tpo $(DEPDIR)/libdvbv5_la-dvb-fe.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1025-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1026:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-fe.lo `test -f 'dvb-fe.c' || echo '$(srcdir)/'`dvb-fe.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1027-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1028-libdvbv5_la-dvb-log.lo: dvb-log.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1029:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-log.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-log.Tpo -c -o libdvbv5_la-dvb-log.lo `test -f 'dvb-log.c' || echo '$(srcdir)/'`dvb-log.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1030-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-log.Tpo $(DEPDIR)/libdvbv5_la-dvb-log.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1032-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1033:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-log.lo `test -f 'dvb-log.c' || echo '$(srcdir)/'`dvb-log.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1034-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1035-libdvbv5_la-dvb-file.lo: dvb-file.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1036:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-file.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-file.Tpo -c -o libdvbv5_la-dvb-file.lo `test -f 'dvb-file.c' || echo '$(srcdir)/'`dvb-file.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1037-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-file.Tpo $(DEPDIR)/libdvbv5_la-dvb-file.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1039-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1040:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-file.lo `test -f 'dvb-file.c' || echo '$(srcdir)/'`dvb-file.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1041-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1042-libdvbv5_la-dvb-v5-std.lo: dvb-v5-std.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1043:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-v5-std.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-v5-std.Tpo -c -o libdvbv5_la-dvb-v5-std.lo `test -f 'dvb-v5-std.c' || echo '$(srcdir)/'`dvb-v5-std.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1044-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-v5-std.Tpo $(DEPDIR)/libdvbv5_la-dvb-v5-std.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1046-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1047:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-v5-std.lo `test -f 'dvb-v5-std.c' || echo '$(srcdir)/'`dvb-v5-std.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1048-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1049-libdvbv5_la-dvb-sat.lo: dvb-sat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1050:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-sat.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-sat.Tpo -c -o libdvbv5_la-dvb-sat.lo `test -f 'dvb-sat.c' || echo '$(srcdir)/'`dvb-sat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1051-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-sat.Tpo $(DEPDIR)/libdvbv5_la-dvb-sat.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1053-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1054:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-sat.lo `test -f 'dvb-sat.c' || echo '$(srcdir)/'`dvb-sat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1055-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1056-libdvbv5_la-dvb-scan.lo: dvb-scan.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1057:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-scan.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-scan.Tpo -c -o libdvbv5_la-dvb-scan.lo `test -f 'dvb-scan.c' || echo '$(srcdir)/'`dvb-scan.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1058-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-scan.Tpo $(DEPDIR)/libdvbv5_la-dvb-scan.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1060-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1061:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-scan.lo `test -f 'dvb-scan.c' || echo '$(srcdir)/'`dvb-scan.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1062-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1063-libdvbv5_la-descriptors.lo: descriptors.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1064:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-descriptors.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-descriptors.Tpo -c -o libdvbv5_la-descriptors.lo `test -f 'descriptors.c' || echo '$(srcdir)/'`descriptors.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1065-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-descriptors.Tpo $(DEPDIR)/libdvbv5_la-descriptors.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1067-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1068:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-descriptors.lo `test -f 'descriptors.c' || echo '$(srcdir)/'`descriptors.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1069-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1070-tables/libdvbv5_la-header.lo: tables/header.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1071:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-header.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-header.Tpo -c -o tables/libdvbv5_la-header.lo `test -f 'tables/header.c' || echo '$(srcdir)/'`tables/header.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1072-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-header.Tpo tables/$(DEPDIR)/libdvbv5_la-header.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1074-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1075:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-header.lo `test -f 'tables/header.c' || echo '$(srcdir)/'`tables/header.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1076-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1077-tables/libdvbv5_la-pat.lo: tables/pat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1078:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-pat.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-pat.Tpo -c -o tables/libdvbv5_la-pat.lo `test -f 'tables/pat.c' || echo '$(srcdir)/'`tables/pat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1079-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-pat.Tpo tables/$(DEPDIR)/libdvbv5_la-pat.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1081-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1082:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-pat.lo `test -f 'tables/pat.c' || echo '$(srcdir)/'`tables/pat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1083-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1084-tables/libdvbv5_la-pmt.lo: tables/pmt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1085:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-pmt.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-pmt.Tpo -c -o tables/libdvbv5_la-pmt.lo `test -f 'tables/pmt.c' || echo '$(srcdir)/'`tables/pmt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1086-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-pmt.Tpo tables/$(DEPDIR)/libdvbv5_la-pmt.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1088-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1089:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-pmt.lo `test -f 'tables/pmt.c' || echo '$(srcdir)/'`tables/pmt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1090-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1091-tables/libdvbv5_la-nit.lo: tables/nit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1092:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-nit.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-nit.Tpo -c -o tables/libdvbv5_la-nit.lo `test -f 'tables/nit.c' || echo '$(srcdir)/'`tables/nit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1093-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-nit.Tpo tables/$(DEPDIR)/libdvbv5_la-nit.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1095-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1096:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-nit.lo `test -f 'tables/nit.c' || echo '$(srcdir)/'`tables/nit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1097-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1098-tables/libdvbv5_la-sdt.lo: tables/sdt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1099:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-sdt.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-sdt.Tpo -c -o tables/libdvbv5_la-sdt.lo `test -f 'tables/sdt.c' || echo '$(srcdir)/'`tables/sdt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1100-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-sdt.Tpo tables/$(DEPDIR)/libdvbv5_la-sdt.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1102-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1103:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-sdt.lo `test -f 'tables/sdt.c' || echo '$(srcdir)/'`tables/sdt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1104-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1105-tables/libdvbv5_la-vct.lo: tables/vct.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1106:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-vct.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-vct.Tpo -c -o tables/libdvbv5_la-vct.lo `test -f 'tables/vct.c' || echo '$(srcdir)/'`tables/vct.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1107-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-vct.Tpo tables/$(DEPDIR)/libdvbv5_la-vct.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1109-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1110:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-vct.lo `test -f 'tables/vct.c' || echo '$(srcdir)/'`tables/vct.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1111-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1112-tables/libdvbv5_la-mgt.lo: tables/mgt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1113:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-mgt.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-mgt.Tpo -c -o tables/libdvbv5_la-mgt.lo `test -f 'tables/mgt.c' || echo '$(srcdir)/'`tables/mgt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1114-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-mgt.Tpo tables/$(DEPDIR)/libdvbv5_la-mgt.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1116-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1117:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-mgt.lo `test -f 'tables/mgt.c' || echo '$(srcdir)/'`tables/mgt.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1118-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1119-tables/libdvbv5_la-eit.lo: tables/eit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1120:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-eit.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-eit.Tpo -c -o tables/libdvbv5_la-eit.lo `test -f 'tables/eit.c' || echo '$(srcdir)/'`tables/eit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1121-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-eit.Tpo tables/$(DEPDIR)/libdvbv5_la-eit.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1123-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1124:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-eit.lo `test -f 'tables/eit.c' || echo '$(srcdir)/'`tables/eit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1125-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1126-tables/libdvbv5_la-cat.lo: tables/cat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1127:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-cat.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-cat.Tpo -c -o tables/libdvbv5_la-cat.lo `test -f 'tables/cat.c' || echo '$(srcdir)/'`tables/cat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1128-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-cat.Tpo tables/$(DEPDIR)/libdvbv5_la-cat.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1130-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1131:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-cat.lo `test -f 'tables/cat.c' || echo '$(srcdir)/'`tables/cat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1132-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1133-tables/libdvbv5_la-atsc_eit.lo: tables/atsc_eit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1134:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-atsc_eit.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-atsc_eit.Tpo -c -o tables/libdvbv5_la-atsc_eit.lo `test -f 'tables/atsc_eit.c' || echo '$(srcdir)/'`tables/atsc_eit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1135-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-atsc_eit.Tpo tables/$(DEPDIR)/libdvbv5_la-atsc_eit.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1137-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1138:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-atsc_eit.lo `test -f 'tables/atsc_eit.c' || echo '$(srcdir)/'`tables/atsc_eit.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1139-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1140-tables/libdvbv5_la-mpeg_ts.lo: tables/mpeg_ts.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1141:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-mpeg_ts.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-mpeg_ts.Tpo -c -o tables/libdvbv5_la-mpeg_ts.lo `test -f 'tables/mpeg_ts.c' || echo '$(srcdir)/'`tables/mpeg_ts.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1142-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-mpeg_ts.Tpo tables/$(DEPDIR)/libdvbv5_la-mpeg_ts.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1144-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1145:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-mpeg_ts.lo `test -f 'tables/mpeg_ts.c' || echo '$(srcdir)/'`tables/mpeg_ts.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1146-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1147-tables/libdvbv5_la-mpeg_pes.lo: tables/mpeg_pes.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1148:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-mpeg_pes.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-mpeg_pes.Tpo -c -o tables/libdvbv5_la-mpeg_pes.lo `test -f 'tables/mpeg_pes.c' || echo '$(srcdir)/'`tables/mpeg_pes.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1149-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-mpeg_pes.Tpo tables/$(DEPDIR)/libdvbv5_la-mpeg_pes.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1151-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1152:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-mpeg_pes.lo `test -f 'tables/mpeg_pes.c' || echo '$(srcdir)/'`tables/mpeg_pes.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1153-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1154-tables/libdvbv5_la-mpeg_es.lo: tables/mpeg_es.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1155:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tables/libdvbv5_la-mpeg_es.lo -MD -MP -MF tables/$(DEPDIR)/libdvbv5_la-mpeg_es.Tpo -c -o tables/libdvbv5_la-mpeg_es.lo `test -f 'tables/mpeg_es.c' || echo '$(srcdir)/'`tables/mpeg_es.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1156-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tables/$(DEPDIR)/libdvbv5_la-mpeg_es.Tpo tables/$(DEPDIR)/libdvbv5_la-mpeg_es.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1158-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1159:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables/libdvbv5_la-mpeg_es.lo `test -f 'tables/mpeg_es.c' || echo '$(srcdir)/'`tables/mpeg_es.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1160-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1161-descriptors/libdvbv5_la-desc_language.lo: descriptors/desc_language.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1162:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_language.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_language.Tpo -c -o descriptors/libdvbv5_la-desc_language.lo `test -f 'descriptors/desc_language.c' || echo '$(srcdir)/'`descriptors/desc_language.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1163-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_language.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_language.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1165-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1166:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_language.lo `test -f 'descriptors/desc_language.c' || echo '$(srcdir)/'`descriptors/desc_language.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1167-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1168-descriptors/libdvbv5_la-desc_network_name.lo: descriptors/desc_network_name.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1169:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_network_name.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_network_name.Tpo -c -o descriptors/libdvbv5_la-desc_network_name.lo `test -f 'descriptors/desc_network_name.c' || echo '$(srcdir)/'`descriptors/desc_network_name.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1170-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_network_name.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_network_name.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1172-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1173:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_network_name.lo `test -f 'descriptors/desc_network_name.c' || echo '$(srcdir)/'`descriptors/desc_network_name.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1174-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1175-descriptors/libdvbv5_la-desc_cable_delivery.lo: descriptors/desc_cable_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1176:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_cable_delivery.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_cable_delivery.Tpo -c -o descriptors/libdvbv5_la-desc_cable_delivery.lo `test -f 'descriptors/desc_cable_delivery.c' || echo '$(srcdir)/'`descriptors/desc_cable_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1177-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_cable_delivery.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_cable_delivery.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1179-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1180:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_cable_delivery.lo `test -f 'descriptors/desc_cable_delivery.c' || echo '$(srcdir)/'`descriptors/desc_cable_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1181-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1182-descriptors/libdvbv5_la-desc_sat.lo: descriptors/desc_sat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1183:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_sat.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_sat.Tpo -c -o descriptors/libdvbv5_la-desc_sat.lo `test -f 'descriptors/desc_sat.c' || echo '$(srcdir)/'`descriptors/desc_sat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1184-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_sat.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_sat.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1186-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1187:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_sat.lo `test -f 'descriptors/desc_sat.c' || echo '$(srcdir)/'`descriptors/desc_sat.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1188-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1189-descriptors/libdvbv5_la-desc_terrestrial_delivery.lo: descriptors/desc_terrestrial_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1190:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_terrestrial_delivery.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_terrestrial_delivery.Tpo -c -o descriptors/libdvbv5_la-desc_terrestrial_delivery.lo `test -f 'descriptors/desc_terrestrial_delivery.c' || echo '$(srcdir)/'`descriptors/desc_terrestrial_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1191-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_terrestrial_delivery.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_terrestrial_delivery.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1193-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1194:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_terrestrial_delivery.lo `test -f 'descriptors/desc_terrestrial_delivery.c' || echo '$(srcdir)/'`descriptors/desc_terrestrial_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1195-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1196-descriptors/libdvbv5_la-desc_t2_delivery.lo: descriptors/desc_t2_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1197:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_t2_delivery.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_t2_delivery.Tpo -c -o descriptors/libdvbv5_la-desc_t2_delivery.lo `test -f 'descriptors/desc_t2_delivery.c' || echo '$(srcdir)/'`descriptors/desc_t2_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1198-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_t2_delivery.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_t2_delivery.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1200-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1201:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_t2_delivery.lo `test -f 'descriptors/desc_t2_delivery.c' || echo '$(srcdir)/'`descriptors/desc_t2_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1202-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1203-descriptors/libdvbv5_la-desc_service.lo: descriptors/desc_service.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1204:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_service.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_service.Tpo -c -o descriptors/libdvbv5_la-desc_service.lo `test -f 'descriptors/desc_service.c' || echo '$(srcdir)/'`descriptors/desc_service.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1205-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_service.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_service.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1207-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1208:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_service.lo `test -f 'descriptors/desc_service.c' || echo '$(srcdir)/'`descriptors/desc_service.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1209-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1210-descriptors/libdvbv5_la-desc_frequency_list.lo: descriptors/desc_frequency_list.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1211:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_frequency_list.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_frequency_list.Tpo -c -o descriptors/libdvbv5_la-desc_frequency_list.lo `test -f 'descriptors/desc_frequency_list.c' || echo '$(srcdir)/'`descriptors/desc_frequency_list.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1212-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_frequency_list.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_frequency_list.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1214-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1215:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_frequency_list.lo `test -f 'descriptors/desc_frequency_list.c' || echo '$(srcdir)/'`descriptors/desc_frequency_list.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1216-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1217-descriptors/libdvbv5_la-desc_event_short.lo: descriptors/desc_event_short.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1218:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_event_short.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_event_short.Tpo -c -o descriptors/libdvbv5_la-desc_event_short.lo `test -f 'descriptors/desc_event_short.c' || echo '$(srcdir)/'`descriptors/desc_event_short.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1219-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_event_short.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_event_short.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1221-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1222:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_event_short.lo `test -f 'descriptors/desc_event_short.c' || echo '$(srcdir)/'`descriptors/desc_event_short.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1223-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1224-descriptors/libdvbv5_la-desc_event_extended.lo: descriptors/desc_event_extended.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1225:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_event_extended.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_event_extended.Tpo -c -o descriptors/libdvbv5_la-desc_event_extended.lo `test -f 'descriptors/desc_event_extended.c' || echo '$(srcdir)/'`descriptors/desc_event_extended.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1226-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_event_extended.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_event_extended.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1228-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1229:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_event_extended.lo `test -f 'descriptors/desc_event_extended.c' || echo '$(srcdir)/'`descriptors/desc_event_extended.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1230-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1231-descriptors/libdvbv5_la-desc_atsc_service_location.lo: descriptors/desc_atsc_service_location.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1232:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_atsc_service_location.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_atsc_service_location.Tpo -c -o descriptors/libdvbv5_la-desc_atsc_service_location.lo `test -f 'descriptors/desc_atsc_service_location.c' || echo '$(srcdir)/'`descriptors/desc_atsc_service_location.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1233-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_atsc_service_location.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_atsc_service_location.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1235-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1236:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_atsc_service_location.lo `test -f 'descriptors/desc_atsc_service_location.c' || echo '$(srcdir)/'`descriptors/desc_atsc_service_location.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1237-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1238-descriptors/libdvbv5_la-desc_hierarchy.lo: descriptors/desc_hierarchy.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1239:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_hierarchy.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_hierarchy.Tpo -c -o descriptors/libdvbv5_la-desc_hierarchy.lo `test -f 'descriptors/desc_hierarchy.c' || echo '$(srcdir)/'`descriptors/desc_hierarchy.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1240-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_hierarchy.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_hierarchy.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1242-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1243:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_hierarchy.lo `test -f 'descriptors/desc_hierarchy.c' || echo '$(srcdir)/'`descriptors/desc_hierarchy.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1244-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1245-descriptors/libdvbv5_la-desc_extension.lo: descriptors/desc_extension.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1246:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_extension.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_extension.Tpo -c -o descriptors/libdvbv5_la-desc_extension.lo `test -f 'descriptors/desc_extension.c' || echo '$(srcdir)/'`descriptors/desc_extension.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1247-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_extension.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_extension.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1249-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1250:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_extension.lo `test -f 'descriptors/desc_extension.c' || echo '$(srcdir)/'`descriptors/desc_extension.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1251-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1252-descriptors/libdvbv5_la-desc_isdbt_delivery.lo: descriptors/desc_isdbt_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1253:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_isdbt_delivery.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_isdbt_delivery.Tpo -c -o descriptors/libdvbv5_la-desc_isdbt_delivery.lo `test -f 'descriptors/desc_isdbt_delivery.c' || echo '$(srcdir)/'`descriptors/desc_isdbt_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1254-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_isdbt_delivery.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_isdbt_delivery.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1256-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1257:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_isdbt_delivery.lo `test -f 'descriptors/desc_isdbt_delivery.c' || echo '$(srcdir)/'`descriptors/desc_isdbt_delivery.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1258-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1259-descriptors/libdvbv5_la-desc_logical_channel.lo: descriptors/desc_logical_channel.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1260:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_logical_channel.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_logical_channel.Tpo -c -o descriptors/libdvbv5_la-desc_logical_channel.lo `test -f 'descriptors/desc_logical_channel.c' || echo '$(srcdir)/'`descriptors/desc_logical_channel.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1261-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_logical_channel.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_logical_channel.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1263-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1264:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_logical_channel.lo `test -f 'descriptors/desc_logical_channel.c' || echo '$(srcdir)/'`descriptors/desc_logical_channel.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1265-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1266-descriptors/libdvbv5_la-desc_ts_info.lo: descriptors/desc_ts_info.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1267:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_ts_info.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_ts_info.Tpo -c -o descriptors/libdvbv5_la-desc_ts_info.lo `test -f 'descriptors/desc_ts_info.c' || echo '$(srcdir)/'`descriptors/desc_ts_info.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1268-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_ts_info.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_ts_info.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1270-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1271:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_ts_info.lo `test -f 'descriptors/desc_ts_info.c' || echo '$(srcdir)/'`descriptors/desc_ts_info.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1272-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1273-descriptors/libdvbv5_la-desc_partial_reception.lo: descriptors/desc_partial_reception.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1274:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_partial_reception.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_partial_reception.Tpo -c -o descriptors/libdvbv5_la-desc_partial_reception.lo `test -f 'descriptors/desc_partial_reception.c' || echo '$(srcdir)/'`descriptors/desc_partial_reception.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1275-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_partial_reception.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_partial_reception.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1277-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1278:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_partial_reception.lo `test -f 'descriptors/desc_partial_reception.c' || echo '$(srcdir)/'`descriptors/desc_partial_reception.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1279-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1280-descriptors/libdvbv5_la-desc_ca.lo: descriptors/desc_ca.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1281:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_ca.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_ca.Tpo -c -o descriptors/libdvbv5_la-desc_ca.lo `test -f 'descriptors/desc_ca.c' || echo '$(srcdir)/'`descriptors/desc_ca.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1282-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_ca.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_ca.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1284-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1285:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_ca.lo `test -f 'descriptors/desc_ca.c' || echo '$(srcdir)/'`descriptors/desc_ca.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1286-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1287-descriptors/libdvbv5_la-desc_ca_identifier.lo: descriptors/desc_ca_identifier.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1288:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT descriptors/libdvbv5_la-desc_ca_identifier.lo -MD -MP -MF descriptors/$(DEPDIR)/libdvbv5_la-desc_ca_identifier.Tpo -c -o descriptors/libdvbv5_la-desc_ca_identifier.lo `test -f 'descriptors/desc_ca_identifier.c' || echo '$(srcdir)/'`descriptors/desc_ca_identifier.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1289-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) descriptors/$(DEPDIR)/libdvbv5_la-desc_ca_identifier.Tpo descriptors/$(DEPDIR)/libdvbv5_la-desc_ca_identifier.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1291-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1292:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o descriptors/libdvbv5_la-desc_ca_identifier.lo `test -f 'descriptors/desc_ca_identifier.c' || echo '$(srcdir)/'`descriptors/desc_ca_identifier.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1293-
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1294-libdvbv5_la-dvb-dev-remote.lo: dvb-dev-remote.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1295:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdvbv5_la-dvb-dev-remote.lo -MD -MP -MF $(DEPDIR)/libdvbv5_la-dvb-dev-remote.Tpo -c -o libdvbv5_la-dvb-dev-remote.lo `test -f 'dvb-dev-remote.c' || echo '$(srcdir)/'`dvb-dev-remote.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1296-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdvbv5_la-dvb-dev-remote.Tpo $(DEPDIR)/libdvbv5_la-dvb-dev-remote.Plo
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1298-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1299:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdvbv5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdvbv5_la-dvb-dev-remote.lo `test -f 'dvb-dev-remote.c' || echo '$(srcdir)/'`dvb-dev-remote.c
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1300-
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1326-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1327:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1328-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1347-	@list='$(otherinclude_HEADERS)'; test -n "$(otherincludedir)" || list=; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1348:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1349-	dir='$(DESTDIR)$(otherincludedir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1380-GTAGS:
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1381:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1382-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1406-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1407:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1408:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1409-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1420-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in:1421:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/lib/libdvbv5/Makefile.in-1422-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c-440-
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c:441:static void dvbsat_diseqc_prep_frame_addr(struct diseqc_cmd *cmd,
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c-442-					 enum diseqc_type type,
##############################################
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c-463-{
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c:464:	dvbsat_diseqc_prep_frame_addr(cmd,
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c-465-				      DISEQC_BROADCAST_LNB_SWITCHER_SMATV,
##############################################
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c-489-
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c:490:	dvbsat_diseqc_prep_frame_addr(cmd,
v4l-utils-1.20.0/lib/libdvbv5/dvb-sat.c-491-				      DISEQC_BROADCAST_LNB_SWITCHER_SMATV,
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-50-  { \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-110-CONFIG_CLEAN_VPATH_FILES =
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-112-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-114-    *) f=$$p;; \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-115-  esac;
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-117-am__install_max = 40
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-118-am__nobase_strip_setup = \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-120-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-535-.c.o:
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:536:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-537-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-543-.c.obj:
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:544:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:545:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-546-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-550-
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-551-.c.lo:
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:552:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-553-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-559-libv4l_mplane_la-libv4l-mplane.lo: libv4l-mplane.c
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:560:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l_mplane_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l_mplane_la-libv4l-mplane.lo -MD -MP -MF $(DEPDIR)/libv4l_mplane_la-libv4l-mplane.Tpo -c -o libv4l_mplane_la-libv4l-mplane.lo `test -f 'libv4l-mplane.c' || echo '$(srcdir)/'`libv4l-mplane.c
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-561-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l_mplane_la-libv4l-mplane.Tpo $(DEPDIR)/libv4l_mplane_la-libv4l-mplane.Plo
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-563-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:564:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l_mplane_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l_mplane_la-libv4l-mplane.lo `test -f 'libv4l-mplane.c' || echo '$(srcdir)/'`libv4l-mplane.c
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-565-
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-601-GTAGS:
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:602:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-603-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-627-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:628:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:629:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-630-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-641-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in:642:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/lib/libv4l-mplane/Makefile.in-643-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-53-  { \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-55-  }; \
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-122-PROGRAMS = $(libv4lconvertpriv_PROGRAMS)
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:123:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-124-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:125:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-126-    *) f=$$p;; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-127-  esac;
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:128:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-129-am__install_max = 40
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-130-am__nobase_strip_setup = \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:131:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-132-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-632-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:633:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-634-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-766-.c.o:
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:767:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-768-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-774-.c.obj:
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:775:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:776:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-777-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:780:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-781-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-782-.c.lo:
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:783:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-784-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-790-libv4lconvert_la-libv4lconvert.lo: libv4lconvert.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:791:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-libv4lconvert.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-libv4lconvert.Tpo -c -o libv4lconvert_la-libv4lconvert.lo `test -f 'libv4lconvert.c' || echo '$(srcdir)/'`libv4lconvert.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-792-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-libv4lconvert.Tpo $(DEPDIR)/libv4lconvert_la-libv4lconvert.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-794-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:795:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-libv4lconvert.lo `test -f 'libv4lconvert.c' || echo '$(srcdir)/'`libv4lconvert.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-796-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-797-libv4lconvert_la-tinyjpeg.lo: tinyjpeg.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:798:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-tinyjpeg.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-tinyjpeg.Tpo -c -o libv4lconvert_la-tinyjpeg.lo `test -f 'tinyjpeg.c' || echo '$(srcdir)/'`tinyjpeg.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-799-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-tinyjpeg.Tpo $(DEPDIR)/libv4lconvert_la-tinyjpeg.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-801-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:802:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-tinyjpeg.lo `test -f 'tinyjpeg.c' || echo '$(srcdir)/'`tinyjpeg.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-803-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-804-libv4lconvert_la-sn9c10x.lo: sn9c10x.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:805:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-sn9c10x.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-sn9c10x.Tpo -c -o libv4lconvert_la-sn9c10x.lo `test -f 'sn9c10x.c' || echo '$(srcdir)/'`sn9c10x.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-806-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-sn9c10x.Tpo $(DEPDIR)/libv4lconvert_la-sn9c10x.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-808-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:809:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-sn9c10x.lo `test -f 'sn9c10x.c' || echo '$(srcdir)/'`sn9c10x.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-810-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-811-libv4lconvert_la-sn9c20x.lo: sn9c20x.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:812:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-sn9c20x.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-sn9c20x.Tpo -c -o libv4lconvert_la-sn9c20x.lo `test -f 'sn9c20x.c' || echo '$(srcdir)/'`sn9c20x.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-813-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-sn9c20x.Tpo $(DEPDIR)/libv4lconvert_la-sn9c20x.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-815-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:816:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-sn9c20x.lo `test -f 'sn9c20x.c' || echo '$(srcdir)/'`sn9c20x.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-817-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-818-libv4lconvert_la-pac207.lo: pac207.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:819:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-pac207.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-pac207.Tpo -c -o libv4lconvert_la-pac207.lo `test -f 'pac207.c' || echo '$(srcdir)/'`pac207.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-820-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-pac207.Tpo $(DEPDIR)/libv4lconvert_la-pac207.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-822-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:823:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-pac207.lo `test -f 'pac207.c' || echo '$(srcdir)/'`pac207.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-824-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-825-libv4lconvert_la-mr97310a.lo: mr97310a.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:826:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-mr97310a.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-mr97310a.Tpo -c -o libv4lconvert_la-mr97310a.lo `test -f 'mr97310a.c' || echo '$(srcdir)/'`mr97310a.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-827-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-mr97310a.Tpo $(DEPDIR)/libv4lconvert_la-mr97310a.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-829-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:830:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-mr97310a.lo `test -f 'mr97310a.c' || echo '$(srcdir)/'`mr97310a.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-831-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-832-libv4lconvert_la-flip.lo: flip.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:833:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-flip.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-flip.Tpo -c -o libv4lconvert_la-flip.lo `test -f 'flip.c' || echo '$(srcdir)/'`flip.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-834-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-flip.Tpo $(DEPDIR)/libv4lconvert_la-flip.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-836-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:837:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-flip.lo `test -f 'flip.c' || echo '$(srcdir)/'`flip.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-838-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-839-libv4lconvert_la-crop.lo: crop.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:840:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-crop.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-crop.Tpo -c -o libv4lconvert_la-crop.lo `test -f 'crop.c' || echo '$(srcdir)/'`crop.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-841-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-crop.Tpo $(DEPDIR)/libv4lconvert_la-crop.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-843-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:844:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-crop.lo `test -f 'crop.c' || echo '$(srcdir)/'`crop.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-845-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-846-libv4lconvert_la-jidctflt.lo: jidctflt.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:847:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-jidctflt.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-jidctflt.Tpo -c -o libv4lconvert_la-jidctflt.lo `test -f 'jidctflt.c' || echo '$(srcdir)/'`jidctflt.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-848-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-jidctflt.Tpo $(DEPDIR)/libv4lconvert_la-jidctflt.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-850-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:851:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-jidctflt.lo `test -f 'jidctflt.c' || echo '$(srcdir)/'`jidctflt.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-852-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-853-libv4lconvert_la-spca561-decompress.lo: spca561-decompress.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:854:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-spca561-decompress.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-spca561-decompress.Tpo -c -o libv4lconvert_la-spca561-decompress.lo `test -f 'spca561-decompress.c' || echo '$(srcdir)/'`spca561-decompress.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-855-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-spca561-decompress.Tpo $(DEPDIR)/libv4lconvert_la-spca561-decompress.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-857-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:858:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-spca561-decompress.lo `test -f 'spca561-decompress.c' || echo '$(srcdir)/'`spca561-decompress.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-859-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-860-libv4lconvert_la-rgbyuv.lo: rgbyuv.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:861:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-rgbyuv.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-rgbyuv.Tpo -c -o libv4lconvert_la-rgbyuv.lo `test -f 'rgbyuv.c' || echo '$(srcdir)/'`rgbyuv.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-862-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-rgbyuv.Tpo $(DEPDIR)/libv4lconvert_la-rgbyuv.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-864-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:865:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-rgbyuv.lo `test -f 'rgbyuv.c' || echo '$(srcdir)/'`rgbyuv.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-866-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-867-libv4lconvert_la-sn9c2028-decomp.lo: sn9c2028-decomp.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:868:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-sn9c2028-decomp.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-sn9c2028-decomp.Tpo -c -o libv4lconvert_la-sn9c2028-decomp.lo `test -f 'sn9c2028-decomp.c' || echo '$(srcdir)/'`sn9c2028-decomp.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-869-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-sn9c2028-decomp.Tpo $(DEPDIR)/libv4lconvert_la-sn9c2028-decomp.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-871-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:872:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-sn9c2028-decomp.lo `test -f 'sn9c2028-decomp.c' || echo '$(srcdir)/'`sn9c2028-decomp.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-873-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-874-libv4lconvert_la-spca501.lo: spca501.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:875:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-spca501.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-spca501.Tpo -c -o libv4lconvert_la-spca501.lo `test -f 'spca501.c' || echo '$(srcdir)/'`spca501.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-876-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-spca501.Tpo $(DEPDIR)/libv4lconvert_la-spca501.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-878-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:879:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-spca501.lo `test -f 'spca501.c' || echo '$(srcdir)/'`spca501.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-880-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-881-libv4lconvert_la-sq905c.lo: sq905c.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:882:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-sq905c.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-sq905c.Tpo -c -o libv4lconvert_la-sq905c.lo `test -f 'sq905c.c' || echo '$(srcdir)/'`sq905c.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-883-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-sq905c.Tpo $(DEPDIR)/libv4lconvert_la-sq905c.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-885-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:886:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-sq905c.lo `test -f 'sq905c.c' || echo '$(srcdir)/'`sq905c.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-887-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-888-libv4lconvert_la-bayer.lo: bayer.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:889:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-bayer.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-bayer.Tpo -c -o libv4lconvert_la-bayer.lo `test -f 'bayer.c' || echo '$(srcdir)/'`bayer.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-890-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-bayer.Tpo $(DEPDIR)/libv4lconvert_la-bayer.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-892-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:893:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-bayer.lo `test -f 'bayer.c' || echo '$(srcdir)/'`bayer.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-894-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-895-libv4lconvert_la-hm12.lo: hm12.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:896:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-hm12.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-hm12.Tpo -c -o libv4lconvert_la-hm12.lo `test -f 'hm12.c' || echo '$(srcdir)/'`hm12.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-897-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-hm12.Tpo $(DEPDIR)/libv4lconvert_la-hm12.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-899-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:900:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-hm12.lo `test -f 'hm12.c' || echo '$(srcdir)/'`hm12.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-901-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-902-libv4lconvert_la-stv0680.lo: stv0680.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:903:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-stv0680.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-stv0680.Tpo -c -o libv4lconvert_la-stv0680.lo `test -f 'stv0680.c' || echo '$(srcdir)/'`stv0680.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-904-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-stv0680.Tpo $(DEPDIR)/libv4lconvert_la-stv0680.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-906-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:907:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-stv0680.lo `test -f 'stv0680.c' || echo '$(srcdir)/'`stv0680.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-908-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-909-libv4lconvert_la-cpia1.lo: cpia1.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:910:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-cpia1.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-cpia1.Tpo -c -o libv4lconvert_la-cpia1.lo `test -f 'cpia1.c' || echo '$(srcdir)/'`cpia1.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-911-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-cpia1.Tpo $(DEPDIR)/libv4lconvert_la-cpia1.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-913-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:914:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-cpia1.lo `test -f 'cpia1.c' || echo '$(srcdir)/'`cpia1.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-915-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-916-libv4lconvert_la-se401.lo: se401.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:917:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-se401.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-se401.Tpo -c -o libv4lconvert_la-se401.lo `test -f 'se401.c' || echo '$(srcdir)/'`se401.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-918-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-se401.Tpo $(DEPDIR)/libv4lconvert_la-se401.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-920-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:921:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-se401.lo `test -f 'se401.c' || echo '$(srcdir)/'`se401.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-922-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-923-libv4lconvert_la-jpgl.lo: jpgl.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:924:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-jpgl.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-jpgl.Tpo -c -o libv4lconvert_la-jpgl.lo `test -f 'jpgl.c' || echo '$(srcdir)/'`jpgl.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-925-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-jpgl.Tpo $(DEPDIR)/libv4lconvert_la-jpgl.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-927-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:928:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-jpgl.lo `test -f 'jpgl.c' || echo '$(srcdir)/'`jpgl.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-929-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-930-libv4lconvert_la-jpeg.lo: jpeg.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:931:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-jpeg.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-jpeg.Tpo -c -o libv4lconvert_la-jpeg.lo `test -f 'jpeg.c' || echo '$(srcdir)/'`jpeg.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-932-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-jpeg.Tpo $(DEPDIR)/libv4lconvert_la-jpeg.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-934-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:935:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-jpeg.lo `test -f 'jpeg.c' || echo '$(srcdir)/'`jpeg.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-936-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-937-libv4lconvert_la-jl2005bcd.lo: jl2005bcd.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:938:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-jl2005bcd.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-jl2005bcd.Tpo -c -o libv4lconvert_la-jl2005bcd.lo `test -f 'jl2005bcd.c' || echo '$(srcdir)/'`jl2005bcd.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-939-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-jl2005bcd.Tpo $(DEPDIR)/libv4lconvert_la-jl2005bcd.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-941-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:942:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-jl2005bcd.lo `test -f 'jl2005bcd.c' || echo '$(srcdir)/'`jl2005bcd.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-943-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-944-control/libv4lconvert_la-libv4lcontrol.lo: control/libv4lcontrol.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:945:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT control/libv4lconvert_la-libv4lcontrol.lo -MD -MP -MF control/$(DEPDIR)/libv4lconvert_la-libv4lcontrol.Tpo -c -o control/libv4lconvert_la-libv4lcontrol.lo `test -f 'control/libv4lcontrol.c' || echo '$(srcdir)/'`control/libv4lcontrol.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-946-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) control/$(DEPDIR)/libv4lconvert_la-libv4lcontrol.Tpo control/$(DEPDIR)/libv4lconvert_la-libv4lcontrol.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-948-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:949:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o control/libv4lconvert_la-libv4lcontrol.lo `test -f 'control/libv4lcontrol.c' || echo '$(srcdir)/'`control/libv4lcontrol.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-950-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-951-processing/libv4lconvert_la-libv4lprocessing.lo: processing/libv4lprocessing.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:952:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT processing/libv4lconvert_la-libv4lprocessing.lo -MD -MP -MF processing/$(DEPDIR)/libv4lconvert_la-libv4lprocessing.Tpo -c -o processing/libv4lconvert_la-libv4lprocessing.lo `test -f 'processing/libv4lprocessing.c' || echo '$(srcdir)/'`processing/libv4lprocessing.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-953-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) processing/$(DEPDIR)/libv4lconvert_la-libv4lprocessing.Tpo processing/$(DEPDIR)/libv4lconvert_la-libv4lprocessing.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-955-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:956:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o processing/libv4lconvert_la-libv4lprocessing.lo `test -f 'processing/libv4lprocessing.c' || echo '$(srcdir)/'`processing/libv4lprocessing.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-957-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-958-processing/libv4lconvert_la-whitebalance.lo: processing/whitebalance.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:959:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT processing/libv4lconvert_la-whitebalance.lo -MD -MP -MF processing/$(DEPDIR)/libv4lconvert_la-whitebalance.Tpo -c -o processing/libv4lconvert_la-whitebalance.lo `test -f 'processing/whitebalance.c' || echo '$(srcdir)/'`processing/whitebalance.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-960-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) processing/$(DEPDIR)/libv4lconvert_la-whitebalance.Tpo processing/$(DEPDIR)/libv4lconvert_la-whitebalance.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-962-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:963:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o processing/libv4lconvert_la-whitebalance.lo `test -f 'processing/whitebalance.c' || echo '$(srcdir)/'`processing/whitebalance.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-964-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-965-processing/libv4lconvert_la-autogain.lo: processing/autogain.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:966:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT processing/libv4lconvert_la-autogain.lo -MD -MP -MF processing/$(DEPDIR)/libv4lconvert_la-autogain.Tpo -c -o processing/libv4lconvert_la-autogain.lo `test -f 'processing/autogain.c' || echo '$(srcdir)/'`processing/autogain.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-967-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) processing/$(DEPDIR)/libv4lconvert_la-autogain.Tpo processing/$(DEPDIR)/libv4lconvert_la-autogain.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-969-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:970:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o processing/libv4lconvert_la-autogain.lo `test -f 'processing/autogain.c' || echo '$(srcdir)/'`processing/autogain.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-971-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-972-processing/libv4lconvert_la-gamma.lo: processing/gamma.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:973:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT processing/libv4lconvert_la-gamma.lo -MD -MP -MF processing/$(DEPDIR)/libv4lconvert_la-gamma.Tpo -c -o processing/libv4lconvert_la-gamma.lo `test -f 'processing/gamma.c' || echo '$(srcdir)/'`processing/gamma.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-974-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) processing/$(DEPDIR)/libv4lconvert_la-gamma.Tpo processing/$(DEPDIR)/libv4lconvert_la-gamma.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-976-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:977:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o processing/libv4lconvert_la-gamma.lo `test -f 'processing/gamma.c' || echo '$(srcdir)/'`processing/gamma.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-978-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-979-libv4lconvert_la-jpeg_memsrcdest.lo: jpeg_memsrcdest.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:980:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-jpeg_memsrcdest.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-jpeg_memsrcdest.Tpo -c -o libv4lconvert_la-jpeg_memsrcdest.lo `test -f 'jpeg_memsrcdest.c' || echo '$(srcdir)/'`jpeg_memsrcdest.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-981-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-jpeg_memsrcdest.Tpo $(DEPDIR)/libv4lconvert_la-jpeg_memsrcdest.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-983-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:984:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-jpeg_memsrcdest.lo `test -f 'jpeg_memsrcdest.c' || echo '$(srcdir)/'`jpeg_memsrcdest.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-985-
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-986-libv4lconvert_la-helper.lo: helper.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:987:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4lconvert_la-helper.lo -MD -MP -MF $(DEPDIR)/libv4lconvert_la-helper.Tpo -c -o libv4lconvert_la-helper.lo `test -f 'helper.c' || echo '$(srcdir)/'`helper.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-988-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4lconvert_la-helper.Tpo $(DEPDIR)/libv4lconvert_la-helper.Plo
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-990-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:991:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4lconvert_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4lconvert_la-helper.lo `test -f 'helper.c' || echo '$(srcdir)/'`helper.c
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-992-
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1018-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:1019:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1020-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1039-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:1040:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1041-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1072-GTAGS:
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:1073:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1074-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1098-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:1099:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:1100:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1101-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1112-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in:1113:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/lib/libv4lconvert/Makefile.in-1114-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
v4l-utils-1.20.0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
v4l-utils-1.20.0/configure-45-  as_echo='print -r --'
v4l-utils-1.20.0/configure-46-  as_echo_n='print -rn --'
v4l-utils-1.20.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
v4l-utils-1.20.0/configure-48-  as_echo='printf %s\n'
##############################################
v4l-utils-1.20.0/configure-50-else
v4l-utils-1.20.0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
v4l-utils-1.20.0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
v4l-utils-1.20.0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
v4l-utils-1.20.0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
v4l-utils-1.20.0/configure-62-      esac;
##############################################
v4l-utils-1.20.0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
v4l-utils-1.20.0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
v4l-utils-1.20.0/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
v4l-utils-1.20.0/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
v4l-utils-1.20.0/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
v4l-utils-1.20.0/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
v4l-utils-1.20.0/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
v4l-utils-1.20.0/configure-332-      case $as_dir in #(
v4l-utils-1.20.0/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
v4l-utils-1.20.0/configure-334-      *) as_qdir=$as_dir;;
##############################################
v4l-utils-1.20.0/configure-405-  {
v4l-utils-1.20.0/configure:406:    as_val=`expr "$@" || test $? -eq 1`
v4l-utils-1.20.0/configure-407-  }
##############################################
v4l-utils-1.20.0/configure-412-# ----------------------------------------
v4l-utils-1.20.0/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
v4l-utils-1.20.0/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
v4l-utils-1.20.0/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
v4l-utils-1.20.0/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
v4l-utils-1.20.0/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
v4l-utils-1.20.0/configure-1090-  case $ac_option in
v4l-utils-1.20.0/configure:1091:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
v4l-utils-1.20.0/configure-1092-  *=)   ac_optarg= ;;
##############################################
v4l-utils-1.20.0/configure-1134-  -disable-* | --disable-*)
v4l-utils-1.20.0/configure:1135:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
v4l-utils-1.20.0/configure-1136-    # Reject names that are not valid shell variable names.
##############################################
v4l-utils-1.20.0/configure-1139-    ac_useropt_orig=$ac_useropt
v4l-utils-1.20.0/configure:1140:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
v4l-utils-1.20.0/configure-1141-    case $ac_user_opts in
##############################################
v4l-utils-1.20.0/configure-1160-  -enable-* | --enable-*)
v4l-utils-1.20.0/configure:1161:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
v4l-utils-1.20.0/configure-1162-    # Reject names that are not valid shell variable names.
##############################################
v4l-utils-1.20.0/configure-1165-    ac_useropt_orig=$ac_useropt
v4l-utils-1.20.0/configure:1166:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
v4l-utils-1.20.0/configure-1167-    case $ac_user_opts in
##############################################
v4l-utils-1.20.0/configure-1373-  -with-* | --with-*)
v4l-utils-1.20.0/configure:1374:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
v4l-utils-1.20.0/configure-1375-    # Reject names that are not valid shell variable names.
##############################################
v4l-utils-1.20.0/configure-1378-    ac_useropt_orig=$ac_useropt
v4l-utils-1.20.0/configure:1379:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
v4l-utils-1.20.0/configure-1380-    case $ac_user_opts in
##############################################
v4l-utils-1.20.0/configure-1389-  -without-* | --without-*)
v4l-utils-1.20.0/configure:1390:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
v4l-utils-1.20.0/configure-1391-    # Reject names that are not valid shell variable names.
##############################################
v4l-utils-1.20.0/configure-1394-    ac_useropt_orig=$ac_useropt
v4l-utils-1.20.0/configure:1395:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
v4l-utils-1.20.0/configure-1396-    case $ac_user_opts in
##############################################
v4l-utils-1.20.0/configure-1427-  *=*)
v4l-utils-1.20.0/configure:1428:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
v4l-utils-1.20.0/configure-1429-    # Reject names that are not valid shell variable names.
##############################################
v4l-utils-1.20.0/configure-1448-if test -n "$ac_prev"; then
v4l-utils-1.20.0/configure:1449:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
v4l-utils-1.20.0/configure-1450-  as_fn_error $? "missing argument to $ac_option"
##############################################
v4l-utils-1.20.0/configure-1470-    */ )
v4l-utils-1.20.0/configure:1471:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
v4l-utils-1.20.0/configure-1472-      eval $ac_var=\$ac_val;;
##############################################
v4l-utils-1.20.0/configure-1505-ac_ls_di=`ls -di .` &&
v4l-utils-1.20.0/configure:1506:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
v4l-utils-1.20.0/configure-1507-  as_fn_error $? "working directory cannot be determined"
##############################################
v4l-utils-1.20.0/configure-1561-case $srcdir in
v4l-utils-1.20.0/configure:1562:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
v4l-utils-1.20.0/configure-1563-esac
##############################################
v4l-utils-1.20.0/configure-1604-By default, \`make install' will install all the files in
v4l-utils-1.20.0/configure:1605:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
v4l-utils-1.20.0/configure:1606:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
v4l-utils-1.20.0/configure-1607-for instance \`--prefix=\$HOME'.
##############################################
v4l-utils-1.20.0/configure-1795-*)
v4l-utils-1.20.0/configure:1796:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
v4l-utils-1.20.0/configure-1797-  # A ".." for each directory in $ac_dir_suffix.
v4l-utils-1.20.0/configure:1798:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
v4l-utils-1.20.0/configure-1799-  case $ac_top_builddir_sub in
##############################################
v4l-utils-1.20.0/configure-2454-    *\'*)
v4l-utils-1.20.0/configure:2455:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
v4l-utils-1.20.0/configure-2456-    esac
##############################################
v4l-utils-1.20.0/configure-2537-      case $ac_val in
v4l-utils-1.20.0/configure:2538:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
v4l-utils-1.20.0/configure-2539-      esac
##############################################
v4l-utils-1.20.0/configure-2552-	case $ac_val in
v4l-utils-1.20.0/configure:2553:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
v4l-utils-1.20.0/configure-2554-	esac
##############################################
v4l-utils-1.20.0/configure-2673-    set,)
v4l-utils-1.20.0/configure:2674:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
v4l-utils-1.20.0/configure:2675:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
v4l-utils-1.20.0/configure-2676-      ac_cache_corrupted=: ;;
##############################################
v4l-utils-1.20.0/configure-2684-	# differences in whitespace do not lead to failure.
v4l-utils-1.20.0/configure:2685:	ac_old_val_w=`echo x $ac_old_val`
v4l-utils-1.20.0/configure:2686:	ac_new_val_w=`echo x $ac_new_val`
v4l-utils-1.20.0/configure-2687-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
v4l-utils-1.20.0/configure-2704-    case $ac_new_val in
v4l-utils-1.20.0/configure:2705:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
v4l-utils-1.20.0/configure-2706-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
v4l-utils-1.20.0/configure-2769-# Expand $ac_aux_dir to an absolute path.
v4l-utils-1.20.0/configure:2770:am_aux_dir=`cd "$ac_aux_dir" && pwd`
v4l-utils-1.20.0/configure-2771-
##############################################
v4l-utils-1.20.0/configure-3117-$as_echo_n "checking whether the C compiler works... " >&6; }
v4l-utils-1.20.0/configure:3118:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
v4l-utils-1.20.0/configure-3119-
##############################################
v4l-utils-1.20.0/configure-3161-	then :; else
v4l-utils-1.20.0/configure:3162:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
v4l-utils-1.20.0/configure-3163-	fi
##############################################
v4l-utils-1.20.0/configure-3221-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
v4l-utils-1.20.0/configure:3222:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
v4l-utils-1.20.0/configure-3223-	  break;;
##############################################
v4l-utils-1.20.0/configure-3330-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
v4l-utils-1.20.0/configure:3331:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
v4l-utils-1.20.0/configure-3332-       break;;
##############################################
v4l-utils-1.20.0/configure-3777-  # Check for GNU $ac_path_GREP
v4l-utils-1.20.0/configure:3778:case `"$ac_path_GREP" --version 2>&1` in
v4l-utils-1.20.0/configure-3779-*GNU*)
##############################################
v4l-utils-1.20.0/configure-3843-  # Check for GNU $ac_path_EGREP
v4l-utils-1.20.0/configure:3844:case `"$ac_path_EGREP" --version 2>&1` in
v4l-utils-1.20.0/configure-3845-*GNU*)
##############################################
v4l-utils-1.20.0/configure-4004-do :
v4l-utils-1.20.0/configure:4005:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
v4l-utils-1.20.0/configure-4006-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
v4l-utils-1.20.0/configure-4009-  cat >>confdefs.h <<_ACEOF
v4l-utils-1.20.0/configure:4010:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
v4l-utils-1.20.0/configure-4011-_ACEOF
##############################################
v4l-utils-1.20.0/configure-4199-     echo "timestamp, slept: $am_has_slept" > conftest.file
v4l-utils-1.20.0/configure:4200:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
v4l-utils-1.20.0/configure-4201-     if test "$*" = "X"; then
v4l-utils-1.20.0/configure-4202-	# -L didn't work.
v4l-utils-1.20.0/configure:4203:	set X `ls -t "$srcdir/configure" conftest.file`
v4l-utils-1.20.0/configure-4204-     fi
##############################################
v4l-utils-1.20.0/configure-4250-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
v4l-utils-1.20.0/configure:4251:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
v4l-utils-1.20.0/configure-4252-
##############################################
v4l-utils-1.20.0/configure-4392-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
v4l-utils-1.20.0/configure:4393:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
v4l-utils-1.20.0/configure-4394-	     'mkdir (GNU coreutils) '* | \
##############################################
v4l-utils-1.20.0/configure-4465-set x ${MAKE-make}
v4l-utils-1.20.0/configure:4466:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
v4l-utils-1.20.0/configure-4467-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
v4l-utils-1.20.0/configure-4475-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
v4l-utils-1.20.0/configure:4476:case `${MAKE-make} -f conftest.make 2>/dev/null` in
v4l-utils-1.20.0/configure-4477-  *@@@%%%=?*=@@@%%%*)
##############################################
v4l-utils-1.20.0/configure-4604-
v4l-utils-1.20.0/configure:4605:if test "`cd $srcdir && pwd`" != "`pwd`"; then
v4l-utils-1.20.0/configure-4606-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
v4l-utils-1.20.0/configure-4705-  if test "$am_compiler_list" = ""; then
v4l-utils-1.20.0/configure:4706:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
v4l-utils-1.20.0/configure-4707-  fi
##############################################
v4l-utils-1.20.0/configure-5198-  if test "$am_compiler_list" = ""; then
v4l-utils-1.20.0/configure:5199:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
v4l-utils-1.20.0/configure-5200-  fi
##############################################
v4l-utils-1.20.0/configure-5511-test "x$ac_build_alias" = x &&
v4l-utils-1.20.0/configure:5512:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
v4l-utils-1.20.0/configure-5513-test "x$ac_build_alias" = x &&
v4l-utils-1.20.0/configure-5514-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
v4l-utils-1.20.0/configure:5515:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
v4l-utils-1.20.0/configure-5516-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
v4l-utils-1.20.0/configure-5535-IFS=$ac_save_IFS
v4l-utils-1.20.0/configure:5536:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
v4l-utils-1.20.0/configure-5537-
##############################################
v4l-utils-1.20.0/configure-5546-else
v4l-utils-1.20.0/configure:5547:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
v4l-utils-1.20.0/configure-5548-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
v4l-utils-1.20.0/configure-5568-IFS=$ac_save_IFS
v4l-utils-1.20.0/configure:5569:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
v4l-utils-1.20.0/configure-5570-
##############################################
v4l-utils-1.20.0/configure-5596-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
v4l-utils-1.20.0/configure:5597:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
v4l-utils-1.20.0/configure-5598-  ECHO='print -r --'
v4l-utils-1.20.0/configure:5599:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
v4l-utils-1.20.0/configure-5600-  ECHO='printf %s\n'
##############################################
v4l-utils-1.20.0/configure-5665-  # Check for GNU $ac_path_SED
v4l-utils-1.20.0/configure:5666:case `"$ac_path_SED" --version 2>&1` in
v4l-utils-1.20.0/configure-5667-*GNU*)
##############################################
v4l-utils-1.20.0/configure-5744-  # Check for GNU $ac_path_FGREP
v4l-utils-1.20.0/configure:5745:case `"$ac_path_FGREP" --version 2>&1` in
v4l-utils-1.20.0/configure-5746-*GNU*)
##############################################
v4l-utils-1.20.0/configure-5824-    # gcc leaves a trailing carriage return, which upsets mingw
v4l-utils-1.20.0/configure:5825:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
v4l-utils-1.20.0/configure-5826-  *)
v4l-utils-1.20.0/configure:5827:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
v4l-utils-1.20.0/configure-5828-  esac
##############################################
v4l-utils-1.20.0/configure-5833-      # Canonicalize the pathname of ld
v4l-utils-1.20.0/configure:5834:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
v4l-utils-1.20.0/configure-5835-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
v4l-utils-1.20.0/configure:5836:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
v4l-utils-1.20.0/configure-5837-      done
##############################################
v4l-utils-1.20.0/configure-5868-      # Break only if it was the GNU/non-GNU ld that we prefer.
v4l-utils-1.20.0/configure:5869:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
v4l-utils-1.20.0/configure-5870-      *GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/configure-5899-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
v4l-utils-1.20.0/configure:5900:case `$LD -v 2>&1 </dev/null` in
v4l-utils-1.20.0/configure-5901-*GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/configure-5949-	esac
v4l-utils-1.20.0/configure:5950:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
v4l-utils-1.20.0/configure-5951-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
v4l-utils-1.20.0/configure-5955-	*)
v4l-utils-1.20.0/configure:5956:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
v4l-utils-1.20.0/configure-5957-	  */dev/null*)
##############################################
v4l-utils-1.20.0/configure-6083-
v4l-utils-1.20.0/configure:6084:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
v4l-utils-1.20.0/configure-6085-    *COFF*)
##############################################
v4l-utils-1.20.0/configure-6195-    # And add a safety zone
v4l-utils-1.20.0/configure:6196:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
v4l-utils-1.20.0/configure:6197:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
v4l-utils-1.20.0/configure-6198-    ;;
##############################################
v4l-utils-1.20.0/configure-6228-    if test -n "$kargmax"; then
v4l-utils-1.20.0/configure:6229:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
v4l-utils-1.20.0/configure-6230-    else
##############################################
v4l-utils-1.20.0/configure-6237-       test undefined != "$lt_cv_sys_max_cmd_len"; then
v4l-utils-1.20.0/configure:6238:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
v4l-utils-1.20.0/configure:6239:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
v4l-utils-1.20.0/configure-6240-    else
##############################################
v4l-utils-1.20.0/configure-6249-      # we can't tell.
v4l-utils-1.20.0/configure:6250:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
v4l-utils-1.20.0/configure-6251-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
v4l-utils-1.20.0/configure-6253-      do
v4l-utils-1.20.0/configure:6254:        i=`expr $i + 1`
v4l-utils-1.20.0/configure-6255-        teststring=$teststring$teststring
##############################################
v4l-utils-1.20.0/configure-6257-      # Only check the string length outside the loop.
v4l-utils-1.20.0/configure:6258:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
v4l-utils-1.20.0/configure-6259-      teststring=
##############################################
v4l-utils-1.20.0/configure-6262-      # linker.  It appears as though 1/2 is a usable value.
v4l-utils-1.20.0/configure:6263:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
v4l-utils-1.20.0/configure-6264-    fi
##############################################
v4l-utils-1.20.0/configure-6673-openbsd* | bitrig*)
v4l-utils-1.20.0/configure:6674:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
v4l-utils-1.20.0/configure-6675-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
v4l-utils-1.20.0/configure-6743-    else
v4l-utils-1.20.0/configure:6744:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
v4l-utils-1.20.0/configure-6745-    fi
##############################################
v4l-utils-1.20.0/configure-6888-  # decide which one to use based on capabilities of $DLLTOOL
v4l-utils-1.20.0/configure:6889:  case `$DLLTOOL --help 2>&1` in
v4l-utils-1.20.0/configure-6890-  *--identify-strict*)
##############################################
v4l-utils-1.20.0/configure-7409-# If we're using GNU nm, then use its standard symbol codes.
v4l-utils-1.20.0/configure:7410:case `$NM -V 2>&1` in
v4l-utils-1.20.0/configure-7411-*GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/configure-7457-mingw*)
v4l-utils-1.20.0/configure:7458:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
v4l-utils-1.20.0/configure-7459-  ;;
##############################################
v4l-utils-1.20.0/configure-7686-   if test yes = "$GCC"; then
v4l-utils-1.20.0/configure:7687:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
v4l-utils-1.20.0/configure-7688-   fi
##############################################
v4l-utils-1.20.0/configure-7690- /*)
v4l-utils-1.20.0/configure:7691:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
v4l-utils-1.20.0/configure-7692-   ;; #(
##############################################
v4l-utils-1.20.0/configure-7785-    done
v4l-utils-1.20.0/configure:7786:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
v4l-utils-1.20.0/configure-7787-}
##############################################
v4l-utils-1.20.0/configure-7807-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:7808:    case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/configure-7809-      *ELF-32*)
##############################################
v4l-utils-1.20.0/configure-7828-    if test yes = "$lt_cv_prog_gnu_ld"; then
v4l-utils-1.20.0/configure:7829:      case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/configure-7830-	*32-bit*)
##############################################
v4l-utils-1.20.0/configure-7840-    else
v4l-utils-1.20.0/configure:7841:      case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/configure-7842-	*32-bit*)
##############################################
v4l-utils-1.20.0/configure-7866-    emul=elf
v4l-utils-1.20.0/configure:7867:    case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/configure-7868-      *32-bit*)
##############################################
v4l-utils-1.20.0/configure-7874-    esac
v4l-utils-1.20.0/configure:7875:    case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/configure-7876-      *MSB*)
##############################################
v4l-utils-1.20.0/configure-7882-    esac
v4l-utils-1.20.0/configure:7883:    case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/configure-7884-      *N32*)
##############################################
v4l-utils-1.20.0/configure-8815-    *:)
v4l-utils-1.20.0/configure:8816:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
v4l-utils-1.20.0/configure-8817-        ;;
v4l-utils-1.20.0/configure-8818-    x:*)
v4l-utils-1.20.0/configure:8819:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
v4l-utils-1.20.0/configure-8820-        ;;
v4l-utils-1.20.0/configure-8821-    *::*)
v4l-utils-1.20.0/configure:8822:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
v4l-utils-1.20.0/configure:8823:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
v4l-utils-1.20.0/configure-8824-        ;;
v4l-utils-1.20.0/configure-8825-    *)
v4l-utils-1.20.0/configure:8826:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
v4l-utils-1.20.0/configure-8827-        ;;
##############################################
v4l-utils-1.20.0/configure-8849-  case $2 in
v4l-utils-1.20.0/configure:8850:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
v4l-utils-1.20.0/configure:8851:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
v4l-utils-1.20.0/configure-8852-  esac
##############################################
v4l-utils-1.20.0/configure-9191-	"file_magic "*)
v4l-utils-1.20.0/configure:9192:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
v4l-utils-1.20.0/configure-9193-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
v4l-utils-1.20.0/configure-9257-	"file_magic "*)
v4l-utils-1.20.0/configure:9258:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
v4l-utils-1.20.0/configure-9259-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
v4l-utils-1.20.0/configure-9661-      *)
v4l-utils-1.20.0/configure:9662:	case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/configure-9663-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
v4l-utils-1.20.0/configure-10110-	# shared libraries, regardless of the interface used.
v4l-utils-1.20.0/configure:10111:	case `$LD -v 2>&1` in
v4l-utils-1.20.0/configure-10112-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
v4l-utils-1.20.0/configure-10142-    supports_anon_versioning=no
v4l-utils-1.20.0/configure:10143:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
v4l-utils-1.20.0/configure-10144-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
v4l-utils-1.20.0/configure-10211-	# is; otherwise, prepend EXPORTS...
v4l-utils-1.20.0/configure:10212:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
v4l-utils-1.20.0/configure-10213-          cp $export_symbols $output_objdir/$soname.def;
##############################################
v4l-utils-1.20.0/configure-10245-	prefix_cmds="$SED"~
v4l-utils-1.20.0/configure:10246:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
v4l-utils-1.20.0/configure-10247-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
v4l-utils-1.20.0/configure-10267-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
v4l-utils-1.20.0/configure:10268:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
v4l-utils-1.20.0/configure:10269:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
v4l-utils-1.20.0/configure-10270-      ;;
##############################################
v4l-utils-1.20.0/configure-10285-        pgcc*)				# Portland Group C compiler
v4l-utils-1.20.0/configure:10286:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/configure-10287-	  tmp_addflag=' $pic_flag'
##############################################
v4l-utils-1.20.0/configure-10290-					# Portland Group f77 and f90 compilers
v4l-utils-1.20.0/configure:10291:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/configure-10292-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
v4l-utils-1.20.0/configure-10307-	nvcc*)	# Cuda Compiler Driver 2.2
v4l-utils-1.20.0/configure:10308:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/configure-10309-	  compiler_needs_object=yes
##############################################
v4l-utils-1.20.0/configure-10311-	esac
v4l-utils-1.20.0/configure:10312:	case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/configure-10313-	*Sun\ C*)			# Sun C 5.9
v4l-utils-1.20.0/configure:10314:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/configure-10315-	  compiler_needs_object=yes
##############################################
v4l-utils-1.20.0/configure-10382-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
v4l-utils-1.20.0/configure:10383:      case `$LD -v 2>&1` in
v4l-utils-1.20.0/configure-10384-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
v4l-utils-1.20.0/configure-10471-	else
v4l-utils-1.20.0/configure:10472:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
v4l-utils-1.20.0/configure-10473-	fi
##############################################
v4l-utils-1.20.0/configure-10536-	# below for broken collect2 doesn't work under 4.3+
v4l-utils-1.20.0/configure:10537:	  collect2name=`$CC -print-prog-name=collect2`
v4l-utils-1.20.0/configure-10538-	  if test -f "$collect2name" &&
##############################################
v4l-utils-1.20.0/configure-10616-      }'
v4l-utils-1.20.0/configure:10617:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/configure-10618-  # Check for a 64-bit object if we didn't find anything.
v4l-utils-1.20.0/configure-10619-  if test -z "$lt_cv_aix_libpath_"; then
v4l-utils-1.20.0/configure:10620:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/configure-10621-  fi
##############################################
v4l-utils-1.20.0/configure-10634-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
v4l-utils-1.20.0/configure:10635:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
v4l-utils-1.20.0/configure-10636-      else
##############################################
v4l-utils-1.20.0/configure-10669-      }'
v4l-utils-1.20.0/configure:10670:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/configure-10671-  # Check for a 64-bit object if we didn't find anything.
v4l-utils-1.20.0/configure-10672-  if test -z "$lt_cv_aix_libpath_"; then
v4l-utils-1.20.0/configure:10673:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/configure-10674-  fi
##############################################
v4l-utils-1.20.0/configure-10701-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
v4l-utils-1.20.0/configure:10702:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
v4l-utils-1.20.0/configure-10703-	  if test svr4 != "$with_aix_soname"; then
##############################################
v4l-utils-1.20.0/configure-10754-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
v4l-utils-1.20.0/configure:10755:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
v4l-utils-1.20.0/configure-10756-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
v4l-utils-1.20.0/configure-10792-	# FIXME: Setting linknames here is a bad hack.
v4l-utils-1.20.0/configure:10793:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
v4l-utils-1.20.0/configure-10794-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
v4l-utils-1.20.0/configure-10810-  if test yes = "$lt_cv_ld_force_load"; then
v4l-utils-1.20.0/configure:10811:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
v4l-utils-1.20.0/configure-10812-
##############################################
v4l-utils-1.20.0/configure-10990-      if test yes = "$GCC"; then
v4l-utils-1.20.0/configure:10991:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-10992-	# Try to use the -exported_symbol ld option, if it does not
##############################################
v4l-utils-1.20.0/configure-11018-	if test yes = "$lt_cv_irix_exported_symbol"; then
v4l-utils-1.20.0/configure:11019:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
v4l-utils-1.20.0/configure-11020-	fi
##############################################
v4l-utils-1.20.0/configure-11022-      else
v4l-utils-1.20.0/configure:11023:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure:11024:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
v4l-utils-1.20.0/configure-11025-      fi
##############################################
v4l-utils-1.20.0/configure-11069-	hardcode_direct_absolute=yes
v4l-utils-1.20.0/configure:11070:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
v4l-utils-1.20.0/configure-11071-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
v4l-utils-1.20.0/configure-11100-	prefix_cmds="$SED"~
v4l-utils-1.20.0/configure:11101:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
v4l-utils-1.20.0/configure-11102-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
v4l-utils-1.20.0/configure-11114-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
v4l-utils-1.20.0/configure:11115:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-11116-      else
v4l-utils-1.20.0/configure-11117-	allow_undefined_flag=' -expect_unresolved \*'
v4l-utils-1.20.0/configure:11118:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-11119-      fi
##############################################
v4l-utils-1.20.0/configure-11127-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
v4l-utils-1.20.0/configure:11128:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-11129-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
v4l-utils-1.20.0/configure-11131-	allow_undefined_flag=' -expect_unresolved \*'
v4l-utils-1.20.0/configure:11132:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure:11133:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
v4l-utils-1.20.0/configure:11134:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
v4l-utils-1.20.0/configure-11135-
##############################################
v4l-utils-1.20.0/configure-11150-      else
v4l-utils-1.20.0/configure:11151:	case `$CC -V 2>&1` in
v4l-utils-1.20.0/configure-11152-	*"Compilers 5.0"*)
##############################################
v4l-utils-1.20.0/configure-11549-  esac
v4l-utils-1.20.0/configure:11550:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
v4l-utils-1.20.0/configure-11551-  case $lt_search_path_spec in
##############################################
v4l-utils-1.20.0/configure-11556-    # okay in the real world where ";" in dirpaths is itself problematic.
v4l-utils-1.20.0/configure:11557:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
v4l-utils-1.20.0/configure-11558-    ;;
v4l-utils-1.20.0/configure-11559-  *)
v4l-utils-1.20.0/configure:11560:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
v4l-utils-1.20.0/configure-11561-    ;;
##############################################
v4l-utils-1.20.0/configure-11565-  lt_tmp_lt_search_path_spec=
v4l-utils-1.20.0/configure:11566:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
v4l-utils-1.20.0/configure-11567-  # ...but if some path component already ends with the multilib dir we assume
##############################################
v4l-utils-1.20.0/configure-11607-  esac
v4l-utils-1.20.0/configure:11608:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
v4l-utils-1.20.0/configure-11609-else
##############################################
v4l-utils-1.20.0/configure-11747-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
v4l-utils-1.20.0/configure:11748:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
v4l-utils-1.20.0/configure-11749-    ;;
##############################################
v4l-utils-1.20.0/configure-11783-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
v4l-utils-1.20.0/configure:11784:    postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/configure:11785:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
v4l-utils-1.20.0/configure:11786:      dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/configure-11787-      test -d \$dldir || mkdir -p \$dldir~
##############################################
v4l-utils-1.20.0/configure-11792-      fi'
v4l-utils-1.20.0/configure:11793:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
v4l-utils-1.20.0/configure-11794-      dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/configure-11800-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
v4l-utils-1.20.0/configure:11801:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/configure-11802-
##############################################
v4l-utils-1.20.0/configure-11806-      # MinGW DLLs use traditional 'lib' prefix
v4l-utils-1.20.0/configure:11807:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/configure-11808-      ;;
##############################################
v4l-utils-1.20.0/configure-11810-      # pw32 DLLs use 'pw' prefix rather than 'lib'
v4l-utils-1.20.0/configure:11811:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/configure-11812-      ;;
##############################################
v4l-utils-1.20.0/configure-11819-    libname_spec='$name'
v4l-utils-1.20.0/configure:11820:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/configure-11821-    library_names_spec='$libname.dll.lib'
##############################################
v4l-utils-1.20.0/configure-11831-        # Let DOS variable expansion print the short 8.3 style file name.
v4l-utils-1.20.0/configure:11832:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
v4l-utils-1.20.0/configure-11833-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
v4l-utils-1.20.0/configure-11836-      # Convert to MSYS style.
v4l-utils-1.20.0/configure:11837:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
v4l-utils-1.20.0/configure-11838-      ;;
##############################################
v4l-utils-1.20.0/configure-11842-      # like /cygdrive/c/PROGRA~1:/cygdr...
v4l-utils-1.20.0/configure:11843:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
v4l-utils-1.20.0/configure:11844:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
v4l-utils-1.20.0/configure:11845:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
v4l-utils-1.20.0/configure-11846-      ;;
##############################################
v4l-utils-1.20.0/configure-11850-        # It is most probably a Windows format PATH.
v4l-utils-1.20.0/configure:11851:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
v4l-utils-1.20.0/configure-11852-      else
v4l-utils-1.20.0/configure:11853:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
v4l-utils-1.20.0/configure-11854-      fi
##############################################
v4l-utils-1.20.0/configure-11860-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
v4l-utils-1.20.0/configure:11861:    postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/configure:11862:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
v4l-utils-1.20.0/configure:11863:      dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/configure-11864-      test -d \$dldir || mkdir -p \$dldir~
v4l-utils-1.20.0/configure-11865-      $install_prog $dir/$dlname \$dldir/$dlname'
v4l-utils-1.20.0/configure:11866:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
v4l-utils-1.20.0/configure-11867-      dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/configure-11874-    # Assume MSVC wrapper
v4l-utils-1.20.0/configure:11875:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
v4l-utils-1.20.0/configure-11876-    dynamic_linker='Win32 ld.exe'
##############################################
v4l-utils-1.20.0/configure-11891-  shlibpath_var=DYLD_LIBRARY_PATH
v4l-utils-1.20.0/configure:11892:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
v4l-utils-1.20.0/configure-11893-
##############################################
v4l-utils-1.20.0/configure-12144-  if test -f /etc/ld.so.conf; then
v4l-utils-1.20.0/configure:12145:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
v4l-utils-1.20.0/configure-12146-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
v4l-utils-1.20.0/configure-12210-  need_lib_prefix=no
v4l-utils-1.20.0/configure:12211:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
v4l-utils-1.20.0/configure-12212-    need_version=no
##############################################
v4l-utils-1.20.0/configure-12237-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
v4l-utils-1.20.0/configure:12238:  postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/configure:12239:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
v4l-utils-1.20.0/configure:12240:    dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/configure-12241-    test -d \$dldir || mkdir -p \$dldir~
##############################################
v4l-utils-1.20.0/configure-12246-    fi'
v4l-utils-1.20.0/configure:12247:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
v4l-utils-1.20.0/configure-12248-    dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/configure-13429-    # gcc leaves a trailing carriage return, which upsets mingw
v4l-utils-1.20.0/configure:13430:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
v4l-utils-1.20.0/configure-13431-  *)
v4l-utils-1.20.0/configure:13432:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
v4l-utils-1.20.0/configure-13433-  esac
##############################################
v4l-utils-1.20.0/configure-13438-      # Canonicalize the pathname of ld
v4l-utils-1.20.0/configure:13439:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
v4l-utils-1.20.0/configure-13440-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
v4l-utils-1.20.0/configure:13441:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
v4l-utils-1.20.0/configure-13442-      done
##############################################
v4l-utils-1.20.0/configure-13473-      # Break only if it was the GNU/non-GNU ld that we prefer.
v4l-utils-1.20.0/configure:13474:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
v4l-utils-1.20.0/configure-13475-      *GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/configure-13504-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
v4l-utils-1.20.0/configure:13505:case `$LD -v 2>&1 </dev/null` in
v4l-utils-1.20.0/configure-13506-*GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/configure-13538-        # ancient GNU ld didn't support --whole-archive et. al.
v4l-utils-1.20.0/configure:13539:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
v4l-utils-1.20.0/configure-13540-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
v4l-utils-1.20.0/configure-13649-          # below for broken collect2 doesn't work under 4.3+
v4l-utils-1.20.0/configure:13650:	  collect2name=`$CC -print-prog-name=collect2`
v4l-utils-1.20.0/configure-13651-	  if test -f "$collect2name" &&
##############################################
v4l-utils-1.20.0/configure-13730-      }'
v4l-utils-1.20.0/configure:13731:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/configure-13732-  # Check for a 64-bit object if we didn't find anything.
v4l-utils-1.20.0/configure-13733-  if test -z "$lt_cv_aix_libpath__CXX"; then
v4l-utils-1.20.0/configure:13734:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/configure-13735-  fi
##############################################
v4l-utils-1.20.0/configure-13749-
v4l-utils-1.20.0/configure:13750:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
v4l-utils-1.20.0/configure-13751-        else
##############################################
v4l-utils-1.20.0/configure-13784-      }'
v4l-utils-1.20.0/configure:13785:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/configure-13786-  # Check for a 64-bit object if we didn't find anything.
v4l-utils-1.20.0/configure-13787-  if test -z "$lt_cv_aix_libpath__CXX"; then
v4l-utils-1.20.0/configure:13788:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/configure-13789-  fi
##############################################
v4l-utils-1.20.0/configure-13816-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
v4l-utils-1.20.0/configure:13817:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
v4l-utils-1.20.0/configure-13818-	    if test svr4 != "$with_aix_soname"; then
##############################################
v4l-utils-1.20.0/configure-13869-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
v4l-utils-1.20.0/configure:13870:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
v4l-utils-1.20.0/configure-13871-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
v4l-utils-1.20.0/configure-13911-	    # is; otherwise, prepend EXPORTS...
v4l-utils-1.20.0/configure:13912:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
v4l-utils-1.20.0/configure-13913-              cp $export_symbols $output_objdir/$soname.def;
##############################################
v4l-utils-1.20.0/configure-13932-  if test yes = "$lt_cv_ld_force_load"; then
v4l-utils-1.20.0/configure:13933:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
v4l-utils-1.20.0/configure-13934-
##############################################
v4l-utils-1.20.0/configure-13977-	  prefix_cmds="$SED"~
v4l-utils-1.20.0/configure:13978:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
v4l-utils-1.20.0/configure-13979-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
v4l-utils-1.20.0/configure-14051-            # dependencies.
v4l-utils-1.20.0/configure:14052:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
v4l-utils-1.20.0/configure-14053-            ;;
##############################################
v4l-utils-1.20.0/configure-14116-	    # dependencies.
v4l-utils-1.20.0/configure:14117:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
v4l-utils-1.20.0/configure-14118-	    ;;
##############################################
v4l-utils-1.20.0/configure-14152-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
v4l-utils-1.20.0/configure:14153:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
v4l-utils-1.20.0/configure:14154:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
v4l-utils-1.20.0/configure-14155-	;;
##############################################
v4l-utils-1.20.0/configure-14159-	    # SGI C++
v4l-utils-1.20.0/configure:14160:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-14161-
##############################################
v4l-utils-1.20.0/configure-14170-	      if test no = "$with_gnu_ld"; then
v4l-utils-1.20.0/configure:14171:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-14172-	      else
v4l-utils-1.20.0/configure:14173:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
v4l-utils-1.20.0/configure-14174-	      fi
##############################################
v4l-utils-1.20.0/configure-14191-	    # to its proper name (with version) after linking.
v4l-utils-1.20.0/configure:14192:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
v4l-utils-1.20.0/configure:14193:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
v4l-utils-1.20.0/configure-14194-	    # Commands to make compiler produce verbose output that lists
##############################################
v4l-utils-1.20.0/configure-14201-	    # dependencies.
v4l-utils-1.20.0/configure:14202:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
v4l-utils-1.20.0/configure-14203-
##############################################
v4l-utils-1.20.0/configure-14216-	    # earlier do not add the objects themselves.
v4l-utils-1.20.0/configure:14217:	    case `$CC -V 2>&1` in
v4l-utils-1.20.0/configure-14218-	      *"Version 7."*)
##############################################
v4l-utils-1.20.0/configure-14237-            # Portland Group C++ compiler
v4l-utils-1.20.0/configure:14238:	    case `$CC -V` in
v4l-utils-1.20.0/configure-14239-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
v4l-utils-1.20.0/configure-14242-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
v4l-utils-1.20.0/configure:14243:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
v4l-utils-1.20.0/configure-14244-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
v4l-utils-1.20.0/configure-14246-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
v4l-utils-1.20.0/configure:14247:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
v4l-utils-1.20.0/configure-14248-                $RANLIB $oldlib'
##############################################
v4l-utils-1.20.0/configure-14251-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
v4l-utils-1.20.0/configure:14252:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
v4l-utils-1.20.0/configure-14253-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
v4l-utils-1.20.0/configure-14255-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
v4l-utils-1.20.0/configure:14256:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
v4l-utils-1.20.0/configure-14257-	      ;;
##############################################
v4l-utils-1.20.0/configure-14265-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
v4l-utils-1.20.0/configure:14266:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/configure-14267-            ;;
##############################################
v4l-utils-1.20.0/configure-14284-	    # dependencies.
v4l-utils-1.20.0/configure:14285:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
v4l-utils-1.20.0/configure-14286-	    ;;
##############################################
v4l-utils-1.20.0/configure-14299-	  *)
v4l-utils-1.20.0/configure:14300:	    case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/configure-14301-	    *Sun\ C*)
##############################################
v4l-utils-1.20.0/configure-14306-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
v4l-utils-1.20.0/configure:14307:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/configure-14308-	      compiler_needs_object_CXX=yes
##############################################
v4l-utils-1.20.0/configure-14371-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
v4l-utils-1.20.0/configure:14372:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
v4l-utils-1.20.0/configure-14373-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
v4l-utils-1.20.0/configure-14390-	    # to its proper name (with version) after linking.
v4l-utils-1.20.0/configure:14391:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
v4l-utils-1.20.0/configure-14392-
##############################################
v4l-utils-1.20.0/configure-14411-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
v4l-utils-1.20.0/configure:14412:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-14413-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
v4l-utils-1.20.0/configure-14416-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
v4l-utils-1.20.0/configure:14417:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure:14418:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
v4l-utils-1.20.0/configure-14419-                  echo "-hidden">> $lib.exp~
v4l-utils-1.20.0/configure:14420:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
v4l-utils-1.20.0/configure-14421-                  $RM $lib.exp'
##############################################
v4l-utils-1.20.0/configure-14435-	    # dependencies.
v4l-utils-1.20.0/configure:14436:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
v4l-utils-1.20.0/configure-14437-	    ;;
##############################################
v4l-utils-1.20.0/configure-14442-	        osf3*)
v4l-utils-1.20.0/configure:14443:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-14444-		  ;;
v4l-utils-1.20.0/configure-14445-	        *)
v4l-utils-1.20.0/configure:14446:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/configure-14447-		  ;;
##############################################
v4l-utils-1.20.0/configure-14689-
v4l-utils-1.20.0/configure:14690:  for p in `eval "$output_verbose_link_cmd"`; do
v4l-utils-1.20.0/configure-14691-    case $prev$p in
##############################################
v4l-utils-1.20.0/configure-14792-if test -n "${compiler_lib_search_path_CXX}"; then
v4l-utils-1.20.0/configure:14793: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
v4l-utils-1.20.0/configure-14794-fi
##############################################
v4l-utils-1.20.0/configure-15039-	  *)
v4l-utils-1.20.0/configure:15040:	    case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/configure-15041-	    *Sun\ C*)
##############################################
v4l-utils-1.20.0/configure-15421-    else
v4l-utils-1.20.0/configure:15422:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
v4l-utils-1.20.0/configure-15423-    fi
##############################################
v4l-utils-1.20.0/configure-15726-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
v4l-utils-1.20.0/configure:15727:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
v4l-utils-1.20.0/configure-15728-    ;;
##############################################
v4l-utils-1.20.0/configure-15762-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
v4l-utils-1.20.0/configure:15763:    postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/configure:15764:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
v4l-utils-1.20.0/configure:15765:      dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/configure-15766-      test -d \$dldir || mkdir -p \$dldir~
##############################################
v4l-utils-1.20.0/configure-15771-      fi'
v4l-utils-1.20.0/configure:15772:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
v4l-utils-1.20.0/configure-15773-      dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/configure-15779-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
v4l-utils-1.20.0/configure:15780:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/configure-15781-
##############################################
v4l-utils-1.20.0/configure-15784-      # MinGW DLLs use traditional 'lib' prefix
v4l-utils-1.20.0/configure:15785:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/configure-15786-      ;;
##############################################
v4l-utils-1.20.0/configure-15788-      # pw32 DLLs use 'pw' prefix rather than 'lib'
v4l-utils-1.20.0/configure:15789:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/configure-15790-      ;;
##############################################
v4l-utils-1.20.0/configure-15797-    libname_spec='$name'
v4l-utils-1.20.0/configure:15798:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/configure-15799-    library_names_spec='$libname.dll.lib'
##############################################
v4l-utils-1.20.0/configure-15809-        # Let DOS variable expansion print the short 8.3 style file name.
v4l-utils-1.20.0/configure:15810:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
v4l-utils-1.20.0/configure-15811-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
v4l-utils-1.20.0/configure-15814-      # Convert to MSYS style.
v4l-utils-1.20.0/configure:15815:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
v4l-utils-1.20.0/configure-15816-      ;;
##############################################
v4l-utils-1.20.0/configure-15820-      # like /cygdrive/c/PROGRA~1:/cygdr...
v4l-utils-1.20.0/configure:15821:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
v4l-utils-1.20.0/configure:15822:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
v4l-utils-1.20.0/configure:15823:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
v4l-utils-1.20.0/configure-15824-      ;;
##############################################
v4l-utils-1.20.0/configure-15828-        # It is most probably a Windows format PATH.
v4l-utils-1.20.0/configure:15829:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
v4l-utils-1.20.0/configure-15830-      else
v4l-utils-1.20.0/configure:15831:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
v4l-utils-1.20.0/configure-15832-      fi
##############################################
v4l-utils-1.20.0/configure-15838-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
v4l-utils-1.20.0/configure:15839:    postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/configure:15840:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
v4l-utils-1.20.0/configure:15841:      dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/configure-15842-      test -d \$dldir || mkdir -p \$dldir~
v4l-utils-1.20.0/configure-15843-      $install_prog $dir/$dlname \$dldir/$dlname'
v4l-utils-1.20.0/configure:15844:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
v4l-utils-1.20.0/configure-15845-      dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/configure-15852-    # Assume MSVC wrapper
v4l-utils-1.20.0/configure:15853:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
v4l-utils-1.20.0/configure-15854-    dynamic_linker='Win32 ld.exe'
##############################################
v4l-utils-1.20.0/configure-15869-  shlibpath_var=DYLD_LIBRARY_PATH
v4l-utils-1.20.0/configure:15870:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
v4l-utils-1.20.0/configure-15871-
##############################################
v4l-utils-1.20.0/configure-16121-  if test -f /etc/ld.so.conf; then
v4l-utils-1.20.0/configure:16122:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
v4l-utils-1.20.0/configure-16123-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
v4l-utils-1.20.0/configure-16187-  need_lib_prefix=no
v4l-utils-1.20.0/configure:16188:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
v4l-utils-1.20.0/configure-16189-    need_version=no
##############################################
v4l-utils-1.20.0/configure-16214-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
v4l-utils-1.20.0/configure:16215:  postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/configure:16216:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
v4l-utils-1.20.0/configure:16217:    dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/configure-16218-    test -d \$dldir || mkdir -p \$dldir~
##############################################
v4l-utils-1.20.0/configure-16223-    fi'
v4l-utils-1.20.0/configure:16224:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
v4l-utils-1.20.0/configure-16225-    dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/configure-17069-
v4l-utils-1.20.0/configure:17070:             DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
v4l-utils-1.20.0/configure-17071-
##############################################
v4l-utils-1.20.0/configure-18590-
v4l-utils-1.20.0/configure:18591:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
v4l-utils-1.20.0/configure-18592-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
v4l-utils-1.20.0/configure-18595-
v4l-utils-1.20.0/configure:18596:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
v4l-utils-1.20.0/configure-18597-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
v4l-utils-1.20.0/configure-18672-
v4l-utils-1.20.0/configure:18673:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
v4l-utils-1.20.0/configure-18674-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
v4l-utils-1.20.0/configure-18802-    # gcc leaves a trailing carriage return which upsets mingw
v4l-utils-1.20.0/configure:18803:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
v4l-utils-1.20.0/configure-18804-  *)
v4l-utils-1.20.0/configure:18805:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
v4l-utils-1.20.0/configure-18806-  esac
##############################################
v4l-utils-1.20.0/configure-18811-      # Canonicalize the pathname of ld
v4l-utils-1.20.0/configure:18812:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
v4l-utils-1.20.0/configure-18813-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
v4l-utils-1.20.0/configure:18814:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
v4l-utils-1.20.0/configure-18815-      done
##############################################
v4l-utils-1.20.0/configure-18846-      # Break only if it was the GNU/non-GNU ld that we prefer.
v4l-utils-1.20.0/configure:18847:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
v4l-utils-1.20.0/configure-18848-      *GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/configure-18877-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
v4l-utils-1.20.0/configure:18878:case `$LD -v 2>&1 </dev/null` in
v4l-utils-1.20.0/configure-18879-*GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/configure-18965-    *)
v4l-utils-1.20.0/configure:18966:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
v4l-utils-1.20.0/configure-18967-      if test -n "$searchpath"; then
##############################################
v4l-utils-1.20.0/configure-18975-                ;;
v4l-utils-1.20.0/configure:18976:              *) searchdir=`cd "$searchdir" && pwd`
v4l-utils-1.20.0/configure-18977-                 case "$searchdir" in
##############################################
v4l-utils-1.20.0/configure-19066-        names_already_handled="$names_already_handled $name"
v4l-utils-1.20.0/configure:19067:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
v4l-utils-1.20.0/configure-19068-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
v4l-utils-1.20.0/configure-19142-                -L*)
v4l-utils-1.20.0/configure:19143:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
v4l-utils-1.20.0/configure-19144-                                    if test -n "$acl_shlibext"; then
##############################################
v4l-utils-1.20.0/configure-19259-              */$acl_libdirstem | */$acl_libdirstem/)
v4l-utils-1.20.0/configure:19260:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
v4l-utils-1.20.0/configure-19261-                if test "$name" = 'iconv'; then
##############################################
v4l-utils-1.20.0/configure-19266-              */$acl_libdirstem2 | */$acl_libdirstem2/)
v4l-utils-1.20.0/configure:19267:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
v4l-utils-1.20.0/configure-19268-                if test "$name" = 'iconv'; then
##############################################
v4l-utils-1.20.0/configure-19317-                  -L*)
v4l-utils-1.20.0/configure:19318:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
v4l-utils-1.20.0/configure-19319-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
v4l-utils-1.20.0/configure-19376-                  -R*)
v4l-utils-1.20.0/configure:19377:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
v4l-utils-1.20.0/configure-19378-                    if test "$enable_rpath" != no; then
##############################################
v4l-utils-1.20.0/configure-19401-                  -l*)
v4l-utils-1.20.0/configure:19402:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
v4l-utils-1.20.0/configure-19403-                    ;;
v4l-utils-1.20.0/configure-19404-                  *.la)
v4l-utils-1.20.0/configure:19405:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
v4l-utils-1.20.0/configure-19406-                    ;;
##############################################
v4l-utils-1.20.0/configure-19964-        names_already_handled="$names_already_handled $name"
v4l-utils-1.20.0/configure:19965:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
v4l-utils-1.20.0/configure-19966-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
v4l-utils-1.20.0/configure-20040-                -L*)
v4l-utils-1.20.0/configure:20041:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
v4l-utils-1.20.0/configure-20042-                                    if test -n "$acl_shlibext"; then
##############################################
v4l-utils-1.20.0/configure-20157-              */$acl_libdirstem | */$acl_libdirstem/)
v4l-utils-1.20.0/configure:20158:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
v4l-utils-1.20.0/configure-20159-                if test "$name" = 'intl'; then
##############################################
v4l-utils-1.20.0/configure-20164-              */$acl_libdirstem2 | */$acl_libdirstem2/)
v4l-utils-1.20.0/configure:20165:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
v4l-utils-1.20.0/configure-20166-                if test "$name" = 'intl'; then
##############################################
v4l-utils-1.20.0/configure-20215-                  -L*)
v4l-utils-1.20.0/configure:20216:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
v4l-utils-1.20.0/configure-20217-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
v4l-utils-1.20.0/configure-20274-                  -R*)
v4l-utils-1.20.0/configure:20275:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
v4l-utils-1.20.0/configure-20276-                    if test "$enable_rpath" != no; then
##############################################
v4l-utils-1.20.0/configure-20299-                  -l*)
v4l-utils-1.20.0/configure:20300:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
v4l-utils-1.20.0/configure-20301-                    ;;
v4l-utils-1.20.0/configure-20302-                  *.la)
v4l-utils-1.20.0/configure:20303:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
v4l-utils-1.20.0/configure-20304-                    ;;
##############################################
v4l-utils-1.20.0/configure-20778-do :
v4l-utils-1.20.0/configure:20779:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
v4l-utils-1.20.0/configure-20780-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
v4l-utils-1.20.0/configure-20782-  cat >>confdefs.h <<_ACEOF
v4l-utils-1.20.0/configure:20783:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
v4l-utils-1.20.0/configure-20784-_ACEOF
##############################################
v4l-utils-1.20.0/configure-20874-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:20875:  pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null`
v4l-utils-1.20.0/configure-20876-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-20891-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:20892:  pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null`
v4l-utils-1.20.0/configure-20893-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-20912-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:20913:	        X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11" 2>&1`
v4l-utils-1.20.0/configure-20914-        else
v4l-utils-1.20.0/configure:20915:	        X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11" 2>&1`
v4l-utils-1.20.0/configure-20916-        fi
##############################################
v4l-utils-1.20.0/configure-20956-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:20957:  pkg_cv_LIBELF_CFLAGS=`$PKG_CONFIG --cflags "libelf" 2>/dev/null`
v4l-utils-1.20.0/configure-20958-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-20973-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:20974:  pkg_cv_LIBELF_LIBS=`$PKG_CONFIG --libs "libelf" 2>/dev/null`
v4l-utils-1.20.0/configure-20975-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-20994-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:20995:	        LIBELF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libelf" 2>&1`
v4l-utils-1.20.0/configure-20996-        else
v4l-utils-1.20.0/configure:20997:	        LIBELF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libelf" 2>&1`
v4l-utils-1.20.0/configure-20998-        fi
##############################################
v4l-utils-1.20.0/configure-21073-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21074:  pkg_cv_GL_CFLAGS=`$PKG_CONFIG --cflags "gl" 2>/dev/null`
v4l-utils-1.20.0/configure-21075-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21090-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21091:  pkg_cv_GL_LIBS=`$PKG_CONFIG --libs "gl" 2>/dev/null`
v4l-utils-1.20.0/configure-21092-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21111-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:21112:	        GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gl" 2>&1`
v4l-utils-1.20.0/configure-21113-        else
v4l-utils-1.20.0/configure:21114:	        GL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gl" 2>&1`
v4l-utils-1.20.0/configure-21115-        fi
##############################################
v4l-utils-1.20.0/configure-21159-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21160:  pkg_cv_GLU_CFLAGS=`$PKG_CONFIG --cflags "glu" 2>/dev/null`
v4l-utils-1.20.0/configure-21161-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21176-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21177:  pkg_cv_GLU_LIBS=`$PKG_CONFIG --libs "glu" 2>/dev/null`
v4l-utils-1.20.0/configure-21178-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21197-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:21198:	        GLU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glu" 2>&1`
v4l-utils-1.20.0/configure-21199-        else
v4l-utils-1.20.0/configure:21200:	        GLU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glu" 2>&1`
v4l-utils-1.20.0/configure-21201-        fi
##############################################
v4l-utils-1.20.0/configure-21325-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21326:  pkg_cv_QT5_CFLAGS=`$PKG_CONFIG --cflags "Qt5Core >= 5.0 Qt5Gui >= 5.0 Qt5Widgets >= 5.0" 2>/dev/null`
v4l-utils-1.20.0/configure-21327-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21342-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21343:  pkg_cv_QT5_LIBS=`$PKG_CONFIG --libs "Qt5Core >= 5.0 Qt5Gui >= 5.0 Qt5Widgets >= 5.0" 2>/dev/null`
v4l-utils-1.20.0/configure-21344-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21363-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:21364:	        QT5_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5Core >= 5.0 Qt5Gui >= 5.0 Qt5Widgets >= 5.0" 2>&1`
v4l-utils-1.20.0/configure-21365-        else
v4l-utils-1.20.0/configure:21366:	        QT5_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5Core >= 5.0 Qt5Gui >= 5.0 Qt5Widgets >= 5.0" 2>&1`
v4l-utils-1.20.0/configure-21367-        fi
##############################################
v4l-utils-1.20.0/configure-21396-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21397:  pkg_cv_QT5_CFLAGS=`$PKG_CONFIG --cflags "Qt5Core >= 5.4 Qt5Gui >= 5.4 Qt5Widgets >= 5.4" 2>/dev/null`
v4l-utils-1.20.0/configure-21398-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21413-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21414:  pkg_cv_QT5_LIBS=`$PKG_CONFIG --libs "Qt5Core >= 5.4 Qt5Gui >= 5.4 Qt5Widgets >= 5.4" 2>/dev/null`
v4l-utils-1.20.0/configure-21415-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21434-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:21435:	        QT5_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5Core >= 5.4 Qt5Gui >= 5.4 Qt5Widgets >= 5.4" 2>&1`
v4l-utils-1.20.0/configure-21436-        else
v4l-utils-1.20.0/configure:21437:	        QT5_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5Core >= 5.4 Qt5Gui >= 5.4 Qt5Widgets >= 5.4" 2>&1`
v4l-utils-1.20.0/configure-21438-        fi
##############################################
v4l-utils-1.20.0/configure-21602-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21603:  pkg_cv_QT5GL_CFLAGS=`$PKG_CONFIG --cflags "Qt5OpenGL >= 5.4 gl" 2>/dev/null`
v4l-utils-1.20.0/configure-21604-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21619-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21620:  pkg_cv_QT5GL_LIBS=`$PKG_CONFIG --libs "Qt5OpenGL >= 5.4 gl" 2>/dev/null`
v4l-utils-1.20.0/configure-21621-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21640-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:21641:	        QT5GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5OpenGL >= 5.4 gl" 2>&1`
v4l-utils-1.20.0/configure-21642-        else
v4l-utils-1.20.0/configure:21643:	        QT5GL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5OpenGL >= 5.4 gl" 2>&1`
v4l-utils-1.20.0/configure-21644-        fi
##############################################
v4l-utils-1.20.0/configure-21674-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21675:  pkg_cv_QT5GL_CFLAGS=`$PKG_CONFIG --cflags "Qt5OpenGL >= 5.0 gl" 2>/dev/null`
v4l-utils-1.20.0/configure-21676-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21691-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21692:  pkg_cv_QT5GL_LIBS=`$PKG_CONFIG --libs "Qt5OpenGL >= 5.0 gl" 2>/dev/null`
v4l-utils-1.20.0/configure-21693-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21712-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:21713:	        QT5GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5OpenGL >= 5.0 gl" 2>&1`
v4l-utils-1.20.0/configure-21714-        else
v4l-utils-1.20.0/configure:21715:	        QT5GL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5OpenGL >= 5.0 gl" 2>&1`
v4l-utils-1.20.0/configure-21716-        fi
##############################################
v4l-utils-1.20.0/configure-21818-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21819:  pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa" 2>/dev/null`
v4l-utils-1.20.0/configure-21820-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21835-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21836:  pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa" 2>/dev/null`
v4l-utils-1.20.0/configure-21837-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21856-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:21857:	        ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa" 2>&1`
v4l-utils-1.20.0/configure-21858-        else
v4l-utils-1.20.0/configure:21859:	        ALSA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa" 2>&1`
v4l-utils-1.20.0/configure-21860-        fi
##############################################
v4l-utils-1.20.0/configure-21898-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21899:  pkg_cv_libudev_CFLAGS=`$PKG_CONFIG --cflags "libudev" 2>/dev/null`
v4l-utils-1.20.0/configure-21900-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21915-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:21916:  pkg_cv_libudev_LIBS=`$PKG_CONFIG --libs "libudev" 2>/dev/null`
v4l-utils-1.20.0/configure-21917-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-21936-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:21937:	        libudev_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libudev" 2>&1`
v4l-utils-1.20.0/configure-21938-        else
v4l-utils-1.20.0/configure:21939:	        libudev_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libudev" 2>&1`
v4l-utils-1.20.0/configure-21940-        fi
##############################################
v4l-utils-1.20.0/configure-22240-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
v4l-utils-1.20.0/configure:22241:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
v4l-utils-1.20.0/configure-22242-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
v4l-utils-1.20.0/configure-23092-
v4l-utils-1.20.0/configure:23093:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
v4l-utils-1.20.0/configure-23094-    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
##############################################
v4l-utils-1.20.0/configure-23182-else
v4l-utils-1.20.0/configure:23183:  with_udevdir=`$PKG_CONFIG --variable=udevdir udev || echo /lib/udev`
v4l-utils-1.20.0/configure-23184-fi
##############################################
v4l-utils-1.20.0/configure-23191-else
v4l-utils-1.20.0/configure:23192:  with_systemdsystemunitdir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd || echo /lib/systemd/system`
v4l-utils-1.20.0/configure-23193-fi
##############################################
v4l-utils-1.20.0/configure-23196-# Generic check: works with most distributions
v4l-utils-1.20.0/configure:23197:def_gconv_dir=`for i in /lib64 /usr/lib64 /usr/local/lib64 /lib /usr/lib /usr/local/lib; do if [ -d \$i/gconv ]; then echo \$i/gconv; break; fi; done`
v4l-utils-1.20.0/configure-23198-
##############################################
v4l-utils-1.20.0/configure-23200-if test "x${def_gconv_dir}" = "x" ; then :
v4l-utils-1.20.0/configure:23201:  def_gconv_dir=`for i in mips64el-linux-gnuabi64 mips64el-linux-gnuabin32 mips64-linux-gnuabi64 mips64-linux-gnuabin32 mipsisa64r6el-linux-gnuabi64 mipsisa64r6el-linux-gnuabin32 mipsisa64r6-linux-gnuabi64 mipsisa64r6-linux-gnuabin32 powerpc64-linux-gnu sparc64-linux-gnu x86_64-linux-gnu x86_64-linux-gnux32 alphaev67-linux-gnu arm-linux-gnueabi arm-linux-gnueabihf i686-kfreebsd-gnu i686-linux-gnu mipsel-linux-gnu mipsisa32r6el-linux-gnu mipsisa32r6-linux-gnu mips-linux-gnu powerpc-linux-gnu s390-linux-gnu sparcv9-linux-gnu; do if [ -d /usr/lib/\$i/gconv ]; then echo /usr/lib/\$i/gconv; break; fi; done`
v4l-utils-1.20.0/configure-23202-fi
##############################################
v4l-utils-1.20.0/configure-23345-
v4l-utils-1.20.0/configure:23346:MAJOR=`echo "$PACKAGE_VERSION" | perl -ne 'print $1 if (m/^(\d+)\.(\d+)\.(\d+)/)'`
v4l-utils-1.20.0/configure:23347:MINOR=`echo "$PACKAGE_VERSION" | perl -ne 'print $2 if (m/^(\d+)\.(\d+)\.(\d+)/)'`
v4l-utils-1.20.0/configure:23348:PATCH=`echo "$PACKAGE_VERSION" | perl -ne 'print $3 if (m/^(\d+)\.(\d+)\.(\d+)/)'`
v4l-utils-1.20.0/configure-23349-
##############################################
v4l-utils-1.20.0/configure-23490-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:23491:  pkg_cv_SDL2_CFLAGS=`$PKG_CONFIG --cflags "sdl2 SDL2_image" 2>/dev/null`
v4l-utils-1.20.0/configure-23492-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-23507-  test $ac_status = 0; }; then
v4l-utils-1.20.0/configure:23508:  pkg_cv_SDL2_LIBS=`$PKG_CONFIG --libs "sdl2 SDL2_image" 2>/dev/null`
v4l-utils-1.20.0/configure-23509-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
v4l-utils-1.20.0/configure-23528-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/configure:23529:	        SDL2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl2 SDL2_image" 2>&1`
v4l-utils-1.20.0/configure-23530-        else
v4l-utils-1.20.0/configure:23531:	        SDL2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl2 SDL2_image" 2>&1`
v4l-utils-1.20.0/configure-23532-        fi
##############################################
v4l-utils-1.20.0/configure-23977-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
v4l-utils-1.20.0/configure:23978:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
v4l-utils-1.20.0/configure-23979-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
v4l-utils-1.20.0/configure-24228-if test -z "$BASH_VERSION$ZSH_VERSION" \
v4l-utils-1.20.0/configure:24229:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
v4l-utils-1.20.0/configure-24230-  as_echo='print -r --'
v4l-utils-1.20.0/configure-24231-  as_echo_n='print -rn --'
v4l-utils-1.20.0/configure:24232:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
v4l-utils-1.20.0/configure-24233-  as_echo='printf %s\n'
##############################################
v4l-utils-1.20.0/configure-24235-else
v4l-utils-1.20.0/configure:24236:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
v4l-utils-1.20.0/configure-24237-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
v4l-utils-1.20.0/configure-24245-	expr "X$arg" : "X\\(.*\\)$as_nl";
v4l-utils-1.20.0/configure:24246:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
v4l-utils-1.20.0/configure-24247-      esac;
##############################################
v4l-utils-1.20.0/configure-24322-# ----------------------------------------
v4l-utils-1.20.0/configure:24323:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
v4l-utils-1.20.0/configure-24324-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
v4l-utils-1.20.0/configure-24394-  {
v4l-utils-1.20.0/configure:24395:    as_val=`expr "$@" || test $? -eq 1`
v4l-utils-1.20.0/configure-24396-  }
##############################################
v4l-utils-1.20.0/configure-24498-      case $as_dir in #(
v4l-utils-1.20.0/configure:24499:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
v4l-utils-1.20.0/configure-24500-      *) as_qdir=$as_dir;;
##############################################
v4l-utils-1.20.0/configure-24633-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
v4l-utils-1.20.0/configure:24634:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
v4l-utils-1.20.0/configure-24635-ac_cs_version="\\
##############################################
v4l-utils-1.20.0/configure-24658-  --*=?*)
v4l-utils-1.20.0/configure:24659:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
v4l-utils-1.20.0/configure:24660:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
v4l-utils-1.20.0/configure-24661-    ac_shift=:
##############################################
v4l-utils-1.20.0/configure-24663-  --*=)
v4l-utils-1.20.0/configure:24664:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
v4l-utils-1.20.0/configure-24665-    ac_optarg=
##############################################
v4l-utils-1.20.0/configure-24687-    case $ac_optarg in
v4l-utils-1.20.0/configure:24688:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
v4l-utils-1.20.0/configure-24689-    '') as_fn_error $? "missing file argument" ;;
##############################################
v4l-utils-1.20.0/configure-24695-    case $ac_optarg in
v4l-utils-1.20.0/configure:24696:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
v4l-utils-1.20.0/configure-24697-    esac
##############################################
v4l-utils-1.20.0/configure-24764-delay_variable_subst='$delay_variable_subst'
v4l-utils-1.20.0/configure:24765:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24766:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24767:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24768:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24769:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24770:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24771:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24772:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24773:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24774:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24775:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24776:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24777:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24778:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24779:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24780:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24781:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24782:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24783:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24784:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24785:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24786:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24787:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24788:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24789:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24790:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24791:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24792:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24793:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24794:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24795:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24796:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24797:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24798:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24799:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24800:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24801:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24802:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24803:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24804:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24805:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24806:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24807:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24808:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24809:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24810:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24811:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24812:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24813:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24814:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24815:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24816:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24817:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24818:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24819:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24820:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24821:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24822:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24823:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24824:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24825:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24826:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24827:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24828:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24829:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24830:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24831:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24832:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24833:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24834:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24835:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24836:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24837:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24838:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24839:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24840:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24841:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24842:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24843:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24844:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24845:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24846:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24847:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24848:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24849:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24850:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24851:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24852:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24853:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24854:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24855:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24856:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24857:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24858:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24859:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24860:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24861:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24862:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24863:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24864:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24865:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24866:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24867:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24868:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24869:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24870:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24871:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24872:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24873:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24874:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24875:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24876:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24877:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24878:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24879:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24880:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24881:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24882:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24883:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24884:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24885:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24886:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24887:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24888:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24889:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24890:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24891:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24892:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24893:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24894:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24895:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24896:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24897:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24898:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24899:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24900:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24901:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24902:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24903:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24904:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24905:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24906:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24907:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24908:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24909:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24910:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24911:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24912:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24913:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24914:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24915:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24916:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24917:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24918:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24919:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24920:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24921:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24922:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24923:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24924:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24925:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24926:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24927:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24928:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24929:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24930:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24931:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24932:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24933:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24934:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24935:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24936:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24937:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24938:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24939:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24940:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24941:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24942:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24943:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24944:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24945:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24946:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24947:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24948:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24949:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24950:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24951:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24952:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure:24953:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/configure-24954-
##############################################
v4l-utils-1.20.0/configure-25066-compiler_lib_search_path_CXX; do
v4l-utils-1.20.0/configure:25067:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
v4l-utils-1.20.0/configure-25068-    *[\\\\\\\`\\"\\\$]*)
v4l-utils-1.20.0/configure:25069:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
v4l-utils-1.20.0/configure-25070-      ;;
##############################################
v4l-utils-1.20.0/configure-25108-postlink_cmds_CXX; do
v4l-utils-1.20.0/configure:25109:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
v4l-utils-1.20.0/configure-25110-    *[\\\\\\\`\\"\\\$]*)
v4l-utils-1.20.0/configure:25111:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
v4l-utils-1.20.0/configure-25112-      ;;
##############################################
v4l-utils-1.20.0/configure-25274-fi
v4l-utils-1.20.0/configure:25275:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
v4l-utils-1.20.0/configure-25276-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
v4l-utils-1.20.0/configure-25291-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
v4l-utils-1.20.0/configure:25292:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
v4l-utils-1.20.0/configure-25293-ac_delim='%!_!# '
##############################################
v4l-utils-1.20.0/configure-25297-
v4l-utils-1.20.0/configure:25298:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
v4l-utils-1.20.0/configure-25299-  if test $ac_delim_n = $ac_delim_num; then
##############################################
v4l-utils-1.20.0/configure-25435-for ac_last_try in false false :; do
v4l-utils-1.20.0/configure:25436:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
v4l-utils-1.20.0/configure-25437-  if test -z "$ac_tt"; then
##############################################
v4l-utils-1.20.0/configure-25567-      esac
v4l-utils-1.20.0/configure:25568:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
v4l-utils-1.20.0/configure-25569-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
v4l-utils-1.20.0/configure-25626-*)
v4l-utils-1.20.0/configure:25627:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
v4l-utils-1.20.0/configure-25628-  # A ".." for each directory in $ac_dir_suffix.
v4l-utils-1.20.0/configure:25629:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
v4l-utils-1.20.0/configure-25630-  case $ac_top_builddir_sub in
##############################################
v4l-utils-1.20.0/configure-25687-/@mandir@/p'
v4l-utils-1.20.0/configure:25688:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
v4l-utils-1.20.0/configure-25689-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
v4l-utils-1.20.0/configure-25704-
v4l-utils-1.20.0/configure:25705:# Neutralize VPATH when `$srcdir' = `.'.
v4l-utils-1.20.0/configure-25706-# Shell code in configure.ac might set extrasub.
##############################################
v4l-utils-1.20.0/configure-25732-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
v4l-utils-1.20.0/configure:25733:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
v4l-utils-1.20.0/configure-25734-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
v4l-utils-1.20.0/configure-25778-    * )
v4l-utils-1.20.0/configure:25779:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
v4l-utils-1.20.0/configure-25780-  esac
##############################################
v4l-utils-1.20.0/configure-25833-    # Strip MF so we end up with the name of the file.
v4l-utils-1.20.0/configure:25834:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
v4l-utils-1.20.0/configure-25835-    # Check whether this is an Automake generated Makefile which includes
##############################################
v4l-utils-1.20.0/configure-26400-    *:)
v4l-utils-1.20.0/configure:26401:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
v4l-utils-1.20.0/configure-26402-        ;;
v4l-utils-1.20.0/configure-26403-    x:*)
v4l-utils-1.20.0/configure:26404:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
v4l-utils-1.20.0/configure-26405-        ;;
v4l-utils-1.20.0/configure-26406-    *::*)
v4l-utils-1.20.0/configure:26407:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
v4l-utils-1.20.0/configure:26408:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
v4l-utils-1.20.0/configure-26409-        ;;
v4l-utils-1.20.0/configure-26410-    *)
v4l-utils-1.20.0/configure:26411:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
v4l-utils-1.20.0/configure-26412-        ;;
##############################################
v4l-utils-1.20.0/configure-26427-    done
v4l-utils-1.20.0/configure:26428:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
v4l-utils-1.20.0/configure-26429-}
##############################################
v4l-utils-1.20.0/configure-26622-      case "$ac_file" in
v4l-utils-1.20.0/configure:26623:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
v4l-utils-1.20.0/configure-26624-      esac
##############################################
v4l-utils-1.20.0/configure-26627-        # Adjust a relative srcdir.
v4l-utils-1.20.0/configure:26628:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
v4l-utils-1.20.0/configure:26629:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
v4l-utils-1.20.0/configure:26630:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
v4l-utils-1.20.0/configure-26631-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
v4l-utils-1.20.0/configure-26634-        case "$ac_given_srcdir" in
v4l-utils-1.20.0/configure:26635:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
v4l-utils-1.20.0/configure-26636-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
v4l-utils-1.20.0/configure-26655-            fi
v4l-utils-1.20.0/configure:26656:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
v4l-utils-1.20.0/configure-26657-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
v4l-utils-1.20.0/aminclude.am-115-	    $(DX_LATEX) refman.tex; \
v4l-utils-1.20.0/aminclude.am:116:	    countdown=`expr $$countdown - 1`; \
v4l-utils-1.20.0/aminclude.am-117-	done; \
##############################################
v4l-utils-1.20.0/aminclude.am-144-	    $(DX_PDFLATEX) refman.tex; \
v4l-utils-1.20.0/aminclude.am:145:	    countdown=`expr $$countdown - 1`; \
v4l-utils-1.20.0/aminclude.am-146-	done; \
##############################################
v4l-utils-1.20.0/include/linux/cec-funcs.h-281-
v4l-utils-1.20.0/include/linux/cec-funcs.h:282:static __inline__ void cec_msg_record_on_phys_addr(struct cec_msg *msg,
v4l-utils-1.20.0/include/linux/cec-funcs.h-283-					       __u16 phys_addr)
##############################################
v4l-utils-1.20.0/include/linux/cec-funcs.h-312-	case CEC_OP_RECORD_SRC_EXT_PHYS_ADDR:
v4l-utils-1.20.0/include/linux/cec-funcs.h:313:		cec_msg_record_on_phys_addr(msg,
v4l-utils-1.20.0/include/linux/cec-funcs.h-314-					    rec_src->ext_phys_addr.phys_addr);
##############################################
v4l-utils-1.20.0/include/linux/cec-funcs.h-789-
v4l-utils-1.20.0/include/linux/cec-funcs.h:790:static __inline__ void cec_msg_report_physical_addr(struct cec_msg *msg,
v4l-utils-1.20.0/include/linux/cec-funcs.h-791-					__u16 phys_addr, __u8 prim_devtype)
##############################################
v4l-utils-1.20.0/include/linux/cec-funcs.h-800-
v4l-utils-1.20.0/include/linux/cec-funcs.h:801:static __inline__ void cec_ops_report_physical_addr(const struct cec_msg *msg,
v4l-utils-1.20.0/include/linux/cec-funcs.h-802-					__u16 *phys_addr, __u8 *prim_devtype)
##############################################
v4l-utils-1.20.0/include/linux/cec-funcs.h-807-
v4l-utils-1.20.0/include/linux/cec-funcs.h:808:static __inline__ void cec_msg_give_physical_addr(struct cec_msg *msg,
v4l-utils-1.20.0/include/linux/cec-funcs.h-809-					      int reply)
##############################################
v4l-utils-1.20.0/include/linux/cec.h-295-#define CEC_MODE_EXCL_FOLLOWER		(0x2 << 4)
v4l-utils-1.20.0/include/linux/cec.h:296:#define CEC_MODE_EXCL_FOLLOWER_PASSTHRU	(0x3 << 4)
v4l-utils-1.20.0/include/linux/cec.h-297-#define CEC_MODE_MONITOR_PIN		(0xd << 4)
##############################################
v4l-utils-1.20.0/include/linux/cec.h-302-/* Userspace has to configure the physical address */
v4l-utils-1.20.0/include/linux/cec.h:303:#define CEC_CAP_PHYS_ADDR	(1 << 0)
v4l-utils-1.20.0/include/linux/cec.h-304-/* Userspace has to configure the logical addresses */
##############################################
v4l-utils-1.20.0/include/linux/cec.h-375-/* Passthrough RC messages to the input subsystem */
v4l-utils-1.20.0/include/linux/cec.h:376:#define CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU	(1 << 1)
v4l-utils-1.20.0/include/linux/cec.h-377-/* CDC-Only device: supports only CDC messages */
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-214-  esac
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:215:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-216-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:217:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-218-    *) f=$$p;; \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-219-  esac;
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:220:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-221-am__install_max = 40
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-222-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:223:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-224-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-587-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:588:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-589-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-623-.c.o:
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:624:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-625-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-631-.c.obj:
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:632:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:633:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-634-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-636-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:637:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-638-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-639-.c.lo:
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:640:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-641-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-647-.cpp.o:
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:648:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-649-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-655-.cpp.obj:
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:656:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:657:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-658-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-660-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:661:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-662-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-663-.cpp.lo:
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:664:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-665-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-671-v4l2_compliance-v4l2-compliance.o: v4l2-compliance.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:672:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-compliance.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-compliance.Tpo -c -o v4l2_compliance-v4l2-compliance.o `test -f 'v4l2-compliance.cpp' || echo '$(srcdir)/'`v4l2-compliance.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-673-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-compliance.Tpo $(DEPDIR)/v4l2_compliance-v4l2-compliance.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-675-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:676:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-compliance.o `test -f 'v4l2-compliance.cpp' || echo '$(srcdir)/'`v4l2-compliance.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-677-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-678-v4l2_compliance-v4l2-compliance.obj: v4l2-compliance.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:679:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-compliance.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-compliance.Tpo -c -o v4l2_compliance-v4l2-compliance.obj `if test -f 'v4l2-compliance.cpp'; then $(CYGPATH_W) 'v4l2-compliance.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-compliance.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-680-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-compliance.Tpo $(DEPDIR)/v4l2_compliance-v4l2-compliance.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-682-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:683:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-compliance.obj `if test -f 'v4l2-compliance.cpp'; then $(CYGPATH_W) 'v4l2-compliance.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-compliance.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-684-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-685-v4l2_compliance-v4l2-test-debug.o: v4l2-test-debug.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:686:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-debug.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-debug.Tpo -c -o v4l2_compliance-v4l2-test-debug.o `test -f 'v4l2-test-debug.cpp' || echo '$(srcdir)/'`v4l2-test-debug.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-687-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-debug.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-debug.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-689-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:690:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-debug.o `test -f 'v4l2-test-debug.cpp' || echo '$(srcdir)/'`v4l2-test-debug.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-691-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-692-v4l2_compliance-v4l2-test-debug.obj: v4l2-test-debug.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:693:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-debug.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-debug.Tpo -c -o v4l2_compliance-v4l2-test-debug.obj `if test -f 'v4l2-test-debug.cpp'; then $(CYGPATH_W) 'v4l2-test-debug.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-debug.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-694-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-debug.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-debug.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-696-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:697:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-debug.obj `if test -f 'v4l2-test-debug.cpp'; then $(CYGPATH_W) 'v4l2-test-debug.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-debug.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-698-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-699-v4l2_compliance-v4l2-test-input-output.o: v4l2-test-input-output.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:700:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-input-output.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-input-output.Tpo -c -o v4l2_compliance-v4l2-test-input-output.o `test -f 'v4l2-test-input-output.cpp' || echo '$(srcdir)/'`v4l2-test-input-output.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-701-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-input-output.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-input-output.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-703-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:704:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-input-output.o `test -f 'v4l2-test-input-output.cpp' || echo '$(srcdir)/'`v4l2-test-input-output.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-705-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-706-v4l2_compliance-v4l2-test-input-output.obj: v4l2-test-input-output.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:707:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-input-output.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-input-output.Tpo -c -o v4l2_compliance-v4l2-test-input-output.obj `if test -f 'v4l2-test-input-output.cpp'; then $(CYGPATH_W) 'v4l2-test-input-output.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-input-output.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-708-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-input-output.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-input-output.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-710-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:711:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-input-output.obj `if test -f 'v4l2-test-input-output.cpp'; then $(CYGPATH_W) 'v4l2-test-input-output.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-input-output.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-712-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-713-v4l2_compliance-v4l2-test-controls.o: v4l2-test-controls.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:714:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-controls.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-controls.Tpo -c -o v4l2_compliance-v4l2-test-controls.o `test -f 'v4l2-test-controls.cpp' || echo '$(srcdir)/'`v4l2-test-controls.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-715-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-controls.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-controls.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-717-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:718:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-controls.o `test -f 'v4l2-test-controls.cpp' || echo '$(srcdir)/'`v4l2-test-controls.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-719-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-720-v4l2_compliance-v4l2-test-controls.obj: v4l2-test-controls.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:721:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-controls.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-controls.Tpo -c -o v4l2_compliance-v4l2-test-controls.obj `if test -f 'v4l2-test-controls.cpp'; then $(CYGPATH_W) 'v4l2-test-controls.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-controls.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-722-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-controls.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-controls.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-724-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:725:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-controls.obj `if test -f 'v4l2-test-controls.cpp'; then $(CYGPATH_W) 'v4l2-test-controls.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-controls.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-726-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-727-v4l2_compliance-v4l2-test-io-config.o: v4l2-test-io-config.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:728:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-io-config.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-io-config.Tpo -c -o v4l2_compliance-v4l2-test-io-config.o `test -f 'v4l2-test-io-config.cpp' || echo '$(srcdir)/'`v4l2-test-io-config.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-729-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-io-config.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-io-config.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-731-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:732:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-io-config.o `test -f 'v4l2-test-io-config.cpp' || echo '$(srcdir)/'`v4l2-test-io-config.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-733-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-734-v4l2_compliance-v4l2-test-io-config.obj: v4l2-test-io-config.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:735:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-io-config.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-io-config.Tpo -c -o v4l2_compliance-v4l2-test-io-config.obj `if test -f 'v4l2-test-io-config.cpp'; then $(CYGPATH_W) 'v4l2-test-io-config.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-io-config.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-736-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-io-config.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-io-config.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-738-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:739:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-io-config.obj `if test -f 'v4l2-test-io-config.cpp'; then $(CYGPATH_W) 'v4l2-test-io-config.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-io-config.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-740-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-741-v4l2_compliance-v4l2-test-formats.o: v4l2-test-formats.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:742:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-formats.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-formats.Tpo -c -o v4l2_compliance-v4l2-test-formats.o `test -f 'v4l2-test-formats.cpp' || echo '$(srcdir)/'`v4l2-test-formats.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-743-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-formats.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-formats.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-745-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:746:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-formats.o `test -f 'v4l2-test-formats.cpp' || echo '$(srcdir)/'`v4l2-test-formats.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-747-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-748-v4l2_compliance-v4l2-test-formats.obj: v4l2-test-formats.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:749:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-formats.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-formats.Tpo -c -o v4l2_compliance-v4l2-test-formats.obj `if test -f 'v4l2-test-formats.cpp'; then $(CYGPATH_W) 'v4l2-test-formats.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-formats.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-750-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-formats.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-formats.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-752-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:753:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-formats.obj `if test -f 'v4l2-test-formats.cpp'; then $(CYGPATH_W) 'v4l2-test-formats.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-formats.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-754-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-755-v4l2_compliance-v4l2-test-buffers.o: v4l2-test-buffers.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:756:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-buffers.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-buffers.Tpo -c -o v4l2_compliance-v4l2-test-buffers.o `test -f 'v4l2-test-buffers.cpp' || echo '$(srcdir)/'`v4l2-test-buffers.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-757-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-buffers.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-buffers.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-759-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:760:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-buffers.o `test -f 'v4l2-test-buffers.cpp' || echo '$(srcdir)/'`v4l2-test-buffers.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-761-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-762-v4l2_compliance-v4l2-test-buffers.obj: v4l2-test-buffers.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:763:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-buffers.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-buffers.Tpo -c -o v4l2_compliance-v4l2-test-buffers.obj `if test -f 'v4l2-test-buffers.cpp'; then $(CYGPATH_W) 'v4l2-test-buffers.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-buffers.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-764-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-buffers.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-buffers.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-766-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:767:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-buffers.obj `if test -f 'v4l2-test-buffers.cpp'; then $(CYGPATH_W) 'v4l2-test-buffers.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-buffers.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-768-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-769-v4l2_compliance-v4l2-test-codecs.o: v4l2-test-codecs.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:770:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-codecs.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-codecs.Tpo -c -o v4l2_compliance-v4l2-test-codecs.o `test -f 'v4l2-test-codecs.cpp' || echo '$(srcdir)/'`v4l2-test-codecs.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-771-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-codecs.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-codecs.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-773-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:774:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-codecs.o `test -f 'v4l2-test-codecs.cpp' || echo '$(srcdir)/'`v4l2-test-codecs.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-775-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-776-v4l2_compliance-v4l2-test-codecs.obj: v4l2-test-codecs.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:777:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-codecs.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-codecs.Tpo -c -o v4l2_compliance-v4l2-test-codecs.obj `if test -f 'v4l2-test-codecs.cpp'; then $(CYGPATH_W) 'v4l2-test-codecs.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-codecs.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-778-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-codecs.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-codecs.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-780-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:781:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-codecs.obj `if test -f 'v4l2-test-codecs.cpp'; then $(CYGPATH_W) 'v4l2-test-codecs.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-codecs.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-782-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-783-v4l2_compliance-v4l2-test-subdevs.o: v4l2-test-subdevs.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:784:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-subdevs.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-subdevs.Tpo -c -o v4l2_compliance-v4l2-test-subdevs.o `test -f 'v4l2-test-subdevs.cpp' || echo '$(srcdir)/'`v4l2-test-subdevs.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-785-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-subdevs.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-subdevs.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-787-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:788:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-subdevs.o `test -f 'v4l2-test-subdevs.cpp' || echo '$(srcdir)/'`v4l2-test-subdevs.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-789-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-790-v4l2_compliance-v4l2-test-subdevs.obj: v4l2-test-subdevs.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:791:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-subdevs.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-subdevs.Tpo -c -o v4l2_compliance-v4l2-test-subdevs.obj `if test -f 'v4l2-test-subdevs.cpp'; then $(CYGPATH_W) 'v4l2-test-subdevs.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-subdevs.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-792-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-subdevs.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-subdevs.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-794-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:795:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-subdevs.obj `if test -f 'v4l2-test-subdevs.cpp'; then $(CYGPATH_W) 'v4l2-test-subdevs.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-subdevs.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-796-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-797-v4l2_compliance-v4l2-test-media.o: v4l2-test-media.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:798:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-media.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-media.Tpo -c -o v4l2_compliance-v4l2-test-media.o `test -f 'v4l2-test-media.cpp' || echo '$(srcdir)/'`v4l2-test-media.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-799-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-media.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-media.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-801-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:802:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-media.o `test -f 'v4l2-test-media.cpp' || echo '$(srcdir)/'`v4l2-test-media.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-803-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-804-v4l2_compliance-v4l2-test-media.obj: v4l2-test-media.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:805:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-media.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-media.Tpo -c -o v4l2_compliance-v4l2-test-media.obj `if test -f 'v4l2-test-media.cpp'; then $(CYGPATH_W) 'v4l2-test-media.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-media.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-806-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-media.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-media.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-808-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:809:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-media.obj `if test -f 'v4l2-test-media.cpp'; then $(CYGPATH_W) 'v4l2-test-media.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-media.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-810-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-811-v4l2_compliance-v4l2-test-colors.o: v4l2-test-colors.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:812:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-colors.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-colors.Tpo -c -o v4l2_compliance-v4l2-test-colors.o `test -f 'v4l2-test-colors.cpp' || echo '$(srcdir)/'`v4l2-test-colors.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-813-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-colors.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-colors.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-815-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:816:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-colors.o `test -f 'v4l2-test-colors.cpp' || echo '$(srcdir)/'`v4l2-test-colors.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-817-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-818-v4l2_compliance-v4l2-test-colors.obj: v4l2-test-colors.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:819:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-test-colors.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-test-colors.Tpo -c -o v4l2_compliance-v4l2-test-colors.obj `if test -f 'v4l2-test-colors.cpp'; then $(CYGPATH_W) 'v4l2-test-colors.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-colors.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-820-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-test-colors.Tpo $(DEPDIR)/v4l2_compliance-v4l2-test-colors.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-822-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:823:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-test-colors.obj `if test -f 'v4l2-test-colors.cpp'; then $(CYGPATH_W) 'v4l2-test-colors.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-test-colors.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-824-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-825-v4l2_compliance-media-info.o: media-info.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:826:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-media-info.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-media-info.Tpo -c -o v4l2_compliance-media-info.o `test -f 'media-info.cpp' || echo '$(srcdir)/'`media-info.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-827-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-media-info.Tpo $(DEPDIR)/v4l2_compliance-media-info.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-829-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:830:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-media-info.o `test -f 'media-info.cpp' || echo '$(srcdir)/'`media-info.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-831-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-832-v4l2_compliance-media-info.obj: media-info.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:833:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-media-info.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-media-info.Tpo -c -o v4l2_compliance-media-info.obj `if test -f 'media-info.cpp'; then $(CYGPATH_W) 'media-info.cpp'; else $(CYGPATH_W) '$(srcdir)/media-info.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-834-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-media-info.Tpo $(DEPDIR)/v4l2_compliance-media-info.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-836-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:837:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-media-info.obj `if test -f 'media-info.cpp'; then $(CYGPATH_W) 'media-info.cpp'; else $(CYGPATH_W) '$(srcdir)/media-info.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-838-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-839-v4l2_compliance-v4l2-info.o: v4l2-info.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:840:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-info.o -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-info.Tpo -c -o v4l2_compliance-v4l2-info.o `test -f 'v4l2-info.cpp' || echo '$(srcdir)/'`v4l2-info.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-841-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-info.Tpo $(DEPDIR)/v4l2_compliance-v4l2-info.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-843-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:844:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-info.o `test -f 'v4l2-info.cpp' || echo '$(srcdir)/'`v4l2-info.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-845-
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-846-v4l2_compliance-v4l2-info.obj: v4l2-info.cpp
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:847:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_compliance-v4l2-info.obj -MD -MP -MF $(DEPDIR)/v4l2_compliance-v4l2-info.Tpo -c -o v4l2_compliance-v4l2-info.obj `if test -f 'v4l2-info.cpp'; then $(CYGPATH_W) 'v4l2-info.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-info.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-848-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_compliance-v4l2-info.Tpo $(DEPDIR)/v4l2_compliance-v4l2-info.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-850-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:851:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_compliance-v4l2-info.obj `if test -f 'v4l2-info.cpp'; then $(CYGPATH_W) 'v4l2-info.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-info.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-852-
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-862-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:863:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-864-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-931-GTAGS:
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:932:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-933-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-957-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:958:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:959:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-960-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-971-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in:972:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/v4l2-compliance/Makefile.in-973-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/Makefile.in-49-  { \
v4l-utils-1.20.0/utils/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/Makefile.in-51-  }; \
##############################################
v4l-utils-1.20.0/utils/Makefile.in-184-  while test -n "$$dir1"; do \
v4l-utils-1.20.0/utils/Makefile.in:185:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/utils/Makefile.in-186-    if test "$$first" != "."; then \
v4l-utils-1.20.0/utils/Makefile.in-187-      if test "$$first" = ".."; then \
v4l-utils-1.20.0/utils/Makefile.in:188:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
v4l-utils-1.20.0/utils/Makefile.in:189:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
v4l-utils-1.20.0/utils/Makefile.in-190-      else \
v4l-utils-1.20.0/utils/Makefile.in:191:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/utils/Makefile.in-192-        if test "$$first2" = "$$first"; then \
v4l-utils-1.20.0/utils/Makefile.in:193:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/utils/Makefile.in-194-        else \
##############################################
v4l-utils-1.20.0/utils/Makefile.in-199-    fi; \
v4l-utils-1.20.0/utils/Makefile.in:200:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/utils/Makefile.in-201-  done; \
##############################################
v4l-utils-1.20.0/utils/Makefile.in-488-	dot_seen=no; \
v4l-utils-1.20.0/utils/Makefile.in:489:	target=`echo $@ | sed s/-recursive//`; \
v4l-utils-1.20.0/utils/Makefile.in-490-	case "$@" in \
##############################################
v4l-utils-1.20.0/utils/Makefile.in-551-GTAGS:
v4l-utils-1.20.0/utils/Makefile.in:552:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/Makefile.in-553-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/Makefile.in-577-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/Makefile.in:578:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/Makefile.in:579:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/Makefile.in-580-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/Makefile.in-591-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/Makefile.in:592:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/Makefile.in-593-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-485-.c.o:
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:486:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-487-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-493-.c.obj:
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:494:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:495:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-496-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-498-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:499:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-500-
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-501-.c.lo:
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:502:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-503-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-509-libv4l2util_la-frequencies.lo: frequencies.c
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:510:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2util_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l2util_la-frequencies.lo -MD -MP -MF $(DEPDIR)/libv4l2util_la-frequencies.Tpo -c -o libv4l2util_la-frequencies.lo `test -f 'frequencies.c' || echo '$(srcdir)/'`frequencies.c
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-511-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l2util_la-frequencies.Tpo $(DEPDIR)/libv4l2util_la-frequencies.Plo
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:514:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2util_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l2util_la-frequencies.lo `test -f 'frequencies.c' || echo '$(srcdir)/'`frequencies.c
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-515-
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-516-libv4l2util_la-v4l2_driver.lo: v4l2_driver.c
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:517:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2util_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libv4l2util_la-v4l2_driver.lo -MD -MP -MF $(DEPDIR)/libv4l2util_la-v4l2_driver.Tpo -c -o libv4l2util_la-v4l2_driver.lo `test -f 'v4l2_driver.c' || echo '$(srcdir)/'`v4l2_driver.c
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-518-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l2util_la-v4l2_driver.Tpo $(DEPDIR)/libv4l2util_la-v4l2_driver.Plo
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-520-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:521:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libv4l2util_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libv4l2util_la-v4l2_driver.lo `test -f 'v4l2_driver.c' || echo '$(srcdir)/'`v4l2_driver.c
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-522-
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-558-GTAGS:
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:559:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-560-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-584-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:585:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:586:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-587-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-598-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in:599:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/libv4l2util/Makefile.in-600-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-498-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:499:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-500-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-521-.c.o:
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:522:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-523-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-529-.c.obj:
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:530:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:531:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-532-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-536-
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-537-.c.lo:
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:538:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-539-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-580-GTAGS:
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:581:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-582-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-606-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:607:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:608:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-609-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-620-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in:621:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/v4l2-sysfs-path/Makefile.in-622-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-483-.c.o:
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:484:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-485-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-491-.c.obj:
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:492:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:493:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-494-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-496-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:497:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-498-
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-499-.c.lo:
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:500:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-501-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-507-libmedia_dev_la-get_media_devices.lo: get_media_devices.c
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:508:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmedia_dev_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmedia_dev_la-get_media_devices.lo -MD -MP -MF $(DEPDIR)/libmedia_dev_la-get_media_devices.Tpo -c -o libmedia_dev_la-get_media_devices.lo `test -f 'get_media_devices.c' || echo '$(srcdir)/'`get_media_devices.c
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-509-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libmedia_dev_la-get_media_devices.Tpo $(DEPDIR)/libmedia_dev_la-get_media_devices.Plo
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:512:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmedia_dev_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmedia_dev_la-get_media_devices.lo `test -f 'get_media_devices.c' || echo '$(srcdir)/'`get_media_devices.c
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-513-
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-549-GTAGS:
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:550:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-551-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-575-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:576:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:577:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-578-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-589-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in:590:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/libmedia_dev/Makefile.in-591-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-496-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:497:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-498-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-519-.c.o:
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:520:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-521-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-527-.c.obj:
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:528:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:529:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-530-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:533:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-534-
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-535-.c.lo:
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:536:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-537-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-578-GTAGS:
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:579:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-580-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-604-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:605:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:606:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-607-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-618-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in:619:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/ivtv-ctl/Makefile.in-620-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-182-  esac
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:183:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-184-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:185:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-186-    *) f=$$p;; \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-187-  esac;
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:188:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-189-am__install_max = 40
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-190-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:191:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-192-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-548-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:549:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-550-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-572-.cpp.o:
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:573:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-574-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-580-.cpp.obj:
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:581:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:582:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-583-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-585-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:586:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-587-
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-588-.cpp.lo:
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:589:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-590-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-596-cec_ctl-cec-ctl.o: cec-ctl.cpp
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:597:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_ctl-cec-ctl.o -MD -MP -MF $(DEPDIR)/cec_ctl-cec-ctl.Tpo -c -o cec_ctl-cec-ctl.o `test -f 'cec-ctl.cpp' || echo '$(srcdir)/'`cec-ctl.cpp
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-598-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_ctl-cec-ctl.Tpo $(DEPDIR)/cec_ctl-cec-ctl.Po
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:601:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_ctl-cec-ctl.o `test -f 'cec-ctl.cpp' || echo '$(srcdir)/'`cec-ctl.cpp
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-602-
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-603-cec_ctl-cec-ctl.obj: cec-ctl.cpp
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:604:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_ctl-cec-ctl.obj -MD -MP -MF $(DEPDIR)/cec_ctl-cec-ctl.Tpo -c -o cec_ctl-cec-ctl.obj `if test -f 'cec-ctl.cpp'; then $(CYGPATH_W) 'cec-ctl.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-ctl.cpp'; fi`
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-605-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_ctl-cec-ctl.Tpo $(DEPDIR)/cec_ctl-cec-ctl.Po
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:608:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_ctl-cec-ctl.obj `if test -f 'cec-ctl.cpp'; then $(CYGPATH_W) 'cec-ctl.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-ctl.cpp'; fi`
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-609-
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-610-cec_ctl-cec-pin.o: cec-pin.cpp
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:611:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_ctl-cec-pin.o -MD -MP -MF $(DEPDIR)/cec_ctl-cec-pin.Tpo -c -o cec_ctl-cec-pin.o `test -f 'cec-pin.cpp' || echo '$(srcdir)/'`cec-pin.cpp
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-612-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_ctl-cec-pin.Tpo $(DEPDIR)/cec_ctl-cec-pin.Po
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:615:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_ctl-cec-pin.o `test -f 'cec-pin.cpp' || echo '$(srcdir)/'`cec-pin.cpp
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-616-
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-617-cec_ctl-cec-pin.obj: cec-pin.cpp
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:618:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_ctl-cec-pin.obj -MD -MP -MF $(DEPDIR)/cec_ctl-cec-pin.Tpo -c -o cec_ctl-cec-pin.obj `if test -f 'cec-pin.cpp'; then $(CYGPATH_W) 'cec-pin.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-pin.cpp'; fi`
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-619-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_ctl-cec-pin.Tpo $(DEPDIR)/cec_ctl-cec-pin.Po
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:622:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_ctl-cec-pin.obj `if test -f 'cec-pin.cpp'; then $(CYGPATH_W) 'cec-pin.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-pin.cpp'; fi`
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-623-
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-633-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:634:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-635-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-702-GTAGS:
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:703:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-704-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-728-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:729:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:730:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-731-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-742-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in:743:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/cec-ctl/Makefile.in-744-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/cec-ctl/cec-ctl.cpp-535-	cec_msg_init(&msg, la, i);
v4l-utils-1.20.0/utils/cec-ctl/cec-ctl.cpp:536:	cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-ctl/cec-ctl.cpp-537-	doioctl(node, CEC_TRANSMIT, &msg);
##############################################
v4l-utils-1.20.0/utils/cec-ctl/cec-ctl.cpp-1967-		case OptPhysAddr:
v4l-utils-1.20.0/utils/cec-ctl/cec-ctl.cpp:1968:			phys_addr = cec_parse_phys_addr(optarg);
v4l-utils-1.20.0/utils/cec-ctl/cec-ctl.cpp-1969-			break;
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-190-  esac
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:191:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-192-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:193:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-194-    *) f=$$p;; \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-195-  esac;
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:196:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-197-am__install_max = 40
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-198-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:199:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-200-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-556-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:557:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-558-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-584-.cpp.o:
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:585:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-586-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-592-.cpp.obj:
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:593:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:594:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-595-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-597-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:598:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-599-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-600-.cpp.lo:
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:601:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-602-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-608-cec_compliance-cec-compliance.o: cec-compliance.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:609:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-compliance.o -MD -MP -MF $(DEPDIR)/cec_compliance-cec-compliance.Tpo -c -o cec_compliance-cec-compliance.o `test -f 'cec-compliance.cpp' || echo '$(srcdir)/'`cec-compliance.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-610-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-compliance.Tpo $(DEPDIR)/cec_compliance-cec-compliance.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-612-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:613:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-compliance.o `test -f 'cec-compliance.cpp' || echo '$(srcdir)/'`cec-compliance.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-614-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-615-cec_compliance-cec-compliance.obj: cec-compliance.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:616:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-compliance.obj -MD -MP -MF $(DEPDIR)/cec_compliance-cec-compliance.Tpo -c -o cec_compliance-cec-compliance.obj `if test -f 'cec-compliance.cpp'; then $(CYGPATH_W) 'cec-compliance.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-compliance.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-617-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-compliance.Tpo $(DEPDIR)/cec_compliance-cec-compliance.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-619-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:620:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-compliance.obj `if test -f 'cec-compliance.cpp'; then $(CYGPATH_W) 'cec-compliance.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-compliance.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-621-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-622-cec_compliance-cec-test.o: cec-test.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:623:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test.o -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test.Tpo -c -o cec_compliance-cec-test.o `test -f 'cec-test.cpp' || echo '$(srcdir)/'`cec-test.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-624-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test.Tpo $(DEPDIR)/cec_compliance-cec-test.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-626-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:627:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test.o `test -f 'cec-test.cpp' || echo '$(srcdir)/'`cec-test.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-628-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-629-cec_compliance-cec-test.obj: cec-test.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:630:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test.obj -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test.Tpo -c -o cec_compliance-cec-test.obj `if test -f 'cec-test.cpp'; then $(CYGPATH_W) 'cec-test.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-631-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test.Tpo $(DEPDIR)/cec_compliance-cec-test.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-633-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:634:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test.obj `if test -f 'cec-test.cpp'; then $(CYGPATH_W) 'cec-test.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-635-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-636-cec_compliance-cec-test-adapter.o: cec-test-adapter.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:637:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test-adapter.o -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test-adapter.Tpo -c -o cec_compliance-cec-test-adapter.o `test -f 'cec-test-adapter.cpp' || echo '$(srcdir)/'`cec-test-adapter.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-638-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test-adapter.Tpo $(DEPDIR)/cec_compliance-cec-test-adapter.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:641:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test-adapter.o `test -f 'cec-test-adapter.cpp' || echo '$(srcdir)/'`cec-test-adapter.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-642-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-643-cec_compliance-cec-test-adapter.obj: cec-test-adapter.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:644:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test-adapter.obj -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test-adapter.Tpo -c -o cec_compliance-cec-test-adapter.obj `if test -f 'cec-test-adapter.cpp'; then $(CYGPATH_W) 'cec-test-adapter.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test-adapter.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-645-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test-adapter.Tpo $(DEPDIR)/cec_compliance-cec-test-adapter.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-647-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:648:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test-adapter.obj `if test -f 'cec-test-adapter.cpp'; then $(CYGPATH_W) 'cec-test-adapter.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test-adapter.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-649-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-650-cec_compliance-cec-test-audio.o: cec-test-audio.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:651:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test-audio.o -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test-audio.Tpo -c -o cec_compliance-cec-test-audio.o `test -f 'cec-test-audio.cpp' || echo '$(srcdir)/'`cec-test-audio.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-652-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test-audio.Tpo $(DEPDIR)/cec_compliance-cec-test-audio.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-654-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:655:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test-audio.o `test -f 'cec-test-audio.cpp' || echo '$(srcdir)/'`cec-test-audio.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-656-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-657-cec_compliance-cec-test-audio.obj: cec-test-audio.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:658:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test-audio.obj -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test-audio.Tpo -c -o cec_compliance-cec-test-audio.obj `if test -f 'cec-test-audio.cpp'; then $(CYGPATH_W) 'cec-test-audio.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test-audio.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-659-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test-audio.Tpo $(DEPDIR)/cec_compliance-cec-test-audio.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-661-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:662:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test-audio.obj `if test -f 'cec-test-audio.cpp'; then $(CYGPATH_W) 'cec-test-audio.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test-audio.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-663-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-664-cec_compliance-cec-test-power.o: cec-test-power.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:665:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test-power.o -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test-power.Tpo -c -o cec_compliance-cec-test-power.o `test -f 'cec-test-power.cpp' || echo '$(srcdir)/'`cec-test-power.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-666-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test-power.Tpo $(DEPDIR)/cec_compliance-cec-test-power.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-668-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:669:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test-power.o `test -f 'cec-test-power.cpp' || echo '$(srcdir)/'`cec-test-power.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-670-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-671-cec_compliance-cec-test-power.obj: cec-test-power.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:672:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test-power.obj -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test-power.Tpo -c -o cec_compliance-cec-test-power.obj `if test -f 'cec-test-power.cpp'; then $(CYGPATH_W) 'cec-test-power.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test-power.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-673-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test-power.Tpo $(DEPDIR)/cec_compliance-cec-test-power.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-675-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:676:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test-power.obj `if test -f 'cec-test-power.cpp'; then $(CYGPATH_W) 'cec-test-power.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test-power.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-677-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-678-cec_compliance-cec-test-fuzzing.o: cec-test-fuzzing.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:679:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test-fuzzing.o -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test-fuzzing.Tpo -c -o cec_compliance-cec-test-fuzzing.o `test -f 'cec-test-fuzzing.cpp' || echo '$(srcdir)/'`cec-test-fuzzing.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-680-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test-fuzzing.Tpo $(DEPDIR)/cec_compliance-cec-test-fuzzing.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-682-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:683:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test-fuzzing.o `test -f 'cec-test-fuzzing.cpp' || echo '$(srcdir)/'`cec-test-fuzzing.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-684-
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-685-cec_compliance-cec-test-fuzzing.obj: cec-test-fuzzing.cpp
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:686:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_compliance-cec-test-fuzzing.obj -MD -MP -MF $(DEPDIR)/cec_compliance-cec-test-fuzzing.Tpo -c -o cec_compliance-cec-test-fuzzing.obj `if test -f 'cec-test-fuzzing.cpp'; then $(CYGPATH_W) 'cec-test-fuzzing.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test-fuzzing.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-687-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_compliance-cec-test-fuzzing.Tpo $(DEPDIR)/cec_compliance-cec-test-fuzzing.Po
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-689-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:690:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_compliance_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_compliance-cec-test-fuzzing.obj `if test -f 'cec-test-fuzzing.cpp'; then $(CYGPATH_W) 'cec-test-fuzzing.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-test-fuzzing.cpp'; fi`
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-691-
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-701-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:702:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-703-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-770-GTAGS:
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:771:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-772-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-796-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:797:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:798:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-799-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-810-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in:811:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/cec-compliance/Makefile.in-812-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-compliance.h-434-int system_info_polling(struct node *node, unsigned me, unsigned la, bool interactive);
v4l-utils-1.20.0/utils/cec-compliance/cec-compliance.h:435:int system_info_phys_addr(struct node *node, unsigned me, unsigned la, bool interactive);
v4l-utils-1.20.0/utils/cec-compliance/cec-compliance.h-436-int system_info_version(struct node *node, unsigned me, unsigned la, bool interactive);
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-93-
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:94:static int testAdapPhysAddr(struct node *node)
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-95-{
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-343-			cec_msg_init(&msg, i, i);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:344:			cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-345-			fail_on_test(doioctl(node, CEC_TRANSMIT, &msg) != EINVAL);
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-355-			msg.flags &= ~msg_fl_mask;
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:356:			cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-357-			fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-383-			msg.flags &= ~msg_fl_mask;
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:384:			cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-385-			fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-410-			msg.flags &= ~msg_fl_mask;
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:411:			cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-412-			fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-434-			msg.flags &= ~msg_fl_mask;
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:435:			cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-436-			fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-529-	cec_msg_init(&msg, la, remote_la);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:530:	cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-531-	fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-541-	cec_msg_init(&msg, la, remote_la);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:542:	cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-543-	fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-602-		msg.flags &= ~msg_fl_mask;
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:603:		cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-604-		fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-654-		msg.flags &= ~msg_fl_mask;
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:655:		cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-656-		fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-713-		msg.flags &= ~msg_fl_mask;
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:714:		cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-715-		fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-764-		msg.flags &= ~msg_fl_mask;
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:765:		cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-766-		fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-874-	cec_msg_init(&msg, me, remote);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:875:	cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-876-	fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-886-	cec_msg_init(&msg, me, remote);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:887:	cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-888-	fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-900-	cec_msg_init(&msg, me, remote);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:901:	cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-902-	fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-917-	cec_msg_init(&msg, me, remote);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:918:	cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-919-	fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-936-	cec_msg_init(&msg, me, remote);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:937:	cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-938-	fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-964-		cec_msg_init(&msg, me, remote);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:965:		cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-966-		fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-990-		cec_msg_init(&msg, me, remote);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:991:		cec_msg_give_physical_addr(&msg, false);
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-992-		fail_on_test(doioctl(node, CEC_TRANSMIT, &msg));
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-1240-	printf("\tCEC_DQEVENT: %s\n", ok(testDQEvent(&node)));
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp:1241:	printf("\tCEC_ADAP_G/S_PHYS_ADDR: %s\n", ok(testAdapPhysAddr(&node)));
v4l-utils-1.20.0/utils/cec-compliance/cec-test-adapter.cpp-1242-	if (node.caps & CEC_CAP_PHYS_ADDR)
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-compliance.cpp-1033-	cec_msg_init(&msg, la, i);
v4l-utils-1.20.0/utils/cec-compliance/cec-compliance.cpp:1034:	cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-compliance/cec-compliance.cpp-1035-	unknown = !transmit_timeout(node, &msg) || timed_out_or_abort(&msg);
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test.cpp-60-
v4l-utils-1.20.0/utils/cec-compliance/cec-test.cpp:61:int system_info_phys_addr(struct node *node, unsigned me, unsigned la, bool interactive)
v4l-utils-1.20.0/utils/cec-compliance/cec-test.cpp-62-{
##############################################
v4l-utils-1.20.0/utils/cec-compliance/cec-test.cpp-65-	cec_msg_init(&msg, me, la);
v4l-utils-1.20.0/utils/cec-compliance/cec-test.cpp:66:	cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-compliance/cec-test.cpp-67-	if (!transmit_timeout(node, &msg) || timed_out_or_abort(&msg)) {
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-233-  esac
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:234:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-235-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:236:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-237-    *) f=$$p;; \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-238-  esac;
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:239:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-240-am__install_max = 40
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-241-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:242:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-243-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-609-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:610:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-611-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-656-.c.o:
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:657:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-658-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-664-.c.obj:
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:665:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:666:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-667-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:670:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-671-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-672-.c.lo:
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:673:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-674-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-680-v4l2_ctl-v4l2-tpg-colors.o: v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-v4l2-tpg-colors.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-tpg-colors.Tpo -c -o v4l2_ctl-v4l2-tpg-colors.o `test -f 'v4l2-tpg-colors.c' || echo '$(srcdir)/'`v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-tpg-colors.Tpo $(DEPDIR)/v4l2_ctl-v4l2-tpg-colors.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-v4l2-tpg-colors.o `test -f 'v4l2-tpg-colors.c' || echo '$(srcdir)/'`v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-686-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-687-v4l2_ctl-v4l2-tpg-colors.obj: v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-v4l2-tpg-colors.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-tpg-colors.Tpo -c -o v4l2_ctl-v4l2-tpg-colors.obj `if test -f 'v4l2-tpg-colors.c'; then $(CYGPATH_W) 'v4l2-tpg-colors.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-colors.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-tpg-colors.Tpo $(DEPDIR)/v4l2_ctl-v4l2-tpg-colors.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:692:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-v4l2-tpg-colors.obj `if test -f 'v4l2-tpg-colors.c'; then $(CYGPATH_W) 'v4l2-tpg-colors.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-colors.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-693-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-694-v4l2_ctl-v4l2-tpg-core.o: v4l2-tpg-core.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-v4l2-tpg-core.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-tpg-core.Tpo -c -o v4l2_ctl-v4l2-tpg-core.o `test -f 'v4l2-tpg-core.c' || echo '$(srcdir)/'`v4l2-tpg-core.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-tpg-core.Tpo $(DEPDIR)/v4l2_ctl-v4l2-tpg-core.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-v4l2-tpg-core.o `test -f 'v4l2-tpg-core.c' || echo '$(srcdir)/'`v4l2-tpg-core.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-700-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-701-v4l2_ctl-v4l2-tpg-core.obj: v4l2-tpg-core.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-v4l2-tpg-core.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-tpg-core.Tpo -c -o v4l2_ctl-v4l2-tpg-core.obj `if test -f 'v4l2-tpg-core.c'; then $(CYGPATH_W) 'v4l2-tpg-core.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-core.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-tpg-core.Tpo $(DEPDIR)/v4l2_ctl-v4l2-tpg-core.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-v4l2-tpg-core.obj `if test -f 'v4l2-tpg-core.c'; then $(CYGPATH_W) 'v4l2-tpg-core.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-core.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-707-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-708-v4l2_ctl-v4l-stream.o: v4l-stream.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-v4l-stream.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l-stream.Tpo -c -o v4l2_ctl-v4l-stream.o `test -f 'v4l-stream.c' || echo '$(srcdir)/'`v4l-stream.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l-stream.Tpo $(DEPDIR)/v4l2_ctl-v4l-stream.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-v4l-stream.o `test -f 'v4l-stream.c' || echo '$(srcdir)/'`v4l-stream.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-714-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-715-v4l2_ctl-v4l-stream.obj: v4l-stream.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:716:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-v4l-stream.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l-stream.Tpo -c -o v4l2_ctl-v4l-stream.obj `if test -f 'v4l-stream.c'; then $(CYGPATH_W) 'v4l-stream.c'; else $(CYGPATH_W) '$(srcdir)/v4l-stream.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l-stream.Tpo $(DEPDIR)/v4l2_ctl-v4l-stream.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:720:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-v4l-stream.obj `if test -f 'v4l-stream.c'; then $(CYGPATH_W) 'v4l-stream.c'; else $(CYGPATH_W) '$(srcdir)/v4l-stream.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-721-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-722-v4l2_ctl-codec-fwht.o: codec-fwht.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:723:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-codec-fwht.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-codec-fwht.Tpo -c -o v4l2_ctl-codec-fwht.o `test -f 'codec-fwht.c' || echo '$(srcdir)/'`codec-fwht.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-codec-fwht.Tpo $(DEPDIR)/v4l2_ctl-codec-fwht.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:727:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-codec-fwht.o `test -f 'codec-fwht.c' || echo '$(srcdir)/'`codec-fwht.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-728-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-729-v4l2_ctl-codec-fwht.obj: codec-fwht.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:730:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-codec-fwht.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-codec-fwht.Tpo -c -o v4l2_ctl-codec-fwht.obj `if test -f 'codec-fwht.c'; then $(CYGPATH_W) 'codec-fwht.c'; else $(CYGPATH_W) '$(srcdir)/codec-fwht.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-731-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-codec-fwht.Tpo $(DEPDIR)/v4l2_ctl-codec-fwht.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:734:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-codec-fwht.obj `if test -f 'codec-fwht.c'; then $(CYGPATH_W) 'codec-fwht.c'; else $(CYGPATH_W) '$(srcdir)/codec-fwht.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-735-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-736-v4l2_ctl-codec-v4l2-fwht.o: codec-v4l2-fwht.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:737:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-codec-v4l2-fwht.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-codec-v4l2-fwht.Tpo -c -o v4l2_ctl-codec-v4l2-fwht.o `test -f 'codec-v4l2-fwht.c' || echo '$(srcdir)/'`codec-v4l2-fwht.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-738-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-codec-v4l2-fwht.Tpo $(DEPDIR)/v4l2_ctl-codec-v4l2-fwht.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:741:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-codec-v4l2-fwht.o `test -f 'codec-v4l2-fwht.c' || echo '$(srcdir)/'`codec-v4l2-fwht.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-742-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-743-v4l2_ctl-codec-v4l2-fwht.obj: codec-v4l2-fwht.c
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:744:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT v4l2_ctl-codec-v4l2-fwht.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-codec-v4l2-fwht.Tpo -c -o v4l2_ctl-codec-v4l2-fwht.obj `if test -f 'codec-v4l2-fwht.c'; then $(CYGPATH_W) 'codec-v4l2-fwht.c'; else $(CYGPATH_W) '$(srcdir)/codec-v4l2-fwht.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-745-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-codec-v4l2-fwht.Tpo $(DEPDIR)/v4l2_ctl-codec-v4l2-fwht.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:748:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o v4l2_ctl-codec-v4l2-fwht.obj `if test -f 'codec-v4l2-fwht.c'; then $(CYGPATH_W) 'codec-v4l2-fwht.c'; else $(CYGPATH_W) '$(srcdir)/codec-v4l2-fwht.c'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-749-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-750-.cpp.o:
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:751:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-752-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-758-.cpp.obj:
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:759:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:760:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-761-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-763-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:764:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-765-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-766-.cpp.lo:
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:767:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-768-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-774-v4l2_ctl-v4l2-ctl.o: v4l2-ctl.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:775:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl.Tpo -c -o v4l2_ctl-v4l2-ctl.o `test -f 'v4l2-ctl.cpp' || echo '$(srcdir)/'`v4l2-ctl.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-776-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-778-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:779:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl.o `test -f 'v4l2-ctl.cpp' || echo '$(srcdir)/'`v4l2-ctl.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-780-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-781-v4l2_ctl-v4l2-ctl.obj: v4l2-ctl.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:782:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl.Tpo -c -o v4l2_ctl-v4l2-ctl.obj `if test -f 'v4l2-ctl.cpp'; then $(CYGPATH_W) 'v4l2-ctl.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-783-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-785-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:786:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl.obj `if test -f 'v4l2-ctl.cpp'; then $(CYGPATH_W) 'v4l2-ctl.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-787-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-788-v4l2_ctl-v4l2-ctl-common.o: v4l2-ctl-common.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:789:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-common.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-common.Tpo -c -o v4l2_ctl-v4l2-ctl-common.o `test -f 'v4l2-ctl-common.cpp' || echo '$(srcdir)/'`v4l2-ctl-common.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-790-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-common.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-common.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-792-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:793:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-common.o `test -f 'v4l2-ctl-common.cpp' || echo '$(srcdir)/'`v4l2-ctl-common.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-794-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-795-v4l2_ctl-v4l2-ctl-common.obj: v4l2-ctl-common.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:796:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-common.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-common.Tpo -c -o v4l2_ctl-v4l2-ctl-common.obj `if test -f 'v4l2-ctl-common.cpp'; then $(CYGPATH_W) 'v4l2-ctl-common.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-common.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-797-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-common.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-common.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-799-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:800:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-common.obj `if test -f 'v4l2-ctl-common.cpp'; then $(CYGPATH_W) 'v4l2-ctl-common.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-common.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-801-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-802-v4l2_ctl-v4l2-ctl-tuner.o: v4l2-ctl-tuner.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:803:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-tuner.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-tuner.Tpo -c -o v4l2_ctl-v4l2-ctl-tuner.o `test -f 'v4l2-ctl-tuner.cpp' || echo '$(srcdir)/'`v4l2-ctl-tuner.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-804-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-tuner.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-tuner.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-806-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:807:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-tuner.o `test -f 'v4l2-ctl-tuner.cpp' || echo '$(srcdir)/'`v4l2-ctl-tuner.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-808-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-809-v4l2_ctl-v4l2-ctl-tuner.obj: v4l2-ctl-tuner.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:810:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-tuner.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-tuner.Tpo -c -o v4l2_ctl-v4l2-ctl-tuner.obj `if test -f 'v4l2-ctl-tuner.cpp'; then $(CYGPATH_W) 'v4l2-ctl-tuner.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-tuner.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-811-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-tuner.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-tuner.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-813-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:814:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-tuner.obj `if test -f 'v4l2-ctl-tuner.cpp'; then $(CYGPATH_W) 'v4l2-ctl-tuner.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-tuner.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-815-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-816-v4l2_ctl-v4l2-ctl-io.o: v4l2-ctl-io.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:817:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-io.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-io.Tpo -c -o v4l2_ctl-v4l2-ctl-io.o `test -f 'v4l2-ctl-io.cpp' || echo '$(srcdir)/'`v4l2-ctl-io.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-818-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-io.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-io.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-820-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:821:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-io.o `test -f 'v4l2-ctl-io.cpp' || echo '$(srcdir)/'`v4l2-ctl-io.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-822-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-823-v4l2_ctl-v4l2-ctl-io.obj: v4l2-ctl-io.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:824:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-io.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-io.Tpo -c -o v4l2_ctl-v4l2-ctl-io.obj `if test -f 'v4l2-ctl-io.cpp'; then $(CYGPATH_W) 'v4l2-ctl-io.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-io.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-825-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-io.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-io.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-827-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:828:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-io.obj `if test -f 'v4l2-ctl-io.cpp'; then $(CYGPATH_W) 'v4l2-ctl-io.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-io.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-829-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-830-v4l2_ctl-v4l2-ctl-stds.o: v4l2-ctl-stds.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:831:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-stds.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-stds.Tpo -c -o v4l2_ctl-v4l2-ctl-stds.o `test -f 'v4l2-ctl-stds.cpp' || echo '$(srcdir)/'`v4l2-ctl-stds.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-832-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-stds.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-stds.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-834-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:835:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-stds.o `test -f 'v4l2-ctl-stds.cpp' || echo '$(srcdir)/'`v4l2-ctl-stds.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-836-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-837-v4l2_ctl-v4l2-ctl-stds.obj: v4l2-ctl-stds.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:838:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-stds.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-stds.Tpo -c -o v4l2_ctl-v4l2-ctl-stds.obj `if test -f 'v4l2-ctl-stds.cpp'; then $(CYGPATH_W) 'v4l2-ctl-stds.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-stds.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-839-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-stds.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-stds.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-841-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:842:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-stds.obj `if test -f 'v4l2-ctl-stds.cpp'; then $(CYGPATH_W) 'v4l2-ctl-stds.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-stds.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-843-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-844-v4l2_ctl-v4l2-ctl-vidcap.o: v4l2-ctl-vidcap.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:845:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-vidcap.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidcap.Tpo -c -o v4l2_ctl-v4l2-ctl-vidcap.o `test -f 'v4l2-ctl-vidcap.cpp' || echo '$(srcdir)/'`v4l2-ctl-vidcap.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-846-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidcap.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidcap.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-848-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:849:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-vidcap.o `test -f 'v4l2-ctl-vidcap.cpp' || echo '$(srcdir)/'`v4l2-ctl-vidcap.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-850-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-851-v4l2_ctl-v4l2-ctl-vidcap.obj: v4l2-ctl-vidcap.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:852:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-vidcap.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidcap.Tpo -c -o v4l2_ctl-v4l2-ctl-vidcap.obj `if test -f 'v4l2-ctl-vidcap.cpp'; then $(CYGPATH_W) 'v4l2-ctl-vidcap.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-vidcap.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-853-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidcap.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidcap.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-855-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:856:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-vidcap.obj `if test -f 'v4l2-ctl-vidcap.cpp'; then $(CYGPATH_W) 'v4l2-ctl-vidcap.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-vidcap.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-857-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-858-v4l2_ctl-v4l2-ctl-vidout.o: v4l2-ctl-vidout.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:859:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-vidout.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidout.Tpo -c -o v4l2_ctl-v4l2-ctl-vidout.o `test -f 'v4l2-ctl-vidout.cpp' || echo '$(srcdir)/'`v4l2-ctl-vidout.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-860-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidout.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidout.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:863:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-vidout.o `test -f 'v4l2-ctl-vidout.cpp' || echo '$(srcdir)/'`v4l2-ctl-vidout.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-864-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-865-v4l2_ctl-v4l2-ctl-vidout.obj: v4l2-ctl-vidout.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:866:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-vidout.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidout.Tpo -c -o v4l2_ctl-v4l2-ctl-vidout.obj `if test -f 'v4l2-ctl-vidout.cpp'; then $(CYGPATH_W) 'v4l2-ctl-vidout.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-vidout.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-867-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidout.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-vidout.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-869-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:870:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-vidout.obj `if test -f 'v4l2-ctl-vidout.cpp'; then $(CYGPATH_W) 'v4l2-ctl-vidout.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-vidout.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-871-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-872-v4l2_ctl-v4l2-ctl-overlay.o: v4l2-ctl-overlay.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:873:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-overlay.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-overlay.Tpo -c -o v4l2_ctl-v4l2-ctl-overlay.o `test -f 'v4l2-ctl-overlay.cpp' || echo '$(srcdir)/'`v4l2-ctl-overlay.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-874-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-overlay.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-overlay.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-876-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:877:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-overlay.o `test -f 'v4l2-ctl-overlay.cpp' || echo '$(srcdir)/'`v4l2-ctl-overlay.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-878-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-879-v4l2_ctl-v4l2-ctl-overlay.obj: v4l2-ctl-overlay.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:880:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-overlay.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-overlay.Tpo -c -o v4l2_ctl-v4l2-ctl-overlay.obj `if test -f 'v4l2-ctl-overlay.cpp'; then $(CYGPATH_W) 'v4l2-ctl-overlay.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-overlay.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-881-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-overlay.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-overlay.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-883-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:884:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-overlay.obj `if test -f 'v4l2-ctl-overlay.cpp'; then $(CYGPATH_W) 'v4l2-ctl-overlay.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-overlay.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-885-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-886-v4l2_ctl-v4l2-ctl-vbi.o: v4l2-ctl-vbi.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:887:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-vbi.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-vbi.Tpo -c -o v4l2_ctl-v4l2-ctl-vbi.o `test -f 'v4l2-ctl-vbi.cpp' || echo '$(srcdir)/'`v4l2-ctl-vbi.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-888-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-vbi.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-vbi.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-890-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:891:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-vbi.o `test -f 'v4l2-ctl-vbi.cpp' || echo '$(srcdir)/'`v4l2-ctl-vbi.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-892-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-893-v4l2_ctl-v4l2-ctl-vbi.obj: v4l2-ctl-vbi.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:894:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-vbi.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-vbi.Tpo -c -o v4l2_ctl-v4l2-ctl-vbi.obj `if test -f 'v4l2-ctl-vbi.cpp'; then $(CYGPATH_W) 'v4l2-ctl-vbi.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-vbi.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-895-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-vbi.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-vbi.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-897-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:898:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-vbi.obj `if test -f 'v4l2-ctl-vbi.cpp'; then $(CYGPATH_W) 'v4l2-ctl-vbi.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-vbi.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-899-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-900-v4l2_ctl-v4l2-ctl-selection.o: v4l2-ctl-selection.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:901:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-selection.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-selection.Tpo -c -o v4l2_ctl-v4l2-ctl-selection.o `test -f 'v4l2-ctl-selection.cpp' || echo '$(srcdir)/'`v4l2-ctl-selection.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-902-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-selection.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-selection.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-904-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:905:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-selection.o `test -f 'v4l2-ctl-selection.cpp' || echo '$(srcdir)/'`v4l2-ctl-selection.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-906-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-907-v4l2_ctl-v4l2-ctl-selection.obj: v4l2-ctl-selection.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:908:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-selection.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-selection.Tpo -c -o v4l2_ctl-v4l2-ctl-selection.obj `if test -f 'v4l2-ctl-selection.cpp'; then $(CYGPATH_W) 'v4l2-ctl-selection.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-selection.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-909-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-selection.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-selection.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-911-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:912:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-selection.obj `if test -f 'v4l2-ctl-selection.cpp'; then $(CYGPATH_W) 'v4l2-ctl-selection.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-selection.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-913-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-914-v4l2_ctl-v4l2-ctl-misc.o: v4l2-ctl-misc.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:915:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-misc.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-misc.Tpo -c -o v4l2_ctl-v4l2-ctl-misc.o `test -f 'v4l2-ctl-misc.cpp' || echo '$(srcdir)/'`v4l2-ctl-misc.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-916-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-misc.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-misc.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-918-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:919:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-misc.o `test -f 'v4l2-ctl-misc.cpp' || echo '$(srcdir)/'`v4l2-ctl-misc.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-920-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-921-v4l2_ctl-v4l2-ctl-misc.obj: v4l2-ctl-misc.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:922:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-misc.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-misc.Tpo -c -o v4l2_ctl-v4l2-ctl-misc.obj `if test -f 'v4l2-ctl-misc.cpp'; then $(CYGPATH_W) 'v4l2-ctl-misc.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-misc.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-923-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-misc.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-misc.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-925-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:926:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-misc.obj `if test -f 'v4l2-ctl-misc.cpp'; then $(CYGPATH_W) 'v4l2-ctl-misc.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-misc.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-927-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-928-v4l2_ctl-v4l2-ctl-streaming.o: v4l2-ctl-streaming.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:929:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-streaming.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-streaming.Tpo -c -o v4l2_ctl-v4l2-ctl-streaming.o `test -f 'v4l2-ctl-streaming.cpp' || echo '$(srcdir)/'`v4l2-ctl-streaming.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-930-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-streaming.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-streaming.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-932-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:933:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-streaming.o `test -f 'v4l2-ctl-streaming.cpp' || echo '$(srcdir)/'`v4l2-ctl-streaming.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-934-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-935-v4l2_ctl-v4l2-ctl-streaming.obj: v4l2-ctl-streaming.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:936:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-streaming.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-streaming.Tpo -c -o v4l2_ctl-v4l2-ctl-streaming.obj `if test -f 'v4l2-ctl-streaming.cpp'; then $(CYGPATH_W) 'v4l2-ctl-streaming.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-streaming.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-937-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-streaming.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-streaming.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-939-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:940:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-streaming.obj `if test -f 'v4l2-ctl-streaming.cpp'; then $(CYGPATH_W) 'v4l2-ctl-streaming.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-streaming.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-941-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-942-v4l2_ctl-v4l2-ctl-sdr.o: v4l2-ctl-sdr.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:943:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-sdr.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-sdr.Tpo -c -o v4l2_ctl-v4l2-ctl-sdr.o `test -f 'v4l2-ctl-sdr.cpp' || echo '$(srcdir)/'`v4l2-ctl-sdr.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-944-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-sdr.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-sdr.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-946-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:947:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-sdr.o `test -f 'v4l2-ctl-sdr.cpp' || echo '$(srcdir)/'`v4l2-ctl-sdr.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-948-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-949-v4l2_ctl-v4l2-ctl-sdr.obj: v4l2-ctl-sdr.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:950:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-sdr.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-sdr.Tpo -c -o v4l2_ctl-v4l2-ctl-sdr.obj `if test -f 'v4l2-ctl-sdr.cpp'; then $(CYGPATH_W) 'v4l2-ctl-sdr.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-sdr.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-951-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-sdr.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-sdr.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-953-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:954:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-sdr.obj `if test -f 'v4l2-ctl-sdr.cpp'; then $(CYGPATH_W) 'v4l2-ctl-sdr.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-sdr.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-955-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-956-v4l2_ctl-v4l2-ctl-edid.o: v4l2-ctl-edid.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:957:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-edid.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-edid.Tpo -c -o v4l2_ctl-v4l2-ctl-edid.o `test -f 'v4l2-ctl-edid.cpp' || echo '$(srcdir)/'`v4l2-ctl-edid.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-958-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-edid.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-edid.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-960-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:961:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-edid.o `test -f 'v4l2-ctl-edid.cpp' || echo '$(srcdir)/'`v4l2-ctl-edid.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-962-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-963-v4l2_ctl-v4l2-ctl-edid.obj: v4l2-ctl-edid.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:964:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-edid.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-edid.Tpo -c -o v4l2_ctl-v4l2-ctl-edid.obj `if test -f 'v4l2-ctl-edid.cpp'; then $(CYGPATH_W) 'v4l2-ctl-edid.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-edid.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-965-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-edid.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-edid.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-967-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:968:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-edid.obj `if test -f 'v4l2-ctl-edid.cpp'; then $(CYGPATH_W) 'v4l2-ctl-edid.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-edid.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-969-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-970-v4l2_ctl-v4l2-ctl-modes.o: v4l2-ctl-modes.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:971:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-modes.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-modes.Tpo -c -o v4l2_ctl-v4l2-ctl-modes.o `test -f 'v4l2-ctl-modes.cpp' || echo '$(srcdir)/'`v4l2-ctl-modes.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-972-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-modes.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-modes.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-974-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:975:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-modes.o `test -f 'v4l2-ctl-modes.cpp' || echo '$(srcdir)/'`v4l2-ctl-modes.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-976-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-977-v4l2_ctl-v4l2-ctl-modes.obj: v4l2-ctl-modes.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:978:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-modes.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-modes.Tpo -c -o v4l2_ctl-v4l2-ctl-modes.obj `if test -f 'v4l2-ctl-modes.cpp'; then $(CYGPATH_W) 'v4l2-ctl-modes.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-modes.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-979-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-modes.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-modes.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-981-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:982:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-modes.obj `if test -f 'v4l2-ctl-modes.cpp'; then $(CYGPATH_W) 'v4l2-ctl-modes.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-modes.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-983-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-984-v4l2_ctl-v4l2-ctl-subdev.o: v4l2-ctl-subdev.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:985:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-subdev.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-subdev.Tpo -c -o v4l2_ctl-v4l2-ctl-subdev.o `test -f 'v4l2-ctl-subdev.cpp' || echo '$(srcdir)/'`v4l2-ctl-subdev.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-986-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-subdev.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-subdev.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-988-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:989:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-subdev.o `test -f 'v4l2-ctl-subdev.cpp' || echo '$(srcdir)/'`v4l2-ctl-subdev.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-990-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-991-v4l2_ctl-v4l2-ctl-subdev.obj: v4l2-ctl-subdev.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:992:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-subdev.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-subdev.Tpo -c -o v4l2_ctl-v4l2-ctl-subdev.obj `if test -f 'v4l2-ctl-subdev.cpp'; then $(CYGPATH_W) 'v4l2-ctl-subdev.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-subdev.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-993-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-subdev.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-subdev.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-995-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:996:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-subdev.obj `if test -f 'v4l2-ctl-subdev.cpp'; then $(CYGPATH_W) 'v4l2-ctl-subdev.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-subdev.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-997-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-998-v4l2_ctl-v4l2-ctl-meta.o: v4l2-ctl-meta.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:999:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-meta.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-meta.Tpo -c -o v4l2_ctl-v4l2-ctl-meta.o `test -f 'v4l2-ctl-meta.cpp' || echo '$(srcdir)/'`v4l2-ctl-meta.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1000-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-meta.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-meta.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1002-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1003:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-meta.o `test -f 'v4l2-ctl-meta.cpp' || echo '$(srcdir)/'`v4l2-ctl-meta.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1004-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1005-v4l2_ctl-v4l2-ctl-meta.obj: v4l2-ctl-meta.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1006:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-ctl-meta.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-ctl-meta.Tpo -c -o v4l2_ctl-v4l2-ctl-meta.obj `if test -f 'v4l2-ctl-meta.cpp'; then $(CYGPATH_W) 'v4l2-ctl-meta.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-meta.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1007-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-ctl-meta.Tpo $(DEPDIR)/v4l2_ctl-v4l2-ctl-meta.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1010:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-ctl-meta.obj `if test -f 'v4l2-ctl-meta.cpp'; then $(CYGPATH_W) 'v4l2-ctl-meta.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-ctl-meta.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1011-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1012-v4l2_ctl-media-info.o: media-info.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1013:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-media-info.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-media-info.Tpo -c -o v4l2_ctl-media-info.o `test -f 'media-info.cpp' || echo '$(srcdir)/'`media-info.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1014-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-media-info.Tpo $(DEPDIR)/v4l2_ctl-media-info.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1017:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-media-info.o `test -f 'media-info.cpp' || echo '$(srcdir)/'`media-info.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1018-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1019-v4l2_ctl-media-info.obj: media-info.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1020:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-media-info.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-media-info.Tpo -c -o v4l2_ctl-media-info.obj `if test -f 'media-info.cpp'; then $(CYGPATH_W) 'media-info.cpp'; else $(CYGPATH_W) '$(srcdir)/media-info.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1021-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-media-info.Tpo $(DEPDIR)/v4l2_ctl-media-info.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1024:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-media-info.obj `if test -f 'media-info.cpp'; then $(CYGPATH_W) 'media-info.cpp'; else $(CYGPATH_W) '$(srcdir)/media-info.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1025-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1026-v4l2_ctl-v4l2-info.o: v4l2-info.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1027:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-info.o -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-info.Tpo -c -o v4l2_ctl-v4l2-info.o `test -f 'v4l2-info.cpp' || echo '$(srcdir)/'`v4l2-info.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1028-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-info.Tpo $(DEPDIR)/v4l2_ctl-v4l2-info.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1031:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-info.o `test -f 'v4l2-info.cpp' || echo '$(srcdir)/'`v4l2-info.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1032-
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1033-v4l2_ctl-v4l2-info.obj: v4l2-info.cpp
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1034:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT v4l2_ctl-v4l2-info.obj -MD -MP -MF $(DEPDIR)/v4l2_ctl-v4l2-info.Tpo -c -o v4l2_ctl-v4l2-info.obj `if test -f 'v4l2-info.cpp'; then $(CYGPATH_W) 'v4l2-info.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-info.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1035-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/v4l2_ctl-v4l2-info.Tpo $(DEPDIR)/v4l2_ctl-v4l2-info.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1038:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(v4l2_ctl_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o v4l2_ctl-v4l2-info.obj `if test -f 'v4l2-info.cpp'; then $(CYGPATH_W) 'v4l2-info.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-info.cpp'; fi`
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1039-
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1049-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1050:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1051-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1118-GTAGS:
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1119:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1120-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1144-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1145:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1146:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1147-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1158-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in:1159:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/v4l2-ctl/Makefile.in-1160-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-519-
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp:520:static void set_edid_phys_addr(unsigned char *edid, unsigned size, unsigned short phys_addr)
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-521-{
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-536-
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp:537:static unsigned short get_edid_phys_addr(const unsigned char *edid, unsigned size)
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-538-{
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-547-{
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp:548:	unsigned short pa = get_edid_phys_addr(e->edid, e->blocks * 128);
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-549-	int loc;
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-710-
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp:711:static unsigned short parse_phys_addr(const char *value)
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-712-{
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-1052-				if (value)
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp:1053:					phys_addr = parse_phys_addr(value);
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-1054-				break;
##############################################
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-1229-				if (phys_addr >= 0)
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp:1230:					set_edid_phys_addr(sedid.edid, sedid.blocks * 128, phys_addr);
v4l-utils-1.20.0/utils/v4l2-ctl/v4l2-ctl-edid.cpp-1231-				must_fix_edid = true;
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-209-  esac
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:210:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-211-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:212:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-213-    *) f=$$p;; \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-214-  esac;
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:215:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-216-am__install_max = 40
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-217-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:218:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-219-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-588-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:589:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-590-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-627-.c.o:
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:628:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-629-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-635-.c.obj:
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:637:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-638-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-642-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-643-.c.lo:
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:644:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-645-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-651-qv4l2-alsa_stream.o: alsa_stream.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:652:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qv4l2-alsa_stream.o -MD -MP -MF $(DEPDIR)/qv4l2-alsa_stream.Tpo -c -o qv4l2-alsa_stream.o `test -f 'alsa_stream.c' || echo '$(srcdir)/'`alsa_stream.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-653-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-alsa_stream.Tpo $(DEPDIR)/qv4l2-alsa_stream.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-655-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:656:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qv4l2-alsa_stream.o `test -f 'alsa_stream.c' || echo '$(srcdir)/'`alsa_stream.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-657-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-658-qv4l2-alsa_stream.obj: alsa_stream.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:659:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qv4l2-alsa_stream.obj -MD -MP -MF $(DEPDIR)/qv4l2-alsa_stream.Tpo -c -o qv4l2-alsa_stream.obj `if test -f 'alsa_stream.c'; then $(CYGPATH_W) 'alsa_stream.c'; else $(CYGPATH_W) '$(srcdir)/alsa_stream.c'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-660-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-alsa_stream.Tpo $(DEPDIR)/qv4l2-alsa_stream.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-662-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:663:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qv4l2-alsa_stream.obj `if test -f 'alsa_stream.c'; then $(CYGPATH_W) 'alsa_stream.c'; else $(CYGPATH_W) '$(srcdir)/alsa_stream.c'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-664-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-665-qv4l2-v4l2-tpg-core.o: v4l2-tpg-core.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:666:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qv4l2-v4l2-tpg-core.o -MD -MP -MF $(DEPDIR)/qv4l2-v4l2-tpg-core.Tpo -c -o qv4l2-v4l2-tpg-core.o `test -f 'v4l2-tpg-core.c' || echo '$(srcdir)/'`v4l2-tpg-core.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-667-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-v4l2-tpg-core.Tpo $(DEPDIR)/qv4l2-v4l2-tpg-core.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:670:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qv4l2-v4l2-tpg-core.o `test -f 'v4l2-tpg-core.c' || echo '$(srcdir)/'`v4l2-tpg-core.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-671-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-672-qv4l2-v4l2-tpg-core.obj: v4l2-tpg-core.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:673:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qv4l2-v4l2-tpg-core.obj -MD -MP -MF $(DEPDIR)/qv4l2-v4l2-tpg-core.Tpo -c -o qv4l2-v4l2-tpg-core.obj `if test -f 'v4l2-tpg-core.c'; then $(CYGPATH_W) 'v4l2-tpg-core.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-core.c'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-674-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-v4l2-tpg-core.Tpo $(DEPDIR)/qv4l2-v4l2-tpg-core.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-676-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:677:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qv4l2-v4l2-tpg-core.obj `if test -f 'v4l2-tpg-core.c'; then $(CYGPATH_W) 'v4l2-tpg-core.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-core.c'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-678-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-679-qv4l2-v4l2-tpg-colors.o: v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:680:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qv4l2-v4l2-tpg-colors.o -MD -MP -MF $(DEPDIR)/qv4l2-v4l2-tpg-colors.Tpo -c -o qv4l2-v4l2-tpg-colors.o `test -f 'v4l2-tpg-colors.c' || echo '$(srcdir)/'`v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-681-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-v4l2-tpg-colors.Tpo $(DEPDIR)/qv4l2-v4l2-tpg-colors.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-683-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:684:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qv4l2-v4l2-tpg-colors.o `test -f 'v4l2-tpg-colors.c' || echo '$(srcdir)/'`v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-685-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-686-qv4l2-v4l2-tpg-colors.obj: v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:687:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qv4l2-v4l2-tpg-colors.obj -MD -MP -MF $(DEPDIR)/qv4l2-v4l2-tpg-colors.Tpo -c -o qv4l2-v4l2-tpg-colors.obj `if test -f 'v4l2-tpg-colors.c'; then $(CYGPATH_W) 'v4l2-tpg-colors.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-colors.c'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-688-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-v4l2-tpg-colors.Tpo $(DEPDIR)/qv4l2-v4l2-tpg-colors.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-690-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:691:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qv4l2-v4l2-tpg-colors.obj `if test -f 'v4l2-tpg-colors.c'; then $(CYGPATH_W) 'v4l2-tpg-colors.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-colors.c'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-692-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-693-.cpp.o:
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:694:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-695-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-701-.cpp.obj:
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:702:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:703:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-704-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-706-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:707:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-708-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-709-.cpp.lo:
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:710:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-711-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-717-qv4l2-qv4l2.o: qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:718:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-qv4l2.o -MD -MP -MF $(DEPDIR)/qv4l2-qv4l2.Tpo -c -o qv4l2-qv4l2.o `test -f 'qv4l2.cpp' || echo '$(srcdir)/'`qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-719-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-qv4l2.Tpo $(DEPDIR)/qv4l2-qv4l2.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-721-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:722:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-qv4l2.o `test -f 'qv4l2.cpp' || echo '$(srcdir)/'`qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-723-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-724-qv4l2-qv4l2.obj: qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:725:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-qv4l2.obj -MD -MP -MF $(DEPDIR)/qv4l2-qv4l2.Tpo -c -o qv4l2-qv4l2.obj `if test -f 'qv4l2.cpp'; then $(CYGPATH_W) 'qv4l2.cpp'; else $(CYGPATH_W) '$(srcdir)/qv4l2.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-726-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-qv4l2.Tpo $(DEPDIR)/qv4l2-qv4l2.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:729:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-qv4l2.obj `if test -f 'qv4l2.cpp'; then $(CYGPATH_W) 'qv4l2.cpp'; else $(CYGPATH_W) '$(srcdir)/qv4l2.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-730-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-731-qv4l2-general-tab.o: general-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:732:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-general-tab.o -MD -MP -MF $(DEPDIR)/qv4l2-general-tab.Tpo -c -o qv4l2-general-tab.o `test -f 'general-tab.cpp' || echo '$(srcdir)/'`general-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-733-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-general-tab.Tpo $(DEPDIR)/qv4l2-general-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-735-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:736:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-general-tab.o `test -f 'general-tab.cpp' || echo '$(srcdir)/'`general-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-737-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-738-qv4l2-general-tab.obj: general-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:739:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-general-tab.obj -MD -MP -MF $(DEPDIR)/qv4l2-general-tab.Tpo -c -o qv4l2-general-tab.obj `if test -f 'general-tab.cpp'; then $(CYGPATH_W) 'general-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/general-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-740-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-general-tab.Tpo $(DEPDIR)/qv4l2-general-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-742-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:743:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-general-tab.obj `if test -f 'general-tab.cpp'; then $(CYGPATH_W) 'general-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/general-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-744-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-745-qv4l2-ctrl-tab.o: ctrl-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:746:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-ctrl-tab.o -MD -MP -MF $(DEPDIR)/qv4l2-ctrl-tab.Tpo -c -o qv4l2-ctrl-tab.o `test -f 'ctrl-tab.cpp' || echo '$(srcdir)/'`ctrl-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-747-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-ctrl-tab.Tpo $(DEPDIR)/qv4l2-ctrl-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-749-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:750:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-ctrl-tab.o `test -f 'ctrl-tab.cpp' || echo '$(srcdir)/'`ctrl-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-751-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-752-qv4l2-ctrl-tab.obj: ctrl-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:753:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-ctrl-tab.obj -MD -MP -MF $(DEPDIR)/qv4l2-ctrl-tab.Tpo -c -o qv4l2-ctrl-tab.obj `if test -f 'ctrl-tab.cpp'; then $(CYGPATH_W) 'ctrl-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/ctrl-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-754-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-ctrl-tab.Tpo $(DEPDIR)/qv4l2-ctrl-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-756-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:757:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-ctrl-tab.obj `if test -f 'ctrl-tab.cpp'; then $(CYGPATH_W) 'ctrl-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/ctrl-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-758-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-759-qv4l2-vbi-tab.o: vbi-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:760:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-vbi-tab.o -MD -MP -MF $(DEPDIR)/qv4l2-vbi-tab.Tpo -c -o qv4l2-vbi-tab.o `test -f 'vbi-tab.cpp' || echo '$(srcdir)/'`vbi-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-761-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-vbi-tab.Tpo $(DEPDIR)/qv4l2-vbi-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-763-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:764:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-vbi-tab.o `test -f 'vbi-tab.cpp' || echo '$(srcdir)/'`vbi-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-765-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-766-qv4l2-vbi-tab.obj: vbi-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:767:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-vbi-tab.obj -MD -MP -MF $(DEPDIR)/qv4l2-vbi-tab.Tpo -c -o qv4l2-vbi-tab.obj `if test -f 'vbi-tab.cpp'; then $(CYGPATH_W) 'vbi-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/vbi-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-768-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-vbi-tab.Tpo $(DEPDIR)/qv4l2-vbi-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-770-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:771:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-vbi-tab.obj `if test -f 'vbi-tab.cpp'; then $(CYGPATH_W) 'vbi-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/vbi-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-772-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-773-qv4l2-capture-win.o: capture-win.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:774:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-capture-win.o -MD -MP -MF $(DEPDIR)/qv4l2-capture-win.Tpo -c -o qv4l2-capture-win.o `test -f 'capture-win.cpp' || echo '$(srcdir)/'`capture-win.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-775-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-capture-win.Tpo $(DEPDIR)/qv4l2-capture-win.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-777-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:778:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-capture-win.o `test -f 'capture-win.cpp' || echo '$(srcdir)/'`capture-win.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-779-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-780-qv4l2-capture-win.obj: capture-win.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:781:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-capture-win.obj -MD -MP -MF $(DEPDIR)/qv4l2-capture-win.Tpo -c -o qv4l2-capture-win.obj `if test -f 'capture-win.cpp'; then $(CYGPATH_W) 'capture-win.cpp'; else $(CYGPATH_W) '$(srcdir)/capture-win.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-782-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-capture-win.Tpo $(DEPDIR)/qv4l2-capture-win.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-784-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:785:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-capture-win.obj `if test -f 'capture-win.cpp'; then $(CYGPATH_W) 'capture-win.cpp'; else $(CYGPATH_W) '$(srcdir)/capture-win.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-786-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-787-qv4l2-tpg-tab.o: tpg-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:788:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-tpg-tab.o -MD -MP -MF $(DEPDIR)/qv4l2-tpg-tab.Tpo -c -o qv4l2-tpg-tab.o `test -f 'tpg-tab.cpp' || echo '$(srcdir)/'`tpg-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-789-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-tpg-tab.Tpo $(DEPDIR)/qv4l2-tpg-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-791-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:792:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-tpg-tab.o `test -f 'tpg-tab.cpp' || echo '$(srcdir)/'`tpg-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-793-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-794-qv4l2-tpg-tab.obj: tpg-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:795:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-tpg-tab.obj -MD -MP -MF $(DEPDIR)/qv4l2-tpg-tab.Tpo -c -o qv4l2-tpg-tab.obj `if test -f 'tpg-tab.cpp'; then $(CYGPATH_W) 'tpg-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/tpg-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-796-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-tpg-tab.Tpo $(DEPDIR)/qv4l2-tpg-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-798-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:799:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-tpg-tab.obj `if test -f 'tpg-tab.cpp'; then $(CYGPATH_W) 'tpg-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/tpg-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-800-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-801-qv4l2-capture-win-qt.o: capture-win-qt.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:802:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-capture-win-qt.o -MD -MP -MF $(DEPDIR)/qv4l2-capture-win-qt.Tpo -c -o qv4l2-capture-win-qt.o `test -f 'capture-win-qt.cpp' || echo '$(srcdir)/'`capture-win-qt.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-803-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-capture-win-qt.Tpo $(DEPDIR)/qv4l2-capture-win-qt.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-805-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:806:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-capture-win-qt.o `test -f 'capture-win-qt.cpp' || echo '$(srcdir)/'`capture-win-qt.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-807-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-808-qv4l2-capture-win-qt.obj: capture-win-qt.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:809:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-capture-win-qt.obj -MD -MP -MF $(DEPDIR)/qv4l2-capture-win-qt.Tpo -c -o qv4l2-capture-win-qt.obj `if test -f 'capture-win-qt.cpp'; then $(CYGPATH_W) 'capture-win-qt.cpp'; else $(CYGPATH_W) '$(srcdir)/capture-win-qt.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-810-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-capture-win-qt.Tpo $(DEPDIR)/qv4l2-capture-win-qt.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-812-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:813:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-capture-win-qt.obj `if test -f 'capture-win-qt.cpp'; then $(CYGPATH_W) 'capture-win-qt.cpp'; else $(CYGPATH_W) '$(srcdir)/capture-win-qt.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-814-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-815-qv4l2-capture-win-gl.o: capture-win-gl.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:816:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-capture-win-gl.o -MD -MP -MF $(DEPDIR)/qv4l2-capture-win-gl.Tpo -c -o qv4l2-capture-win-gl.o `test -f 'capture-win-gl.cpp' || echo '$(srcdir)/'`capture-win-gl.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-817-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-capture-win-gl.Tpo $(DEPDIR)/qv4l2-capture-win-gl.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-819-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:820:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-capture-win-gl.o `test -f 'capture-win-gl.cpp' || echo '$(srcdir)/'`capture-win-gl.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-821-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-822-qv4l2-capture-win-gl.obj: capture-win-gl.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:823:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-capture-win-gl.obj -MD -MP -MF $(DEPDIR)/qv4l2-capture-win-gl.Tpo -c -o qv4l2-capture-win-gl.obj `if test -f 'capture-win-gl.cpp'; then $(CYGPATH_W) 'capture-win-gl.cpp'; else $(CYGPATH_W) '$(srcdir)/capture-win-gl.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-824-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-capture-win-gl.Tpo $(DEPDIR)/qv4l2-capture-win-gl.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-826-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:827:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-capture-win-gl.obj `if test -f 'capture-win-gl.cpp'; then $(CYGPATH_W) 'capture-win-gl.cpp'; else $(CYGPATH_W) '$(srcdir)/capture-win-gl.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-828-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-829-qv4l2-raw2sliced.o: raw2sliced.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:830:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-raw2sliced.o -MD -MP -MF $(DEPDIR)/qv4l2-raw2sliced.Tpo -c -o qv4l2-raw2sliced.o `test -f 'raw2sliced.cpp' || echo '$(srcdir)/'`raw2sliced.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-831-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-raw2sliced.Tpo $(DEPDIR)/qv4l2-raw2sliced.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-833-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:834:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-raw2sliced.o `test -f 'raw2sliced.cpp' || echo '$(srcdir)/'`raw2sliced.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-835-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-836-qv4l2-raw2sliced.obj: raw2sliced.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:837:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-raw2sliced.obj -MD -MP -MF $(DEPDIR)/qv4l2-raw2sliced.Tpo -c -o qv4l2-raw2sliced.obj `if test -f 'raw2sliced.cpp'; then $(CYGPATH_W) 'raw2sliced.cpp'; else $(CYGPATH_W) '$(srcdir)/raw2sliced.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-838-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-raw2sliced.Tpo $(DEPDIR)/qv4l2-raw2sliced.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-840-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:841:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-raw2sliced.obj `if test -f 'raw2sliced.cpp'; then $(CYGPATH_W) 'raw2sliced.cpp'; else $(CYGPATH_W) '$(srcdir)/raw2sliced.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-842-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-843-qv4l2-moc_qv4l2.o: moc_qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:844:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-moc_qv4l2.o -MD -MP -MF $(DEPDIR)/qv4l2-moc_qv4l2.Tpo -c -o qv4l2-moc_qv4l2.o `test -f 'moc_qv4l2.cpp' || echo '$(srcdir)/'`moc_qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-845-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-moc_qv4l2.Tpo $(DEPDIR)/qv4l2-moc_qv4l2.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-847-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:848:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-moc_qv4l2.o `test -f 'moc_qv4l2.cpp' || echo '$(srcdir)/'`moc_qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-849-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-850-qv4l2-moc_qv4l2.obj: moc_qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:851:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-moc_qv4l2.obj -MD -MP -MF $(DEPDIR)/qv4l2-moc_qv4l2.Tpo -c -o qv4l2-moc_qv4l2.obj `if test -f 'moc_qv4l2.cpp'; then $(CYGPATH_W) 'moc_qv4l2.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_qv4l2.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-852-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-moc_qv4l2.Tpo $(DEPDIR)/qv4l2-moc_qv4l2.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-854-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:855:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-moc_qv4l2.obj `if test -f 'moc_qv4l2.cpp'; then $(CYGPATH_W) 'moc_qv4l2.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_qv4l2.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-856-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-857-qv4l2-moc_general-tab.o: moc_general-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:858:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-moc_general-tab.o -MD -MP -MF $(DEPDIR)/qv4l2-moc_general-tab.Tpo -c -o qv4l2-moc_general-tab.o `test -f 'moc_general-tab.cpp' || echo '$(srcdir)/'`moc_general-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-859-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-moc_general-tab.Tpo $(DEPDIR)/qv4l2-moc_general-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-861-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:862:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-moc_general-tab.o `test -f 'moc_general-tab.cpp' || echo '$(srcdir)/'`moc_general-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-863-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-864-qv4l2-moc_general-tab.obj: moc_general-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:865:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-moc_general-tab.obj -MD -MP -MF $(DEPDIR)/qv4l2-moc_general-tab.Tpo -c -o qv4l2-moc_general-tab.obj `if test -f 'moc_general-tab.cpp'; then $(CYGPATH_W) 'moc_general-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_general-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-866-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-moc_general-tab.Tpo $(DEPDIR)/qv4l2-moc_general-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-868-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:869:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-moc_general-tab.obj `if test -f 'moc_general-tab.cpp'; then $(CYGPATH_W) 'moc_general-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_general-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-870-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-871-qv4l2-moc_capture-win.o: moc_capture-win.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:872:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-moc_capture-win.o -MD -MP -MF $(DEPDIR)/qv4l2-moc_capture-win.Tpo -c -o qv4l2-moc_capture-win.o `test -f 'moc_capture-win.cpp' || echo '$(srcdir)/'`moc_capture-win.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-873-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-moc_capture-win.Tpo $(DEPDIR)/qv4l2-moc_capture-win.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-875-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:876:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-moc_capture-win.o `test -f 'moc_capture-win.cpp' || echo '$(srcdir)/'`moc_capture-win.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-877-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-878-qv4l2-moc_capture-win.obj: moc_capture-win.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:879:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-moc_capture-win.obj -MD -MP -MF $(DEPDIR)/qv4l2-moc_capture-win.Tpo -c -o qv4l2-moc_capture-win.obj `if test -f 'moc_capture-win.cpp'; then $(CYGPATH_W) 'moc_capture-win.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_capture-win.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-880-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-moc_capture-win.Tpo $(DEPDIR)/qv4l2-moc_capture-win.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-882-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:883:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-moc_capture-win.obj `if test -f 'moc_capture-win.cpp'; then $(CYGPATH_W) 'moc_capture-win.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_capture-win.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-884-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-885-qv4l2-moc_vbi-tab.o: moc_vbi-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:886:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-moc_vbi-tab.o -MD -MP -MF $(DEPDIR)/qv4l2-moc_vbi-tab.Tpo -c -o qv4l2-moc_vbi-tab.o `test -f 'moc_vbi-tab.cpp' || echo '$(srcdir)/'`moc_vbi-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-887-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-moc_vbi-tab.Tpo $(DEPDIR)/qv4l2-moc_vbi-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-889-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:890:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-moc_vbi-tab.o `test -f 'moc_vbi-tab.cpp' || echo '$(srcdir)/'`moc_vbi-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-891-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-892-qv4l2-moc_vbi-tab.obj: moc_vbi-tab.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:893:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-moc_vbi-tab.obj -MD -MP -MF $(DEPDIR)/qv4l2-moc_vbi-tab.Tpo -c -o qv4l2-moc_vbi-tab.obj `if test -f 'moc_vbi-tab.cpp'; then $(CYGPATH_W) 'moc_vbi-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_vbi-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-894-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-moc_vbi-tab.Tpo $(DEPDIR)/qv4l2-moc_vbi-tab.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-896-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:897:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-moc_vbi-tab.obj `if test -f 'moc_vbi-tab.cpp'; then $(CYGPATH_W) 'moc_vbi-tab.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_vbi-tab.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-898-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-899-qv4l2-qrc_qv4l2.o: qrc_qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:900:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-qrc_qv4l2.o -MD -MP -MF $(DEPDIR)/qv4l2-qrc_qv4l2.Tpo -c -o qv4l2-qrc_qv4l2.o `test -f 'qrc_qv4l2.cpp' || echo '$(srcdir)/'`qrc_qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-901-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-qrc_qv4l2.Tpo $(DEPDIR)/qv4l2-qrc_qv4l2.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-903-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:904:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-qrc_qv4l2.o `test -f 'qrc_qv4l2.cpp' || echo '$(srcdir)/'`qrc_qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-905-
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-906-qv4l2-qrc_qv4l2.obj: qrc_qv4l2.cpp
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:907:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qv4l2-qrc_qv4l2.obj -MD -MP -MF $(DEPDIR)/qv4l2-qrc_qv4l2.Tpo -c -o qv4l2-qrc_qv4l2.obj `if test -f 'qrc_qv4l2.cpp'; then $(CYGPATH_W) 'qrc_qv4l2.cpp'; else $(CYGPATH_W) '$(srcdir)/qrc_qv4l2.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-908-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qv4l2-qrc_qv4l2.Tpo $(DEPDIR)/qv4l2-qrc_qv4l2.Po
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-910-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:911:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qv4l2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qv4l2-qrc_qv4l2.obj `if test -f 'qrc_qv4l2.cpp'; then $(CYGPATH_W) 'qrc_qv4l2.cpp'; else $(CYGPATH_W) '$(srcdir)/qrc_qv4l2.cpp'; fi`
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-912-
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-922-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:923:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-924-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-991-GTAGS:
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:992:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-993-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-1017-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:1018:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:1019:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-1020-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-1031-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in:1032:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/qv4l2/Makefile.in-1033-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-202-  esac
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:203:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-204-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:205:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-206-    *) f=$$p;; \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-207-  esac;
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:208:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-209-am__install_max = 40
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-210-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:211:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-212-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-578-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:579:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-580-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-611-.c.o:
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:612:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-613-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-619-.c.obj:
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:620:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:621:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-622-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-624-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:625:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-626-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-627-.c.lo:
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:628:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-629-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-635-qvidcap-v4l2-tpg-colors.o: v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-v4l2-tpg-colors.o -MD -MP -MF $(DEPDIR)/qvidcap-v4l2-tpg-colors.Tpo -c -o qvidcap-v4l2-tpg-colors.o `test -f 'v4l2-tpg-colors.c' || echo '$(srcdir)/'`v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-v4l2-tpg-colors.Tpo $(DEPDIR)/qvidcap-v4l2-tpg-colors.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-v4l2-tpg-colors.o `test -f 'v4l2-tpg-colors.c' || echo '$(srcdir)/'`v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-641-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-642-qvidcap-v4l2-tpg-colors.obj: v4l2-tpg-colors.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-v4l2-tpg-colors.obj -MD -MP -MF $(DEPDIR)/qvidcap-v4l2-tpg-colors.Tpo -c -o qvidcap-v4l2-tpg-colors.obj `if test -f 'v4l2-tpg-colors.c'; then $(CYGPATH_W) 'v4l2-tpg-colors.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-colors.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-v4l2-tpg-colors.Tpo $(DEPDIR)/qvidcap-v4l2-tpg-colors.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-v4l2-tpg-colors.obj `if test -f 'v4l2-tpg-colors.c'; then $(CYGPATH_W) 'v4l2-tpg-colors.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-colors.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-648-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-649-qvidcap-v4l2-tpg-core.o: v4l2-tpg-core.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-v4l2-tpg-core.o -MD -MP -MF $(DEPDIR)/qvidcap-v4l2-tpg-core.Tpo -c -o qvidcap-v4l2-tpg-core.o `test -f 'v4l2-tpg-core.c' || echo '$(srcdir)/'`v4l2-tpg-core.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-v4l2-tpg-core.Tpo $(DEPDIR)/qvidcap-v4l2-tpg-core.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-v4l2-tpg-core.o `test -f 'v4l2-tpg-core.c' || echo '$(srcdir)/'`v4l2-tpg-core.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-655-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-656-qvidcap-v4l2-tpg-core.obj: v4l2-tpg-core.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-v4l2-tpg-core.obj -MD -MP -MF $(DEPDIR)/qvidcap-v4l2-tpg-core.Tpo -c -o qvidcap-v4l2-tpg-core.obj `if test -f 'v4l2-tpg-core.c'; then $(CYGPATH_W) 'v4l2-tpg-core.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-core.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-v4l2-tpg-core.Tpo $(DEPDIR)/qvidcap-v4l2-tpg-core.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-v4l2-tpg-core.obj `if test -f 'v4l2-tpg-core.c'; then $(CYGPATH_W) 'v4l2-tpg-core.c'; else $(CYGPATH_W) '$(srcdir)/v4l2-tpg-core.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-662-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-663-qvidcap-v4l-stream.o: v4l-stream.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-v4l-stream.o -MD -MP -MF $(DEPDIR)/qvidcap-v4l-stream.Tpo -c -o qvidcap-v4l-stream.o `test -f 'v4l-stream.c' || echo '$(srcdir)/'`v4l-stream.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-v4l-stream.Tpo $(DEPDIR)/qvidcap-v4l-stream.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-v4l-stream.o `test -f 'v4l-stream.c' || echo '$(srcdir)/'`v4l-stream.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-669-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-670-qvidcap-v4l-stream.obj: v4l-stream.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-v4l-stream.obj -MD -MP -MF $(DEPDIR)/qvidcap-v4l-stream.Tpo -c -o qvidcap-v4l-stream.obj `if test -f 'v4l-stream.c'; then $(CYGPATH_W) 'v4l-stream.c'; else $(CYGPATH_W) '$(srcdir)/v4l-stream.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-v4l-stream.Tpo $(DEPDIR)/qvidcap-v4l-stream.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-v4l-stream.obj `if test -f 'v4l-stream.c'; then $(CYGPATH_W) 'v4l-stream.c'; else $(CYGPATH_W) '$(srcdir)/v4l-stream.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-676-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-677-qvidcap-codec-fwht.o: codec-fwht.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-codec-fwht.o -MD -MP -MF $(DEPDIR)/qvidcap-codec-fwht.Tpo -c -o qvidcap-codec-fwht.o `test -f 'codec-fwht.c' || echo '$(srcdir)/'`codec-fwht.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-codec-fwht.Tpo $(DEPDIR)/qvidcap-codec-fwht.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-codec-fwht.o `test -f 'codec-fwht.c' || echo '$(srcdir)/'`codec-fwht.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-683-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-684-qvidcap-codec-fwht.obj: codec-fwht.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-codec-fwht.obj -MD -MP -MF $(DEPDIR)/qvidcap-codec-fwht.Tpo -c -o qvidcap-codec-fwht.obj `if test -f 'codec-fwht.c'; then $(CYGPATH_W) 'codec-fwht.c'; else $(CYGPATH_W) '$(srcdir)/codec-fwht.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-codec-fwht.Tpo $(DEPDIR)/qvidcap-codec-fwht.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-codec-fwht.obj `if test -f 'codec-fwht.c'; then $(CYGPATH_W) 'codec-fwht.c'; else $(CYGPATH_W) '$(srcdir)/codec-fwht.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-690-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-691-qvidcap-codec-v4l2-fwht.o: codec-v4l2-fwht.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-codec-v4l2-fwht.o -MD -MP -MF $(DEPDIR)/qvidcap-codec-v4l2-fwht.Tpo -c -o qvidcap-codec-v4l2-fwht.o `test -f 'codec-v4l2-fwht.c' || echo '$(srcdir)/'`codec-v4l2-fwht.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-codec-v4l2-fwht.Tpo $(DEPDIR)/qvidcap-codec-v4l2-fwht.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-codec-v4l2-fwht.o `test -f 'codec-v4l2-fwht.c' || echo '$(srcdir)/'`codec-v4l2-fwht.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-697-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-698-qvidcap-codec-v4l2-fwht.obj: codec-v4l2-fwht.c
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT qvidcap-codec-v4l2-fwht.obj -MD -MP -MF $(DEPDIR)/qvidcap-codec-v4l2-fwht.Tpo -c -o qvidcap-codec-v4l2-fwht.obj `if test -f 'codec-v4l2-fwht.c'; then $(CYGPATH_W) 'codec-v4l2-fwht.c'; else $(CYGPATH_W) '$(srcdir)/codec-v4l2-fwht.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-codec-v4l2-fwht.Tpo $(DEPDIR)/qvidcap-codec-v4l2-fwht.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o qvidcap-codec-v4l2-fwht.obj `if test -f 'codec-v4l2-fwht.c'; then $(CYGPATH_W) 'codec-v4l2-fwht.c'; else $(CYGPATH_W) '$(srcdir)/codec-v4l2-fwht.c'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-704-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-705-.cpp.o:
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:706:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-707-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-713-.cpp.obj:
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:714:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:715:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-716-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-718-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:719:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-720-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-721-.cpp.lo:
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:722:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-723-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-729-qvidcap-qvidcap.o: qvidcap.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:730:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-qvidcap.o -MD -MP -MF $(DEPDIR)/qvidcap-qvidcap.Tpo -c -o qvidcap-qvidcap.o `test -f 'qvidcap.cpp' || echo '$(srcdir)/'`qvidcap.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-731-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-qvidcap.Tpo $(DEPDIR)/qvidcap-qvidcap.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:734:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-qvidcap.o `test -f 'qvidcap.cpp' || echo '$(srcdir)/'`qvidcap.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-735-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-736-qvidcap-qvidcap.obj: qvidcap.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:737:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-qvidcap.obj -MD -MP -MF $(DEPDIR)/qvidcap-qvidcap.Tpo -c -o qvidcap-qvidcap.obj `if test -f 'qvidcap.cpp'; then $(CYGPATH_W) 'qvidcap.cpp'; else $(CYGPATH_W) '$(srcdir)/qvidcap.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-738-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-qvidcap.Tpo $(DEPDIR)/qvidcap-qvidcap.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:741:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-qvidcap.obj `if test -f 'qvidcap.cpp'; then $(CYGPATH_W) 'qvidcap.cpp'; else $(CYGPATH_W) '$(srcdir)/qvidcap.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-742-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-743-qvidcap-capture.o: capture.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:744:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-capture.o -MD -MP -MF $(DEPDIR)/qvidcap-capture.Tpo -c -o qvidcap-capture.o `test -f 'capture.cpp' || echo '$(srcdir)/'`capture.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-745-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-capture.Tpo $(DEPDIR)/qvidcap-capture.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:748:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-capture.o `test -f 'capture.cpp' || echo '$(srcdir)/'`capture.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-749-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-750-qvidcap-capture.obj: capture.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:751:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-capture.obj -MD -MP -MF $(DEPDIR)/qvidcap-capture.Tpo -c -o qvidcap-capture.obj `if test -f 'capture.cpp'; then $(CYGPATH_W) 'capture.cpp'; else $(CYGPATH_W) '$(srcdir)/capture.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-752-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-capture.Tpo $(DEPDIR)/qvidcap-capture.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-754-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:755:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-capture.obj `if test -f 'capture.cpp'; then $(CYGPATH_W) 'capture.cpp'; else $(CYGPATH_W) '$(srcdir)/capture.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-756-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-757-qvidcap-paint.o: paint.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:758:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-paint.o -MD -MP -MF $(DEPDIR)/qvidcap-paint.Tpo -c -o qvidcap-paint.o `test -f 'paint.cpp' || echo '$(srcdir)/'`paint.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-759-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-paint.Tpo $(DEPDIR)/qvidcap-paint.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:762:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-paint.o `test -f 'paint.cpp' || echo '$(srcdir)/'`paint.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-763-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-764-qvidcap-paint.obj: paint.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:765:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-paint.obj -MD -MP -MF $(DEPDIR)/qvidcap-paint.Tpo -c -o qvidcap-paint.obj `if test -f 'paint.cpp'; then $(CYGPATH_W) 'paint.cpp'; else $(CYGPATH_W) '$(srcdir)/paint.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-766-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-paint.Tpo $(DEPDIR)/qvidcap-paint.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-768-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:769:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-paint.obj `if test -f 'paint.cpp'; then $(CYGPATH_W) 'paint.cpp'; else $(CYGPATH_W) '$(srcdir)/paint.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-770-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-771-qvidcap-v4l2-info.o: v4l2-info.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:772:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-v4l2-info.o -MD -MP -MF $(DEPDIR)/qvidcap-v4l2-info.Tpo -c -o qvidcap-v4l2-info.o `test -f 'v4l2-info.cpp' || echo '$(srcdir)/'`v4l2-info.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-773-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-v4l2-info.Tpo $(DEPDIR)/qvidcap-v4l2-info.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-775-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:776:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-v4l2-info.o `test -f 'v4l2-info.cpp' || echo '$(srcdir)/'`v4l2-info.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-777-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-778-qvidcap-v4l2-info.obj: v4l2-info.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:779:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-v4l2-info.obj -MD -MP -MF $(DEPDIR)/qvidcap-v4l2-info.Tpo -c -o qvidcap-v4l2-info.obj `if test -f 'v4l2-info.cpp'; then $(CYGPATH_W) 'v4l2-info.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-info.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-780-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-v4l2-info.Tpo $(DEPDIR)/qvidcap-v4l2-info.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-782-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:783:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-v4l2-info.obj `if test -f 'v4l2-info.cpp'; then $(CYGPATH_W) 'v4l2-info.cpp'; else $(CYGPATH_W) '$(srcdir)/v4l2-info.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-784-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-785-qvidcap-qrc_qvidcap.o: qrc_qvidcap.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:786:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-qrc_qvidcap.o -MD -MP -MF $(DEPDIR)/qvidcap-qrc_qvidcap.Tpo -c -o qvidcap-qrc_qvidcap.o `test -f 'qrc_qvidcap.cpp' || echo '$(srcdir)/'`qrc_qvidcap.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-787-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-qrc_qvidcap.Tpo $(DEPDIR)/qvidcap-qrc_qvidcap.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-789-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:790:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-qrc_qvidcap.o `test -f 'qrc_qvidcap.cpp' || echo '$(srcdir)/'`qrc_qvidcap.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-791-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-792-qvidcap-qrc_qvidcap.obj: qrc_qvidcap.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:793:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-qrc_qvidcap.obj -MD -MP -MF $(DEPDIR)/qvidcap-qrc_qvidcap.Tpo -c -o qvidcap-qrc_qvidcap.obj `if test -f 'qrc_qvidcap.cpp'; then $(CYGPATH_W) 'qrc_qvidcap.cpp'; else $(CYGPATH_W) '$(srcdir)/qrc_qvidcap.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-794-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-qrc_qvidcap.Tpo $(DEPDIR)/qvidcap-qrc_qvidcap.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-796-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:797:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-qrc_qvidcap.obj `if test -f 'qrc_qvidcap.cpp'; then $(CYGPATH_W) 'qrc_qvidcap.cpp'; else $(CYGPATH_W) '$(srcdir)/qrc_qvidcap.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-798-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-799-qvidcap-moc_capture.o: moc_capture.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:800:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-moc_capture.o -MD -MP -MF $(DEPDIR)/qvidcap-moc_capture.Tpo -c -o qvidcap-moc_capture.o `test -f 'moc_capture.cpp' || echo '$(srcdir)/'`moc_capture.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-801-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-moc_capture.Tpo $(DEPDIR)/qvidcap-moc_capture.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-803-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:804:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-moc_capture.o `test -f 'moc_capture.cpp' || echo '$(srcdir)/'`moc_capture.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-805-
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-806-qvidcap-moc_capture.obj: moc_capture.cpp
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:807:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qvidcap-moc_capture.obj -MD -MP -MF $(DEPDIR)/qvidcap-moc_capture.Tpo -c -o qvidcap-moc_capture.obj `if test -f 'moc_capture.cpp'; then $(CYGPATH_W) 'moc_capture.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_capture.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-808-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qvidcap-moc_capture.Tpo $(DEPDIR)/qvidcap-moc_capture.Po
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-810-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:811:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(qvidcap_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qvidcap-moc_capture.obj `if test -f 'moc_capture.cpp'; then $(CYGPATH_W) 'moc_capture.cpp'; else $(CYGPATH_W) '$(srcdir)/moc_capture.cpp'; fi`
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-812-
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-822-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:823:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-824-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-891-GTAGS:
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:892:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-893-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-917-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:918:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:919:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-920-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-931-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in:932:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/qvidcap/Makefile.in-933-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-511-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:512:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-513-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-534-.cpp.o:
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:535:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-536-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-542-.cpp.obj:
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:543:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:544:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-545-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-547-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:548:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-549-
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-550-.cpp.lo:
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:551:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-552-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-593-GTAGS:
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:594:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-595-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-619-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-633-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/v4l2-dbg/Makefile.in-635-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-184-  esac
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:185:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-186-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:187:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-188-    *) f=$$p;; \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-189-  esac;
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:190:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-191-am__install_max = 40
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-192-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:193:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-194-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-550-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:551:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-552-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-575-.cpp.o:
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:576:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-577-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-583-.cpp.obj:
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:584:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:585:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-586-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-588-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:589:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-590-
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-591-.cpp.lo:
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:592:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-593-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-599-cec_follower-cec-follower.o: cec-follower.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:600:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_follower-cec-follower.o -MD -MP -MF $(DEPDIR)/cec_follower-cec-follower.Tpo -c -o cec_follower-cec-follower.o `test -f 'cec-follower.cpp' || echo '$(srcdir)/'`cec-follower.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-601-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_follower-cec-follower.Tpo $(DEPDIR)/cec_follower-cec-follower.Po
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-603-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:604:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_follower-cec-follower.o `test -f 'cec-follower.cpp' || echo '$(srcdir)/'`cec-follower.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-605-
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-606-cec_follower-cec-follower.obj: cec-follower.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:607:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_follower-cec-follower.obj -MD -MP -MF $(DEPDIR)/cec_follower-cec-follower.Tpo -c -o cec_follower-cec-follower.obj `if test -f 'cec-follower.cpp'; then $(CYGPATH_W) 'cec-follower.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-follower.cpp'; fi`
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-608-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_follower-cec-follower.Tpo $(DEPDIR)/cec_follower-cec-follower.Po
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-610-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:611:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_follower-cec-follower.obj `if test -f 'cec-follower.cpp'; then $(CYGPATH_W) 'cec-follower.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-follower.cpp'; fi`
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-612-
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-613-cec_follower-cec-processing.o: cec-processing.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:614:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_follower-cec-processing.o -MD -MP -MF $(DEPDIR)/cec_follower-cec-processing.Tpo -c -o cec_follower-cec-processing.o `test -f 'cec-processing.cpp' || echo '$(srcdir)/'`cec-processing.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-615-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_follower-cec-processing.Tpo $(DEPDIR)/cec_follower-cec-processing.Po
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-617-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:618:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_follower-cec-processing.o `test -f 'cec-processing.cpp' || echo '$(srcdir)/'`cec-processing.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-619-
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-620-cec_follower-cec-processing.obj: cec-processing.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:621:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_follower-cec-processing.obj -MD -MP -MF $(DEPDIR)/cec_follower-cec-processing.Tpo -c -o cec_follower-cec-processing.obj `if test -f 'cec-processing.cpp'; then $(CYGPATH_W) 'cec-processing.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-processing.cpp'; fi`
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-622-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_follower-cec-processing.Tpo $(DEPDIR)/cec_follower-cec-processing.Po
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-624-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:625:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_follower-cec-processing.obj `if test -f 'cec-processing.cpp'; then $(CYGPATH_W) 'cec-processing.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-processing.cpp'; fi`
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-626-
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-627-cec_follower-cec-tuner.o: cec-tuner.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:628:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_follower-cec-tuner.o -MD -MP -MF $(DEPDIR)/cec_follower-cec-tuner.Tpo -c -o cec_follower-cec-tuner.o `test -f 'cec-tuner.cpp' || echo '$(srcdir)/'`cec-tuner.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-629-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_follower-cec-tuner.Tpo $(DEPDIR)/cec_follower-cec-tuner.Po
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-631-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:632:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_follower-cec-tuner.o `test -f 'cec-tuner.cpp' || echo '$(srcdir)/'`cec-tuner.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-633-
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-634-cec_follower-cec-tuner.obj: cec-tuner.cpp
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:635:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cec_follower-cec-tuner.obj -MD -MP -MF $(DEPDIR)/cec_follower-cec-tuner.Tpo -c -o cec_follower-cec-tuner.obj `if test -f 'cec-tuner.cpp'; then $(CYGPATH_W) 'cec-tuner.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-tuner.cpp'; fi`
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-636-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cec_follower-cec-tuner.Tpo $(DEPDIR)/cec_follower-cec-tuner.Po
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:639:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cec_follower_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cec_follower-cec-tuner.obj `if test -f 'cec-tuner.cpp'; then $(CYGPATH_W) 'cec-tuner.cpp'; else $(CYGPATH_W) '$(srcdir)/cec-tuner.cpp'; fi`
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-640-
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-650-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:651:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-652-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-719-GTAGS:
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:720:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-721-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-745-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:746:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:747:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-748-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-759-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in:760:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/cec-follower/Makefile.in-761-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/cec-follower/cec-processing.cpp-372-
v4l-utils-1.20.0/utils/cec-follower/cec-processing.cpp:373:		cec_ops_report_physical_addr(&msg, &phys_addr, &prim_dev_type);
v4l-utils-1.20.0/utils/cec-follower/cec-processing.cpp-374-		if (from < 15)
##############################################
v4l-utils-1.20.0/utils/cec-follower/cec-processing.cpp-861-			cec_msg_init(&msg, me, i);
v4l-utils-1.20.0/utils/cec-follower/cec-processing.cpp:862:			cec_msg_give_physical_addr(&msg, true);
v4l-utils-1.20.0/utils/cec-follower/cec-processing.cpp-863-			doioctl(node, CEC_TRANSMIT, &msg);
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/dvb/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/dvb/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-212-  esac
v4l-utils-1.20.0/utils/dvb/Makefile.in:213:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/dvb/Makefile.in-214-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/dvb/Makefile.in:215:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/dvb/Makefile.in-216-    *) f=$$p;; \
v4l-utils-1.20.0/utils/dvb/Makefile.in-217-  esac;
v4l-utils-1.20.0/utils/dvb/Makefile.in:218:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/dvb/Makefile.in-219-am__install_max = 40
v4l-utils-1.20.0/utils/dvb/Makefile.in-220-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/dvb/Makefile.in:221:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/dvb/Makefile.in-222-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-603-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/dvb/Makefile.in:604:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/dvb/Makefile.in-605-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-646-.c.o:
v4l-utils-1.20.0/utils/dvb/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/dvb/Makefile.in-648-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-654-.c.obj:
v4l-utils-1.20.0/utils/dvb/Makefile.in:655:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/dvb/Makefile.in:656:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/dvb/Makefile.in-657-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-659-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:660:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/dvb/Makefile.in-661-
v4l-utils-1.20.0/utils/dvb/Makefile.in-662-.c.lo:
v4l-utils-1.20.0/utils/dvb/Makefile.in:663:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/dvb/Makefile.in-664-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-670-dvb_fe_tool-dvb-fe-tool.o: dvb-fe-tool.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvb_fe_tool_CFLAGS) $(CFLAGS) -MT dvb_fe_tool-dvb-fe-tool.o -MD -MP -MF $(DEPDIR)/dvb_fe_tool-dvb-fe-tool.Tpo -c -o dvb_fe_tool-dvb-fe-tool.o `test -f 'dvb-fe-tool.c' || echo '$(srcdir)/'`dvb-fe-tool.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvb_fe_tool-dvb-fe-tool.Tpo $(DEPDIR)/dvb_fe_tool-dvb-fe-tool.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvb_fe_tool_CFLAGS) $(CFLAGS) -c -o dvb_fe_tool-dvb-fe-tool.o `test -f 'dvb-fe-tool.c' || echo '$(srcdir)/'`dvb-fe-tool.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-676-
v4l-utils-1.20.0/utils/dvb/Makefile.in-677-dvb_fe_tool-dvb-fe-tool.obj: dvb-fe-tool.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvb_fe_tool_CFLAGS) $(CFLAGS) -MT dvb_fe_tool-dvb-fe-tool.obj -MD -MP -MF $(DEPDIR)/dvb_fe_tool-dvb-fe-tool.Tpo -c -o dvb_fe_tool-dvb-fe-tool.obj `if test -f 'dvb-fe-tool.c'; then $(CYGPATH_W) 'dvb-fe-tool.c'; else $(CYGPATH_W) '$(srcdir)/dvb-fe-tool.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvb_fe_tool-dvb-fe-tool.Tpo $(DEPDIR)/dvb_fe_tool-dvb-fe-tool.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvb_fe_tool_CFLAGS) $(CFLAGS) -c -o dvb_fe_tool-dvb-fe-tool.obj `if test -f 'dvb-fe-tool.c'; then $(CYGPATH_W) 'dvb-fe-tool.c'; else $(CYGPATH_W) '$(srcdir)/dvb-fe-tool.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-683-
v4l-utils-1.20.0/utils/dvb/Makefile.in-684-dvb_format_convert-dvb-format-convert.o: dvb-format-convert.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvb_format_convert_CFLAGS) $(CFLAGS) -MT dvb_format_convert-dvb-format-convert.o -MD -MP -MF $(DEPDIR)/dvb_format_convert-dvb-format-convert.Tpo -c -o dvb_format_convert-dvb-format-convert.o `test -f 'dvb-format-convert.c' || echo '$(srcdir)/'`dvb-format-convert.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvb_format_convert-dvb-format-convert.Tpo $(DEPDIR)/dvb_format_convert-dvb-format-convert.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvb_format_convert_CFLAGS) $(CFLAGS) -c -o dvb_format_convert-dvb-format-convert.o `test -f 'dvb-format-convert.c' || echo '$(srcdir)/'`dvb-format-convert.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-690-
v4l-utils-1.20.0/utils/dvb/Makefile.in-691-dvb_format_convert-dvb-format-convert.obj: dvb-format-convert.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvb_format_convert_CFLAGS) $(CFLAGS) -MT dvb_format_convert-dvb-format-convert.obj -MD -MP -MF $(DEPDIR)/dvb_format_convert-dvb-format-convert.Tpo -c -o dvb_format_convert-dvb-format-convert.obj `if test -f 'dvb-format-convert.c'; then $(CYGPATH_W) 'dvb-format-convert.c'; else $(CYGPATH_W) '$(srcdir)/dvb-format-convert.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvb_format_convert-dvb-format-convert.Tpo $(DEPDIR)/dvb_format_convert-dvb-format-convert.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvb_format_convert_CFLAGS) $(CFLAGS) -c -o dvb_format_convert-dvb-format-convert.obj `if test -f 'dvb-format-convert.c'; then $(CYGPATH_W) 'dvb-format-convert.c'; else $(CYGPATH_W) '$(srcdir)/dvb-format-convert.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-697-
v4l-utils-1.20.0/utils/dvb/Makefile.in-698-dvbv5_daemon-dvbv5-daemon.o: dvbv5-daemon.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_daemon_CFLAGS) $(CFLAGS) -MT dvbv5_daemon-dvbv5-daemon.o -MD -MP -MF $(DEPDIR)/dvbv5_daemon-dvbv5-daemon.Tpo -c -o dvbv5_daemon-dvbv5-daemon.o `test -f 'dvbv5-daemon.c' || echo '$(srcdir)/'`dvbv5-daemon.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvbv5_daemon-dvbv5-daemon.Tpo $(DEPDIR)/dvbv5_daemon-dvbv5-daemon.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_daemon_CFLAGS) $(CFLAGS) -c -o dvbv5_daemon-dvbv5-daemon.o `test -f 'dvbv5-daemon.c' || echo '$(srcdir)/'`dvbv5-daemon.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-704-
v4l-utils-1.20.0/utils/dvb/Makefile.in-705-dvbv5_daemon-dvbv5-daemon.obj: dvbv5-daemon.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_daemon_CFLAGS) $(CFLAGS) -MT dvbv5_daemon-dvbv5-daemon.obj -MD -MP -MF $(DEPDIR)/dvbv5_daemon-dvbv5-daemon.Tpo -c -o dvbv5_daemon-dvbv5-daemon.obj `if test -f 'dvbv5-daemon.c'; then $(CYGPATH_W) 'dvbv5-daemon.c'; else $(CYGPATH_W) '$(srcdir)/dvbv5-daemon.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvbv5_daemon-dvbv5-daemon.Tpo $(DEPDIR)/dvbv5_daemon-dvbv5-daemon.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_daemon_CFLAGS) $(CFLAGS) -c -o dvbv5_daemon-dvbv5-daemon.obj `if test -f 'dvbv5-daemon.c'; then $(CYGPATH_W) 'dvbv5-daemon.c'; else $(CYGPATH_W) '$(srcdir)/dvbv5-daemon.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-711-
v4l-utils-1.20.0/utils/dvb/Makefile.in-712-dvbv5_scan-dvbv5-scan.o: dvbv5-scan.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_scan_CFLAGS) $(CFLAGS) -MT dvbv5_scan-dvbv5-scan.o -MD -MP -MF $(DEPDIR)/dvbv5_scan-dvbv5-scan.Tpo -c -o dvbv5_scan-dvbv5-scan.o `test -f 'dvbv5-scan.c' || echo '$(srcdir)/'`dvbv5-scan.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvbv5_scan-dvbv5-scan.Tpo $(DEPDIR)/dvbv5_scan-dvbv5-scan.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_scan_CFLAGS) $(CFLAGS) -c -o dvbv5_scan-dvbv5-scan.o `test -f 'dvbv5-scan.c' || echo '$(srcdir)/'`dvbv5-scan.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-718-
v4l-utils-1.20.0/utils/dvb/Makefile.in-719-dvbv5_scan-dvbv5-scan.obj: dvbv5-scan.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_scan_CFLAGS) $(CFLAGS) -MT dvbv5_scan-dvbv5-scan.obj -MD -MP -MF $(DEPDIR)/dvbv5_scan-dvbv5-scan.Tpo -c -o dvbv5_scan-dvbv5-scan.obj `if test -f 'dvbv5-scan.c'; then $(CYGPATH_W) 'dvbv5-scan.c'; else $(CYGPATH_W) '$(srcdir)/dvbv5-scan.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvbv5_scan-dvbv5-scan.Tpo $(DEPDIR)/dvbv5_scan-dvbv5-scan.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_scan_CFLAGS) $(CFLAGS) -c -o dvbv5_scan-dvbv5-scan.obj `if test -f 'dvbv5-scan.c'; then $(CYGPATH_W) 'dvbv5-scan.c'; else $(CYGPATH_W) '$(srcdir)/dvbv5-scan.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-725-
v4l-utils-1.20.0/utils/dvb/Makefile.in-726-dvbv5_zap-dvbv5-zap.o: dvbv5-zap.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:727:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_zap_CFLAGS) $(CFLAGS) -MT dvbv5_zap-dvbv5-zap.o -MD -MP -MF $(DEPDIR)/dvbv5_zap-dvbv5-zap.Tpo -c -o dvbv5_zap-dvbv5-zap.o `test -f 'dvbv5-zap.c' || echo '$(srcdir)/'`dvbv5-zap.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-728-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvbv5_zap-dvbv5-zap.Tpo $(DEPDIR)/dvbv5_zap-dvbv5-zap.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-730-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:731:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_zap_CFLAGS) $(CFLAGS) -c -o dvbv5_zap-dvbv5-zap.o `test -f 'dvbv5-zap.c' || echo '$(srcdir)/'`dvbv5-zap.c
v4l-utils-1.20.0/utils/dvb/Makefile.in-732-
v4l-utils-1.20.0/utils/dvb/Makefile.in-733-dvbv5_zap-dvbv5-zap.obj: dvbv5-zap.c
v4l-utils-1.20.0/utils/dvb/Makefile.in:734:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_zap_CFLAGS) $(CFLAGS) -MT dvbv5_zap-dvbv5-zap.obj -MD -MP -MF $(DEPDIR)/dvbv5_zap-dvbv5-zap.Tpo -c -o dvbv5_zap-dvbv5-zap.obj `if test -f 'dvbv5-zap.c'; then $(CYGPATH_W) 'dvbv5-zap.c'; else $(CYGPATH_W) '$(srcdir)/dvbv5-zap.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-735-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dvbv5_zap-dvbv5-zap.Tpo $(DEPDIR)/dvbv5_zap-dvbv5-zap.Po
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/dvb/Makefile.in:738:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dvbv5_zap_CFLAGS) $(CFLAGS) -c -o dvbv5_zap-dvbv5-zap.obj `if test -f 'dvbv5-zap.c'; then $(CYGPATH_W) 'dvbv5-zap.c'; else $(CYGPATH_W) '$(srcdir)/dvbv5-zap.c'; fi`
v4l-utils-1.20.0/utils/dvb/Makefile.in-739-
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-749-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/dvb/Makefile.in:750:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/dvb/Makefile.in-751-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-818-GTAGS:
v4l-utils-1.20.0/utils/dvb/Makefile.in:819:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/dvb/Makefile.in-820-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-844-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/dvb/Makefile.in:845:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/dvb/Makefile.in:846:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/dvb/Makefile.in-847-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/dvb/Makefile.in-858-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/dvb/Makefile.in:859:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/dvb/Makefile.in-860-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-52-  { \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-54-  }; \
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-537-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:538:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-539-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-580-.c.o:
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:581:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-582-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-588-.c.obj:
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:589:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:590:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-591-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:594:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-595-
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-596-.c.lo:
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:597:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-598-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-604-libmediactl_la-libmediactl.lo: libmediactl.c
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:605:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmediactl_la_CFLAGS) $(CFLAGS) -MT libmediactl_la-libmediactl.lo -MD -MP -MF $(DEPDIR)/libmediactl_la-libmediactl.Tpo -c -o libmediactl_la-libmediactl.lo `test -f 'libmediactl.c' || echo '$(srcdir)/'`libmediactl.c
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-606-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libmediactl_la-libmediactl.Tpo $(DEPDIR)/libmediactl_la-libmediactl.Plo
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-608-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:609:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmediactl_la_CFLAGS) $(CFLAGS) -c -o libmediactl_la-libmediactl.lo `test -f 'libmediactl.c' || echo '$(srcdir)/'`libmediactl.c
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-610-
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-611-libv4l2subdev_la-libv4l2subdev.lo: libv4l2subdev.c
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:612:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libv4l2subdev_la_CFLAGS) $(CFLAGS) -MT libv4l2subdev_la-libv4l2subdev.lo -MD -MP -MF $(DEPDIR)/libv4l2subdev_la-libv4l2subdev.Tpo -c -o libv4l2subdev_la-libv4l2subdev.lo `test -f 'libv4l2subdev.c' || echo '$(srcdir)/'`libv4l2subdev.c
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-613-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libv4l2subdev_la-libv4l2subdev.Tpo $(DEPDIR)/libv4l2subdev_la-libv4l2subdev.Plo
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-615-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:616:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libv4l2subdev_la_CFLAGS) $(CFLAGS) -c -o libv4l2subdev_la-libv4l2subdev.lo `test -f 'libv4l2subdev.c' || echo '$(srcdir)/'`libv4l2subdev.c
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-617-
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-653-GTAGS:
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:654:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-655-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-679-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:680:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:681:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-682-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-693-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in:694:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/media-ctl/Makefile.in-695-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-51-  { \
v4l-utils-1.20.0/utils/keytable/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-53-  }; \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-186-  esac
v4l-utils-1.20.0/utils/keytable/Makefile.in:187:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/keytable/Makefile.in-188-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/keytable/Makefile.in:189:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-190-    *) f=$$p;; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-191-  esac;
v4l-utils-1.20.0/utils/keytable/Makefile.in:192:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/keytable/Makefile.in-193-am__install_max = 40
v4l-utils-1.20.0/utils/keytable/Makefile.in-194-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/keytable/Makefile.in:195:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/keytable/Makefile.in-196-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-257-  while test -n "$$dir1"; do \
v4l-utils-1.20.0/utils/keytable/Makefile.in:258:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-259-    if test "$$first" != "."; then \
v4l-utils-1.20.0/utils/keytable/Makefile.in-260-      if test "$$first" = ".."; then \
v4l-utils-1.20.0/utils/keytable/Makefile.in:261:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:262:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-263-      else \
v4l-utils-1.20.0/utils/keytable/Makefile.in:264:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-265-        if test "$$first2" = "$$first"; then \
v4l-utils-1.20.0/utils/keytable/Makefile.in:266:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-267-        else \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-272-    fi; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:273:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-274-  done; \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-597-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:598:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-599-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-625-.c.o:
v4l-utils-1.20.0/utils/keytable/Makefile.in:626:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/keytable/Makefile.in-627-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-633-.c.obj:
v4l-utils-1.20.0/utils/keytable/Makefile.in:634:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/keytable/Makefile.in:635:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/keytable/Makefile.in-636-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/keytable/Makefile.in:639:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/keytable/Makefile.in-640-
v4l-utils-1.20.0/utils/keytable/Makefile.in-641-.c.lo:
v4l-utils-1.20.0/utils/keytable/Makefile.in:642:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/keytable/Makefile.in-643-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-658-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/keytable/Makefile.in:659:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/keytable/Makefile.in-660-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-701-	test -n "$(man5dir)" \
v4l-utils-1.20.0/utils/keytable/Makefile.in:702:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/keytable/Makefile.in-703-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-758-	@list='$(keytablesystem_DATA)'; test -n "$(keytablesystemdir)" || list=; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:759:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-760-	dir='$(DESTDIR)$(keytablesystemdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-779-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:780:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-781-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-800-	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:801:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-802-	dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-821-	@list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:822:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-823-	dir='$(DESTDIR)$(udevrulesdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-838-	dot_seen=no; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:839:	target=`echo $@ | sed s/-recursive//`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-840-	case "$@" in \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-901-GTAGS:
v4l-utils-1.20.0/utils/keytable/Makefile.in:902:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/keytable/Makefile.in-903-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-927-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/keytable/Makefile.in:928:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in:929:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-930-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/keytable/Makefile.in-941-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/keytable/Makefile.in:942:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/keytable/Makefile.in-943-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in-49-  { \
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in-51-  }; \
##############################################
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in-421-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in:422:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in:423:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in-424-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in-435-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in:436:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/keytable/bpf_protocols/Makefile.in-437-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-492-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:493:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-494-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-515-.c.o:
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:516:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-517-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-523-.c.obj:
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:524:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:525:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-526-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:529:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-530-
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-531-.c.lo:
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:532:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-533-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-574-GTAGS:
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:575:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-576-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-600-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:601:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:602:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-603-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-614-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in:615:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/cx18-ctl/Makefile.in-616-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-168-  esac
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:169:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-170-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:171:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-172-    *) f=$$p;; \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-173-  esac;
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:174:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-175-am__install_max = 40
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-176-am__nobase_strip_setup = \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:177:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-178-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-533-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:534:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-535-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-560-.c.o:
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:561:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-562-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-568-.c.obj:
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:570:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-571-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-573-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:574:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-575-
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-576-.c.lo:
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:577:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-578-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-593-	test -n "$(man1dir)" \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:594:	  && test -n "`echo $$list1$$list2`" \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-595-	  || exit 0; \
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-662-GTAGS:
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:663:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-664-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-688-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:689:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:690:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-691-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-702-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in:703:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/ir-ctl/Makefile.in-704-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-511-.cpp.o:
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:512:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-513-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-519-.cpp.obj:
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:520:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:521:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-522-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-524-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:525:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-526-
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-527-.cpp.lo:
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:528:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-529-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-535-libcecutil_la-cec-info.lo: cec-info.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:536:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcecutil_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libcecutil_la-cec-info.lo -MD -MP -MF $(DEPDIR)/libcecutil_la-cec-info.Tpo -c -o libcecutil_la-cec-info.lo `test -f 'cec-info.cpp' || echo '$(srcdir)/'`cec-info.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-537-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcecutil_la-cec-info.Tpo $(DEPDIR)/libcecutil_la-cec-info.Plo
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:540:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcecutil_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libcecutil_la-cec-info.lo `test -f 'cec-info.cpp' || echo '$(srcdir)/'`cec-info.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-541-
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-542-libcecutil_la-cec-log.lo: cec-log.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:543:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcecutil_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libcecutil_la-cec-log.lo -MD -MP -MF $(DEPDIR)/libcecutil_la-cec-log.Tpo -c -o libcecutil_la-cec-log.lo `test -f 'cec-log.cpp' || echo '$(srcdir)/'`cec-log.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-544-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcecutil_la-cec-log.Tpo $(DEPDIR)/libcecutil_la-cec-log.Plo
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-546-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:547:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcecutil_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libcecutil_la-cec-log.lo `test -f 'cec-log.cpp' || echo '$(srcdir)/'`cec-log.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-548-
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-549-libcecutil_la-cec-parse.lo: cec-parse.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:550:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcecutil_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libcecutil_la-cec-parse.lo -MD -MP -MF $(DEPDIR)/libcecutil_la-cec-parse.Tpo -c -o libcecutil_la-cec-parse.lo `test -f 'cec-parse.cpp' || echo '$(srcdir)/'`cec-parse.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-551-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcecutil_la-cec-parse.Tpo $(DEPDIR)/libcecutil_la-cec-parse.Plo
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-553-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:554:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcecutil_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libcecutil_la-cec-parse.lo `test -f 'cec-parse.cpp' || echo '$(srcdir)/'`cec-parse.cpp
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-555-
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-591-GTAGS:
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:592:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-593-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-617-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:618:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:619:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-620-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-631-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/libcecutil/Makefile.in:632:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/libcecutil/Makefile.in-633-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/utils/libcecutil/cec-parse.h-13-int cec_parse_subopt(char **subs, const char * const *subopts, char **value);
v4l-utils-1.20.0/utils/libcecutil/cec-parse.h:14:unsigned cec_parse_phys_addr(const char *value);
v4l-utils-1.20.0/utils/libcecutil/cec-parse.h-15-
##############################################
v4l-utils-1.20.0/utils/libcecutil/cec-gen.pl-228-			} elsif ($name =~ /phys_addr/) {
v4l-utils-1.20.0/utils/libcecutil/cec-gen.pl:229:				$switch .= "\t\t\t\t$name = cec_parse_phys_addr(value);\n";
v4l-utils-1.20.0/utils/libcecutil/cec-gen.pl-230-			} else {
##############################################
v4l-utils-1.20.0/utils/libcecutil/cec-parse.cpp-189-
v4l-utils-1.20.0/utils/libcecutil/cec-parse.cpp:190:unsigned cec_parse_phys_addr(const char *value)
v4l-utils-1.20.0/utils/libcecutil/cec-parse.cpp-191-{
##############################################
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-50-  { \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-493-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:494:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-495-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-516-.cpp.o:
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:517:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-518-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-524-.cpp.obj:
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:525:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:526:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-527-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-529-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:530:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-531-
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-532-.cpp.lo:
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:533:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-534-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-575-GTAGS:
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:576:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-577-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-601-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:602:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:603:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-604-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-615-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in:616:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/utils/rds-ctl/Makefile.in-617-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-16-.insert-header.po-update-en:
v4l-utils-1.20.0/v4l-utils-po/Rules-quot:17:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot:18:	if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-19-	tmpdir=`pwd`; \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-20-	echo "$$lang:"; \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot:21:	ll=`echo $$lang | sed -e 's/@.*//'`; \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-22-	LC_ALL=C; export LC_ALL; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-25-	   | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot:26:	   { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-27-	     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot:28:	       $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-29-	       ;; \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-30-	     *) \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot:31:	       $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
v4l-utils-1.20.0/v4l-utils-po/Rules-quot-32-	       ;; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-102-.po.gmo:
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:103:	@lang=`echo $* | sed -e 's,.*/,,'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-104-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-183-	fi; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:184:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-185-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-230-$(POFILES): $(POFILESDEPS)
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:231:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-232-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-236-	  cd $(srcdir) \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:237:	    && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-238-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-267-	for cat in $$catalogs; do \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:268:	  cat=`basename $$cat`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:269:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-270-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-277-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:278:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-279-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-318-	for cat in $$catalogs; do \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:319:	  cat=`basename $$cat`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:320:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-321-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-325-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:326:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-327-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-364-	for cat in $$catalogs; do \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:365:	  cat=`basename $$cat`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:366:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-367-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-429-.nop.po-create:
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:430:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-431-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-436-.nop.po-update:
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:437:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-438-	if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-443-	cd $(srcdir); \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in:444:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
v4l-utils-1.20.0/v4l-utils-po/Makefile.in.in-445-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
v4l-utils-1.20.0/contrib/Makefile.in-49-  { \
v4l-utils-1.20.0/contrib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/Makefile.in-51-  }; \
##############################################
v4l-utils-1.20.0/contrib/Makefile.in-178-  while test -n "$$dir1"; do \
v4l-utils-1.20.0/contrib/Makefile.in:179:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/contrib/Makefile.in-180-    if test "$$first" != "."; then \
v4l-utils-1.20.0/contrib/Makefile.in-181-      if test "$$first" = ".."; then \
v4l-utils-1.20.0/contrib/Makefile.in:182:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
v4l-utils-1.20.0/contrib/Makefile.in:183:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
v4l-utils-1.20.0/contrib/Makefile.in-184-      else \
v4l-utils-1.20.0/contrib/Makefile.in:185:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
v4l-utils-1.20.0/contrib/Makefile.in-186-        if test "$$first2" = "$$first"; then \
v4l-utils-1.20.0/contrib/Makefile.in:187:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/contrib/Makefile.in-188-        else \
##############################################
v4l-utils-1.20.0/contrib/Makefile.in-193-    fi; \
v4l-utils-1.20.0/contrib/Makefile.in:194:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
v4l-utils-1.20.0/contrib/Makefile.in-195-  done; \
##############################################
v4l-utils-1.20.0/contrib/Makefile.in-487-	dot_seen=no; \
v4l-utils-1.20.0/contrib/Makefile.in:488:	target=`echo $@ | sed s/-recursive//`; \
v4l-utils-1.20.0/contrib/Makefile.in-489-	case "$@" in \
##############################################
v4l-utils-1.20.0/contrib/Makefile.in-550-GTAGS:
v4l-utils-1.20.0/contrib/Makefile.in:551:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/contrib/Makefile.in-552-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/contrib/Makefile.in-576-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/Makefile.in:577:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/Makefile.in:578:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/Makefile.in-579-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/Makefile.in-590-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/Makefile.in:591:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/Makefile.in-592-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-50-  { \
v4l-utils-1.20.0/contrib/test/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/test/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-551-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/contrib/test/Makefile.in:552:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/contrib/test/Makefile.in-553-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-624-.c.o:
v4l-utils-1.20.0/contrib/test/Makefile.in:625:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/contrib/test/Makefile.in-626-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-632-.c.obj:
v4l-utils-1.20.0/contrib/test/Makefile.in:633:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/contrib/test/Makefile.in:634:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/contrib/test/Makefile.in-635-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-637-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/test/Makefile.in:638:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/contrib/test/Makefile.in-639-
v4l-utils-1.20.0/contrib/test/Makefile.in-640-.c.lo:
v4l-utils-1.20.0/contrib/test/Makefile.in:641:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/contrib/test/Makefile.in-642-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-648-mc_nextgen_test-mc_nextgen_test.o: mc_nextgen_test.c
v4l-utils-1.20.0/contrib/test/Makefile.in:649:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mc_nextgen_test_CFLAGS) $(CFLAGS) -MT mc_nextgen_test-mc_nextgen_test.o -MD -MP -MF $(DEPDIR)/mc_nextgen_test-mc_nextgen_test.Tpo -c -o mc_nextgen_test-mc_nextgen_test.o `test -f 'mc_nextgen_test.c' || echo '$(srcdir)/'`mc_nextgen_test.c
v4l-utils-1.20.0/contrib/test/Makefile.in-650-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mc_nextgen_test-mc_nextgen_test.Tpo $(DEPDIR)/mc_nextgen_test-mc_nextgen_test.Po
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-652-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/test/Makefile.in:653:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mc_nextgen_test_CFLAGS) $(CFLAGS) -c -o mc_nextgen_test-mc_nextgen_test.o `test -f 'mc_nextgen_test.c' || echo '$(srcdir)/'`mc_nextgen_test.c
v4l-utils-1.20.0/contrib/test/Makefile.in-654-
v4l-utils-1.20.0/contrib/test/Makefile.in-655-mc_nextgen_test-mc_nextgen_test.obj: mc_nextgen_test.c
v4l-utils-1.20.0/contrib/test/Makefile.in:656:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mc_nextgen_test_CFLAGS) $(CFLAGS) -MT mc_nextgen_test-mc_nextgen_test.obj -MD -MP -MF $(DEPDIR)/mc_nextgen_test-mc_nextgen_test.Tpo -c -o mc_nextgen_test-mc_nextgen_test.obj `if test -f 'mc_nextgen_test.c'; then $(CYGPATH_W) 'mc_nextgen_test.c'; else $(CYGPATH_W) '$(srcdir)/mc_nextgen_test.c'; fi`
v4l-utils-1.20.0/contrib/test/Makefile.in-657-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mc_nextgen_test-mc_nextgen_test.Tpo $(DEPDIR)/mc_nextgen_test-mc_nextgen_test.Po
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-659-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/test/Makefile.in:660:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mc_nextgen_test_CFLAGS) $(CFLAGS) -c -o mc_nextgen_test-mc_nextgen_test.obj `if test -f 'mc_nextgen_test.c'; then $(CYGPATH_W) 'mc_nextgen_test.c'; else $(CYGPATH_W) '$(srcdir)/mc_nextgen_test.c'; fi`
v4l-utils-1.20.0/contrib/test/Makefile.in-661-
v4l-utils-1.20.0/contrib/test/Makefile.in-662-pixfmt_test-pixfmt-test.o: pixfmt-test.c
v4l-utils-1.20.0/contrib/test/Makefile.in:663:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pixfmt_test_CFLAGS) $(CFLAGS) -MT pixfmt_test-pixfmt-test.o -MD -MP -MF $(DEPDIR)/pixfmt_test-pixfmt-test.Tpo -c -o pixfmt_test-pixfmt-test.o `test -f 'pixfmt-test.c' || echo '$(srcdir)/'`pixfmt-test.c
v4l-utils-1.20.0/contrib/test/Makefile.in-664-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pixfmt_test-pixfmt-test.Tpo $(DEPDIR)/pixfmt_test-pixfmt-test.Po
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-666-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/test/Makefile.in:667:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pixfmt_test_CFLAGS) $(CFLAGS) -c -o pixfmt_test-pixfmt-test.o `test -f 'pixfmt-test.c' || echo '$(srcdir)/'`pixfmt-test.c
v4l-utils-1.20.0/contrib/test/Makefile.in-668-
v4l-utils-1.20.0/contrib/test/Makefile.in-669-pixfmt_test-pixfmt-test.obj: pixfmt-test.c
v4l-utils-1.20.0/contrib/test/Makefile.in:670:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pixfmt_test_CFLAGS) $(CFLAGS) -MT pixfmt_test-pixfmt-test.obj -MD -MP -MF $(DEPDIR)/pixfmt_test-pixfmt-test.Tpo -c -o pixfmt_test-pixfmt-test.obj `if test -f 'pixfmt-test.c'; then $(CYGPATH_W) 'pixfmt-test.c'; else $(CYGPATH_W) '$(srcdir)/pixfmt-test.c'; fi`
v4l-utils-1.20.0/contrib/test/Makefile.in-671-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pixfmt_test-pixfmt-test.Tpo $(DEPDIR)/pixfmt_test-pixfmt-test.Po
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/test/Makefile.in:674:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pixfmt_test_CFLAGS) $(CFLAGS) -c -o pixfmt_test-pixfmt-test.obj `if test -f 'pixfmt-test.c'; then $(CYGPATH_W) 'pixfmt-test.c'; else $(CYGPATH_W) '$(srcdir)/pixfmt-test.c'; fi`
v4l-utils-1.20.0/contrib/test/Makefile.in-675-
v4l-utils-1.20.0/contrib/test/Makefile.in-676-sdlcam-sdlcam.o: sdlcam.c
v4l-utils-1.20.0/contrib/test/Makefile.in:677:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sdlcam_CFLAGS) $(CFLAGS) -MT sdlcam-sdlcam.o -MD -MP -MF $(DEPDIR)/sdlcam-sdlcam.Tpo -c -o sdlcam-sdlcam.o `test -f 'sdlcam.c' || echo '$(srcdir)/'`sdlcam.c
v4l-utils-1.20.0/contrib/test/Makefile.in-678-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sdlcam-sdlcam.Tpo $(DEPDIR)/sdlcam-sdlcam.Po
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/test/Makefile.in:681:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sdlcam_CFLAGS) $(CFLAGS) -c -o sdlcam-sdlcam.o `test -f 'sdlcam.c' || echo '$(srcdir)/'`sdlcam.c
v4l-utils-1.20.0/contrib/test/Makefile.in-682-
v4l-utils-1.20.0/contrib/test/Makefile.in-683-sdlcam-sdlcam.obj: sdlcam.c
v4l-utils-1.20.0/contrib/test/Makefile.in:684:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sdlcam_CFLAGS) $(CFLAGS) -MT sdlcam-sdlcam.obj -MD -MP -MF $(DEPDIR)/sdlcam-sdlcam.Tpo -c -o sdlcam-sdlcam.obj `if test -f 'sdlcam.c'; then $(CYGPATH_W) 'sdlcam.c'; else $(CYGPATH_W) '$(srcdir)/sdlcam.c'; fi`
v4l-utils-1.20.0/contrib/test/Makefile.in-685-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sdlcam-sdlcam.Tpo $(DEPDIR)/sdlcam-sdlcam.Po
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-687-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/test/Makefile.in:688:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sdlcam_CFLAGS) $(CFLAGS) -c -o sdlcam-sdlcam.obj `if test -f 'sdlcam.c'; then $(CYGPATH_W) 'sdlcam.c'; else $(CYGPATH_W) '$(srcdir)/sdlcam.c'; fi`
v4l-utils-1.20.0/contrib/test/Makefile.in-689-
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-725-GTAGS:
v4l-utils-1.20.0/contrib/test/Makefile.in:726:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/contrib/test/Makefile.in-727-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-751-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/test/Makefile.in:752:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/test/Makefile.in:753:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/test/Makefile.in-754-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/test/Makefile.in-765-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/test/Makefile.in:766:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/test/Makefile.in-767-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/contrib/test/test-media-240-	echo
v4l-utils-1.20.0/contrib/test/test-media:241:	for i in `$v4l2_ctl -z platform:vivid-000 --list-devices`; do
v4l-utils-1.20.0/contrib/test/test-media-242-		let "t = 1 + $RANDOM / 4096"
##############################################
v4l-utils-1.20.0/contrib/test/test-media-325-	echo
v4l-utils-1.20.0/contrib/test/test-media:326:	for i in `$v4l2_ctl -z platform:vim2m --list-devices`; do
v4l-utils-1.20.0/contrib/test/test-media-327-		let "t = 1 + $RANDOM / 4096"
##############################################
v4l-utils-1.20.0/contrib/test/test-media-416-	# Max sleep time is 6 + 8 = 14s
v4l-utils-1.20.0/contrib/test/test-media:417:	for i in `$v4l2_ctl -z platform:vimc --list-devices`; do
v4l-utils-1.20.0/contrib/test/test-media-418-		let "t = 6 + $RANDOM / 4096"
##############################################
v4l-utils-1.20.0/contrib/test/test-media-565-	echo
v4l-utils-1.20.0/contrib/test/test-media:566:	for i in `$v4l2_ctl -z platform:vicodec --list-devices`; do
v4l-utils-1.20.0/contrib/test/test-media-567-		let "t = 1 + $RANDOM / 4096"
##############################################
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-50-  { \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-453-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:454:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-455-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-477-.c.o:
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:478:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-479-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-485-.c.obj:
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:486:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:487:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-488-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:491:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-492-
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-493-.c.lo:
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:494:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-495-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-536-GTAGS:
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:537:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-538-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-562-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:563:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:564:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-565-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-576-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in:577:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/xc3028-firmware/Makefile.in-578-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-50-  { \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-497-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:498:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-499-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-520-.c.o:
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:521:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-522-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-528-.c.obj:
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:529:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:530:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-531-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-533-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:534:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-535-
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-536-.c.lo:
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:537:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-538-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-579-GTAGS:
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:580:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-581-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-605-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:606:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:607:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-608-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-619-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in:620:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/decode_tm6000/Makefile.in-621-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/contrib/freebsd/Makefile.in-49-  { \
v4l-utils-1.20.0/contrib/freebsd/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/freebsd/Makefile.in-51-  }; \
##############################################
v4l-utils-1.20.0/contrib/freebsd/Makefile.in-412-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/freebsd/Makefile.in:413:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/freebsd/Makefile.in:414:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/freebsd/Makefile.in-415-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/freebsd/Makefile.in-426-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/freebsd/Makefile.in:427:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/freebsd/Makefile.in-428-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-51-  { \
v4l-utils-1.20.0/contrib/gconv/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/gconv/Makefile.in-53-  }; \
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-111-CONFIG_CLEAN_VPATH_FILES =
v4l-utils-1.20.0/contrib/gconv/Makefile.in:112:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
v4l-utils-1.20.0/contrib/gconv/Makefile.in-113-am__vpath_adj = case $$p in \
v4l-utils-1.20.0/contrib/gconv/Makefile.in:114:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
v4l-utils-1.20.0/contrib/gconv/Makefile.in-115-    *) f=$$p;; \
v4l-utils-1.20.0/contrib/gconv/Makefile.in-116-  esac;
v4l-utils-1.20.0/contrib/gconv/Makefile.in:117:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
v4l-utils-1.20.0/contrib/gconv/Makefile.in-118-am__install_max = 40
v4l-utils-1.20.0/contrib/gconv/Makefile.in-119-am__nobase_strip_setup = \
v4l-utils-1.20.0/contrib/gconv/Makefile.in:120:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
v4l-utils-1.20.0/contrib/gconv/Makefile.in-121-am__nobase_strip = \
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-554-.c.o:
v4l-utils-1.20.0/contrib/gconv/Makefile.in:555:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/contrib/gconv/Makefile.in-556-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-562-.c.obj:
v4l-utils-1.20.0/contrib/gconv/Makefile.in:563:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/contrib/gconv/Makefile.in:564:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/contrib/gconv/Makefile.in-565-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-567-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/gconv/Makefile.in:568:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/contrib/gconv/Makefile.in-569-
v4l-utils-1.20.0/contrib/gconv/Makefile.in-570-.c.lo:
v4l-utils-1.20.0/contrib/gconv/Makefile.in:571:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/contrib/gconv/Makefile.in-572-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-601-	@list='$(gconv_DATA)'; test -n "$(gconvdir)" || list=; \
v4l-utils-1.20.0/contrib/gconv/Makefile.in:602:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
v4l-utils-1.20.0/contrib/gconv/Makefile.in-603-	dir='$(DESTDIR)$(gconvdir)'; $(am__uninstall_files_from_dir)
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-634-GTAGS:
v4l-utils-1.20.0/contrib/gconv/Makefile.in:635:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/contrib/gconv/Makefile.in-636-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-660-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/gconv/Makefile.in:661:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/gconv/Makefile.in:662:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/gconv/Makefile.in-663-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/gconv/Makefile.in-674-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/gconv/Makefile.in:675:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/gconv/Makefile.in-676-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-50-  { \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-493-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:494:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-495-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-517-.c.o:
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:518:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-519-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-525-.c.obj:
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:526:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:527:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-528-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-530-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:531:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-532-
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-533-.c.lo:
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:534:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-535-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-576-GTAGS:
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:577:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-578-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-602-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:603:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:604:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-605-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-616-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in:617:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile.in-618-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-50-  { \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-52-  }; \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-493-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:494:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-495-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-517-.c.o:
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:518:	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-519-	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-525-.c.obj:
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:526:	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:527:	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-528-	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-530-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:531:#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-532-
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-533-.c.lo:
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:534:	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-535-	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-576-GTAGS:
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:577:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-578-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-602-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:603:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:604:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-605-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-616-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile:617:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/cobalt-ctl/Makefile-618-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl-149-
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl:150:sub parse_mt2063_addr($$$$$)
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl-151-{
##############################################
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl-2077-my $old_timestamp;
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl:2078:sub parse_drxk_addr($$$$$)
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl-2079-{
##############################################
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl-2323-			if ($addr == 0x52) {
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl:2324:				parse_drxk_addr($timestamp, $addr, $n, $data, $write) if ($show_drxk);
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl-2325-			} elsif ($addr == 0xc0) {
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl:2326:				parse_mt2063_addr($timestamp, $addr, $n, $data, $write) if ($show_mt2063);
v4l-utils-1.20.0/contrib/parsers/az6007/parse_az6007.pl-2327-			} elsif ($show_other_xfer) {
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl-1743-my $old_timestamp;
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl:1744:sub parse_drxj_addr($$$$$)
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl-1745-{
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl-2011-		if ($1 eq "52") {
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl:2012:			parse_drxj_addr($timestamp, $1, $2, $3, 1);
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl-2013-		} else {
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl-2020-		if ($1 eq "52") {
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl:2021:			parse_drxj_addr($timestamp, $1, $2, $3, 0);
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxj.pl-2022-		} else {
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl-2105-my $old_timestamp;
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl:2106:sub parse_drxk_addr($$$$$)
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl-2107-{
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl-2373-		if ($1 eq "52") {
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl:2374:			parse_drxk_addr($timestamp, $1, $2, $3, 1);
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl-2375-		} else {
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl-2382-		if ($1 eq "52") {
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl:2383:			parse_drxk_addr($timestamp, $1, $2, $3, 0);
v4l-utils-1.20.0/contrib/parsers/em28xx/parse_em28xx_drxk.pl-2384-		} else {
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-188-
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:189:	system("\ni2cdetect -l | egrep -e \"$modules\" 2> /dev/null | cut -b 5 > $file_bus\n");
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-190-
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-224-
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:225:	system("i2cdetect -y $businfo > $file_i2c_tmp 2> /dev/null");
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:226:	system("awk \'NR==7\' $file_i2c_tmp | cut -d \' \' -f 2 > $file_addr");
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-227-
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-241-	$bkp_eeprom  = "\n\ni2cdetect -y $businfo > $file_i2c_tmp 2> /dev/null;\n";
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:242:	$bkp_eeprom .= "BUSCHECK=\`awk \'NR==7\' $file_i2c_tmp | cut -d \' \' -f 2\`;\n";
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-243-	$bkp_eeprom .= "rm -f $file_i2c_tmp;\n";
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-269-	$cmd = "cat $argv | egrep \"eeprom [0-9a-f]\"| sed -e \"s/.*eeprom/eeprom/\" | cut -d ' ' -f 3-22 > $file_eeprom";
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:270:	system($cmd);
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-271-
##############################################
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl-332-# Removing tmp files
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:333:system("rm -f $file_bus");
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:334:system("rm -f $file_addr");
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:335:system("rm -f $file_i2c_tmp");
v4l-utils-1.20.0/contrib/parsers/em28xx/rewrite_eeprom.pl:336:system("rm -f $file_eeprom");
##############################################
v4l-utils-1.20.0/contrib/parsers/saa7134/parse_saa7134.pl-177-		my $v = shift @buf;
v4l-utils-1.20.0/contrib/parsers/saa7134/parse_saa7134.pl:178:		printf("write_i2c_addr(0x%02x, %d, { 0x%02x",
v4l-utils-1.20.0/contrib/parsers/saa7134/parse_saa7134.pl-179-			$addr, $size, $v);
##############################################
v4l-utils-1.20.0/contrib/parsers/saa7134/parse_saa7134.pl-187-		my $v = shift @buf;
v4l-utils-1.20.0/contrib/parsers/saa7134/parse_saa7134.pl:188:		printf("read_i2c_addr(0x%02x, %d) /* 0x%02x",
v4l-utils-1.20.0/contrib/parsers/saa7134/parse_saa7134.pl-189-			$addr, $size, $v);
##############################################
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-50-  { \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-52-  }; \
##############################################
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-451-	test -n "$(EXEEXT)" || exit 0; \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:452:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-453-	echo " rm -f" $$list; \
##############################################
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-474-.c.o:
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:475:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-476-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-482-.c.obj:
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:483:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:484:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-485-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-487-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:488:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-489-
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-490-.c.lo:
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:491:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-492-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-533-GTAGS:
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:534:	here=`$(am__cd) $(top_builddir) && pwd` \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-535-	  && $(am__cd) $(top_srcdir) \
##############################################
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-559-distdir-am: $(DISTFILES)
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:560:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:561:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-562-	list='$(DISTFILES)'; \
##############################################
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-573-	  if test -d $$d/$$file; then \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in:574:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
v4l-utils-1.20.0/contrib/rds-saa6588/Makefile.in-575-	    if test -d "$(distdir)/$$file"; then \
##############################################
v4l-utils-1.20.0/ChangeLog-3756-* Hide non public symbols (Gregor Jasny)
v4l-utils-1.20.0/ChangeLog:3757:* Fix and enable x86_64 asm jpeg decompress helper functions (Gregor Jasny)
v4l-utils-1.20.0/ChangeLog-3758-
##############################################
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-16-.insert-header.po-update-en:
v4l-utils-1.20.0/libdvbv5-po/Rules-quot:17:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot:18:	if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-19-	tmpdir=`pwd`; \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-20-	echo "$$lang:"; \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot:21:	ll=`echo $$lang | sed -e 's/@.*//'`; \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-22-	LC_ALL=C; export LC_ALL; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-25-	   | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot:26:	   { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-27-	     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot:28:	       $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-29-	       ;; \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-30-	     *) \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot:31:	       $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
v4l-utils-1.20.0/libdvbv5-po/Rules-quot-32-	       ;; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-102-.po.gmo:
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:103:	@lang=`echo $* | sed -e 's,.*/,,'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-104-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-183-	fi; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:184:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-185-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-230-$(POFILES): $(POFILESDEPS)
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:231:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-232-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-236-	  cd $(srcdir) \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:237:	    && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-238-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-267-	for cat in $$catalogs; do \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:268:	  cat=`basename $$cat`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:269:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-270-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-277-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:278:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-279-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-318-	for cat in $$catalogs; do \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:319:	  cat=`basename $$cat`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:320:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-321-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-325-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:326:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-327-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-364-	for cat in $$catalogs; do \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:365:	  cat=`basename $$cat`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:366:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-367-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-429-.nop.po-create:
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:430:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-431-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-436-.nop.po-update:
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:437:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-438-	if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-443-	cd $(srcdir); \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in:444:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
v4l-utils-1.20.0/libdvbv5-po/Makefile.in.in-445-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
v4l-utils-1.20.0/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
v4l-utils-1.20.0/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
v4l-utils-1.20.0/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
v4l-utils-1.20.0/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
v4l-utils-1.20.0/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
v4l-utils-1.20.0/aclocal.m4-181-        else
v4l-utils-1.20.0/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
v4l-utils-1.20.0/aclocal.m4-183-        fi
##############################################
v4l-utils-1.20.0/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
v4l-utils-1.20.0/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
v4l-utils-1.20.0/aclocal.m4-370-# and then we would define $MISSING as
##############################################
v4l-utils-1.20.0/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
v4l-utils-1.20.0/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
v4l-utils-1.20.0/aclocal.m4-385-])
##############################################
v4l-utils-1.20.0/aclocal.m4-518-  if test "$am_compiler_list" = ""; then
v4l-utils-1.20.0/aclocal.m4:519:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
v4l-utils-1.20.0/aclocal.m4-520-  fi
##############################################
v4l-utils-1.20.0/aclocal.m4-671-    # Strip MF so we end up with the name of the file.
v4l-utils-1.20.0/aclocal.m4:672:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
v4l-utils-1.20.0/aclocal.m4-673-    # Check whether this is an Automake generated Makefile which includes
##############################################
v4l-utils-1.20.0/aclocal.m4-678-      || continue
v4l-utils-1.20.0/aclocal.m4:679:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
v4l-utils-1.20.0/aclocal.m4:680:    am_filepart=`AS_BASENAME(["$am_mf"])`
v4l-utils-1.20.0/aclocal.m4-681-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
v4l-utils-1.20.0/aclocal.m4-748-AC_REQUIRE([AC_PROG_INSTALL])dnl
v4l-utils-1.20.0/aclocal.m4:749:if test "`cd $srcdir && pwd`" != "`pwd`"; then
v4l-utils-1.20.0/aclocal.m4-750-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
v4l-utils-1.20.0/aclocal.m4-907-    * )
v4l-utils-1.20.0/aclocal.m4:908:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
v4l-utils-1.20.0/aclocal.m4-909-  esac
v4l-utils-1.20.0/aclocal.m4-910-done
v4l-utils-1.20.0/aclocal.m4:911:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
v4l-utils-1.20.0/aclocal.m4-912-
##############################################
v4l-utils-1.20.0/aclocal.m4-1199-     echo "timestamp, slept: $am_has_slept" > conftest.file
v4l-utils-1.20.0/aclocal.m4:1200:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
v4l-utils-1.20.0/aclocal.m4-1201-     if test "$[*]" = "X"; then
v4l-utils-1.20.0/aclocal.m4-1202-	# -L didn't work.
v4l-utils-1.20.0/aclocal.m4:1203:	set X `ls -t "$srcdir/configure" conftest.file`
v4l-utils-1.20.0/aclocal.m4-1204-     fi
##############################################
v4l-utils-1.20.0/build-aux/config.sub-52-
v4l-utils-1.20.0/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
v4l-utils-1.20.0/build-aux/config.sub-54-
##############################################
v4l-utils-1.20.0/build-aux/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
v4l-utils-1.20.0/build-aux/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
v4l-utils-1.20.0/build-aux/config.sub-116-case $maybe_os in
##############################################
v4l-utils-1.20.0/build-aux/config.sub-122-    os=-$maybe_os
v4l-utils-1.20.0/build-aux/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
v4l-utils-1.20.0/build-aux/config.sub-124-    ;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-126-    os=-linux-android
v4l-utils-1.20.0/build-aux/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
v4l-utils-1.20.0/build-aux/config.sub-128-    ;;
v4l-utils-1.20.0/build-aux/config.sub-129-  *)
v4l-utils-1.20.0/build-aux/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
v4l-utils-1.20.0/build-aux/config.sub-131-    if [ "$basic_machine" != "$1" ]
v4l-utils-1.20.0/build-aux/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
v4l-utils-1.20.0/build-aux/config.sub-133-    else os=; fi
##############################################
v4l-utils-1.20.0/build-aux/config.sub-180-		os=-sco5v6
v4l-utils-1.20.0/build-aux/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-182-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-184-		os=-sco3.2v5
v4l-utils-1.20.0/build-aux/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-186-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-188-		os=-sco3.2v4
v4l-utils-1.20.0/build-aux/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-190-		;;
v4l-utils-1.20.0/build-aux/config.sub-191-	-sco3.2.[4-9]*)
v4l-utils-1.20.0/build-aux/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
v4l-utils-1.20.0/build-aux/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-194-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
v4l-utils-1.20.0/build-aux/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-198-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
v4l-utils-1.20.0/build-aux/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-202-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-204-		os=-sco3.2v2
v4l-utils-1.20.0/build-aux/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-206-		;;
v4l-utils-1.20.0/build-aux/config.sub-207-	-udk*)
v4l-utils-1.20.0/build-aux/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-209-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-211-		os=-isc2.2
v4l-utils-1.20.0/build-aux/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-213-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-217-	-isc*)
v4l-utils-1.20.0/build-aux/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-219-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-229-	-ptx*)
v4l-utils-1.20.0/build-aux/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
v4l-utils-1.20.0/build-aux/config.sub-231-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-364-	*-*-*)
v4l-utils-1.20.0/build-aux/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
v4l-utils-1.20.0/build-aux/config.sub-366-		exit 1
##############################################
v4l-utils-1.20.0/build-aux/config.sub-493-	amd64-*)
v4l-utils-1.20.0/build-aux/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-495-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-538-	blackfin-*)
v4l-utils-1.20.0/build-aux/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-540-		os=-linux
##############################################
v4l-utils-1.20.0/build-aux/config.sub-546-	c54x-*)
v4l-utils-1.20.0/build-aux/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-548-		;;
v4l-utils-1.20.0/build-aux/config.sub-549-	c55x-*)
v4l-utils-1.20.0/build-aux/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-551-		;;
v4l-utils-1.20.0/build-aux/config.sub-552-	c6x-*)
v4l-utils-1.20.0/build-aux/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-554-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-650-	e500v[12]-*)
v4l-utils-1.20.0/build-aux/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-652-		os=$os"spe"
##############################################
v4l-utils-1.20.0/build-aux/config.sub-754-	i*86v32)
v4l-utils-1.20.0/build-aux/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-756-		os=-sysv32
##############################################
v4l-utils-1.20.0/build-aux/config.sub-758-	i*86v4*)
v4l-utils-1.20.0/build-aux/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-760-		os=-sysv4
##############################################
v4l-utils-1.20.0/build-aux/config.sub-762-	i*86v)
v4l-utils-1.20.0/build-aux/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-764-		os=-sysv
##############################################
v4l-utils-1.20.0/build-aux/config.sub-766-	i*86sol2)
v4l-utils-1.20.0/build-aux/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
v4l-utils-1.20.0/build-aux/config.sub-768-		os=-solaris2
##############################################
v4l-utils-1.20.0/build-aux/config.sub-792-	leon-*|leon[3-9]-*)
v4l-utils-1.20.0/build-aux/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
v4l-utils-1.20.0/build-aux/config.sub-794-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-799-	m68knommu-*)
v4l-utils-1.20.0/build-aux/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-801-		os=-linux
##############################################
v4l-utils-1.20.0/build-aux/config.sub-833-	mips3*-*)
v4l-utils-1.20.0/build-aux/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
v4l-utils-1.20.0/build-aux/config.sub-835-		;;
v4l-utils-1.20.0/build-aux/config.sub-836-	mips3*)
v4l-utils-1.20.0/build-aux/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
v4l-utils-1.20.0/build-aux/config.sub-838-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-855-	ms1-*)
v4l-utils-1.20.0/build-aux/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
v4l-utils-1.20.0/build-aux/config.sub-857-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-980-	parisc-*)
v4l-utils-1.20.0/build-aux/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-982-		os=-linux
##############################################
v4l-utils-1.20.0/build-aux/config.sub-996-	pc98-*)
v4l-utils-1.20.0/build-aux/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-998-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
v4l-utils-1.20.0/build-aux/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1013-		;;
v4l-utils-1.20.0/build-aux/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
v4l-utils-1.20.0/build-aux/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1016-		;;
v4l-utils-1.20.0/build-aux/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
v4l-utils-1.20.0/build-aux/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1019-		;;
v4l-utils-1.20.0/build-aux/config.sub-1020-	pentium4-*)
v4l-utils-1.20.0/build-aux/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1022-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1030-	ppc-* | ppcbe-*)
v4l-utils-1.20.0/build-aux/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1032-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1036-	ppcle-* | powerpclittle-*)
v4l-utils-1.20.0/build-aux/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1038-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1040-		;;
v4l-utils-1.20.0/build-aux/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1042-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1046-	ppc64le-* | powerpc64little-*)
v4l-utils-1.20.0/build-aux/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1048-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1122-	strongarm-* | thumb-*)
v4l-utils-1.20.0/build-aux/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub-1124-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1255-	xscale-* | xscalee[bl]-*)
v4l-utils-1.20.0/build-aux/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
v4l-utils-1.20.0/build-aux/config.sub-1257-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1317-	*)
v4l-utils-1.20.0/build-aux/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
v4l-utils-1.20.0/build-aux/config.sub-1319-		exit 1
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1325-	*-digital*)
v4l-utils-1.20.0/build-aux/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
v4l-utils-1.20.0/build-aux/config.sub-1327-		;;
v4l-utils-1.20.0/build-aux/config.sub-1328-	*-commodore*)
v4l-utils-1.20.0/build-aux/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
v4l-utils-1.20.0/build-aux/config.sub-1330-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1346-	-solaris1 | -solaris1.*)
v4l-utils-1.20.0/build-aux/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
v4l-utils-1.20.0/build-aux/config.sub-1348-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1355-	-gnu/linux*)
v4l-utils-1.20.0/build-aux/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
v4l-utils-1.20.0/build-aux/config.sub-1357-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1407-	-nto*)
v4l-utils-1.20.0/build-aux/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
v4l-utils-1.20.0/build-aux/config.sub-1409-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1414-	-mac*)
v4l-utils-1.20.0/build-aux/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
v4l-utils-1.20.0/build-aux/config.sub-1416-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1420-	-linux*)
v4l-utils-1.20.0/build-aux/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
v4l-utils-1.20.0/build-aux/config.sub-1422-		;;
v4l-utils-1.20.0/build-aux/config.sub-1423-	-sunos5*)
v4l-utils-1.20.0/build-aux/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
v4l-utils-1.20.0/build-aux/config.sub-1425-		;;
v4l-utils-1.20.0/build-aux/config.sub-1426-	-sunos6*)
v4l-utils-1.20.0/build-aux/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
v4l-utils-1.20.0/build-aux/config.sub-1428-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1469-	-sinix5.*)
v4l-utils-1.20.0/build-aux/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
v4l-utils-1.20.0/build-aux/config.sub-1471-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
v4l-utils-1.20.0/build-aux/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
v4l-utils-1.20.0/build-aux/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
v4l-utils-1.20.0/build-aux/config.sub-1531-		exit 1
##############################################
v4l-utils-1.20.0/build-aux/config.sub-1788-		esac
v4l-utils-1.20.0/build-aux/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
v4l-utils-1.20.0/build-aux/config.sub-1790-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-33-host="$1"
v4l-utils-1.20.0/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
v4l-utils-1.20.0/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
v4l-utils-1.20.0/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
v4l-utils-1.20.0/build-aux/config.rpath-37-
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-47-done
v4l-utils-1.20.0/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
v4l-utils-1.20.0/build-aux/config.rpath-49-
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-94-        *)
v4l-utils-1.20.0/build-aux/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/build-aux/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
v4l-utils-1.20.0/build-aux/config.rpath:236:      case `$LD -v 2>&1` in
v4l-utils-1.20.0/build-aux/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
v4l-utils-1.20.0/build-aux/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
v4l-utils-1.20.0/build-aux/config.rpath-243-          else
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
v4l-utils-1.20.0/build-aux/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
v4l-utils-1.20.0/build-aux/config.rpath-300-          if test -f "$collect2name" && \
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-430-        hardcode_direct=yes
v4l-utils-1.20.0/build-aux/config.rpath:431:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
v4l-utils-1.20.0/build-aux/config.rpath-432-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-494-    sysv5* | sco3.2v5* | sco5v6*)
v4l-utils-1.20.0/build-aux/config.rpath:495:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
v4l-utils-1.20.0/build-aux/config.rpath-496-      hardcode_libdir_separator=':'
##############################################
v4l-utils-1.20.0/build-aux/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
v4l-utils-1.20.0/build-aux/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
v4l-utils-1.20.0/build-aux/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
v4l-utils-1.20.0/build-aux/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
v4l-utils-1.20.0/build-aux/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
v4l-utils-1.20.0/build-aux/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
v4l-utils-1.20.0/build-aux/config.rpath-651-
##############################################
v4l-utils-1.20.0/build-aux/compile-67-	mingw/*)
v4l-utils-1.20.0/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
v4l-utils-1.20.0/build-aux/compile-69-	  ;;
v4l-utils-1.20.0/build-aux/compile-70-	cygwin/* | msys/*)
v4l-utils-1.20.0/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
v4l-utils-1.20.0/build-aux/compile-72-	  ;;
v4l-utils-1.20.0/build-aux/compile-73-	wine/*)
v4l-utils-1.20.0/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
v4l-utils-1.20.0/build-aux/compile-75-	  ;;
##############################################
v4l-utils-1.20.0/build-aux/compile-310-# Name of file we expect compiler to create.
v4l-utils-1.20.0/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
v4l-utils-1.20.0/build-aux/compile-312-
##############################################
v4l-utils-1.20.0/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
v4l-utils-1.20.0/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
v4l-utils-1.20.0/build-aux/compile-318-while true; do
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-103-#
v4l-utils-1.20.0/build-aux/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
v4l-utils-1.20.0/build-aux/ltmain.sh-105-#
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
v4l-utils-1.20.0/build-aux/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
v4l-utils-1.20.0/build-aux/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
v4l-utils-1.20.0/build-aux/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
v4l-utils-1.20.0/build-aux/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
v4l-utils-1.20.0/build-aux/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
v4l-utils-1.20.0/build-aux/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-410-# The name of this program.
v4l-utils-1.20.0/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
v4l-utils-1.20.0/build-aux/ltmain.sh-412-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-416-  *[\\/]*)
v4l-utils-1.20.0/build-aux/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
v4l-utils-1.20.0/build-aux/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
v4l-utils-1.20.0/build-aux/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-610-
v4l-utils-1.20.0/build-aux/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
v4l-utils-1.20.0/build-aux/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
v4l-utils-1.20.0/build-aux/ltmain.sh-613-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-639-
v4l-utils-1.20.0/build-aux/ltmain.sh:640:    func_arith_result=`expr "$@"`
v4l-utils-1.20.0/build-aux/ltmain.sh-641-  }
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-660-  # ...otherwise fall back to using sed.
v4l-utils-1.20.0/build-aux/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
v4l-utils-1.20.0/build-aux/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
v4l-utils-1.20.0/build-aux/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-757-      test -n "$_G_tc" && {
v4l-utils-1.20.0/build-aux/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
v4l-utils-1.20.0/build-aux/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
v4l-utils-1.20.0/build-aux/ltmain.sh-760-      }
v4l-utils-1.20.0/build-aux/ltmain.sh-761-    done
v4l-utils-1.20.0/build-aux/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
v4l-utils-1.20.0/build-aux/ltmain.sh-763-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-831-
v4l-utils-1.20.0/build-aux/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
v4l-utils-1.20.0/build-aux/ltmain.sh-833-  }
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
v4l-utils-1.20.0/build-aux/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
v4l-utils-1.20.0/build-aux/ltmain.sh-865-      done
v4l-utils-1.20.0/build-aux/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
v4l-utils-1.20.0/build-aux/ltmain.sh-867-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-901-      # If mktemp works, use that first and foremost
v4l-utils-1.20.0/build-aux/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-903-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-1111-        *[\\\`\"\$]*)
v4l-utils-1.20.0/build-aux/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
v4l-utils-1.20.0/build-aux/ltmain.sh-1113-        *)
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-1198-    case $2 in
v4l-utils-1.20.0/build-aux/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
v4l-utils-1.20.0/build-aux/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
v4l-utils-1.20.0/build-aux/ltmain.sh-1201-    esac
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
v4l-utils-1.20.0/build-aux/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-1273-      ;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-1358-
v4l-utils-1.20.0/build-aux/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
v4l-utils-1.20.0/build-aux/ltmain.sh-1360-}
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
v4l-utils-1.20.0/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
v4l-utils-1.20.0/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-1517-
v4l-utils-1.20.0/build-aux/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
v4l-utils-1.20.0/build-aux/ltmain.sh-1519-}
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-1943-
v4l-utils-1.20.0/build-aux/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
v4l-utils-1.20.0/build-aux/ltmain.sh-1945-      func_split_equals_rhs=
v4l-utils-1.20.0/build-aux/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
v4l-utils-1.20.0/build-aux/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
v4l-utils-1.20.0/build-aux/ltmain.sh-1948-  }
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-1971-
v4l-utils-1.20.0/build-aux/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
v4l-utils-1.20.0/build-aux/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
v4l-utils-1.20.0/build-aux/ltmain.sh-1974-  }
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-14
v4l-utils-1.20.0/build-aux/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
v4l-utils-1.20.0/build-aux/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
v4l-utils-1.20.0/build-aux/ltmain.sh-2147-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2183-  {
v4l-utils-1.20.0/build-aux/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
v4l-utils-1.20.0/build-aux/ltmain.sh-2185-  }
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2188-  {
v4l-utils-1.20.0/build-aux/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
v4l-utils-1.20.0/build-aux/ltmain.sh-2190-  }
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
v4l-utils-1.20.0/build-aux/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
v4l-utils-1.20.0/build-aux/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2751-      done
v4l-utils-1.20.0/build-aux/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
v4l-utils-1.20.0/build-aux/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
v4l-utils-1.20.0/build-aux/ltmain.sh-2754-      case $@ in
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2764-	    # Evaluate the configuration.
v4l-utils-1.20.0/build-aux/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
v4l-utils-1.20.0/build-aux/ltmain.sh-2766-	    CC_quoted=
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2770-	    done
v4l-utils-1.20.0/build-aux/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
v4l-utils-1.20.0/build-aux/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
v4l-utils-1.20.0/build-aux/ltmain.sh-2773-	    case "$@ " in
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
v4l-utils-1.20.0/build-aux/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-3101-    # LT_CYGPATH in this case.
v4l-utils-1.20.0/build-aux/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
v4l-utils-1.20.0/build-aux/ltmain.sh-3103-  fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
v4l-utils-1.20.0/build-aux/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
v4l-utils-1.20.0/build-aux/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-3468-    *.[cCFSifmso] | \
v4l-utils-1.20.0/build-aux/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
v4l-utils-1.20.0/build-aux/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
v4l-utils-1.20.0/build-aux/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
v4l-utils-1.20.0/build-aux/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-3566-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-3612-      if test warn = "$need_locks" &&
v4l-utils-1.20.0/build-aux/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
v4l-utils-1.20.0/build-aux/ltmain.sh-3614-	$ECHO "\
v4l-utils-1.20.0/build-aux/ltmain.sh-3615-*** ERROR, $lockfile contains:
v4l-utils-1.20.0/build-aux/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-3617-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-3661-      if test warn = "$need_locks" &&
v4l-utils-1.20.0/build-aux/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
v4l-utils-1.20.0/build-aux/ltmain.sh-3663-	$ECHO "\
v4l-utils-1.20.0/build-aux/ltmain.sh-3664-*** ERROR, $lockfile contains:
v4l-utils-1.20.0/build-aux/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-3666-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-3987-      # Get the absolute pathname.
v4l-utils-1.20.0/build-aux/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
v4l-utils-1.20.0/build-aux/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
v4l-utils-1.20.0/build-aux/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4372-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
v4l-utils-1.20.0/build-aux/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4385-	  else
v4l-utils-1.20.0/build-aux/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4387-	  fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4550-	    fi
v4l-utils-1.20.0/build-aux/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4569-	        # Replace the output file specification.
v4l-utils-1.20.0/build-aux/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-4571-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
v4l-utils-1.20.0/build-aux/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4590-	  fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4662-    my_pic_p=${3-false}
v4l-utils-1.20.0/build-aux/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-4664-    my_dlsyms=
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
v4l-utils-1.20.0/build-aux/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
v4l-utils-1.20.0/build-aux/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
v4l-utils-1.20.0/build-aux/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
v4l-utils-1.20.0/build-aux/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4954-	  else
v4l-utils-1.20.0/build-aux/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
v4l-utils-1.20.0/build-aux/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4957-	  fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4959-	*)
v4l-utils-1.20.0/build-aux/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
v4l-utils-1.20.0/build-aux/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4962-	  ;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4974-      # Nullify the symbol file.
v4l-utils-1.20.0/build-aux/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
v4l-utils-1.20.0/build-aux/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
v4l-utils-1.20.0/build-aux/ltmain.sh-4977-    fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
v4l-utils-1.20.0/build-aux/ltmain.sh:4989:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
v4l-utils-1.20.0/build-aux/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
v4l-utils-1.20.0/build-aux/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
v4l-utils-1.20.0/build-aux/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5017-  win32_libid_type=unknown
v4l-utils-1.20.0/build-aux/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-5019-  case $win32_fileres in
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5082-
v4l-utils-1.20.0/build-aux/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
v4l-utils-1.20.0/build-aux/ltmain.sh-5084-}
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5100-
v4l-utils-1.20.0/build-aux/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
v4l-utils-1.20.0/build-aux/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5164-    # binutils import library
v4l-utils-1.20.0/build-aux/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
v4l-utils-1.20.0/build-aux/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
v4l-utils-1.20.0/build-aux/ltmain.sh-5167-    # ms-generated import library
v4l-utils-1.20.0/build-aux/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
v4l-utils-1.20.0/build-aux/ltmain.sh-5169-  else
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
v4l-utils-1.20.0/build-aux/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
v4l-utils-1.20.0/build-aux/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
v4l-utils-1.20.0/build-aux/ltmain.sh-5252-	    darwin_arch=
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
v4l-utils-1.20.0/build-aux/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
v4l-utils-1.20.0/build-aux/ltmain.sh-5264-	    darwin_file=
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
v4l-utils-1.20.0/build-aux/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
v4l-utils-1.20.0/build-aux/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5281-      esac
v4l-utils-1.20.0/build-aux/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
v4l-utils-1.20.0/build-aux/ltmain.sh-5283-    done
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5352-
v4l-utils-1.20.0/build-aux/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
v4l-utils-1.20.0/build-aux/ltmain.sh-5354-    $ECHO "\
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5387-    --lt-dump-script)
v4l-utils-1.20.0/build-aux/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
v4l-utils-1.20.0/build-aux/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
v4l-utils-1.20.0/build-aux/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5416-  done
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5472-  # Find the directory that this script lives in.
v4l-utils-1.20.0/build-aux/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
v4l-utils-1.20.0/build-aux/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5478-  while test -n \"\$file\"; do
v4l-utils-1.20.0/build-aux/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5480-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5488-
v4l-utils-1.20.0/build-aux/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
v4l-utils-1.20.0/build-aux/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5491-  done
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5502-    case \"\$thisdir\" in
v4l-utils-1.20.0/build-aux/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
v4l-utils-1.20.0/build-aux/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5508-  # Try to get the absolute directory name.
v4l-utils-1.20.0/build-aux/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
v4l-utils-1.20.0/build-aux/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
v4l-utils-1.20.0/build-aux/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
v4l-utils-1.20.0/build-aux/ltmain.sh-5535-      else
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
v4l-utils-1.20.0/build-aux/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
v4l-utils-1.20.0/build-aux/ltmain.sh-5579-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-6556-
v4l-utils-1.20.0/build-aux/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
v4l-utils-1.20.0/build-aux/ltmain.sh-6558-    *import*) : ;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-6804-	    moreargs=
v4l-utils-1.20.0/build-aux/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
v4l-utils-1.20.0/build-aux/ltmain.sh-6806-	    do
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-7065-	*)
v4l-utils-1.20.0/build-aux/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
v4l-utils-1.20.0/build-aux/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
v4l-utils-1.20.0/build-aux/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
v4l-utils-1.20.0/build-aux/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-7385-      -Z*)
v4l-utils-1.20.0/build-aux/ltmain.sh:7386:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
v4l-utils-1.20.0/build-aux/ltmain.sh-7387-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-7555-      # get the directories listed in $shlibpath_var
v4l-utils-1.20.0/build-aux/ltmain.sh:7556:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
v4l-utils-1.20.0/build-aux/ltmain.sh-7557-    else
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-7874-		  set dummy $deplibs_check_method; shift
v4l-utils-1.20.0/build-aux/ltmain.sh:7875:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
v4l-utils-1.20.0/build-aux/ltmain.sh-7876-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-7964-	if test -n "$inherited_linker_flags"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:7965:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-7966-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-7972-	fi
v4l-utils-1.20.0/build-aux/ltmain.sh:7973:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-7974-	if test lib,link = "$linkmode,$pass" ||
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-8045-	*)
v4l-utils-1.20.0/build-aux/ltmain.sh:8046:	  abs_ladir=`cd "$ladir" && pwd`
v4l-utils-1.20.0/build-aux/ltmain.sh-8047-	  if test -z "$abs_ladir"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-8298-	    shift
v4l-utils-1.20.0/build-aux/ltmain.sh:8299:	    libname=`eval "\\$ECHO \"$libname_spec\""`
v4l-utils-1.20.0/build-aux/ltmain.sh-8300-	    # use dlname if we got it. it's perfectly good, no?
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-8590-		*)
v4l-utils-1.20.0/build-aux/ltmain.sh:8591:		  absdir=`cd "$dir" && pwd`
v4l-utils-1.20.0/build-aux/ltmain.sh-8592-		  if test -z "$absdir"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-8601-		  depdepl=
v4l-utils-1.20.0/build-aux/ltmain.sh:8602:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
v4l-utils-1.20.0/build-aux/ltmain.sh-8603-		  if test -n "$deplibrary_names"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-8608-		      depdepl=$absdir/$objdir/$depdepl
v4l-utils-1.20.0/build-aux/ltmain.sh:8609:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
v4l-utils-1.20.0/build-aux/ltmain.sh-8610-                      if test -z "$darwin_install_name"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:8611:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
v4l-utils-1.20.0/build-aux/ltmain.sh-8612-                      fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-8623-		else
v4l-utils-1.20.0/build-aux/ltmain.sh:8624:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
v4l-utils-1.20.0/build-aux/ltmain.sh-8625-		  test -z "$libdir" && \
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-8646-	else
v4l-utils-1.20.0/build-aux/ltmain.sh:8647:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-8648-	fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-8735-        linux*)
v4l-utils-1.20.0/build-aux/ltmain.sh:8736:          case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/build-aux/ltmain.sh-8737-          *Sun\ C*) # Sun C++ 5.9
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9143-	removelist=
v4l-utils-1.20.0/build-aux/ltmain.sh:9144:	tempremovelist=`$ECHO "$output_objdir/*"`
v4l-utils-1.20.0/build-aux/ltmain.sh-9145-	for p in $tempremovelist; do
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9169-	# Transform .lo files to .o files.
v4l-utils-1.20.0/build-aux/ltmain.sh:9170:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
v4l-utils-1.20.0/build-aux/ltmain.sh-9171-      fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9174-      #for path in $notinst_path; do
v4l-utils-1.20.0/build-aux/ltmain.sh:9175:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
v4l-utils-1.20.0/build-aux/ltmain.sh:9176:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
v4l-utils-1.20.0/build-aux/ltmain.sh:9177:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
v4l-utils-1.20.0/build-aux/ltmain.sh-9178-      #done
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9295-		if test -n "$i"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:9296:		  libname=`eval "\\$ECHO \"$libname_spec\""`
v4l-utils-1.20.0/build-aux/ltmain.sh:9297:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
v4l-utils-1.20.0/build-aux/ltmain.sh-9298-		  set dummy $deplib_matches; shift
v4l-utils-1.20.0/build-aux/ltmain.sh-9299-		  deplib_match=$1
v4l-utils-1.20.0/build-aux/ltmain.sh:9300:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
v4l-utils-1.20.0/build-aux/ltmain.sh-9301-		    func_append newdeplibs " $i"
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9338-		  if test -n "$i"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:9339:		    libname=`eval "\\$ECHO \"$libname_spec\""`
v4l-utils-1.20.0/build-aux/ltmain.sh:9340:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
v4l-utils-1.20.0/build-aux/ltmain.sh-9341-		    set dummy $deplib_matches; shift
v4l-utils-1.20.0/build-aux/ltmain.sh-9342-		    deplib_match=$1
v4l-utils-1.20.0/build-aux/ltmain.sh:9343:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
v4l-utils-1.20.0/build-aux/ltmain.sh-9344-		      func_append newdeplibs " $i"
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9373-	  set dummy $deplibs_check_method; shift
v4l-utils-1.20.0/build-aux/ltmain.sh:9374:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
v4l-utils-1.20.0/build-aux/ltmain.sh-9375-	  for a_deplib in $deplibs; do
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9388-	      if test -n "$a_deplib"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:9389:		libname=`eval "\\$ECHO \"$libname_spec\""`
v4l-utils-1.20.0/build-aux/ltmain.sh-9390-		if test -n "$file_magic_glob"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:9391:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
v4l-utils-1.20.0/build-aux/ltmain.sh-9392-		else
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9398-		    shopt -s nocaseglob
v4l-utils-1.20.0/build-aux/ltmain.sh:9399:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-9400-		    $nocaseglob
v4l-utils-1.20.0/build-aux/ltmain.sh-9401-		  else
v4l-utils-1.20.0/build-aux/ltmain.sh:9402:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-9403-		  fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9416-		      while test -h "$potlib" 2>/dev/null; do
v4l-utils-1.20.0/build-aux/ltmain.sh:9417:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
v4l-utils-1.20.0/build-aux/ltmain.sh-9418-			case $potliblink in
v4l-utils-1.20.0/build-aux/ltmain.sh-9419-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
v4l-utils-1.20.0/build-aux/ltmain.sh:9420:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
v4l-utils-1.20.0/build-aux/ltmain.sh-9421-			esac
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9457-	  set dummy $deplibs_check_method; shift
v4l-utils-1.20.0/build-aux/ltmain.sh:9458:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
v4l-utils-1.20.0/build-aux/ltmain.sh-9459-	  for a_deplib in $deplibs; do
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9472-	      if test -n "$a_deplib"; then
v4l-utils-1.20.0/build-aux/ltmain.sh:9473:		libname=`eval "\\$ECHO \"$libname_spec\""`
v4l-utils-1.20.0/build-aux/ltmain.sh-9474-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
v4l-utils-1.20.0/build-aux/ltmain.sh:9475:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
v4l-utils-1.20.0/build-aux/ltmain.sh-9476-		  for potent_lib in $potential_libs; do
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9511-	  newdeplibs=
v4l-utils-1.20.0/build-aux/ltmain.sh:9512:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-9513-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9515-	      # can't use Xsed below, because $i might contain '/'
v4l-utils-1.20.0/build-aux/ltmain.sh:9516:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
v4l-utils-1.20.0/build-aux/ltmain.sh-9517-	    done
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9541-	  # On Rhapsody replace the C library with the System framework
v4l-utils-1.20.0/build-aux/ltmain.sh:9542:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
v4l-utils-1.20.0/build-aux/ltmain.sh-9543-	  ;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9593-	*-*-darwin*)
v4l-utils-1.20.0/build-aux/ltmain.sh:9594:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh:9595:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh:9596:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-9597-	  ;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-9720-	# Use standard objects if they are pic
v4l-utils-1.20.0/build-aux/ltmain.sh:9721:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
v4l-utils-1.20.0/build-aux/ltmain.sh-9722-	test "X$libobjs" = "X " && libobjs=
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10234-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
v4l-utils-1.20.0/build-aux/ltmain.sh:10235:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10236-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10249-      # Create the old-style object.
v4l-utils-1.20.0/build-aux/ltmain.sh:10250:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
v4l-utils-1.20.0/build-aux/ltmain.sh-10251-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10307-	# On Rhapsody replace the C library is the System framework
v4l-utils-1.20.0/build-aux/ltmain.sh:10308:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
v4l-utils-1.20.0/build-aux/ltmain.sh:10309:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10310-	;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10325-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
v4l-utils-1.20.0/build-aux/ltmain.sh:10326:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh:10327:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10328-	;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10403-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
v4l-utils-1.20.0/build-aux/ltmain.sh:10404:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10405-	  case :$dllsearchpath: in
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10463-	# Transform all the library objects into standard objects.
v4l-utils-1.20.0/build-aux/ltmain.sh:10464:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
v4l-utils-1.20.0/build-aux/ltmain.sh:10465:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
v4l-utils-1.20.0/build-aux/ltmain.sh-10466-      fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10491-	# Replace the output file specification.
v4l-utils-1.20.0/build-aux/ltmain.sh:10492:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10493-	link_command=$compile_command$compile_rpath
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10500-	  func_to_tool_file "$output"
v4l-utils-1.20.0/build-aux/ltmain.sh:10501:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10502-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10544-	# Replace the output file specification.
v4l-utils-1.20.0/build-aux/ltmain.sh:10545:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10546-	# Delete the old output file.
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10552-	  func_to_tool_file "$output"
v4l-utils-1.20.0/build-aux/ltmain.sh:10553:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10554-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10570-	  link_command=$finalize_var$compile_command$finalize_rpath
v4l-utils-1.20.0/build-aux/ltmain.sh:10571:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10572-          ;;
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10583-      # Replace the output file specification.
v4l-utils-1.20.0/build-aux/ltmain.sh:10584:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10585-
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10592-	func_to_tool_file "$output_objdir/$outputname"
v4l-utils-1.20.0/build-aux/ltmain.sh:10593:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
v4l-utils-1.20.0/build-aux/ltmain.sh-10594-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10613-	relink_command="(cd `pwd`; $relink_command)"
v4l-utils-1.20.0/build-aux/ltmain.sh:10614:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
v4l-utils-1.20.0/build-aux/ltmain.sh-10615-      fi
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10859-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
v4l-utils-1.20.0/build-aux/ltmain.sh:10860:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
v4l-utils-1.20.0/build-aux/ltmain.sh-10861-      if test yes = "$hardcode_automatic"; then
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10880-		func_resolve_sysroot "$deplib"
v4l-utils-1.20.0/build-aux/ltmain.sh:10881:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
v4l-utils-1.20.0/build-aux/ltmain.sh-10882-		test -z "$libdir" && \
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10906-		name=$func_basename_result
v4l-utils-1.20.0/build-aux/ltmain.sh:10907:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
v4l-utils-1.20.0/build-aux/ltmain.sh-10908-		test -z "$libdir" && \
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-10925-		name=$func_basename_result
v4l-utils-1.20.0/build-aux/ltmain.sh:10926:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
v4l-utils-1.20.0/build-aux/ltmain.sh-10927-		test -z "$libdir" && \
##############################################
v4l-utils-1.20.0/build-aux/ltmain.sh-11244-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
v4l-utils-1.20.0/build-aux/ltmain.sh:11245:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
v4l-utils-1.20.0/build-aux/ltmain.sh-11246-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
v4l-utils-1.20.0/build-aux/config.guess-34-
v4l-utils-1.20.0/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
v4l-utils-1.20.0/build-aux/config.guess-36-
##############################################
v4l-utils-1.20.0/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
v4l-utils-1.20.0/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
v4l-utils-1.20.0/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
v4l-utils-1.20.0/build-aux/config.guess-151-	EOF
v4l-utils-1.20.0/build-aux/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
v4l-utils-1.20.0/build-aux/config.guess-153-
##############################################
v4l-utils-1.20.0/build-aux/config.guess-188-	    earmv*)
v4l-utils-1.20.0/build-aux/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
v4l-utils-1.20.0/build-aux/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
v4l-utils-1.20.0/build-aux/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
v4l-utils-1.20.0/build-aux/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
v4l-utils-1.20.0/build-aux/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
v4l-utils-1.20.0/build-aux/config.guess-222-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-233-	    *)
v4l-utils-1.20.0/build-aux/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
v4l-utils-1.20.0/build-aux/config.guess-235-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-280-	*4.0)
v4l-utils-1.20.0/build-aux/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
v4l-utils-1.20.0/build-aux/config.guess-282-		;;
v4l-utils-1.20.0/build-aux/config.guess-283-	*5.*)
v4l-utils-1.20.0/build-aux/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
v4l-utils-1.20.0/build-aux/config.guess-285-		;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
v4l-utils-1.20.0/build-aux/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
v4l-utils-1.20.0/build-aux/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
v4l-utils-1.20.0/build-aux/config.guess-328-	# 1.2 uses "1.2" for uname -r.
v4l-utils-1.20.0/build-aux/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
v4l-utils-1.20.0/build-aux/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
v4l-utils-1.20.0/build-aux/config.guess-379-    s390x:SunOS:*:*)
v4l-utils-1.20.0/build-aux/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
v4l-utils-1.20.0/build-aux/config.guess-381-	exit ;;
v4l-utils-1.20.0/build-aux/config.guess-382-    sun4H:SunOS:5.*:*)
v4l-utils-1.20.0/build-aux/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
v4l-utils-1.20.0/build-aux/config.guess-384-	exit ;;
v4l-utils-1.20.0/build-aux/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
v4l-utils-1.20.0/build-aux/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
v4l-utils-1.20.0/build-aux/config.guess-387-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-404-	fi
v4l-utils-1.20.0/build-aux/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
v4l-utils-1.20.0/build-aux/config.guess-406-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
v4l-utils-1.20.0/build-aux/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
v4l-utils-1.20.0/build-aux/config.guess-412-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
v4l-utils-1.20.0/build-aux/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
v4l-utils-1.20.0/build-aux/config.guess-421-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-425-    sun*:*:4.2BSD:*)
v4l-utils-1.20.0/build-aux/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
v4l-utils-1.20.0/build-aux/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
v4l-utils-1.20.0/build-aux/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
v4l-utils-1.20.0/build-aux/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
v4l-utils-1.20.0/build-aux/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
v4l-utils-1.20.0/build-aux/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
v4l-utils-1.20.0/build-aux/config.guess-563-    *:IRIX*:*:*)
v4l-utils-1.20.0/build-aux/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
v4l-utils-1.20.0/build-aux/config.guess-565-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-593-EOF
v4l-utils-1.20.0/build-aux/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
v4l-utils-1.20.0/build-aux/config.guess-595-		then
##############################################
v4l-utils-1.20.0/build-aux/config.guess-606-    *:AIX:*:[4567])
v4l-utils-1.20.0/build-aux/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
v4l-utils-1.20.0/build-aux/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
v4l-utils-1.20.0/build-aux/config.guess-642-    9000/[34678]??:HP-UX:*:*)
v4l-utils-1.20.0/build-aux/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
v4l-utils-1.20.0/build-aux/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
v4l-utils-1.20.0/build-aux/config.guess-696-EOF
v4l-utils-1.20.0/build-aux/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
v4l-utils-1.20.0/build-aux/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
v4l-utils-1.20.0/build-aux/config.guess-724-    ia64:HP-UX:*:*)
v4l-utils-1.20.0/build-aux/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
v4l-utils-1.20.0/build-aux/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
v4l-utils-1.20.0/build-aux/config.guess-754-EOF
v4l-utils-1.20.0/build-aux/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
v4l-utils-1.20.0/build-aux/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
v4l-utils-1.20.0/build-aux/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
v4l-utils-1.20.0/build-aux/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
v4l-utils-1.20.0/build-aux/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
v4l-utils-1.20.0/build-aux/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
v4l-utils-1.20.0/build-aux/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
v4l-utils-1.20.0/build-aux/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
v4l-utils-1.20.0/build-aux/config.guess-850-	esac
v4l-utils-1.20.0/build-aux/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
v4l-utils-1.20.0/build-aux/config.guess-852-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-886-    prep*:SunOS:5.*:*)
v4l-utils-1.20.0/build-aux/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
v4l-utils-1.20.0/build-aux/config.guess-888-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-890-	# the GNU system
v4l-utils-1.20.0/build-aux/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
v4l-utils-1.20.0/build-aux/config.guess-892-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-894-	# other systems with GNU libc and userland
v4l-utils-1.20.0/build-aux/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
v4l-utils-1.20.0/build-aux/config.guess-896-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-988-EOF
v4l-utils-1.20.0/build-aux/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
v4l-utils-1.20.0/build-aux/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
v4l-utils-1.20.0/build-aux/config.guess-1092-    i*86:*:4.*:*)
v4l-utils-1.20.0/build-aux/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
v4l-utils-1.20.0/build-aux/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
v4l-utils-1.20.0/build-aux/config.guess-1295-	fi
v4l-utils-1.20.0/build-aux/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
v4l-utils-1.20.0/build-aux/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
v4l-utils-1.20.0/build-aux/config.guess-1393-    *:DragonFly:*:*)
v4l-utils-1.20.0/build-aux/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
v4l-utils-1.20.0/build-aux/config.guess-1395-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/config.guess-1406-    i*86:skyos:*:*)
v4l-utils-1.20.0/build-aux/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
v4l-utils-1.20.0/build-aux/config.guess-1408-	exit ;;
##############################################
v4l-utils-1.20.0/build-aux/depcomp-64-  case $1 in
v4l-utils-1.20.0/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
v4l-utils-1.20.0/build-aux/depcomp-66-      *) dir=;;
##############################################
v4l-utils-1.20.0/build-aux/depcomp-73-{
v4l-utils-1.20.0/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
v4l-utils-1.20.0/build-aux/depcomp-75-}
##############################################
v4l-utils-1.20.0/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
v4l-utils-1.20.0/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
v4l-utils-1.20.0/build-aux/depcomp-128-
##############################################
v4l-utils-1.20.0/build-aux/depcomp-405-        sleep 1
v4l-utils-1.20.0/build-aux/depcomp:406:        i=`expr $i - 1`
v4l-utils-1.20.0/build-aux/depcomp-407-      done
v4l-utils-1.20.0/build-aux/depcomp-408-    fi
v4l-utils-1.20.0/build-aux/depcomp:409:    i=`expr $i - 1`
v4l-utils-1.20.0/build-aux/depcomp-410-  done
##############################################
v4l-utils-1.20.0/build-aux/depcomp-425-  # Do two passes, one to just change these to
v4l-utils-1.20.0/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
v4l-utils-1.20.0/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
v4l-utils-1.20.0/build-aux/depcomp-659-  done
v4l-utils-1.20.0/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
v4l-utils-1.20.0/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
v4l-utils-1.20.0/build-aux/install-sh-234-      fi
v4l-utils-1.20.0/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
v4l-utils-1.20.0/build-aux/install-sh-236-    *)
##############################################
v4l-utils-1.20.0/build-aux/install-sh-280-      dstdir=$dst
v4l-utils-1.20.0/build-aux/install-sh:281:      dstbase=`basename "$src"`
v4l-utils-1.20.0/build-aux/install-sh-282-      case $dst in
##############################################
v4l-utils-1.20.0/build-aux/install-sh-287-    else
v4l-utils-1.20.0/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
v4l-utils-1.20.0/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
v4l-utils-1.20.0/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
v4l-utils-1.20.0/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
v4l-utils-1.20.0/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
v4l-utils-1.20.0/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
v4l-utils-1.20.0/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
v4l-utils-1.20.0/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
v4l-utils-1.20.0/build-aux/install-sh-419-            case $prefix in
v4l-utils-1.20.0/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
v4l-utils-1.20.0/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
v4l-utils-1.20.0/build-aux/install-sh-479-    if $copy_on_change &&
v4l-utils-1.20.0/build-aux/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
v4l-utils-1.20.0/build-aux/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
v4l-utils-1.20.0/build-aux/install-sh-482-       set -f &&
##############################################
v4l-utils-1.20.0/m4/ltsugar.m4-68-m4_define([lt_combine],
v4l-utils-1.20.0/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
v4l-utils-1.20.0/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
v4l-utils-1.20.0/m4/po.m4-48-changequote(,)dnl
v4l-utils-1.20.0/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
v4l-utils-1.20.0/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
v4l-utils-1.20.0/m4/po.m4-55-changequote(,)dnl
v4l-utils-1.20.0/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
v4l-utils-1.20.0/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
v4l-utils-1.20.0/m4/po.m4-74-changequote(,)dnl
v4l-utils-1.20.0/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
v4l-utils-1.20.0/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
v4l-utils-1.20.0/m4/po.m4-99-      case "$ac_file" in
v4l-utils-1.20.0/m4/po.m4:100:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
v4l-utils-1.20.0/m4/po.m4-101-      esac
##############################################
v4l-utils-1.20.0/m4/po.m4-104-        # Adjust a relative srcdir.
v4l-utils-1.20.0/m4/po.m4:105:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
v4l-utils-1.20.0/m4/po.m4:106:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
v4l-utils-1.20.0/m4/po.m4:107:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
v4l-utils-1.20.0/m4/po.m4-108-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
v4l-utils-1.20.0/m4/po.m4-111-        case "$ac_given_srcdir" in
v4l-utils-1.20.0/m4/po.m4:112:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
v4l-utils-1.20.0/m4/po.m4-113-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
v4l-utils-1.20.0/m4/po.m4-132-            fi
v4l-utils-1.20.0/m4/po.m4:133:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
v4l-utils-1.20.0/m4/po.m4-134-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
v4l-utils-1.20.0/m4/po.m4-229-  # Adjust a relative srcdir.
v4l-utils-1.20.0/m4/po.m4:230:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
v4l-utils-1.20.0/m4/po.m4:231:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
v4l-utils-1.20.0/m4/po.m4:232:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
v4l-utils-1.20.0/m4/po.m4-233-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
v4l-utils-1.20.0/m4/po.m4-236-  case "$ac_given_srcdir" in
v4l-utils-1.20.0/m4/po.m4:237:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
v4l-utils-1.20.0/m4/po.m4-238-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
v4l-utils-1.20.0/m4/po.m4-298-  # Set POTFILES to the value of the Makefile variable POTFILES.
v4l-utils-1.20.0/m4/po.m4:299:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
v4l-utils-1.20.0/m4/po.m4:300:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
v4l-utils-1.20.0/m4/po.m4-301-  # Compute POTFILES_DEPS as
##############################################
v4l-utils-1.20.0/m4/po.m4-313-    # The LINGUAS file contains the set of available languages.
v4l-utils-1.20.0/m4/po.m4:314:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
v4l-utils-1.20.0/m4/po.m4-315-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
v4l-utils-1.20.0/m4/po.m4-317-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
v4l-utils-1.20.0/m4/po.m4:318:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
v4l-utils-1.20.0/m4/po.m4:319:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
v4l-utils-1.20.0/m4/po.m4-320-  fi
##############################################
v4l-utils-1.20.0/m4/po.m4-361-    QMFILES="$QMFILES $srcdirpre$lang.qm"
v4l-utils-1.20.0/m4/po.m4:362:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
v4l-utils-1.20.0/m4/po.m4-363-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
v4l-utils-1.20.0/m4/po.m4:364:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
v4l-utils-1.20.0/m4/po.m4-365-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
v4l-utils-1.20.0/m4/po.m4-402-      QTCATALOGS="$QTCATALOGS $lang.qm"
v4l-utils-1.20.0/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
v4l-utils-1.20.0/m4/po.m4-404-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
v4l-utils-1.20.0/m4/po.m4:405:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
v4l-utils-1.20.0/m4/po.m4-406-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
v4l-utils-1.20.0/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
v4l-utils-1.20.0/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
v4l-utils-1.20.0/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
v4l-utils-1.20.0/m4/po.m4-425-    for lang in $ALL_LINGUAS; do
v4l-utils-1.20.0/m4/po.m4:426:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
v4l-utils-1.20.0/m4/po.m4-427-      cat >> "$ac_file.tmp" <<EOF
##############################################
v4l-utils-1.20.0/m4/gettext.m4-282-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
v4l-utils-1.20.0/m4/gettext.m4:283:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
v4l-utils-1.20.0/m4/gettext.m4-284-      fi
##############################################
v4l-utils-1.20.0/m4/ax_pthread.m4-296-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
v4l-utils-1.20.0/m4/ax_pthread.m4:297:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
v4l-utils-1.20.0/m4/ax_pthread.m4-298-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4-173-#             $(DX_LATEX) refman.tex; \
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4:174:#             countdown=`expr $$countdown - 1`; \
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4-175-#         done; \
##############################################
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4-202-#             $(DX_PDFLATEX) refman.tex; \
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4:203:#             countdown=`expr $$countdown - 1`; \
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4-204-#         done; \
##############################################
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4-425-            [DX_ENV_APPEND(HAVE_DOT, YES)
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4:426:             DX_ENV_APPEND(DOT_PATH, [`DX_DIRNAME_EXPR($DX_DOT)`])],
v4l-utils-1.20.0/m4/ax_prog_doxygen.m4-427-            [DX_ENV_APPEND(HAVE_DOT, NO)])
##############################################
v4l-utils-1.20.0/m4/lib-prefix.m4-201-    *)
v4l-utils-1.20.0/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
v4l-utils-1.20.0/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
v4l-utils-1.20.0/m4/lib-prefix.m4-211-                ;;
v4l-utils-1.20.0/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
v4l-utils-1.20.0/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
v4l-utils-1.20.0/m4/iconv.m4-257-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
v4l-utils-1.20.0/m4/iconv.m4:258:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
v4l-utils-1.20.0/m4/iconv.m4-259-    AC_MSG_RESULT([
##############################################
v4l-utils-1.20.0/m4/libtool.m4-119-    done
v4l-utils-1.20.0/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
v4l-utils-1.20.0/m4/libtool.m4-121-}
##############################################
v4l-utils-1.20.0/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
v4l-utils-1.20.0/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
v4l-utils-1.20.0/m4/libtool.m4-439-
##############################################
v4l-utils-1.20.0/m4/libtool.m4-447-#
v4l-utils-1.20.0/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
v4l-utils-1.20.0/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
v4l-utils-1.20.0/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
v4l-utils-1.20.0/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
v4l-utils-1.20.0/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
v4l-utils-1.20.0/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
v4l-utils-1.20.0/m4/libtool.m4-561-      ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
v4l-utils-1.20.0/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
v4l-utils-1.20.0/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
v4l-utils-1.20.0/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
v4l-utils-1.20.0/m4/libtool.m4-574-      ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
v4l-utils-1.20.0/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
v4l-utils-1.20.0/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1164-      }]'
v4l-utils-1.20.0/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
v4l-utils-1.20.0/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
v4l-utils-1.20.0/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
v4l-utils-1.20.0/m4/libtool.m4-1169-  fi],[])
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
v4l-utils-1.20.0/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
v4l-utils-1.20.0/m4/libtool.m4-1202-  ECHO='print -r --'
v4l-utils-1.20.0/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
v4l-utils-1.20.0/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
v4l-utils-1.20.0/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
v4l-utils-1.20.0/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
v4l-utils-1.20.0/m4/libtool.m4-1238-
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1259-   if test yes = "$GCC"; then
v4l-utils-1.20.0/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
v4l-utils-1.20.0/m4/libtool.m4-1261-   fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1263- /*)
v4l-utils-1.20.0/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
v4l-utils-1.20.0/m4/libtool.m4-1265-   ;; #(
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
v4l-utils-1.20.0/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/m4/libtool.m4-1295-      *ELF-32*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
v4l-utils-1.20.0/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/m4/libtool.m4-1312-	*32-bit*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1322-    else
v4l-utils-1.20.0/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/m4/libtool.m4-1324-	*32-bit*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1344-    emul=elf
v4l-utils-1.20.0/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/m4/libtool.m4-1346-      *32-bit*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1352-    esac
v4l-utils-1.20.0/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/m4/libtool.m4-1354-      *MSB*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1360-    esac
v4l-utils-1.20.0/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
v4l-utils-1.20.0/m4/libtool.m4-1362-      *N32*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1725-    # And add a safety zone
v4l-utils-1.20.0/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
v4l-utils-1.20.0/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
v4l-utils-1.20.0/m4/libtool.m4-1728-    ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1758-    if test -n "$kargmax"; then
v4l-utils-1.20.0/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
v4l-utils-1.20.0/m4/libtool.m4-1760-    else
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
v4l-utils-1.20.0/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
v4l-utils-1.20.0/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
v4l-utils-1.20.0/m4/libtool.m4-1770-    else
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1779-      # we can't tell.
v4l-utils-1.20.0/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
v4l-utils-1.20.0/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1783-      do
v4l-utils-1.20.0/m4/libtool.m4:1784:        i=`expr $i + 1`
v4l-utils-1.20.0/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1787-      # Only check the string length outside the loop.
v4l-utils-1.20.0/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
v4l-utils-1.20.0/m4/libtool.m4-1789-      teststring=
##############################################
v4l-utils-1.20.0/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
v4l-utils-1.20.0/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
v4l-utils-1.20.0/m4/libtool.m4-1794-    fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2258-    *:)
v4l-utils-1.20.0/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
v4l-utils-1.20.0/m4/libtool.m4-2260-        ;;
v4l-utils-1.20.0/m4/libtool.m4-2261-    x:*)
v4l-utils-1.20.0/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
v4l-utils-1.20.0/m4/libtool.m4-2263-        ;;
v4l-utils-1.20.0/m4/libtool.m4-2264-    *::*)
v4l-utils-1.20.0/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
v4l-utils-1.20.0/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
v4l-utils-1.20.0/m4/libtool.m4-2267-        ;;
v4l-utils-1.20.0/m4/libtool.m4-2268-    *)
v4l-utils-1.20.0/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
v4l-utils-1.20.0/m4/libtool.m4-2270-        ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2298-  esac
v4l-utils-1.20.0/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
v4l-utils-1.20.0/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
v4l-utils-1.20.0/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
v4l-utils-1.20.0/m4/libtool.m4-2307-    ;;
v4l-utils-1.20.0/m4/libtool.m4-2308-  *)
v4l-utils-1.20.0/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
v4l-utils-1.20.0/m4/libtool.m4-2310-    ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
v4l-utils-1.20.0/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
v4l-utils-1.20.0/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2356-  esac
v4l-utils-1.20.0/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
v4l-utils-1.20.0/m4/libtool.m4-2358-else
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
v4l-utils-1.20.0/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
v4l-utils-1.20.0/m4/libtool.m4-2499-    ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
v4l-utils-1.20.0/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
v4l-utils-1.20.0/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2542-      fi'
v4l-utils-1.20.0/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
v4l-utils-1.20.0/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
v4l-utils-1.20.0/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
v4l-utils-1.20.0/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/m4/libtool.m4-2558-      ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
v4l-utils-1.20.0/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/m4/libtool.m4-2562-      ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2569-    libname_spec='$name'
v4l-utils-1.20.0/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
v4l-utils-1.20.0/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
v4l-utils-1.20.0/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
v4l-utils-1.20.0/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2586-      # Convert to MSYS style.
v4l-utils-1.20.0/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
v4l-utils-1.20.0/m4/libtool.m4-2588-      ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
v4l-utils-1.20.0/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
v4l-utils-1.20.0/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
v4l-utils-1.20.0/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
v4l-utils-1.20.0/m4/libtool.m4-2596-      ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
v4l-utils-1.20.0/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
v4l-utils-1.20.0/m4/libtool.m4-2602-      else
v4l-utils-1.20.0/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
v4l-utils-1.20.0/m4/libtool.m4-2604-      fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
v4l-utils-1.20.0/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
v4l-utils-1.20.0/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
v4l-utils-1.20.0/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
v4l-utils-1.20.0/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
v4l-utils-1.20.0/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2624-    # Assume MSVC wrapper
v4l-utils-1.20.0/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
v4l-utils-1.20.0/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
v4l-utils-1.20.0/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
v4l-utils-1.20.0/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
v4l-utils-1.20.0/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
v4l-utils-1.20.0/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2941-  need_lib_prefix=no
v4l-utils-1.20.0/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
v4l-utils-1.20.0/m4/libtool.m4-2943-    need_version=no
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
v4l-utils-1.20.0/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
v4l-utils-1.20.0/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
v4l-utils-1.20.0/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
v4l-utils-1.20.0/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
v4l-utils-1.20.0/m4/libtool.m4-2977-    fi'
v4l-utils-1.20.0/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
v4l-utils-1.20.0/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3188-	"file_magic "*)
v4l-utils-1.20.0/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
v4l-utils-1.20.0/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
v4l-utils-1.20.0/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
v4l-utils-1.20.0/m4/libtool.m4-3273-  *)
v4l-utils-1.20.0/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
v4l-utils-1.20.0/m4/libtool.m4-3275-  esac
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
v4l-utils-1.20.0/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
v4l-utils-1.20.0/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
v4l-utils-1.20.0/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
v4l-utils-1.20.0/m4/libtool.m4-3284-      done
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
v4l-utils-1.20.0/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
v4l-utils-1.20.0/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
v4l-utils-1.20.0/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
v4l-utils-1.20.0/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3578-openbsd* | bitrig*)
v4l-utils-1.20.0/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
v4l-utils-1.20.0/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3645-    else
v4l-utils-1.20.0/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
v4l-utils-1.20.0/m4/libtool.m4-3647-    fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3696-	esac
v4l-utils-1.20.0/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
v4l-utils-1.20.0/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3702-	*)
v4l-utils-1.20.0/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
v4l-utils-1.20.0/m4/libtool.m4-3704-	  */dev/null*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
v4l-utils-1.20.0/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
v4l-utils-1.20.0/m4/libtool.m4-3730-    *COFF*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
v4l-utils-1.20.0/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
v4l-utils-1.20.0/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
v4l-utils-1.20.0/m4/libtool.m4:3962:case `$NM -V 2>&1` in
v4l-utils-1.20.0/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-4009-mingw*)
v4l-utils-1.20.0/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
v4l-utils-1.20.0/m4/libtool.m4-4011-  ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-4414-	  *)
v4l-utils-1.20.0/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-4756-      *)
v4l-utils-1.20.0/m4/libtool.m4:4757:	case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/m4/libtool.m4-4758-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-4939-    else
v4l-utils-1.20.0/m4/libtool.m4:4940:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
v4l-utils-1.20.0/m4/libtool.m4-4941-    fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5038-	# shared libraries, regardless of the interface used.
v4l-utils-1.20.0/m4/libtool.m4:5039:	case `$LD -v 2>&1` in
v4l-utils-1.20.0/m4/libtool.m4-5040-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5070-    supports_anon_versioning=no
v4l-utils-1.20.0/m4/libtool.m4:5071:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
v4l-utils-1.20.0/m4/libtool.m4-5072-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5173-	prefix_cmds="$SED"~
v4l-utils-1.20.0/m4/libtool.m4:5174:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
v4l-utils-1.20.0/m4/libtool.m4-5175-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5195-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
v4l-utils-1.20.0/m4/libtool.m4:5196:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
v4l-utils-1.20.0/m4/libtool.m4:5197:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-5198-      ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5213-        pgcc*)				# Portland Group C compiler
v4l-utils-1.20.0/m4/libtool.m4:5214:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/m4/libtool.m4-5215-	  tmp_addflag=' $pic_flag'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5218-					# Portland Group f77 and f90 compilers
v4l-utils-1.20.0/m4/libtool.m4:5219:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/m4/libtool.m4-5220-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5235-	nvcc*)	# Cuda Compiler Driver 2.2
v4l-utils-1.20.0/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5239-	esac
v4l-utils-1.20.0/m4/libtool.m4:5240:	case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/m4/libtool.m4-5241-	*Sun\ C*)			# Sun C 5.9
v4l-utils-1.20.0/m4/libtool.m4:5242:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/m4/libtool.m4-5243-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5310-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
v4l-utils-1.20.0/m4/libtool.m4:5311:      case `$LD -v 2>&1` in
v4l-utils-1.20.0/m4/libtool.m4-5312-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5399-	else
v4l-utils-1.20.0/m4/libtool.m4:5400:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
v4l-utils-1.20.0/m4/libtool.m4-5401-	fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5464-	# below for broken collect2 doesn't work under 4.3+
v4l-utils-1.20.0/m4/libtool.m4:5465:	  collect2name=`$CC -print-prog-name=collect2`
v4l-utils-1.20.0/m4/libtool.m4-5466-	  if test -f "$collect2name" &&
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5520-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
v4l-utils-1.20.0/m4/libtool.m4:5521:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
v4l-utils-1.20.0/m4/libtool.m4-5522-      else
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5545-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
v4l-utils-1.20.0/m4/libtool.m4:5546:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
v4l-utils-1.20.0/m4/libtool.m4-5547-	  if test svr4 != "$with_aix_soname"; then
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5636-	# FIXME: Setting linknames here is a bad hack.
v4l-utils-1.20.0/m4/libtool.m4:5637:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
v4l-utils-1.20.0/m4/libtool.m4-5638-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5774-      if test yes = "$GCC"; then
v4l-utils-1.20.0/m4/libtool.m4:5775:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-5776-	# Try to use the -exported_symbol ld option, if it does not
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5797-	if test yes = "$lt_cv_irix_exported_symbol"; then
v4l-utils-1.20.0/m4/libtool.m4:5798:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-5799-	fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5801-      else
v4l-utils-1.20.0/m4/libtool.m4:5802:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4:5803:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-5804-      fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5848-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
v4l-utils-1.20.0/m4/libtool.m4:5849:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
v4l-utils-1.20.0/m4/libtool.m4-5850-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5879-	prefix_cmds="$SED"~
v4l-utils-1.20.0/m4/libtool.m4:5880:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
v4l-utils-1.20.0/m4/libtool.m4-5881-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5893-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
v4l-utils-1.20.0/m4/libtool.m4:5894:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-5895-      else
v4l-utils-1.20.0/m4/libtool.m4-5896-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
v4l-utils-1.20.0/m4/libtool.m4:5897:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-5898-      fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5906-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
v4l-utils-1.20.0/m4/libtool.m4:5907:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-5908-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5910-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
v4l-utils-1.20.0/m4/libtool.m4:5911:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4:5912:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
v4l-utils-1.20.0/m4/libtool.m4:5913:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
v4l-utils-1.20.0/m4/libtool.m4-5914-
##############################################
v4l-utils-1.20.0/m4/libtool.m4-5929-      else
v4l-utils-1.20.0/m4/libtool.m4:5930:	case `$CC -V 2>&1` in
v4l-utils-1.20.0/m4/libtool.m4-5931-	*"Compilers 5.0"*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6122-	  _LT_TAGVAR(allow_undefined_flag, $1)=
v4l-utils-1.20.0/m4/libtool.m4:6123:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
v4l-utils-1.20.0/m4/libtool.m4-6124-	  then
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6426-        # ancient GNU ld didn't support --whole-archive et. al.
v4l-utils-1.20.0/m4/libtool.m4:6427:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
v4l-utils-1.20.0/m4/libtool.m4-6428-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6536-          # below for broken collect2 doesn't work under 4.3+
v4l-utils-1.20.0/m4/libtool.m4:6537:	  collect2name=`$CC -print-prog-name=collect2`
v4l-utils-1.20.0/m4/libtool.m4-6538-	  if test -f "$collect2name" &&
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6594-
v4l-utils-1.20.0/m4/libtool.m4:6595:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
v4l-utils-1.20.0/m4/libtool.m4-6596-        else
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6619-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
v4l-utils-1.20.0/m4/libtool.m4:6620:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
v4l-utils-1.20.0/m4/libtool.m4-6621-	    if test svr4 != "$with_aix_soname"; then
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6748-	  prefix_cmds="$SED"~
v4l-utils-1.20.0/m4/libtool.m4:6749:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
v4l-utils-1.20.0/m4/libtool.m4-6750-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6822-            # dependencies.
v4l-utils-1.20.0/m4/libtool.m4:6823:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
v4l-utils-1.20.0/m4/libtool.m4-6824-            ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6887-	    # dependencies.
v4l-utils-1.20.0/m4/libtool.m4:6888:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
v4l-utils-1.20.0/m4/libtool.m4-6889-	    ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
v4l-utils-1.20.0/m4/libtool.m4:6924:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
v4l-utils-1.20.0/m4/libtool.m4:6925:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-6926-	;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6930-	    # SGI C++
v4l-utils-1.20.0/m4/libtool.m4:6931:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-6932-
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
v4l-utils-1.20.0/m4/libtool.m4:6942:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-6943-	      else
v4l-utils-1.20.0/m4/libtool.m4:6944:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-6945-	      fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6962-	    # to its proper name (with version) after linking.
v4l-utils-1.20.0/m4/libtool.m4:6963:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
v4l-utils-1.20.0/m4/libtool.m4:6964:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
v4l-utils-1.20.0/m4/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6972-	    # dependencies.
v4l-utils-1.20.0/m4/libtool.m4:6973:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
v4l-utils-1.20.0/m4/libtool.m4-6974-
##############################################
v4l-utils-1.20.0/m4/libtool.m4-6987-	    # earlier do not add the objects themselves.
v4l-utils-1.20.0/m4/libtool.m4:6988:	    case `$CC -V 2>&1` in
v4l-utils-1.20.0/m4/libtool.m4-6989-	      *"Version 7."*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7008-            # Portland Group C++ compiler
v4l-utils-1.20.0/m4/libtool.m4:7009:	    case `$CC -V` in
v4l-utils-1.20.0/m4/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
v4l-utils-1.20.0/m4/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
v4l-utils-1.20.0/m4/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
v4l-utils-1.20.0/m4/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
v4l-utils-1.20.0/m4/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
v4l-utils-1.20.0/m4/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
v4l-utils-1.20.0/m4/libtool.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-7028-	      ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
v4l-utils-1.20.0/m4/libtool.m4:7037:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/m4/libtool.m4-7038-            ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7055-	    # dependencies.
v4l-utils-1.20.0/m4/libtool.m4:7056:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
v4l-utils-1.20.0/m4/libtool.m4-7057-	    ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7070-	  *)
v4l-utils-1.20.0/m4/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
v4l-utils-1.20.0/m4/libtool.m4-7072-	    *Sun\ C*)
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
v4l-utils-1.20.0/m4/libtool.m4:7078:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
v4l-utils-1.20.0/m4/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
v4l-utils-1.20.0/m4/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
v4l-utils-1.20.0/m4/libtool.m4-7144-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7161-	    # to its proper name (with version) after linking.
v4l-utils-1.20.0/m4/libtool.m4:7162:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
v4l-utils-1.20.0/m4/libtool.m4-7163-
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
v4l-utils-1.20.0/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
v4l-utils-1.20.0/m4/libtool.m4:7188:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
v4l-utils-1.20.0/m4/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
v4l-utils-1.20.0/m4/libtool.m4:7191:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
v4l-utils-1.20.0/m4/libtool.m4-7192-                  $RM $lib.exp'
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7206-	    # dependencies.
v4l-utils-1.20.0/m4/libtool.m4:7207:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
v4l-utils-1.20.0/m4/libtool.m4-7208-	    ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7213-	        osf3*)
v4l-utils-1.20.0/m4/libtool.m4:7214:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-7215-		  ;;
v4l-utils-1.20.0/m4/libtool.m4-7216-	        *)
v4l-utils-1.20.0/m4/libtool.m4:7217:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
v4l-utils-1.20.0/m4/libtool.m4-7218-		  ;;
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7466-  case @S|@2 in
v4l-utils-1.20.0/m4/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
v4l-utils-1.20.0/m4/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
v4l-utils-1.20.0/m4/libtool.m4-7469-  esac
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7555-
v4l-utils-1.20.0/m4/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
v4l-utils-1.20.0/m4/libtool.m4-7557-    case $prev$p in
##############################################
v4l-utils-1.20.0/m4/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
v4l-utils-1.20.0/m4/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
v4l-utils-1.20.0/m4/libtool.m4-7661-fi
##############################################
v4l-utils-1.20.0/m4/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
v4l-utils-1.20.0/m4/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
v4l-utils-1.20.0/m4/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
v4l-utils-1.20.0/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
v4l-utils-1.20.0/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
v4l-utils-1.20.0/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
v4l-utils-1.20.0/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
v4l-utils-1.20.0/m4/lib-ld.m4-58-  *)
v4l-utils-1.20.0/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
v4l-utils-1.20.0/m4/lib-ld.m4-60-  esac
##############################################
v4l-utils-1.20.0/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
v4l-utils-1.20.0/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
v4l-utils-1.20.0/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
v4l-utils-1.20.0/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
v4l-utils-1.20.0/m4/lib-ld.m4-69-      done
##############################################
v4l-utils-1.20.0/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
v4l-utils-1.20.0/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
v4l-utils-1.20.0/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
v4l-utils-1.20.0/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
v4l-utils-1.20.0/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-322-                -L*)
v4l-utils-1.20.0/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
v4l-utils-1.20.0/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
v4l-utils-1.20.0/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
v4l-utils-1.20.0/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
v4l-utils-1.20.0/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
v4l-utils-1.20.0/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-529-                  -L*)
v4l-utils-1.20.0/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
v4l-utils-1.20.0/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-581-                  -R*)
v4l-utils-1.20.0/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
v4l-utils-1.20.0/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-611-                    dnl Handle this in the next round.
v4l-utils-1.20.0/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
v4l-utils-1.20.0/m4/lib-link.m4-613-                    ;;
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-617-                    dnl option.
v4l-utils-1.20.0/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
v4l-utils-1.20.0/m4/lib-link.m4-619-                    ;;
##############################################
v4l-utils-1.20.0/m4/lib-link.m4-730-            -L) next=yes ;;
v4l-utils-1.20.0/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
v4l-utils-1.20.0/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.