Makefile.in revision 3aa15f76
1dfe64dd3Smacallan# Makefile.in generated by automake 1.14.1 from Makefile.am.
2dfe64dd3Smacallan# @configure_input@
3dfe64dd3Smacallan
4dfe64dd3Smacallan# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5dfe64dd3Smacallan
6dfe64dd3Smacallan# This Makefile.in is free software; the Free Software Foundation
7dfe64dd3Smacallan# gives unlimited permission to copy and/or distribute it,
8dfe64dd3Smacallan# with or without modifications, as long as this notice is preserved.
9dfe64dd3Smacallan
10dfe64dd3Smacallan# This program is distributed in the hope that it will be useful,
11dfe64dd3Smacallan# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12dfe64dd3Smacallan# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13dfe64dd3Smacallan# PARTICULAR PURPOSE.
14dfe64dd3Smacallan
15dfe64dd3Smacallan@SET_MAKE@
16dfe64dd3Smacallan
17dfe64dd3SmacallanVPATH = @srcdir@
18dfe64dd3Smacallanam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19dfe64dd3Smacallanam__make_running_with_option = \
20dfe64dd3Smacallan  case $${target_option-} in \
21dfe64dd3Smacallan      ?) ;; \
22dfe64dd3Smacallan      *) echo "am__make_running_with_option: internal error: invalid" \
23dfe64dd3Smacallan              "target option '$${target_option-}' specified" >&2; \
24dfe64dd3Smacallan         exit 1;; \
25dfe64dd3Smacallan  esac; \
26dfe64dd3Smacallan  has_opt=no; \
27dfe64dd3Smacallan  sane_makeflags=$$MAKEFLAGS; \
28dfe64dd3Smacallan  if $(am__is_gnu_make); then \
29dfe64dd3Smacallan    sane_makeflags=$$MFLAGS; \
30dfe64dd3Smacallan  else \
31dfe64dd3Smacallan    case $$MAKEFLAGS in \
32dfe64dd3Smacallan      *\\[\ \	]*) \
33dfe64dd3Smacallan        bs=\\; \
34dfe64dd3Smacallan        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35dfe64dd3Smacallan          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36dfe64dd3Smacallan    esac; \
37dfe64dd3Smacallan  fi; \
38dfe64dd3Smacallan  skip_next=no; \
39dfe64dd3Smacallan  strip_trailopt () \
40dfe64dd3Smacallan  { \
41dfe64dd3Smacallan    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42dfe64dd3Smacallan  }; \
43dfe64dd3Smacallan  for flg in $$sane_makeflags; do \
44dfe64dd3Smacallan    test $$skip_next = yes && { skip_next=no; continue; }; \
45dfe64dd3Smacallan    case $$flg in \
46dfe64dd3Smacallan      *=*|--*) continue;; \
47dfe64dd3Smacallan        -*I) strip_trailopt 'I'; skip_next=yes;; \
48dfe64dd3Smacallan      -*I?*) strip_trailopt 'I';; \
49dfe64dd3Smacallan        -*O) strip_trailopt 'O'; skip_next=yes;; \
50dfe64dd3Smacallan      -*O?*) strip_trailopt 'O';; \
51dfe64dd3Smacallan        -*l) strip_trailopt 'l'; skip_next=yes;; \
52dfe64dd3Smacallan      -*l?*) strip_trailopt 'l';; \
53dfe64dd3Smacallan      -[dEDm]) skip_next=yes;; \
54dfe64dd3Smacallan      -[JT]) skip_next=yes;; \
55dfe64dd3Smacallan    esac; \
56dfe64dd3Smacallan    case $$flg in \
57dfe64dd3Smacallan      *$$target_option*) has_opt=yes; break;; \
58dfe64dd3Smacallan    esac; \
59dfe64dd3Smacallan  done; \
60dfe64dd3Smacallan  test $$has_opt = yes
61dfe64dd3Smacallanam__make_dryrun = (target_option=n; $(am__make_running_with_option))
62dfe64dd3Smacallanam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63dfe64dd3Smacallanpkgdatadir = $(datadir)/@PACKAGE@
64dfe64dd3Smacallanpkgincludedir = $(includedir)/@PACKAGE@
65dfe64dd3Smacallanpkglibdir = $(libdir)/@PACKAGE@
66dfe64dd3Smacallanpkglibexecdir = $(libexecdir)/@PACKAGE@
67dfe64dd3Smacallanam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68dfe64dd3Smacallaninstall_sh_DATA = $(install_sh) -c -m 644
69dfe64dd3Smacallaninstall_sh_PROGRAM = $(install_sh) -c
70dfe64dd3Smacallaninstall_sh_SCRIPT = $(install_sh) -c
71dfe64dd3SmacallanINSTALL_HEADER = $(INSTALL_DATA)
72dfe64dd3Smacallantransform = $(program_transform_name)
73dfe64dd3SmacallanNORMAL_INSTALL = :
74dfe64dd3SmacallanPRE_INSTALL = :
75dfe64dd3SmacallanPOST_INSTALL = :
76dfe64dd3SmacallanNORMAL_UNINSTALL = :
77dfe64dd3SmacallanPRE_UNINSTALL = :
78dfe64dd3SmacallanPOST_UNINSTALL = :
79dfe64dd3Smacallanbuild_triplet = @build@
80dfe64dd3Smacallanhost_triplet = @host@
81dfe64dd3Smacallansubdir = wrapper
82dfe64dd3SmacallanDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83dfe64dd3Smacallan	$(top_srcdir)/depcomp
84dfe64dd3SmacallanACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85dfe64dd3Smacallanam__aclocal_m4_deps = $(top_srcdir)/configure.ac
86dfe64dd3Smacallanam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87dfe64dd3Smacallan	$(ACLOCAL_M4)
88dfe64dd3Smacallanmkinstalldirs = $(install_sh) -d
89dfe64dd3SmacallanCONFIG_HEADER = $(top_builddir)/config.h
90dfe64dd3SmacallanCONFIG_CLEAN_FILES =
91dfe64dd3SmacallanCONFIG_CLEAN_VPATH_FILES =
92dfe64dd3Smacallanam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93dfe64dd3Smacallanam__vpath_adj = case $$p in \
94dfe64dd3Smacallan    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95dfe64dd3Smacallan    *) f=$$p;; \
96dfe64dd3Smacallan  esac;
97dfe64dd3Smacallanam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
98dfe64dd3Smacallanam__install_max = 40
99dfe64dd3Smacallanam__nobase_strip_setup = \
100dfe64dd3Smacallan  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
101dfe64dd3Smacallanam__nobase_strip = \
102dfe64dd3Smacallan  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
103dfe64dd3Smacallanam__nobase_list = $(am__nobase_strip_setup); \
104dfe64dd3Smacallan  for p in $$list; do echo "$$p $$p"; done | \
105dfe64dd3Smacallan  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
106dfe64dd3Smacallan  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
107dfe64dd3Smacallan    if (++n[$$2] == $(am__install_max)) \
108dfe64dd3Smacallan      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
109dfe64dd3Smacallan    END { for (dir in files) print dir, files[dir] }'
110dfe64dd3Smacallanam__base_list = \
111dfe64dd3Smacallan  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
112dfe64dd3Smacallan  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
113dfe64dd3Smacallanam__uninstall_files_from_dir = { \
114dfe64dd3Smacallan  test -z "$$files" \
115dfe64dd3Smacallan    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
116dfe64dd3Smacallan    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
117dfe64dd3Smacallan         $(am__cd) "$$dir" && rm -f $$files; }; \
118dfe64dd3Smacallan  }
119dfe64dd3Smacallanam__installdirs = "$(DESTDIR)$(libdir)"
120dfe64dd3SmacallanLTLIBRARIES = $(lib_LTLIBRARIES)
121dfe64dd3Smacallanam__DEPENDENCIES_1 =
122dfe64dd3SmacallanlibXvMCW_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
123dfe64dd3Smacallanam_libXvMCW_la_OBJECTS = XvMCWrapper.lo
124dfe64dd3SmacallanlibXvMCW_la_OBJECTS = $(am_libXvMCW_la_OBJECTS)
125dfe64dd3SmacallanAM_V_lt = $(am__v_lt_@AM_V@)
126dfe64dd3Smacallanam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
127dfe64dd3Smacallanam__v_lt_0 = --silent
128dfe64dd3Smacallanam__v_lt_1 = 
129dfe64dd3SmacallanlibXvMCW_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130dfe64dd3Smacallan	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
131	$(libXvMCW_la_LDFLAGS) $(LDFLAGS) -o $@
132AM_V_P = $(am__v_P_@AM_V@)
133am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134am__v_P_0 = false
135am__v_P_1 = :
136AM_V_GEN = $(am__v_GEN_@AM_V@)
137am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138am__v_GEN_0 = @echo "  GEN     " $@;
139am__v_GEN_1 = 
140AM_V_at = $(am__v_at_@AM_V@)
141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142am__v_at_0 = @
143am__v_at_1 = 
144DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
145depcomp = $(SHELL) $(top_srcdir)/depcomp
146am__depfiles_maybe = depfiles
147am__mv = mv -f
148COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
149	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
152	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
153	$(AM_CFLAGS) $(CFLAGS)
154AM_V_CC = $(am__v_CC_@AM_V@)
155am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
156am__v_CC_0 = @echo "  CC      " $@;
157am__v_CC_1 = 
158CCLD = $(CC)
159LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
161	$(AM_LDFLAGS) $(LDFLAGS) -o $@
162AM_V_CCLD = $(am__v_CCLD_@AM_V@)
163am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
164am__v_CCLD_0 = @echo "  CCLD    " $@;
165am__v_CCLD_1 = 
166SOURCES = $(libXvMCW_la_SOURCES)
167DIST_SOURCES = $(libXvMCW_la_SOURCES)
168am__can_run_installinfo = \
169  case $$AM_UPDATE_INFO_DIR in \
170    n|no|NO) false;; \
171    *) (install-info --version) >/dev/null 2>&1;; \
172  esac
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174# Read a list of newline-separated strings from the standard input,
175# and print each of them once, without duplicates.  Input order is
176# *not* preserved.
177am__uniquify_input = $(AWK) '\
178  BEGIN { nonempty = 0; } \
179  { items[$$0] = 1; nonempty = 1; } \
180  END { if (nonempty) { for (i in items) print i; }; } \
181'
182# Make sure the list of sources is unique.  This is necessary because,
183# e.g., the same source file might be shared among _SOURCES variables
184# for different programs/libraries.
185am__define_uniq_tagged_files = \
186  list='$(am__tagged_files)'; \
187  unique=`for i in $$list; do \
188    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189  done | $(am__uniquify_input)`
190ETAGS = etags
191CTAGS = ctags
192DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193ACLOCAL = @ACLOCAL@
194ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
195ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
196AMTAR = @AMTAR@
197AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
198APP_MAN_DIR = @APP_MAN_DIR@
199APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
200AR = @AR@
201AUTOCONF = @AUTOCONF@
202AUTOHEADER = @AUTOHEADER@
203AUTOMAKE = @AUTOMAKE@
204AWK = @AWK@
205BASE_CFLAGS = @BASE_CFLAGS@
206CC = @CC@
207CCDEPMODE = @CCDEPMODE@
208CFLAGS = @CFLAGS@
209CHANGELOG_CMD = @CHANGELOG_CMD@
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CWARNFLAGS = @CWARNFLAGS@
213CYGPATH_W = @CYGPATH_W@
214DEFS = @DEFS@
215DEPDIR = @DEPDIR@
216DLLTOOL = @DLLTOOL@
217DLOPEN_LIBS = @DLOPEN_LIBS@
218DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
219DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
220DSYMUTIL = @DSYMUTIL@
221DUMPBIN = @DUMPBIN@
222ECHO_C = @ECHO_C@
223ECHO_N = @ECHO_N@
224ECHO_T = @ECHO_T@
225EGREP = @EGREP@
226EXEEXT = @EXEEXT@
227FGREP = @FGREP@
228FILE_MAN_DIR = @FILE_MAN_DIR@
229FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
230GREP = @GREP@
231INSTALL = @INSTALL@
232INSTALL_CMD = @INSTALL_CMD@
233INSTALL_DATA = @INSTALL_DATA@
234INSTALL_PROGRAM = @INSTALL_PROGRAM@
235INSTALL_SCRIPT = @INSTALL_SCRIPT@
236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237LD = @LD@
238LDFLAGS = @LDFLAGS@
239LIBOBJS = @LIBOBJS@
240LIBS = @LIBS@
241LIBTOOL = @LIBTOOL@
242LIB_MAN_DIR = @LIB_MAN_DIR@
243LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
244LINT = @LINT@
245LINT_FLAGS = @LINT_FLAGS@
246LIPO = @LIPO@
247LN_S = @LN_S@
248LTLIBOBJS = @LTLIBOBJS@
249MAKEINFO = @MAKEINFO@
250MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
251MANIFEST_TOOL = @MANIFEST_TOOL@
252MAN_SUBSTS = @MAN_SUBSTS@
253MISC_MAN_DIR = @MISC_MAN_DIR@
254MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
255MKDIR_P = @MKDIR_P@
256NM = @NM@
257NMEDIT = @NMEDIT@
258OBJDUMP = @OBJDUMP@
259OBJEXT = @OBJEXT@
260OTOOL = @OTOOL@
261OTOOL64 = @OTOOL64@
262PACKAGE = @PACKAGE@
263PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264PACKAGE_NAME = @PACKAGE_NAME@
265PACKAGE_STRING = @PACKAGE_STRING@
266PACKAGE_TARNAME = @PACKAGE_TARNAME@
267PACKAGE_URL = @PACKAGE_URL@
268PACKAGE_VERSION = @PACKAGE_VERSION@
269PATH_SEPARATOR = @PATH_SEPARATOR@
270PKG_CONFIG = @PKG_CONFIG@
271PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
272PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
273RANLIB = @RANLIB@
274SED = @SED@
275SET_MAKE = @SET_MAKE@
276SHELL = @SHELL@
277STRICT_CFLAGS = @STRICT_CFLAGS@
278STRIP = @STRIP@
279VERSION = @VERSION@
280XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
281XORG_MAN_PAGE = @XORG_MAN_PAGE@
282XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
283XVMC_CFLAGS = @XVMC_CFLAGS@
284XVMC_LIBS = @XVMC_LIBS@
285abs_builddir = @abs_builddir@
286abs_srcdir = @abs_srcdir@
287abs_top_builddir = @abs_top_builddir@
288abs_top_srcdir = @abs_top_srcdir@
289ac_ct_AR = @ac_ct_AR@
290ac_ct_CC = @ac_ct_CC@
291ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
292am__include = @am__include@
293am__leading_dot = @am__leading_dot@
294am__quote = @am__quote@
295am__tar = @am__tar@
296am__untar = @am__untar@
297bindir = @bindir@
298build = @build@
299build_alias = @build_alias@
300build_cpu = @build_cpu@
301build_os = @build_os@
302build_vendor = @build_vendor@
303builddir = @builddir@
304datadir = @datadir@
305datarootdir = @datarootdir@
306docdir = @docdir@
307dvidir = @dvidir@
308exec_prefix = @exec_prefix@
309host = @host@
310host_alias = @host_alias@
311host_cpu = @host_cpu@
312host_os = @host_os@
313host_vendor = @host_vendor@
314htmldir = @htmldir@
315includedir = @includedir@
316infodir = @infodir@
317install_sh = @install_sh@
318libdir = @libdir@
319libexecdir = @libexecdir@
320localedir = @localedir@
321localstatedir = @localstatedir@
322mandir = @mandir@
323mkdir_p = @mkdir_p@
324oldincludedir = @oldincludedir@
325pdfdir = @pdfdir@
326prefix = @prefix@
327program_transform_name = @program_transform_name@
328psdir = @psdir@
329sbindir = @sbindir@
330sharedstatedir = @sharedstatedir@
331srcdir = @srcdir@
332sysconfdir = @sysconfdir@
333target_alias = @target_alias@
334top_build_prefix = @top_build_prefix@
335top_builddir = @top_builddir@
336top_srcdir = @top_srcdir@
337lib_LTLIBRARIES = libXvMCW.la
338AM_CPPFLAGS = \
339	-I$(top_srcdir)/include			\
340	$(MALLOC_ZERO_CFLAGS)			\
341	-DXVMC_CONFIGDIR=$(sysconfdir)/X11	\
342	-DXVMC_SOVERSION=\".1.0\"		\
343	-DXV_SOVERSION=\".1.0\"
344
345AM_CFLAGS = $(CWARNFLAGS) $(XVMC_CFLAGS)
346libXvMCW_la_SOURCES = XvMCWrapper.c
347libXvMCW_la_LIBADD = $(XVMC_LIBS) $(DLOPEN_LIBS)
348libXvMCW_la_LDFLAGS = -version-number 1:0:0 -no-undefined
349@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) \
350@LINT_TRUE@                $(AM_CPPFLAGS) $(CPPFLAGS)
351
352all: all-am
353
354.SUFFIXES:
355.SUFFIXES: .c .lo .o .obj
356$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
357	@for dep in $?; do \
358	  case '$(am__configure_deps)' in \
359	    *$$dep*) \
360	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
361	        && { if test -f $@; then exit 0; else break; fi; }; \
362	      exit 1;; \
363	  esac; \
364	done; \
365	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign wrapper/Makefile'; \
366	$(am__cd) $(top_srcdir) && \
367	  $(AUTOMAKE) --foreign wrapper/Makefile
368.PRECIOUS: Makefile
369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370	@case '$?' in \
371	  *config.status*) \
372	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
373	  *) \
374	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
375	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
376	esac;
377
378$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
379	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380
381$(top_srcdir)/configure:  $(am__configure_deps)
382	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
384	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385$(am__aclocal_m4_deps):
386
387install-libLTLIBRARIES: $(lib_LTLIBRARIES)
388	@$(NORMAL_INSTALL)
389	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
390	list2=; for p in $$list; do \
391	  if test -f $$p; then \
392	    list2="$$list2 $$p"; \
393	  else :; fi; \
394	done; \
395	test -z "$$list2" || { \
396	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
397	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
398	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
399	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
400	}
401
402uninstall-libLTLIBRARIES:
403	@$(NORMAL_UNINSTALL)
404	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
405	for p in $$list; do \
406	  $(am__strip_dir) \
407	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
408	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
409	done
410
411clean-libLTLIBRARIES:
412	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
413	@list='$(lib_LTLIBRARIES)'; \
414	locs=`for p in $$list; do echo $$p; done | \
415	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
416	      sort -u`; \
417	test -z "$$locs" || { \
418	  echo rm -f $${locs}; \
419	  rm -f $${locs}; \
420	}
421
422libXvMCW.la: $(libXvMCW_la_OBJECTS) $(libXvMCW_la_DEPENDENCIES) $(EXTRA_libXvMCW_la_DEPENDENCIES) 
423	$(AM_V_CCLD)$(libXvMCW_la_LINK) -rpath $(libdir) $(libXvMCW_la_OBJECTS) $(libXvMCW_la_LIBADD) $(LIBS)
424
425mostlyclean-compile:
426	-rm -f *.$(OBJEXT)
427
428distclean-compile:
429	-rm -f *.tab.c
430
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XvMCWrapper.Plo@am__quote@
432
433.c.o:
434@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
435@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
439
440.c.obj:
441@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
442@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
446
447.c.lo:
448@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
449@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
451@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
453
454mostlyclean-libtool:
455	-rm -f *.lo
456
457clean-libtool:
458	-rm -rf .libs _libs
459
460ID: $(am__tagged_files)
461	$(am__define_uniq_tagged_files); mkid -fID $$unique
462tags: tags-am
463TAGS: tags
464
465tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466	set x; \
467	here=`pwd`; \
468	$(am__define_uniq_tagged_files); \
469	shift; \
470	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471	  test -n "$$unique" || unique=$$empty_fix; \
472	  if test $$# -gt 0; then \
473	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474	      "$$@" $$unique; \
475	  else \
476	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477	      $$unique; \
478	  fi; \
479	fi
480ctags: ctags-am
481
482CTAGS: ctags
483ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
484	$(am__define_uniq_tagged_files); \
485	test -z "$(CTAGS_ARGS)$$unique" \
486	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487	     $$unique
488
489GTAGS:
490	here=`$(am__cd) $(top_builddir) && pwd` \
491	  && $(am__cd) $(top_srcdir) \
492	  && gtags -i $(GTAGS_ARGS) "$$here"
493cscopelist: cscopelist-am
494
495cscopelist-am: $(am__tagged_files)
496	list='$(am__tagged_files)'; \
497	case "$(srcdir)" in \
498	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
499	  *) sdir=$(subdir)/$(srcdir) ;; \
500	esac; \
501	for i in $$list; do \
502	  if test -f "$$i"; then \
503	    echo "$(subdir)/$$i"; \
504	  else \
505	    echo "$$sdir/$$i"; \
506	  fi; \
507	done >> $(top_builddir)/cscope.files
508
509distclean-tags:
510	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
512distdir: $(DISTFILES)
513	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515	list='$(DISTFILES)'; \
516	  dist_files=`for file in $$list; do echo $$file; done | \
517	  sed -e "s|^$$srcdirstrip/||;t" \
518	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519	case $$dist_files in \
520	  */*) $(MKDIR_P) `echo "$$dist_files" | \
521			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522			   sort -u` ;; \
523	esac; \
524	for file in $$dist_files; do \
525	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526	  if test -d $$d/$$file; then \
527	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528	    if test -d "$(distdir)/$$file"; then \
529	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530	    fi; \
531	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534	    fi; \
535	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536	  else \
537	    test -f "$(distdir)/$$file" \
538	    || cp -p $$d/$$file "$(distdir)/$$file" \
539	    || exit 1; \
540	  fi; \
541	done
542check-am: all-am
543check: check-am
544all-am: Makefile $(LTLIBRARIES)
545installdirs:
546	for dir in "$(DESTDIR)$(libdir)"; do \
547	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
548	done
549install: install-am
550install-exec: install-exec-am
551install-data: install-data-am
552uninstall: uninstall-am
553
554install-am: all-am
555	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
556
557installcheck: installcheck-am
558install-strip:
559	if test -z '$(STRIP)'; then \
560	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562	      install; \
563	else \
564	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
567	fi
568mostlyclean-generic:
569
570clean-generic:
571
572distclean-generic:
573	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
575
576maintainer-clean-generic:
577	@echo "This command is intended for maintainers to use"
578	@echo "it deletes files that may require special tools to rebuild."
579clean: clean-am
580
581clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
582	mostlyclean-am
583
584distclean: distclean-am
585	-rm -rf ./$(DEPDIR)
586	-rm -f Makefile
587distclean-am: clean-am distclean-compile distclean-generic \
588	distclean-tags
589
590dvi: dvi-am
591
592dvi-am:
593
594html: html-am
595
596html-am:
597
598info: info-am
599
600info-am:
601
602install-data-am:
603
604install-dvi: install-dvi-am
605
606install-dvi-am:
607
608install-exec-am: install-libLTLIBRARIES
609
610install-html: install-html-am
611
612install-html-am:
613
614install-info: install-info-am
615
616install-info-am:
617
618install-man:
619
620install-pdf: install-pdf-am
621
622install-pdf-am:
623
624install-ps: install-ps-am
625
626install-ps-am:
627
628installcheck-am:
629
630maintainer-clean: maintainer-clean-am
631	-rm -rf ./$(DEPDIR)
632	-rm -f Makefile
633maintainer-clean-am: distclean-am maintainer-clean-generic
634
635mostlyclean: mostlyclean-am
636
637mostlyclean-am: mostlyclean-compile mostlyclean-generic \
638	mostlyclean-libtool
639
640pdf: pdf-am
641
642pdf-am:
643
644ps: ps-am
645
646ps-am:
647
648uninstall-am: uninstall-libLTLIBRARIES
649
650.MAKE: install-am install-strip
651
652.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
653	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
654	ctags-am distclean distclean-compile distclean-generic \
655	distclean-libtool distclean-tags distdir dvi dvi-am html \
656	html-am info info-am install install-am install-data \
657	install-data-am install-dvi install-dvi-am install-exec \
658	install-exec-am install-html install-html-am install-info \
659	install-info-am install-libLTLIBRARIES install-man install-pdf \
660	install-pdf-am install-ps install-ps-am install-strip \
661	installcheck installcheck-am installdirs maintainer-clean \
662	maintainer-clean-generic mostlyclean mostlyclean-compile \
663	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
664	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
665
666
667@LINT_TRUE@lint:
668@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(libXvMCW_la_SOURCES) $(AM_CFLAGS) $(XVMC_LIBS)
669
670# Tell versions [3.59,3.63) of GNU make to not export all variables.
671# Otherwise a system limit (for SysV at least) may be exceeded.
672.NOEXPORT:
673