Home | History | Annotate | Download | only in libdrm
      1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
      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@
     16 
     17 #  Copyright 2005 Adam Jackson.
     18 #
     19 #  Permission is hereby granted, free of charge, to any person obtaining a
     20 #  copy of this software and associated documentation files (the "Software"),
     21 #  to deal in the Software without restriction, including without limitation
     22 #  on the rights to use, copy, modify, merge, publish, distribute, sub
     23 #  license, and/or sell copies of the Software, and to permit persons to whom
     24 #  the Software is furnished to do so, subject to the following conditions:
     25 #
     26 #  The above copyright notice and this permission notice (including the next
     27 #  paragraph) shall be included in all copies or substantial portions of the
     28 #  Software.
     29 #
     30 #  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     31 #  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     32 #  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
     33 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
     34 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
     35 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     36 
     37 # eventually someone might want to build the kernel modules or tests from 
     38 # here too, but let's just do libdrm for now
     39 
     40 VPATH = @srcdir@
     41 pkgdatadir = $(datadir)/@PACKAGE@
     42 pkglibdir = $(libdir)/@PACKAGE@
     43 pkgincludedir = $(includedir)/@PACKAGE@
     44 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     45 install_sh_DATA = $(install_sh) -c -m 644
     46 install_sh_PROGRAM = $(install_sh) -c
     47 install_sh_SCRIPT = $(install_sh) -c
     48 INSTALL_HEADER = $(INSTALL_DATA)
     49 transform = $(program_transform_name)
     50 NORMAL_INSTALL = :
     51 PRE_INSTALL = :
     52 POST_INSTALL = :
     53 NORMAL_UNINSTALL = :
     54 PRE_UNINSTALL = :
     55 POST_UNINSTALL = :
     56 build_triplet = @build@
     57 host_triplet = @host@
     58 subdir = .
     59 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
     60 	$(srcdir)/Makefile.in $(srcdir)/libdrm.pc.in \
     61 	$(srcdir)/libdrm_intel.pc.in $(top_srcdir)/configure \
     62 	config.guess config.sub depcomp install-sh ltmain.sh missing
     63 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     64 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     66 	$(ACLOCAL_M4)
     67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     68  configure.lineno config.status.lineno
     69 mkinstalldirs = $(install_sh) -d
     70 CONFIG_HEADER = $(top_builddir)/libdrm/config.h
     71 CONFIG_CLEAN_FILES = libdrm.pc libdrm_intel.pc
     72 SOURCES =
     73 DIST_SOURCES =
     74 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     75 	html-recursive info-recursive install-data-recursive \
     76 	install-dvi-recursive install-exec-recursive \
     77 	install-html-recursive install-info-recursive \
     78 	install-pdf-recursive install-ps-recursive install-recursive \
     79 	installcheck-recursive installdirs-recursive pdf-recursive \
     80 	ps-recursive uninstall-recursive
     81 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     82 am__vpath_adj = case $$p in \
     83     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     84     *) f=$$p;; \
     85   esac;
     86 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
     87 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
     88 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
     89 DATA = $(pkgconfig_DATA)
     90 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
     91   distclean-recursive maintainer-clean-recursive
     92 ETAGS = etags
     93 CTAGS = ctags
     94 DIST_SUBDIRS = $(SUBDIRS)
     95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     96 distdir = $(PACKAGE)-$(VERSION)
     97 top_distdir = $(distdir)
     98 am__remove_distdir = \
     99   { test ! -d $(distdir) \
    100     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
    101          && rm -fr $(distdir); }; }
    102 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
    103 GZIP_ENV = --best
    104 distuninstallcheck_listfiles = find . -type f -print
    105 distcleancheck_listfiles = find . -type f -print
    106 ACLOCAL = @ACLOCAL@
    107 AMTAR = @AMTAR@
    108 AR = @AR@
    109 AUTOCONF = @AUTOCONF@
    110 AUTOHEADER = @AUTOHEADER@
    111 AUTOMAKE = @AUTOMAKE@
    112 AWK = @AWK@
    113 CAIRO_CFLAGS = @CAIRO_CFLAGS@
    114 CAIRO_LIBS = @CAIRO_LIBS@
    115 CC = @CC@
    116 CCDEPMODE = @CCDEPMODE@
    117 CFLAGS = @CFLAGS@
    118 CLOCK_LIB = @CLOCK_LIB@
    119 CPP = @CPP@
    120 CPPFLAGS = @CPPFLAGS@
    121 CYGPATH_W = @CYGPATH_W@
    122 DEFS = @DEFS@
    123 DEPDIR = @DEPDIR@
    124 DSYMUTIL = @DSYMUTIL@
    125 DUMPBIN = @DUMPBIN@
    126 ECHO_C = @ECHO_C@
    127 ECHO_N = @ECHO_N@
    128 ECHO_T = @ECHO_T@
    129 EGREP = @EGREP@
    130 EXEEXT = @EXEEXT@
    131 FGREP = @FGREP@
    132 GREP = @GREP@
    133 INSTALL = @INSTALL@
    134 INSTALL_DATA = @INSTALL_DATA@
    135 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    136 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    137 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    138 LD = @LD@
    139 LDFLAGS = @LDFLAGS@
    140 LIBOBJS = @LIBOBJS@
    141 LIBS = @LIBS@
    142 LIBTOOL = @LIBTOOL@
    143 LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
    144 LIBUDEV_LIBS = @LIBUDEV_LIBS@
    145 LIPO = @LIPO@
    146 LN_S = @LN_S@
    147 LTLIBOBJS = @LTLIBOBJS@
    148 MAKEINFO = @MAKEINFO@
    149 MKDIR_P = @MKDIR_P@
    150 NM = @NM@
    151 NMEDIT = @NMEDIT@
    152 OBJDUMP = @OBJDUMP@
    153 OBJEXT = @OBJEXT@
    154 OTOOL = @OTOOL@
    155 OTOOL64 = @OTOOL64@
    156 PACKAGE = @PACKAGE@
    157 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    158 PACKAGE_NAME = @PACKAGE_NAME@
    159 PACKAGE_STRING = @PACKAGE_STRING@
    160 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    161 PACKAGE_URL = @PACKAGE_URL@
    162 PACKAGE_VERSION = @PACKAGE_VERSION@
    163 PATH_SEPARATOR = @PATH_SEPARATOR@
    164 PKG_CONFIG = @PKG_CONFIG@
    165 PTHREADSTUBS_CFLAGS = @PTHREADSTUBS_CFLAGS@
    166 PTHREADSTUBS_LIBS = @PTHREADSTUBS_LIBS@
    167 RANLIB = @RANLIB@
    168 SED = @SED@
    169 SET_MAKE = @SET_MAKE@
    170 SHELL = @SHELL@
    171 STRIP = @STRIP@
    172 VERSION = @VERSION@
    173 WARN_CFLAGS = @WARN_CFLAGS@
    174 abs_builddir = @abs_builddir@
    175 abs_srcdir = @abs_srcdir@
    176 abs_top_builddir = @abs_top_builddir@
    177 abs_top_srcdir = @abs_top_srcdir@
    178 ac_ct_CC = @ac_ct_CC@
    179 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    180 am__include = @am__include@
    181 am__leading_dot = @am__leading_dot@
    182 am__quote = @am__quote@
    183 am__tar = @am__tar@
    184 am__untar = @am__untar@
    185 bindir = @bindir@
    186 build = @build@
    187 build_alias = @build_alias@
    188 build_cpu = @build_cpu@
    189 build_os = @build_os@
    190 build_vendor = @build_vendor@
    191 builddir = @builddir@
    192 datadir = @datadir@
    193 datarootdir = @datarootdir@
    194 docdir = @docdir@
    195 dvidir = @dvidir@
    196 exec_prefix = @exec_prefix@
    197 host = @host@
    198 host_alias = @host_alias@
    199 host_cpu = @host_cpu@
    200 host_os = @host_os@
    201 host_vendor = @host_vendor@
    202 htmldir = @htmldir@
    203 includedir = @includedir@
    204 infodir = @infodir@
    205 install_sh = @install_sh@
    206 libdir = @libdir@
    207 libexecdir = @libexecdir@
    208 localedir = @localedir@
    209 localstatedir = @localstatedir@
    210 lt_ECHO = @lt_ECHO@
    211 mandir = @mandir@
    212 mkdir_p = @mkdir_p@
    213 oldincludedir = @oldincludedir@
    214 pdfdir = @pdfdir@
    215 pkgconfigdir = @pkgconfigdir@
    216 prefix = @prefix@
    217 program_transform_name = @program_transform_name@
    218 psdir = @psdir@
    219 sbindir = @sbindir@
    220 sharedstatedir = @sharedstatedir@
    221 srcdir = @srcdir@
    222 sysconfdir = @sysconfdir@
    223 target_alias = @target_alias@
    224 top_build_prefix = @top_build_prefix@
    225 top_builddir = @top_builddir@
    226 top_srcdir = @top_srcdir@
    227 AUTOMAKE_OPTIONS = foreign
    228 SUBDIRS = libdrm shared-core tests
    229 pkgconfig_DATA = libdrm.pc libdrm_intel.pc
    230 EXTRA_DIST = libdrm.pc.in libdrm_intel.pc.in
    231 all: all-recursive
    232 
    233 .SUFFIXES:
    234 am--refresh:
    235 	@:
    236 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    237 	@for dep in $?; do \
    238 	  case '$(am__configure_deps)' in \
    239 	    *$$dep*) \
    240 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
    241 	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
    242 		&& exit 0; \
    243 	      exit 1;; \
    244 	  esac; \
    245 	done; \
    246 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
    247 	cd $(top_srcdir) && \
    248 	  $(AUTOMAKE) --foreign  Makefile
    249 .PRECIOUS: Makefile
    250 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    251 	@case '$?' in \
    252 	  *config.status*) \
    253 	    echo ' $(SHELL) ./config.status'; \
    254 	    $(SHELL) ./config.status;; \
    255 	  *) \
    256 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    257 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    258 	esac;
    259 
    260 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    261 	$(SHELL) ./config.status --recheck
    262 
    263 $(top_srcdir)/configure:  $(am__configure_deps)
    264 	cd $(srcdir) && $(AUTOCONF)
    265 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    266 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    267 libdrm.pc: $(top_builddir)/config.status $(srcdir)/libdrm.pc.in
    268 	cd $(top_builddir) && $(SHELL) ./config.status $@
    269 libdrm_intel.pc: $(top_builddir)/config.status $(srcdir)/libdrm_intel.pc.in
    270 	cd $(top_builddir) && $(SHELL) ./config.status $@
    271 
    272 mostlyclean-libtool:
    273 	-rm -f *.lo
    274 
    275 clean-libtool:
    276 	-rm -rf .libs _libs
    277 
    278 distclean-libtool:
    279 	-rm -f libtool config.lt
    280 install-pkgconfigDATA: $(pkgconfig_DATA)
    281 	@$(NORMAL_INSTALL)
    282 	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
    283 	@list='$(pkgconfig_DATA)'; for p in $$list; do \
    284 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    285 	  f=$(am__strip_dir) \
    286 	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
    287 	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
    288 	done
    289 
    290 uninstall-pkgconfigDATA:
    291 	@$(NORMAL_UNINSTALL)
    292 	@list='$(pkgconfig_DATA)'; for p in $$list; do \
    293 	  f=$(am__strip_dir) \
    294 	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
    295 	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
    296 	done
    297 
    298 # This directory's subdirectories are mostly independent; you can cd
    299 # into them and run `make' without going through this Makefile.
    300 # To change the values of `make' variables: instead of editing Makefiles,
    301 # (1) if the variable is set in `config.status', edit `config.status'
    302 #     (which will cause the Makefiles to be regenerated when you run `make');
    303 # (2) otherwise, pass the desired values on the `make' command line.
    304 $(RECURSIVE_TARGETS):
    305 	@failcom='exit 1'; \
    306 	for f in x $$MAKEFLAGS; do \
    307 	  case $$f in \
    308 	    *=* | --[!k]*);; \
    309 	    *k*) failcom='fail=yes';; \
    310 	  esac; \
    311 	done; \
    312 	dot_seen=no; \
    313 	target=`echo $@ | sed s/-recursive//`; \
    314 	list='$(SUBDIRS)'; for subdir in $$list; do \
    315 	  echo "Making $$target in $$subdir"; \
    316 	  if test "$$subdir" = "."; then \
    317 	    dot_seen=yes; \
    318 	    local_target="$$target-am"; \
    319 	  else \
    320 	    local_target="$$target"; \
    321 	  fi; \
    322 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    323 	  || eval $$failcom; \
    324 	done; \
    325 	if test "$$dot_seen" = "no"; then \
    326 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    327 	fi; test -z "$$fail"
    328 
    329 $(RECURSIVE_CLEAN_TARGETS):
    330 	@failcom='exit 1'; \
    331 	for f in x $$MAKEFLAGS; do \
    332 	  case $$f in \
    333 	    *=* | --[!k]*);; \
    334 	    *k*) failcom='fail=yes';; \
    335 	  esac; \
    336 	done; \
    337 	dot_seen=no; \
    338 	case "$@" in \
    339 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    340 	  *) list='$(SUBDIRS)' ;; \
    341 	esac; \
    342 	rev=''; for subdir in $$list; do \
    343 	  if test "$$subdir" = "."; then :; else \
    344 	    rev="$$subdir $$rev"; \
    345 	  fi; \
    346 	done; \
    347 	rev="$$rev ."; \
    348 	target=`echo $@ | sed s/-recursive//`; \
    349 	for subdir in $$rev; do \
    350 	  echo "Making $$target in $$subdir"; \
    351 	  if test "$$subdir" = "."; then \
    352 	    local_target="$$target-am"; \
    353 	  else \
    354 	    local_target="$$target"; \
    355 	  fi; \
    356 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    357 	  || eval $$failcom; \
    358 	done && test -z "$$fail"
    359 tags-recursive:
    360 	list='$(SUBDIRS)'; for subdir in $$list; do \
    361 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    362 	done
    363 ctags-recursive:
    364 	list='$(SUBDIRS)'; for subdir in $$list; do \
    365 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    366 	done
    367 
    368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    369 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    370 	unique=`for i in $$list; do \
    371 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    372 	  done | \
    373 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    374 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    375 	mkid -fID $$unique
    376 tags: TAGS
    377 
    378 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    379 		$(TAGS_FILES) $(LISP)
    380 	tags=; \
    381 	here=`pwd`; \
    382 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    383 	  include_option=--etags-include; \
    384 	  empty_fix=.; \
    385 	else \
    386 	  include_option=--include; \
    387 	  empty_fix=; \
    388 	fi; \
    389 	list='$(SUBDIRS)'; for subdir in $$list; do \
    390 	  if test "$$subdir" = .; then :; else \
    391 	    test ! -f $$subdir/TAGS || \
    392 	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    393 	  fi; \
    394 	done; \
    395 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    396 	unique=`for i in $$list; do \
    397 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    398 	  done | \
    399 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    400 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    401 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    402 	  test -n "$$unique" || unique=$$empty_fix; \
    403 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    404 	    $$tags $$unique; \
    405 	fi
    406 ctags: CTAGS
    407 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    408 		$(TAGS_FILES) $(LISP)
    409 	tags=; \
    410 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    411 	unique=`for i in $$list; do \
    412 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    413 	  done | \
    414 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    415 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    416 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    417 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    418 	     $$tags $$unique
    419 
    420 GTAGS:
    421 	here=`$(am__cd) $(top_builddir) && pwd` \
    422 	  && cd $(top_srcdir) \
    423 	  && gtags -i $(GTAGS_ARGS) $$here
    424 
    425 distclean-tags:
    426 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    427 
    428 distdir: $(DISTFILES)
    429 	$(am__remove_distdir)
    430 	test -d $(distdir) || mkdir $(distdir)
    431 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    432 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    433 	list='$(DISTFILES)'; \
    434 	  dist_files=`for file in $$list; do echo $$file; done | \
    435 	  sed -e "s|^$$srcdirstrip/||;t" \
    436 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    437 	case $$dist_files in \
    438 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    439 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    440 			   sort -u` ;; \
    441 	esac; \
    442 	for file in $$dist_files; do \
    443 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    444 	  if test -d $$d/$$file; then \
    445 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    446 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    447 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    448 	    fi; \
    449 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    450 	  else \
    451 	    test -f $(distdir)/$$file \
    452 	    || cp -p $$d/$$file $(distdir)/$$file \
    453 	    || exit 1; \
    454 	  fi; \
    455 	done
    456 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    457 	  if test "$$subdir" = .; then :; else \
    458 	    test -d "$(distdir)/$$subdir" \
    459 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
    460 	    || exit 1; \
    461 	    distdir=`$(am__cd) $(distdir) && pwd`; \
    462 	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    463 	    (cd $$subdir && \
    464 	      $(MAKE) $(AM_MAKEFLAGS) \
    465 	        top_distdir="$$top_distdir" \
    466 	        distdir="$$distdir/$$subdir" \
    467 		am__remove_distdir=: \
    468 		am__skip_length_check=: \
    469 	        distdir) \
    470 	      || exit 1; \
    471 	  fi; \
    472 	done
    473 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
    474 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    475 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    476 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    477 	|| chmod -R a+r $(distdir)
    478 dist-gzip: distdir
    479 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    480 	$(am__remove_distdir)
    481 dist-bzip2: distdir
    482 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    483 	$(am__remove_distdir)
    484 
    485 dist-lzma: distdir
    486 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
    487 	$(am__remove_distdir)
    488 
    489 dist-tarZ: distdir
    490 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    491 	$(am__remove_distdir)
    492 
    493 dist-shar: distdir
    494 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    495 	$(am__remove_distdir)
    496 
    497 dist-zip: distdir
    498 	-rm -f $(distdir).zip
    499 	zip -rq $(distdir).zip $(distdir)
    500 	$(am__remove_distdir)
    501 
    502 dist dist-all: distdir
    503 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    504 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    505 	$(am__remove_distdir)
    506 
    507 # This target untars the dist file and tries a VPATH configuration.  Then
    508 # it guarantees that the distribution is self-contained by making another
    509 # tarfile.
    510 distcheck: dist
    511 	case '$(DIST_ARCHIVES)' in \
    512 	*.tar.gz*) \
    513 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
    514 	*.tar.bz2*) \
    515 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    516 	*.tar.lzma*) \
    517 	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
    518 	*.tar.Z*) \
    519 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    520 	*.shar.gz*) \
    521 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    522 	*.zip*) \
    523 	  unzip $(distdir).zip ;;\
    524 	esac
    525 	chmod -R a-w $(distdir); chmod a+w $(distdir)
    526 	mkdir $(distdir)/_build
    527 	mkdir $(distdir)/_inst
    528 	chmod a-w $(distdir)
    529 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    530 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    531 	  && cd $(distdir)/_build \
    532 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    533 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    534 	  && $(MAKE) $(AM_MAKEFLAGS) \
    535 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    536 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    537 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    538 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    539 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    540 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    541 	        distuninstallcheck \
    542 	  && chmod -R a-w "$$dc_install_base" \
    543 	  && ({ \
    544 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    545 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    546 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    547 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    548 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    549 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    550 	  && rm -rf "$$dc_destdir" \
    551 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    552 	  && rm -rf $(DIST_ARCHIVES) \
    553 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
    554 	$(am__remove_distdir)
    555 	@(echo "$(distdir) archives ready for distribution: "; \
    556 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    557 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    558 distuninstallcheck:
    559 	@cd $(distuninstallcheck_dir) \
    560 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
    561 	   || { echo "ERROR: files left after uninstall:" ; \
    562 	        if test -n "$(DESTDIR)"; then \
    563 	          echo "  (check DESTDIR support)"; \
    564 	        fi ; \
    565 	        $(distuninstallcheck_listfiles) ; \
    566 	        exit 1; } >&2
    567 distcleancheck: distclean
    568 	@if test '$(srcdir)' = . ; then \
    569 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    570 	  exit 1 ; \
    571 	fi
    572 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    573 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    574 	       $(distcleancheck_listfiles) ; \
    575 	       exit 1; } >&2
    576 check-am: all-am
    577 check: check-recursive
    578 all-am: Makefile $(DATA)
    579 installdirs: installdirs-recursive
    580 installdirs-am:
    581 	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
    582 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    583 	done
    584 install: install-recursive
    585 install-exec: install-exec-recursive
    586 install-data: install-data-recursive
    587 uninstall: uninstall-recursive
    588 
    589 install-am: all-am
    590 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    591 
    592 installcheck: installcheck-recursive
    593 install-strip:
    594 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    595 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    596 	  `test -z '$(STRIP)' || \
    597 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    598 mostlyclean-generic:
    599 
    600 clean-generic:
    601 
    602 distclean-generic:
    603 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    604 
    605 maintainer-clean-generic:
    606 	@echo "This command is intended for maintainers to use"
    607 	@echo "it deletes files that may require special tools to rebuild."
    608 clean: clean-recursive
    609 
    610 clean-am: clean-generic clean-libtool mostlyclean-am
    611 
    612 distclean: distclean-recursive
    613 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    614 	-rm -f Makefile
    615 distclean-am: clean-am distclean-generic distclean-libtool \
    616 	distclean-tags
    617 
    618 dvi: dvi-recursive
    619 
    620 dvi-am:
    621 
    622 html: html-recursive
    623 
    624 info: info-recursive
    625 
    626 info-am:
    627 
    628 install-data-am: install-pkgconfigDATA
    629 
    630 install-dvi: install-dvi-recursive
    631 
    632 install-exec-am:
    633 
    634 install-html: install-html-recursive
    635 
    636 install-info: install-info-recursive
    637 
    638 install-man:
    639 
    640 install-pdf: install-pdf-recursive
    641 
    642 install-ps: install-ps-recursive
    643 
    644 installcheck-am:
    645 
    646 maintainer-clean: maintainer-clean-recursive
    647 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    648 	-rm -rf $(top_srcdir)/autom4te.cache
    649 	-rm -f Makefile
    650 maintainer-clean-am: distclean-am maintainer-clean-generic
    651 
    652 mostlyclean: mostlyclean-recursive
    653 
    654 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    655 
    656 pdf: pdf-recursive
    657 
    658 pdf-am:
    659 
    660 ps: ps-recursive
    661 
    662 ps-am:
    663 
    664 uninstall-am: uninstall-pkgconfigDATA
    665 
    666 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
    667 	install-strip
    668 
    669 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    670 	all all-am am--refresh check check-am clean clean-generic \
    671 	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
    672 	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
    673 	distclean distclean-generic distclean-libtool distclean-tags \
    674 	distcleancheck distdir distuninstallcheck dvi dvi-am html \
    675 	html-am info info-am install install-am install-data \
    676 	install-data-am install-dvi install-dvi-am install-exec \
    677 	install-exec-am install-html install-html-am install-info \
    678 	install-info-am install-man install-pdf install-pdf-am \
    679 	install-pkgconfigDATA install-ps install-ps-am install-strip \
    680 	installcheck installcheck-am installdirs installdirs-am \
    681 	maintainer-clean maintainer-clean-generic mostlyclean \
    682 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    683 	tags tags-recursive uninstall uninstall-am \
    684 	uninstall-pkgconfigDATA
    685 
    686 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    687 # Otherwise a system limit (for SysV at least) may be exceeded.
    688 .NOEXPORT:
    689