gst-gpac/Makefile.in
author melunko
Thu Feb 21 17:44:16 2008 +0000 (2008-02-21)
branchtrunk
changeset 917 be87d28e8371
permissions -rw-r--r--
[svn r926] Added gst-gpac
     1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
     2 # @configure_input@
     3 
     4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     5 # 2003, 2004, 2005  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 srcdir = @srcdir@
    17 top_srcdir = @top_srcdir@
    18 VPATH = @srcdir@
    19 pkgdatadir = $(datadir)/@PACKAGE@
    20 pkglibdir = $(libdir)/@PACKAGE@
    21 pkgincludedir = $(includedir)/@PACKAGE@
    22 top_builddir = .
    23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    24 INSTALL = @INSTALL@
    25 install_sh_DATA = $(install_sh) -c -m 644
    26 install_sh_PROGRAM = $(install_sh) -c
    27 install_sh_SCRIPT = $(install_sh) -c
    28 INSTALL_HEADER = $(INSTALL_DATA)
    29 transform = $(program_transform_name)
    30 NORMAL_INSTALL = :
    31 PRE_INSTALL = :
    32 POST_INSTALL = :
    33 NORMAL_UNINSTALL = :
    34 PRE_UNINSTALL = :
    35 POST_UNINSTALL = :
    36 build_triplet = @build@
    37 host_triplet = @host@
    38 target_triplet = @target@
    39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    40 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
    41 	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
    42 	compile config.guess config.sub depcomp install-sh ltmain.sh \
    43 	missing
    44 subdir = .
    45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    46 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
    47 	$(top_srcdir)/m4/as-version.m4 $(top_srcdir)/m4/libtool.m4 \
    48 	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
    49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    50 	$(ACLOCAL_M4)
    51 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    52  configure.lineno configure.status.lineno
    53 mkinstalldirs = $(install_sh) -d
    54 CONFIG_HEADER = config.h
    55 CONFIG_CLEAN_FILES =
    56 SOURCES =
    57 DIST_SOURCES =
    58 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    59 	html-recursive info-recursive install-data-recursive \
    60 	install-exec-recursive install-info-recursive \
    61 	install-recursive installcheck-recursive installdirs-recursive \
    62 	pdf-recursive ps-recursive uninstall-info-recursive \
    63 	uninstall-recursive
    64 ETAGS = etags
    65 CTAGS = ctags
    66 DIST_SUBDIRS = $(SUBDIRS)
    67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    68 distdir = $(PACKAGE)-$(VERSION)
    69 top_distdir = $(distdir)
    70 am__remove_distdir = \
    71   { test ! -d $(distdir) \
    72     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
    73          && rm -fr $(distdir); }; }
    74 DIST_ARCHIVES = $(distdir).tar.gz
    75 GZIP_ENV = --best
    76 distuninstallcheck_listfiles = find . -type f -print
    77 distcleancheck_listfiles = find . -type f -print
    78 ACLOCAL = @ACLOCAL@
    79 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
    80 AMDEP_FALSE = @AMDEP_FALSE@
    81 AMDEP_TRUE = @AMDEP_TRUE@
    82 AMTAR = @AMTAR@
    83 AR = @AR@
    84 AUTOCONF = @AUTOCONF@
    85 AUTOHEADER = @AUTOHEADER@
    86 AUTOMAKE = @AUTOMAKE@
    87 AWK = @AWK@
    88 CC = @CC@
    89 CCAS = @CCAS@
    90 CCASFLAGS = @CCASFLAGS@
    91 CCDEPMODE = @CCDEPMODE@
    92 CFLAGS = @CFLAGS@
    93 CPP = @CPP@
    94 CPPFLAGS = @CPPFLAGS@
    95 CXX = @CXX@
    96 CXXCPP = @CXXCPP@
    97 CXXDEPMODE = @CXXDEPMODE@
    98 CXXFLAGS = @CXXFLAGS@
    99 CYGPATH_W = @CYGPATH_W@
   100 DEFS = @DEFS@
   101 DEPDIR = @DEPDIR@
   102 ECHO = @ECHO@
   103 ECHO_C = @ECHO_C@
   104 ECHO_N = @ECHO_N@
   105 ECHO_T = @ECHO_T@
   106 EGREP = @EGREP@
   107 ERROR_CFLAGS = @ERROR_CFLAGS@
   108 EXEEXT = @EXEEXT@
   109 F77 = @F77@
   110 FFLAGS = @FFLAGS@
   111 GREP = @GREP@
   112 GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
   113 GST_BASE_LIBS = @GST_BASE_LIBS@
   114 GST_CFLAGS = @GST_CFLAGS@
   115 GST_LIBS = @GST_LIBS@
   116 GST_MAJORMINOR = @GST_MAJORMINOR@
   117 GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
   118 GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
   119 GST_PLUGINS_VERSION = @GST_PLUGINS_VERSION@
   120 GST_PLUGINS_VERSION_MAJOR = @GST_PLUGINS_VERSION_MAJOR@
   121 GST_PLUGINS_VERSION_MICRO = @GST_PLUGINS_VERSION_MICRO@
   122 GST_PLUGINS_VERSION_MINOR = @GST_PLUGINS_VERSION_MINOR@
   123 GST_PLUGINS_VERSION_NANO = @GST_PLUGINS_VERSION_NANO@
   124 GST_PLUGINS_VERSION_RELEASE = @GST_PLUGINS_VERSION_RELEASE@
   125 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
   126 HAVE_CXX = @HAVE_CXX@
   127 HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
   128 INSTALL_DATA = @INSTALL_DATA@
   129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
   130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   132 LDFLAGS = @LDFLAGS@
   133 LIBOBJS = @LIBOBJS@
   134 LIBS = @LIBS@
   135 LIBTOOL = @LIBTOOL@
   136 LN_S = @LN_S@
   137 LTLIBOBJS = @LTLIBOBJS@
   138 MAINT = @MAINT@
   139 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
   140 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
   141 MAKEINFO = @MAKEINFO@
   142 OBJEXT = @OBJEXT@
   143 PACKAGE = @PACKAGE@
   144 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   145 PACKAGE_NAME = @PACKAGE_NAME@
   146 PACKAGE_STRING = @PACKAGE_STRING@
   147 PACKAGE_TARNAME = @PACKAGE_TARNAME@
   148 PACKAGE_VERSION = @PACKAGE_VERSION@
   149 PATH_SEPARATOR = @PATH_SEPARATOR@
   150 PKG_CONFIG = @PKG_CONFIG@
   151 RANLIB = @RANLIB@
   152 SET_MAKE = @SET_MAKE@
   153 SHELL = @SHELL@
   154 STRIP = @STRIP@
   155 VERSION = @VERSION@
   156 ac_ct_CC = @ac_ct_CC@
   157 ac_ct_CXX = @ac_ct_CXX@
   158 ac_ct_F77 = @ac_ct_F77@
   159 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
   160 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
   161 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
   162 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
   163 am__include = @am__include@
   164 am__leading_dot = @am__leading_dot@
   165 am__quote = @am__quote@
   166 am__tar = @am__tar@
   167 am__untar = @am__untar@
   168 bindir = @bindir@
   169 build = @build@
   170 build_alias = @build_alias@
   171 build_cpu = @build_cpu@
   172 build_os = @build_os@
   173 build_vendor = @build_vendor@
   174 datadir = @datadir@
   175 datarootdir = @datarootdir@
   176 docdir = @docdir@
   177 dvidir = @dvidir@
   178 exec_prefix = @exec_prefix@
   179 host = @host@
   180 host_alias = @host_alias@
   181 host_cpu = @host_cpu@
   182 host_os = @host_os@
   183 host_vendor = @host_vendor@
   184 htmldir = @htmldir@
   185 includedir = @includedir@
   186 infodir = @infodir@
   187 install_sh = @install_sh@
   188 libdir = @libdir@
   189 libexecdir = @libexecdir@
   190 localedir = @localedir@
   191 localstatedir = @localstatedir@
   192 mandir = @mandir@
   193 mkdir_p = @mkdir_p@
   194 oldincludedir = @oldincludedir@
   195 pdfdir = @pdfdir@
   196 plugindir = @plugindir@
   197 prefix = @prefix@
   198 program_transform_name = @program_transform_name@
   199 psdir = @psdir@
   200 sbindir = @sbindir@
   201 sharedstatedir = @sharedstatedir@
   202 sysconfdir = @sysconfdir@
   203 target = @target@
   204 target_alias = @target_alias@
   205 target_cpu = @target_cpu@
   206 target_os = @target_os@
   207 target_vendor = @target_vendor@
   208 SUBDIRS = \
   209 	src
   210 
   211 all: config.h
   212 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
   213 
   214 .SUFFIXES:
   215 am--refresh:
   216 	@:
   217 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
   218 	@for dep in $?; do \
   219 	  case '$(am__configure_deps)' in \
   220 	    *$$dep*) \
   221 	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
   222 	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
   223 		&& exit 0; \
   224 	      exit 1;; \
   225 	  esac; \
   226 	done; \
   227 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
   228 	cd $(top_srcdir) && \
   229 	  $(AUTOMAKE) --gnu  Makefile
   230 .PRECIOUS: Makefile
   231 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   232 	@case '$?' in \
   233 	  *config.status*) \
   234 	    echo ' $(SHELL) ./config.status'; \
   235 	    $(SHELL) ./config.status;; \
   236 	  *) \
   237 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
   238 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
   239 	esac;
   240 
   241 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   242 	$(SHELL) ./config.status --recheck
   243 
   244 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   245 	cd $(srcdir) && $(AUTOCONF)
   246 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   247 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   248 
   249 config.h: stamp-h1
   250 	@if test ! -f $@; then \
   251 	  rm -f stamp-h1; \
   252 	  $(MAKE) stamp-h1; \
   253 	else :; fi
   254 
   255 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
   256 	@rm -f stamp-h1
   257 	cd $(top_builddir) && $(SHELL) ./config.status config.h
   258 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
   259 	cd $(top_srcdir) && $(AUTOHEADER)
   260 	rm -f stamp-h1
   261 	touch $@
   262 
   263 distclean-hdr:
   264 	-rm -f config.h stamp-h1
   265 
   266 mostlyclean-libtool:
   267 	-rm -f *.lo
   268 
   269 clean-libtool:
   270 	-rm -rf .libs _libs
   271 
   272 distclean-libtool:
   273 	-rm -f libtool
   274 uninstall-info-am:
   275 
   276 # This directory's subdirectories are mostly independent; you can cd
   277 # into them and run `make' without going through this Makefile.
   278 # To change the values of `make' variables: instead of editing Makefiles,
   279 # (1) if the variable is set in `config.status', edit `config.status'
   280 #     (which will cause the Makefiles to be regenerated when you run `make');
   281 # (2) otherwise, pass the desired values on the `make' command line.
   282 $(RECURSIVE_TARGETS):
   283 	@failcom='exit 1'; \
   284 	for f in x $$MAKEFLAGS; do \
   285 	  case $$f in \
   286 	    *=* | --[!k]*);; \
   287 	    *k*) failcom='fail=yes';; \
   288 	  esac; \
   289 	done; \
   290 	dot_seen=no; \
   291 	target=`echo $@ | sed s/-recursive//`; \
   292 	list='$(SUBDIRS)'; for subdir in $$list; do \
   293 	  echo "Making $$target in $$subdir"; \
   294 	  if test "$$subdir" = "."; then \
   295 	    dot_seen=yes; \
   296 	    local_target="$$target-am"; \
   297 	  else \
   298 	    local_target="$$target"; \
   299 	  fi; \
   300 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   301 	  || eval $$failcom; \
   302 	done; \
   303 	if test "$$dot_seen" = "no"; then \
   304 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   305 	fi; test -z "$$fail"
   306 
   307 mostlyclean-recursive clean-recursive distclean-recursive \
   308 maintainer-clean-recursive:
   309 	@failcom='exit 1'; \
   310 	for f in x $$MAKEFLAGS; do \
   311 	  case $$f in \
   312 	    *=* | --[!k]*);; \
   313 	    *k*) failcom='fail=yes';; \
   314 	  esac; \
   315 	done; \
   316 	dot_seen=no; \
   317 	case "$@" in \
   318 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   319 	  *) list='$(SUBDIRS)' ;; \
   320 	esac; \
   321 	rev=''; for subdir in $$list; do \
   322 	  if test "$$subdir" = "."; then :; else \
   323 	    rev="$$subdir $$rev"; \
   324 	  fi; \
   325 	done; \
   326 	rev="$$rev ."; \
   327 	target=`echo $@ | sed s/-recursive//`; \
   328 	for subdir in $$rev; do \
   329 	  echo "Making $$target in $$subdir"; \
   330 	  if test "$$subdir" = "."; then \
   331 	    local_target="$$target-am"; \
   332 	  else \
   333 	    local_target="$$target"; \
   334 	  fi; \
   335 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   336 	  || eval $$failcom; \
   337 	done && test -z "$$fail"
   338 tags-recursive:
   339 	list='$(SUBDIRS)'; for subdir in $$list; do \
   340 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
   341 	done
   342 ctags-recursive:
   343 	list='$(SUBDIRS)'; for subdir in $$list; do \
   344 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
   345 	done
   346 
   347 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   348 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   349 	unique=`for i in $$list; do \
   350 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   351 	  done | \
   352 	  $(AWK) '    { files[$$0] = 1; } \
   353 	       END { for (i in files) print i; }'`; \
   354 	mkid -fID $$unique
   355 tags: TAGS
   356 
   357 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   358 		$(TAGS_FILES) $(LISP)
   359 	tags=; \
   360 	here=`pwd`; \
   361 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   362 	  include_option=--etags-include; \
   363 	  empty_fix=.; \
   364 	else \
   365 	  include_option=--include; \
   366 	  empty_fix=; \
   367 	fi; \
   368 	list='$(SUBDIRS)'; for subdir in $$list; do \
   369 	  if test "$$subdir" = .; then :; else \
   370 	    test ! -f $$subdir/TAGS || \
   371 	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
   372 	  fi; \
   373 	done; \
   374 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   375 	unique=`for i in $$list; do \
   376 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   377 	  done | \
   378 	  $(AWK) '    { files[$$0] = 1; } \
   379 	       END { for (i in files) print i; }'`; \
   380 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
   381 	  test -n "$$unique" || unique=$$empty_fix; \
   382 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   383 	    $$tags $$unique; \
   384 	fi
   385 ctags: CTAGS
   386 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   387 		$(TAGS_FILES) $(LISP)
   388 	tags=; \
   389 	here=`pwd`; \
   390 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   391 	unique=`for i in $$list; do \
   392 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   393 	  done | \
   394 	  $(AWK) '    { files[$$0] = 1; } \
   395 	       END { for (i in files) print i; }'`; \
   396 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
   397 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   398 	     $$tags $$unique
   399 
   400 GTAGS:
   401 	here=`$(am__cd) $(top_builddir) && pwd` \
   402 	  && cd $(top_srcdir) \
   403 	  && gtags -i $(GTAGS_ARGS) $$here
   404 
   405 distclean-tags:
   406 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   407 
   408 distdir: $(DISTFILES)
   409 	$(am__remove_distdir)
   410 	mkdir $(distdir)
   411 	$(mkdir_p) $(distdir)/m4
   412 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
   413 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
   414 	list='$(DISTFILES)'; for file in $$list; do \
   415 	  case $$file in \
   416 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
   417 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
   418 	  esac; \
   419 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   420 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
   421 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
   422 	    dir="/$$dir"; \
   423 	    $(mkdir_p) "$(distdir)$$dir"; \
   424 	  else \
   425 	    dir=''; \
   426 	  fi; \
   427 	  if test -d $$d/$$file; then \
   428 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   429 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
   430 	    fi; \
   431 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
   432 	  else \
   433 	    test -f $(distdir)/$$file \
   434 	    || cp -p $$d/$$file $(distdir)/$$file \
   435 	    || exit 1; \
   436 	  fi; \
   437 	done
   438 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   439 	  if test "$$subdir" = .; then :; else \
   440 	    test -d "$(distdir)/$$subdir" \
   441 	    || $(mkdir_p) "$(distdir)/$$subdir" \
   442 	    || exit 1; \
   443 	    distdir=`$(am__cd) $(distdir) && pwd`; \
   444 	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
   445 	    (cd $$subdir && \
   446 	      $(MAKE) $(AM_MAKEFLAGS) \
   447 	        top_distdir="$$top_distdir" \
   448 	        distdir="$$distdir/$$subdir" \
   449 	        distdir) \
   450 	      || exit 1; \
   451 	  fi; \
   452 	done
   453 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
   454 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
   455 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
   456 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
   457 	|| chmod -R a+r $(distdir)
   458 dist-gzip: distdir
   459 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   460 	$(am__remove_distdir)
   461 
   462 dist-bzip2: distdir
   463 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
   464 	$(am__remove_distdir)
   465 
   466 dist-tarZ: distdir
   467 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
   468 	$(am__remove_distdir)
   469 
   470 dist-shar: distdir
   471 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
   472 	$(am__remove_distdir)
   473 
   474 dist-zip: distdir
   475 	-rm -f $(distdir).zip
   476 	zip -rq $(distdir).zip $(distdir)
   477 	$(am__remove_distdir)
   478 
   479 dist dist-all: distdir
   480 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   481 	$(am__remove_distdir)
   482 
   483 # This target untars the dist file and tries a VPATH configuration.  Then
   484 # it guarantees that the distribution is self-contained by making another
   485 # tarfile.
   486 distcheck: dist
   487 	case '$(DIST_ARCHIVES)' in \
   488 	*.tar.gz*) \
   489 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
   490 	*.tar.bz2*) \
   491 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
   492 	*.tar.Z*) \
   493 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
   494 	*.shar.gz*) \
   495 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
   496 	*.zip*) \
   497 	  unzip $(distdir).zip ;;\
   498 	esac
   499 	chmod -R a-w $(distdir); chmod a+w $(distdir)
   500 	mkdir $(distdir)/_build
   501 	mkdir $(distdir)/_inst
   502 	chmod a-w $(distdir)
   503 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
   504 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
   505 	  && cd $(distdir)/_build \
   506 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
   507 	    $(DISTCHECK_CONFIGURE_FLAGS) \
   508 	  && $(MAKE) $(AM_MAKEFLAGS) \
   509 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
   510 	  && $(MAKE) $(AM_MAKEFLAGS) check \
   511 	  && $(MAKE) $(AM_MAKEFLAGS) install \
   512 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
   513 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
   514 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
   515 	        distuninstallcheck \
   516 	  && chmod -R a-w "$$dc_install_base" \
   517 	  && ({ \
   518 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
   519 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
   520 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
   521 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
   522 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
   523 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
   524 	  && rm -rf "$$dc_destdir" \
   525 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
   526 	  && rm -rf $(DIST_ARCHIVES) \
   527 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
   528 	$(am__remove_distdir)
   529 	@(echo "$(distdir) archives ready for distribution: "; \
   530 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
   531 	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
   532 distuninstallcheck:
   533 	@cd $(distuninstallcheck_dir) \
   534 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
   535 	   || { echo "ERROR: files left after uninstall:" ; \
   536 	        if test -n "$(DESTDIR)"; then \
   537 	          echo "  (check DESTDIR support)"; \
   538 	        fi ; \
   539 	        $(distuninstallcheck_listfiles) ; \
   540 	        exit 1; } >&2
   541 distcleancheck: distclean
   542 	@if test '$(srcdir)' = . ; then \
   543 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
   544 	  exit 1 ; \
   545 	fi
   546 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
   547 	  || { echo "ERROR: files left in build directory after distclean:" ; \
   548 	       $(distcleancheck_listfiles) ; \
   549 	       exit 1; } >&2
   550 check-am: all-am
   551 check: check-recursive
   552 all-am: Makefile config.h
   553 installdirs: installdirs-recursive
   554 installdirs-am:
   555 install: install-recursive
   556 install-exec: install-exec-recursive
   557 install-data: install-data-recursive
   558 uninstall: uninstall-recursive
   559 
   560 install-am: all-am
   561 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   562 
   563 installcheck: installcheck-recursive
   564 install-strip:
   565 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   566 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   567 	  `test -z '$(STRIP)' || \
   568 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   569 mostlyclean-generic:
   570 
   571 clean-generic:
   572 
   573 distclean-generic:
   574 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   575 
   576 maintainer-clean-generic:
   577 	@echo "This command is intended for maintainers to use"
   578 	@echo "it deletes files that may require special tools to rebuild."
   579 clean: clean-recursive
   580 
   581 clean-am: clean-generic clean-libtool mostlyclean-am
   582 
   583 distclean: distclean-recursive
   584 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   585 	-rm -f Makefile
   586 distclean-am: clean-am distclean-generic distclean-hdr \
   587 	distclean-libtool distclean-tags
   588 
   589 dvi: dvi-recursive
   590 
   591 dvi-am:
   592 
   593 html: html-recursive
   594 
   595 info: info-recursive
   596 
   597 info-am:
   598 
   599 install-data-am:
   600 
   601 install-exec-am:
   602 
   603 install-info: install-info-recursive
   604 
   605 install-man:
   606 
   607 installcheck-am:
   608 
   609 maintainer-clean: maintainer-clean-recursive
   610 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   611 	-rm -rf $(top_srcdir)/autom4te.cache
   612 	-rm -f Makefile
   613 maintainer-clean-am: distclean-am maintainer-clean-generic
   614 
   615 mostlyclean: mostlyclean-recursive
   616 
   617 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
   618 
   619 pdf: pdf-recursive
   620 
   621 pdf-am:
   622 
   623 ps: ps-recursive
   624 
   625 ps-am:
   626 
   627 uninstall-am: uninstall-info-am
   628 
   629 uninstall-info: uninstall-info-recursive
   630 
   631 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
   632 	check-am clean clean-generic clean-libtool clean-recursive \
   633 	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
   634 	dist-shar dist-tarZ dist-zip distcheck distclean \
   635 	distclean-generic distclean-hdr distclean-libtool \
   636 	distclean-recursive distclean-tags distcleancheck distdir \
   637 	distuninstallcheck dvi dvi-am html html-am info info-am \
   638 	install install-am install-data install-data-am install-exec \
   639 	install-exec-am install-info install-info-am install-man \
   640 	install-strip installcheck installcheck-am installdirs \
   641 	installdirs-am maintainer-clean maintainer-clean-generic \
   642 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
   643 	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
   644 	tags tags-recursive uninstall uninstall-am uninstall-info-am
   645 
   646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   647 # Otherwise a system limit (for SysV at least) may be exceeded.
   648 .NOEXPORT: