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