Makefile.in revision fb570538
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = doc
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
93	$(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 = 
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 = 
113SOURCES =
114DIST_SOURCES =
115am__can_run_installinfo = \
116  case $$AM_UPDATE_INFO_DIR in \
117    n|no|NO) false;; \
118    *) (install-info --version) >/dev/null 2>&1;; \
119  esac
120am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
121am__DIST_COMMON = $(srcdir)/Makefile.in
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123ACLOCAL = @ACLOCAL@
124AMTAR = @AMTAR@
125AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
126AR = @AR@
127AUTOCONF = @AUTOCONF@
128AUTOHEADER = @AUTOHEADER@
129AUTOMAKE = @AUTOMAKE@
130AWK = @AWK@
131CC = @CC@
132CCDEPMODE = @CCDEPMODE@
133CFLAGS = @CFLAGS@
134CHANGELOG_CMD = @CHANGELOG_CMD@
135CPP = @CPP@
136CPPFLAGS = @CPPFLAGS@
137CXX = @CXX@
138CXXCPP = @CXXCPP@
139CXXDEPMODE = @CXXDEPMODE@
140CXXFLAGS = @CXXFLAGS@
141CYGPATH_W = @CYGPATH_W@
142DEFS = @DEFS@
143DEPDIR = @DEPDIR@
144DLLTOOL = @DLLTOOL@
145DLOPEN_LIBS = @DLOPEN_LIBS@
146DOT = @DOT@
147DOXYGEN = @DOXYGEN@
148DSYMUTIL = @DSYMUTIL@
149DUMPBIN = @DUMPBIN@
150ECHO_C = @ECHO_C@
151ECHO_N = @ECHO_N@
152ECHO_T = @ECHO_T@
153EGREP = @EGREP@
154EXEEXT = @EXEEXT@
155FGREP = @FGREP@
156GREP = @GREP@
157INSTALL = @INSTALL@
158INSTALL_DATA = @INSTALL_DATA@
159INSTALL_PROGRAM = @INSTALL_PROGRAM@
160INSTALL_SCRIPT = @INSTALL_SCRIPT@
161INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162LD = @LD@
163LDFLAGS = @LDFLAGS@
164LIBOBJS = @LIBOBJS@
165LIBS = @LIBS@
166LIBTOOL = @LIBTOOL@
167LIPO = @LIPO@
168LN_S = @LN_S@
169LTLIBOBJS = @LTLIBOBJS@
170LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
171MAKEINFO = @MAKEINFO@
172MANIFEST_TOOL = @MANIFEST_TOOL@
173MKDIR_P = @MKDIR_P@
174NM = @NM@
175NMEDIT = @NMEDIT@
176OBJDUMP = @OBJDUMP@
177OBJEXT = @OBJEXT@
178OTOOL = @OTOOL@
179OTOOL64 = @OTOOL64@
180PACKAGE = @PACKAGE@
181PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182PACKAGE_NAME = @PACKAGE_NAME@
183PACKAGE_STRING = @PACKAGE_STRING@
184PACKAGE_TARNAME = @PACKAGE_TARNAME@
185PACKAGE_URL = @PACKAGE_URL@
186PACKAGE_VERSION = @PACKAGE_VERSION@
187PATH_SEPARATOR = @PATH_SEPARATOR@
188PKG_CONFIG = @PKG_CONFIG@
189PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
190PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
191PTHREAD_LIBS = @PTHREAD_LIBS@
192RANLIB = @RANLIB@
193SED = @SED@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196STRIP = @STRIP@
197VERSION = @VERSION@
198X11_CFLAGS = @X11_CFLAGS@
199X11_LIBS = @X11_LIBS@
200XEXT_CFLAGS = @XEXT_CFLAGS@
201XEXT_LIBS = @XEXT_LIBS@
202abs_builddir = @abs_builddir@
203abs_srcdir = @abs_srcdir@
204abs_top_builddir = @abs_top_builddir@
205abs_top_srcdir = @abs_top_srcdir@
206ac_ct_AR = @ac_ct_AR@
207ac_ct_CC = @ac_ct_CC@
208ac_ct_CXX = @ac_ct_CXX@
209ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210am__include = @am__include@
211am__leading_dot = @am__leading_dot@
212am__quote = @am__quote@
213am__tar = @am__tar@
214am__untar = @am__untar@
215bindir = @bindir@
216build = @build@
217build_alias = @build_alias@
218build_cpu = @build_cpu@
219build_os = @build_os@
220build_vendor = @build_vendor@
221builddir = @builddir@
222datadir = @datadir@
223datarootdir = @datarootdir@
224distcleancheck_listfiles = @distcleancheck_listfiles@
225docdir = @docdir@
226dri2proto_CFLAGS = @dri2proto_CFLAGS@
227dri2proto_LIBS = @dri2proto_LIBS@
228dvidir = @dvidir@
229exec_prefix = @exec_prefix@
230host = @host@
231host_alias = @host_alias@
232host_cpu = @host_cpu@
233host_os = @host_os@
234host_vendor = @host_vendor@
235htmldir = @htmldir@
236includedir = @includedir@
237infodir = @infodir@
238install_sh = @install_sh@
239libdir = @libdir@
240libexecdir = @libexecdir@
241localedir = @localedir@
242localstatedir = @localstatedir@
243mandir = @mandir@
244mkdir_p = @mkdir_p@
245moduledir = @moduledir@
246oldincludedir = @oldincludedir@
247pdfdir = @pdfdir@
248prefix = @prefix@
249program_transform_name = @program_transform_name@
250psdir = @psdir@
251sbindir = @sbindir@
252sharedstatedir = @sharedstatedir@
253srcdir = @srcdir@
254sysconfdir = @sysconfdir@
255target_alias = @target_alias@
256top_build_prefix = @top_build_prefix@
257top_builddir = @top_builddir@
258top_srcdir = @top_srcdir@
259EXTRA_DIST = \
260    Doxyfile \
261    vdpau_data_flow.png
262
263VDPAU_HEADER_DIR := $(top_srcdir)/include
264VDPAU_HEADER_FILES := \
265    $(VDPAU_HEADER_DIR)/vdpau/vdpau.h \
266    $(VDPAU_HEADER_DIR)/vdpau/vdpau_x11.h
267
268all: all-am
269
270.SUFFIXES:
271$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
272	@for dep in $?; do \
273	  case '$(am__configure_deps)' in \
274	    *$$dep*) \
275	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
276	        && { if test -f $@; then exit 0; else break; fi; }; \
277	      exit 1;; \
278	  esac; \
279	done; \
280	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
281	$(am__cd) $(top_srcdir) && \
282	  $(AUTOMAKE) --foreign doc/Makefile
283Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284	@case '$?' in \
285	  *config.status*) \
286	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287	  *) \
288	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
289	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
290	esac;
291
292$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
295$(top_srcdir)/configure:  $(am__configure_deps)
296	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
298	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299$(am__aclocal_m4_deps):
300
301mostlyclean-libtool:
302	-rm -f *.lo
303
304clean-libtool:
305	-rm -rf .libs _libs
306tags TAGS:
307
308ctags CTAGS:
309
310cscope cscopelist:
311
312
313distdir: $(BUILT_SOURCES)
314	$(MAKE) $(AM_MAKEFLAGS) distdir-am
315
316distdir-am: $(DISTFILES)
317	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
318	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
319	list='$(DISTFILES)'; \
320	  dist_files=`for file in $$list; do echo $$file; done | \
321	  sed -e "s|^$$srcdirstrip/||;t" \
322	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
323	case $$dist_files in \
324	  */*) $(MKDIR_P) `echo "$$dist_files" | \
325			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
326			   sort -u` ;; \
327	esac; \
328	for file in $$dist_files; do \
329	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
330	  if test -d $$d/$$file; then \
331	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
332	    if test -d "$(distdir)/$$file"; then \
333	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
334	    fi; \
335	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
336	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
337	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
338	    fi; \
339	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
340	  else \
341	    test -f "$(distdir)/$$file" \
342	    || cp -p $$d/$$file "$(distdir)/$$file" \
343	    || exit 1; \
344	  fi; \
345	done
346check-am: all-am
347check: check-am
348all-am: Makefile
349installdirs:
350install: install-am
351install-exec: install-exec-am
352install-data: install-data-am
353uninstall: uninstall-am
354
355install-am: all-am
356	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
357
358installcheck: installcheck-am
359install-strip:
360	if test -z '$(STRIP)'; then \
361	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
362	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
363	      install; \
364	else \
365	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
366	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
367	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
368	fi
369mostlyclean-generic:
370
371clean-generic:
372
373distclean-generic:
374	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
375	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
376
377maintainer-clean-generic:
378	@echo "This command is intended for maintainers to use"
379	@echo "it deletes files that may require special tools to rebuild."
380@ENABLE_DOCS_FALSE@install-html-local:
381@ENABLE_DOCS_FALSE@uninstall-local:
382clean: clean-am
383
384clean-am: clean-generic clean-libtool clean-local mostlyclean-am
385
386distclean: distclean-am
387	-rm -f Makefile
388distclean-am: clean-am distclean-generic
389
390dvi: dvi-am
391
392dvi-am:
393
394@ENABLE_DOCS_FALSE@html: html-am
395
396html-am:
397
398info: info-am
399
400info-am:
401
402install-data-am: install-data-local
403
404install-dvi: install-dvi-am
405
406install-dvi-am:
407
408install-exec-am:
409
410install-html: install-html-am
411
412install-html-am: install-html-local
413
414install-info: install-info-am
415
416install-info-am:
417
418install-man:
419
420install-pdf: install-pdf-am
421
422install-pdf-am:
423
424install-ps: install-ps-am
425
426install-ps-am:
427
428installcheck-am:
429
430maintainer-clean: maintainer-clean-am
431	-rm -f Makefile
432maintainer-clean-am: distclean-am maintainer-clean-generic
433
434mostlyclean: mostlyclean-am
435
436mostlyclean-am: mostlyclean-generic mostlyclean-libtool
437
438pdf: pdf-am
439
440pdf-am:
441
442ps: ps-am
443
444ps-am:
445
446uninstall-am: uninstall-local
447
448.MAKE: install-am install-strip
449
450.PHONY: all all-am check check-am clean clean-generic clean-libtool \
451	clean-local cscopelist-am ctags-am distclean distclean-generic \
452	distclean-libtool distdir dvi dvi-am html html-am info info-am \
453	install install-am install-data install-data-am \
454	install-data-local install-dvi install-dvi-am install-exec \
455	install-exec-am install-html install-html-am \
456	install-html-local install-info install-info-am install-man \
457	install-pdf install-pdf-am install-ps install-ps-am \
458	install-strip installcheck installcheck-am installdirs \
459	maintainer-clean maintainer-clean-generic mostlyclean \
460	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
461	tags-am uninstall uninstall-am uninstall-local
462
463.PRECIOUS: Makefile
464
465all: html
466install-data-local: install-html
467
468export VDPAU_HEADER_DIR
469export VDPAU_HEADER_FILES
470html-out/%: Doxyfile $(VDPAU_HEADER_FILES)
471	$(DOXYGEN) $<
472
473@ENABLE_DOCS_TRUE@html: html-out/index.html
474@ENABLE_DOCS_TRUE@install-html-local:
475@ENABLE_DOCS_TRUE@	$(install_sh) -d "$(DESTDIR)$(docdir)/html"
476@ENABLE_DOCS_TRUE@	$(install_sh) -m 644 html-out/* "$(DESTDIR)$(docdir)/html"
477@ENABLE_DOCS_TRUE@uninstall-local:
478@ENABLE_DOCS_TRUE@	$(RM) -r "$(DESTDIR)$(docdir)/html"
479
480clean-local:
481	$(RM) -r html-out
482
483# Tell versions [3.59,3.63) of GNU make to not export all variables.
484# Otherwise a system limit (for SysV at least) may be exceeded.
485.NOEXPORT:
486