1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = xvmc/shader
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
84	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
85	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
86	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88	$(ACLOCAL_M4)
89mkinstalldirs = $(install_sh) -d
90CONFIG_HEADER = $(top_builddir)/config.h
91CONFIG_CLEAN_FILES =
92CONFIG_CLEAN_VPATH_FILES =
93AM_V_P = $(am__v_P_@AM_V@)
94am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
95am__v_P_0 = false
96am__v_P_1 = :
97AM_V_GEN = $(am__v_GEN_@AM_V@)
98am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
99am__v_GEN_0 = @echo "  GEN     " $@;
100am__v_GEN_1 = 
101AM_V_at = $(am__v_at_@AM_V@)
102am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
103am__v_at_0 = @
104am__v_at_1 = 
105SOURCES =
106DIST_SOURCES =
107RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
108	ctags-recursive dvi-recursive html-recursive info-recursive \
109	install-data-recursive install-dvi-recursive \
110	install-exec-recursive install-html-recursive \
111	install-info-recursive install-pdf-recursive \
112	install-ps-recursive install-recursive installcheck-recursive \
113	installdirs-recursive pdf-recursive ps-recursive \
114	tags-recursive uninstall-recursive
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
120RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
121  distclean-recursive maintainer-clean-recursive
122am__recursive_targets = \
123  $(RECURSIVE_TARGETS) \
124  $(RECURSIVE_CLEAN_TARGETS) \
125  $(am__extra_recursive_targets)
126AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
127	distdir
128am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
129# Read a list of newline-separated strings from the standard input,
130# and print each of them once, without duplicates.  Input order is
131# *not* preserved.
132am__uniquify_input = $(AWK) '\
133  BEGIN { nonempty = 0; } \
134  { items[$$0] = 1; nonempty = 1; } \
135  END { if (nonempty) { for (i in items) print i; }; } \
136'
137# Make sure the list of sources is unique.  This is necessary because,
138# e.g., the same source file might be shared among _SOURCES variables
139# for different programs/libraries.
140am__define_uniq_tagged_files = \
141  list='$(am__tagged_files)'; \
142  unique=`for i in $$list; do \
143    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
144  done | $(am__uniquify_input)`
145ETAGS = etags
146CTAGS = ctags
147DIST_SUBDIRS = $(SUBDIRS)
148DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149am__relativize = \
150  dir0=`pwd`; \
151  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
152  sed_rest='s,^[^/]*/*,,'; \
153  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
154  sed_butlast='s,/*[^/]*$$,,'; \
155  while test -n "$$dir1"; do \
156    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
157    if test "$$first" != "."; then \
158      if test "$$first" = ".."; then \
159        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
160        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
161      else \
162        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
163        if test "$$first2" = "$$first"; then \
164          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
165        else \
166          dir2="../$$dir2"; \
167        fi; \
168        dir0="$$dir0"/"$$first"; \
169      fi; \
170    fi; \
171    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
172  done; \
173  reldir="$$dir2"
174ACLOCAL = @ACLOCAL@
175ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
176ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179APP_MAN_DIR = @APP_MAN_DIR@
180APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
181AR = @AR@
182AUTOCONF = @AUTOCONF@
183AUTOHEADER = @AUTOHEADER@
184AUTOMAKE = @AUTOMAKE@
185AWK = @AWK@
186BASE_CFLAGS = @BASE_CFLAGS@
187CC = @CC@
188CCDEPMODE = @CCDEPMODE@
189CFLAGS = @CFLAGS@
190CHANGELOG_CMD = @CHANGELOG_CMD@
191CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@
192CPP = @CPP@
193CPPFLAGS = @CPPFLAGS@
194CWARNFLAGS = @CWARNFLAGS@
195CYGPATH_W = @CYGPATH_W@
196DEFS = @DEFS@
197DEPDIR = @DEPDIR@
198DLLTOOL = @DLLTOOL@
199DRI1_CFLAGS = @DRI1_CFLAGS@
200DRI1_LIBS = @DRI1_LIBS@
201DRI2_CFLAGS = @DRI2_CFLAGS@
202DRI2_LIBS = @DRI2_LIBS@
203DRI3_CFLAGS = @DRI3_CFLAGS@
204DRI3_LIBS = @DRI3_LIBS@
205DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
206DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
207DRIVER_NAME = @DRIVER_NAME@
208DRI_DRIVER_PATH = @DRI_DRIVER_PATH@
209DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@
210DRMINTEL_LIBS = @DRMINTEL_LIBS@
211DRM_CFLAGS = @DRM_CFLAGS@
212DRM_LIBS = @DRM_LIBS@
213DSYMUTIL = @DSYMUTIL@
214DUMPBIN = @DUMPBIN@
215ECHO_C = @ECHO_C@
216ECHO_N = @ECHO_N@
217ECHO_T = @ECHO_T@
218EGREP = @EGREP@
219EXEEXT = @EXEEXT@
220FGREP = @FGREP@
221FILE_MAN_DIR = @FILE_MAN_DIR@
222FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
223GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
224GEN4ASM_LIBS = @GEN4ASM_LIBS@
225GREP = @GREP@
226INSTALL = @INSTALL@
227INSTALL_CMD = @INSTALL_CMD@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232INTEL_GEN4ASM = @INTEL_GEN4ASM@
233IVO_CFLAGS = @IVO_CFLAGS@
234IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@
235IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@
236IVO_LIBS = @IVO_LIBS@
237LD = @LD@
238LDFLAGS = @LDFLAGS@
239LIBEXEC_PATH = @LIBEXEC_PATH@
240LIBOBJS = @LIBOBJS@
241LIBS = @LIBS@
242LIBTOOL = @LIBTOOL@
243LIB_MAN_DIR = @LIB_MAN_DIR@
244LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
245LIPO = @LIPO@
246LN_S = @LN_S@
247LTLIBOBJS = @LTLIBOBJS@
248MAKEINFO = @MAKEINFO@
249MANIFEST_TOOL = @MANIFEST_TOOL@
250MAN_SUBSTS = @MAN_SUBSTS@
251MISC_MAN_DIR = @MISC_MAN_DIR@
252MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
253MKDIR_P = @MKDIR_P@
254NM = @NM@
255NMEDIT = @NMEDIT@
256NOWARNFLAGS = @NOWARNFLAGS@
257OBJDUMP = @OBJDUMP@
258OBJEXT = @OBJEXT@
259OTOOL = @OTOOL@
260OTOOL64 = @OTOOL64@
261PACKAGE = @PACKAGE@
262PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
263PACKAGE_NAME = @PACKAGE_NAME@
264PACKAGE_STRING = @PACKAGE_STRING@
265PACKAGE_TARNAME = @PACKAGE_TARNAME@
266PACKAGE_URL = @PACKAGE_URL@
267PACKAGE_VERSION = @PACKAGE_VERSION@
268PATH_SEPARATOR = @PATH_SEPARATOR@
269PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
270PCIACCESS_LIBS = @PCIACCESS_LIBS@
271PKG_CONFIG = @PKG_CONFIG@
272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274PREFIX_PATH = @PREFIX_PATH@
275PRESENT_CFLAGS = @PRESENT_CFLAGS@
276PRESENT_LIBS = @PRESENT_LIBS@
277RANLIB = @RANLIB@
278SED = @SED@
279SET_MAKE = @SET_MAKE@
280SHELL = @SHELL@
281STRICT_CFLAGS = @STRICT_CFLAGS@
282STRIP = @STRIP@
283UDEV_CFLAGS = @UDEV_CFLAGS@
284UDEV_LIBS = @UDEV_LIBS@
285VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
286VALGRIND_LIBS = @VALGRIND_LIBS@
287VERSION = @VERSION@
288X11_CFLAGS = @X11_CFLAGS@
289X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@
290X11_DRI3_LIBS = @X11_DRI3_LIBS@
291X11_LIBS = @X11_LIBS@
292XORG_CFLAGS = @XORG_CFLAGS@
293XORG_LIBS = @XORG_LIBS@
294XORG_MAN_PAGE = @XORG_MAN_PAGE@
295XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@
296XVMCLIB_LIBS = @XVMCLIB_LIBS@
297abs_builddir = @abs_builddir@
298abs_srcdir = @abs_srcdir@
299abs_top_builddir = @abs_top_builddir@
300abs_top_srcdir = @abs_top_srcdir@
301ac_ct_AR = @ac_ct_AR@
302ac_ct_CC = @ac_ct_CC@
303ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304am__include = @am__include@
305am__leading_dot = @am__leading_dot@
306am__quote = @am__quote@
307am__tar = @am__tar@
308am__untar = @am__untar@
309bindir = @bindir@
310build = @build@
311build_alias = @build_alias@
312build_cpu = @build_cpu@
313build_os = @build_os@
314build_vendor = @build_vendor@
315builddir = @builddir@
316datadir = @datadir@
317datarootdir = @datarootdir@
318docdir = @docdir@
319dvidir = @dvidir@
320exec_prefix = @exec_prefix@
321host = @host@
322host_alias = @host_alias@
323host_cpu = @host_cpu@
324host_os = @host_os@
325host_vendor = @host_vendor@
326htmldir = @htmldir@
327includedir = @includedir@
328infodir = @infodir@
329install_sh = @install_sh@
330libdir = @libdir@
331libexecdir = @libexecdir@
332localedir = @localedir@
333localstatedir = @localstatedir@
334mandir = @mandir@
335mkdir_p = @mkdir_p@
336moduledir = @moduledir@
337oldincludedir = @oldincludedir@
338pdfdir = @pdfdir@
339prefix = @prefix@
340program_transform_name = @program_transform_name@
341psdir = @psdir@
342sbindir = @sbindir@
343sharedstatedir = @sharedstatedir@
344srcdir = @srcdir@
345sysconfdir = @sysconfdir@
346target_alias = @target_alias@
347top_build_prefix = @top_build_prefix@
348top_builddir = @top_builddir@
349top_srcdir = @top_srcdir@
350SUBDIRS = mc vld 
351all: all-recursive
352
353.SUFFIXES:
354$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
355	@for dep in $?; do \
356	  case '$(am__configure_deps)' in \
357	    *$$dep*) \
358	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
359	        && { if test -f $@; then exit 0; else break; fi; }; \
360	      exit 1;; \
361	  esac; \
362	done; \
363	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xvmc/shader/Makefile'; \
364	$(am__cd) $(top_srcdir) && \
365	  $(AUTOMAKE) --foreign xvmc/shader/Makefile
366.PRECIOUS: Makefile
367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368	@case '$?' in \
369	  *config.status*) \
370	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
371	  *) \
372	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
373	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
374	esac;
375
376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
377	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
379$(top_srcdir)/configure:  $(am__configure_deps)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
382	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383$(am__aclocal_m4_deps):
384
385mostlyclean-libtool:
386	-rm -f *.lo
387
388clean-libtool:
389	-rm -rf .libs _libs
390
391# This directory's subdirectories are mostly independent; you can cd
392# into them and run 'make' without going through this Makefile.
393# To change the values of 'make' variables: instead of editing Makefiles,
394# (1) if the variable is set in 'config.status', edit 'config.status'
395#     (which will cause the Makefiles to be regenerated when you run 'make');
396# (2) otherwise, pass the desired values on the 'make' command line.
397$(am__recursive_targets):
398	@fail=; \
399	if $(am__make_keepgoing); then \
400	  failcom='fail=yes'; \
401	else \
402	  failcom='exit 1'; \
403	fi; \
404	dot_seen=no; \
405	target=`echo $@ | sed s/-recursive//`; \
406	case "$@" in \
407	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
408	  *) list='$(SUBDIRS)' ;; \
409	esac; \
410	for subdir in $$list; do \
411	  echo "Making $$target in $$subdir"; \
412	  if test "$$subdir" = "."; then \
413	    dot_seen=yes; \
414	    local_target="$$target-am"; \
415	  else \
416	    local_target="$$target"; \
417	  fi; \
418	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
419	  || eval $$failcom; \
420	done; \
421	if test "$$dot_seen" = "no"; then \
422	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
423	fi; test -z "$$fail"
424
425ID: $(am__tagged_files)
426	$(am__define_uniq_tagged_files); mkid -fID $$unique
427tags: tags-recursive
428TAGS: tags
429
430tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
431	set x; \
432	here=`pwd`; \
433	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
434	  include_option=--etags-include; \
435	  empty_fix=.; \
436	else \
437	  include_option=--include; \
438	  empty_fix=; \
439	fi; \
440	list='$(SUBDIRS)'; for subdir in $$list; do \
441	  if test "$$subdir" = .; then :; else \
442	    test ! -f $$subdir/TAGS || \
443	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
444	  fi; \
445	done; \
446	$(am__define_uniq_tagged_files); \
447	shift; \
448	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449	  test -n "$$unique" || unique=$$empty_fix; \
450	  if test $$# -gt 0; then \
451	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452	      "$$@" $$unique; \
453	  else \
454	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455	      $$unique; \
456	  fi; \
457	fi
458ctags: ctags-recursive
459
460CTAGS: ctags
461ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
462	$(am__define_uniq_tagged_files); \
463	test -z "$(CTAGS_ARGS)$$unique" \
464	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465	     $$unique
466
467GTAGS:
468	here=`$(am__cd) $(top_builddir) && pwd` \
469	  && $(am__cd) $(top_srcdir) \
470	  && gtags -i $(GTAGS_ARGS) "$$here"
471cscopelist: cscopelist-recursive
472
473cscopelist-am: $(am__tagged_files)
474	list='$(am__tagged_files)'; \
475	case "$(srcdir)" in \
476	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
477	  *) sdir=$(subdir)/$(srcdir) ;; \
478	esac; \
479	for i in $$list; do \
480	  if test -f "$$i"; then \
481	    echo "$(subdir)/$$i"; \
482	  else \
483	    echo "$$sdir/$$i"; \
484	  fi; \
485	done >> $(top_builddir)/cscope.files
486
487distclean-tags:
488	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
489
490distdir: $(DISTFILES)
491	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493	list='$(DISTFILES)'; \
494	  dist_files=`for file in $$list; do echo $$file; done | \
495	  sed -e "s|^$$srcdirstrip/||;t" \
496	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
497	case $$dist_files in \
498	  */*) $(MKDIR_P) `echo "$$dist_files" | \
499			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500			   sort -u` ;; \
501	esac; \
502	for file in $$dist_files; do \
503	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504	  if test -d $$d/$$file; then \
505	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
506	    if test -d "$(distdir)/$$file"; then \
507	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508	    fi; \
509	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
511	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512	    fi; \
513	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514	  else \
515	    test -f "$(distdir)/$$file" \
516	    || cp -p $$d/$$file "$(distdir)/$$file" \
517	    || exit 1; \
518	  fi; \
519	done
520	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
521	  if test "$$subdir" = .; then :; else \
522	    $(am__make_dryrun) \
523	      || test -d "$(distdir)/$$subdir" \
524	      || $(MKDIR_P) "$(distdir)/$$subdir" \
525	      || exit 1; \
526	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
527	    $(am__relativize); \
528	    new_distdir=$$reldir; \
529	    dir1=$$subdir; dir2="$(top_distdir)"; \
530	    $(am__relativize); \
531	    new_top_distdir=$$reldir; \
532	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
533	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
534	    ($(am__cd) $$subdir && \
535	      $(MAKE) $(AM_MAKEFLAGS) \
536	        top_distdir="$$new_top_distdir" \
537	        distdir="$$new_distdir" \
538		am__remove_distdir=: \
539		am__skip_length_check=: \
540		am__skip_mode_fix=: \
541	        distdir) \
542	      || exit 1; \
543	  fi; \
544	done
545check-am: all-am
546check: check-recursive
547all-am: Makefile
548installdirs: installdirs-recursive
549installdirs-am:
550install: install-recursive
551install-exec: install-exec-recursive
552install-data: install-data-recursive
553uninstall: uninstall-recursive
554
555install-am: all-am
556	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
557
558installcheck: installcheck-recursive
559install-strip:
560	if test -z '$(STRIP)'; then \
561	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
562	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
563	      install; \
564	else \
565	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
568	fi
569mostlyclean-generic:
570
571clean-generic:
572
573distclean-generic:
574	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
575	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
576
577maintainer-clean-generic:
578	@echo "This command is intended for maintainers to use"
579	@echo "it deletes files that may require special tools to rebuild."
580clean: clean-recursive
581
582clean-am: clean-generic clean-libtool mostlyclean-am
583
584distclean: distclean-recursive
585	-rm -f Makefile
586distclean-am: clean-am distclean-generic distclean-tags
587
588dvi: dvi-recursive
589
590dvi-am:
591
592html: html-recursive
593
594html-am:
595
596info: info-recursive
597
598info-am:
599
600install-data-am:
601
602install-dvi: install-dvi-recursive
603
604install-dvi-am:
605
606install-exec-am:
607
608install-html: install-html-recursive
609
610install-html-am:
611
612install-info: install-info-recursive
613
614install-info-am:
615
616install-man:
617
618install-pdf: install-pdf-recursive
619
620install-pdf-am:
621
622install-ps: install-ps-recursive
623
624install-ps-am:
625
626installcheck-am:
627
628maintainer-clean: maintainer-clean-recursive
629	-rm -f Makefile
630maintainer-clean-am: distclean-am maintainer-clean-generic
631
632mostlyclean: mostlyclean-recursive
633
634mostlyclean-am: mostlyclean-generic mostlyclean-libtool
635
636pdf: pdf-recursive
637
638pdf-am:
639
640ps: ps-recursive
641
642ps-am:
643
644uninstall-am:
645
646.MAKE: $(am__recursive_targets) install-am install-strip
647
648.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
649	check-am clean clean-generic clean-libtool cscopelist-am ctags \
650	ctags-am distclean distclean-generic distclean-libtool \
651	distclean-tags distdir dvi dvi-am html html-am info info-am \
652	install install-am install-data install-data-am install-dvi \
653	install-dvi-am install-exec install-exec-am install-html \
654	install-html-am install-info install-info-am install-man \
655	install-pdf install-pdf-am install-ps install-ps-am \
656	install-strip installcheck installcheck-am installdirs \
657	installdirs-am maintainer-clean maintainer-clean-generic \
658	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
659	ps ps-am tags tags-am uninstall uninstall-am
660
661
662# Tell versions [3.59,3.63) of GNU make to not export all variables.
663# Otherwise a system limit (for SysV at least) may be exceeded.
664.NOEXPORT:
665