Home | History | Annotate | Line # | Download | only in rpathx
      1 # Makefile.in generated by automake 1.10 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006  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 VPATH = @srcdir@
     18 pkgdatadir = $(datadir)/@PACKAGE@
     19 pkglibdir = $(libdir)/@PACKAGE@
     20 pkgincludedir = $(includedir)/@PACKAGE@
     21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     22 install_sh_DATA = $(install_sh) -c -m 644
     23 install_sh_PROGRAM = $(install_sh) -c
     24 install_sh_SCRIPT = $(install_sh) -c
     25 INSTALL_HEADER = $(INSTALL_DATA)
     26 transform = $(program_transform_name)
     27 NORMAL_INSTALL = :
     28 PRE_INSTALL = :
     29 POST_INSTALL = :
     30 NORMAL_UNINSTALL = :
     31 PRE_UNINSTALL = :
     32 POST_UNINSTALL = :
     33 build_triplet = @build@
     34 host_triplet = @host@
     35 subdir = .
     36 DIST_COMMON = $(am__configure_deps) \
     37 	$(srcdir)/../../../build-aux/config.guess \
     38 	$(srcdir)/../../../build-aux/config.sub \
     39 	$(srcdir)/../../../build-aux/install-sh \
     40 	$(srcdir)/../../../build-aux/ltmain.sh \
     41 	$(srcdir)/../../../build-aux/missing \
     42 	$(srcdir)/../../../build-aux/mkinstalldirs \
     43 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     44 	$(top_srcdir)/configure ../../../build-aux/compile \
     45 	../../../build-aux/config.guess \
     46 	../../../build-aux/config.rpath ../../../build-aux/config.sub \
     47 	../../../build-aux/elisp-comp ../../../build-aux/install-sh \
     48 	../../../build-aux/ltmain.sh ../../../build-aux/mdate-sh \
     49 	../../../build-aux/missing ../../../build-aux/mkinstalldirs \
     50 	../../../build-aux/texinfo.tex ../../../build-aux/ylwrap
     51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     52 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     54 	$(ACLOCAL_M4)
     55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     56  configure.lineno config.status.lineno
     57 mkinstalldirs = $(SHELL) \
     58 	$(top_srcdir)/../../../build-aux/mkinstalldirs
     59 CONFIG_CLEAN_FILES =
     60 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     61 am__vpath_adj = case $$p in \
     62     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     63     *) f=$$p;; \
     64   esac;
     65 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
     66 am__installdirs = "$(DESTDIR)$(libdir)"
     67 libLTLIBRARIES_INSTALL = $(INSTALL)
     68 LTLIBRARIES = $(lib_LTLIBRARIES)
     69 librpathx_la_LIBADD =
     70 am_librpathx_la_OBJECTS = rpathx.lo
     71 librpathx_la_OBJECTS = $(am_librpathx_la_OBJECTS)
     72 librpathx_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
     73 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     74 	$(librpathx_la_LDFLAGS) $(LDFLAGS) -o $@
     75 DEFAULT_INCLUDES = -I.@am__isrc@
     76 depcomp =
     77 am__depfiles_maybe =
     78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     79 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     80 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     81 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     82 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     83 CCLD = $(CC)
     84 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     85 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
     86 	$(LDFLAGS) -o $@
     87 SOURCES = $(librpathx_la_SOURCES)
     88 DIST_SOURCES = $(librpathx_la_SOURCES)
     89 ETAGS = etags
     90 CTAGS = ctags
     91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     92 distdir = $(PACKAGE)-$(VERSION)
     93 top_distdir = $(distdir)
     94 am__remove_distdir = \
     95   { test ! -d $(distdir) \
     96     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
     97          && rm -fr $(distdir); }; }
     98 DIST_ARCHIVES = $(distdir).tar.gz
     99 GZIP_ENV = --best
    100 distuninstallcheck_listfiles = find . -type f -print
    101 distcleancheck_listfiles = find . -type f -print
    102 ACLOCAL = @ACLOCAL@
    103 AMTAR = @AMTAR@
    104 AR = @AR@
    105 AUTOCONF = @AUTOCONF@
    106 AUTOHEADER = @AUTOHEADER@
    107 AUTOMAKE = @AUTOMAKE@
    108 AWK = @AWK@
    109 CC = @CC@
    110 CCDEPMODE = @CCDEPMODE@
    111 CFLAGS = @CFLAGS@
    112 CPP = @CPP@
    113 CPPFLAGS = @CPPFLAGS@
    114 CXX = @CXX@
    115 CXXCPP = @CXXCPP@
    116 CXXDEPMODE = @CXXDEPMODE@
    117 CXXFLAGS = @CXXFLAGS@
    118 CYGPATH_W = @CYGPATH_W@
    119 DEFS = @DEFS@
    120 DEPDIR = @DEPDIR@
    121 ECHO = @ECHO@
    122 ECHO_C = @ECHO_C@
    123 ECHO_N = @ECHO_N@
    124 ECHO_T = @ECHO_T@
    125 EGREP = @EGREP@
    126 EXEEXT = @EXEEXT@
    127 F77 = @F77@
    128 FFLAGS = @FFLAGS@
    129 GREP = @GREP@
    130 INSTALL = @INSTALL@
    131 INSTALL_DATA = @INSTALL_DATA@
    132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    135 LDFLAGS = @LDFLAGS@
    136 LIBOBJS = @LIBOBJS@
    137 LIBS = @LIBS@
    138 LIBTOOL = @LIBTOOL@
    139 LN_S = @LN_S@
    140 LTLIBOBJS = @LTLIBOBJS@
    141 MAKEINFO = @MAKEINFO@
    142 MKDIR_P = @MKDIR_P@
    143 OBJEXT = @OBJEXT@
    144 PACKAGE = @PACKAGE@
    145 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    146 PACKAGE_NAME = @PACKAGE_NAME@
    147 PACKAGE_STRING = @PACKAGE_STRING@
    148 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    149 PACKAGE_VERSION = @PACKAGE_VERSION@
    150 PATH_SEPARATOR = @PATH_SEPARATOR@
    151 RANLIB = @RANLIB@
    152 SET_MAKE = @SET_MAKE@
    153 SHELL = @SHELL@
    154 STRIP = @STRIP@
    155 VERSION = @VERSION@
    156 abs_builddir = @abs_builddir@
    157 abs_srcdir = @abs_srcdir@
    158 abs_top_builddir = @abs_top_builddir@
    159 abs_top_srcdir = @abs_top_srcdir@
    160 ac_ct_CC = @ac_ct_CC@
    161 ac_ct_CXX = @ac_ct_CXX@
    162 ac_ct_F77 = @ac_ct_F77@
    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 builddir = @builddir@
    175 datadir = @datadir@
    176 datarootdir = @datarootdir@
    177 docdir = @docdir@
    178 dvidir = @dvidir@
    179 exec_prefix = @exec_prefix@
    180 global_top_auxdir = @global_top_auxdir@
    181 host = @host@
    182 host_alias = @host_alias@
    183 host_cpu = @host_cpu@
    184 host_os = @host_os@
    185 host_vendor = @host_vendor@
    186 htmldir = @htmldir@
    187 includedir = @includedir@
    188 infodir = @infodir@
    189 install_sh = @install_sh@
    190 libdir = @libdir@
    191 libexecdir = @libexecdir@
    192 localedir = @localedir@
    193 localstatedir = @localstatedir@
    194 mandir = @mandir@
    195 mkdir_p = @mkdir_p@
    196 oldincludedir = @oldincludedir@
    197 pdfdir = @pdfdir@
    198 prefix = @prefix@
    199 program_transform_name = @program_transform_name@
    200 psdir = @psdir@
    201 sbindir = @sbindir@
    202 sharedstatedir = @sharedstatedir@
    203 srcdir = @srcdir@
    204 sysconfdir = @sysconfdir@
    205 target_alias = @target_alias@
    206 top_builddir = @top_builddir@
    207 top_srcdir = @top_srcdir@
    208 AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
    209 lib_LTLIBRARIES = librpathx.la
    210 librpathx_la_SOURCES = rpathx.c
    211 librpathx_la_LDFLAGS = -lc -no-undefined
    212 all: all-am
    213 
    214 .SUFFIXES:
    215 .SUFFIXES: .c .lo .o .obj
    216 am--refresh:
    217 	@:
    218 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    219 	@for dep in $?; do \
    220 	  case '$(am__configure_deps)' in \
    221 	    *$$dep*) \
    222 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
    223 	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
    224 		&& exit 0; \
    225 	      exit 1;; \
    226 	  esac; \
    227 	done; \
    228 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
    229 	cd $(top_srcdir) && \
    230 	  $(AUTOMAKE) --foreign  Makefile
    231 .PRECIOUS: Makefile
    232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    233 	@case '$?' in \
    234 	  *config.status*) \
    235 	    echo ' $(SHELL) ./config.status'; \
    236 	    $(SHELL) ./config.status;; \
    237 	  *) \
    238 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    239 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    240 	esac;
    241 
    242 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    243 	$(SHELL) ./config.status --recheck
    244 
    245 $(top_srcdir)/configure:  $(am__configure_deps)
    246 	cd $(srcdir) && $(AUTOCONF)
    247 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    248 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    249 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    250 	@$(NORMAL_INSTALL)
    251 	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
    252 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    253 	  if test -f $$p; then \
    254 	    f=$(am__strip_dir) \
    255 	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
    256 	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
    257 	  else :; fi; \
    258 	done
    259 
    260 uninstall-libLTLIBRARIES:
    261 	@$(NORMAL_UNINSTALL)
    262 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    263 	  p=$(am__strip_dir) \
    264 	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
    265 	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
    266 	done
    267 
    268 clean-libLTLIBRARIES:
    269 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
    270 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    271 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    272 	  test "$$dir" != "$$p" || dir=.; \
    273 	  echo "rm -f \"$${dir}/so_locations\""; \
    274 	  rm -f "$${dir}/so_locations"; \
    275 	done
    276 librpathx.la: $(librpathx_la_OBJECTS) $(librpathx_la_DEPENDENCIES) 
    277 	$(librpathx_la_LINK) -rpath $(libdir) $(librpathx_la_OBJECTS) $(librpathx_la_LIBADD) $(LIBS)
    278 
    279 mostlyclean-compile:
    280 	-rm -f *.$(OBJEXT)
    281 
    282 distclean-compile:
    283 	-rm -f *.tab.c
    284 
    285 .c.o:
    286 	$(COMPILE) -c $<
    287 
    288 .c.obj:
    289 	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    290 
    291 .c.lo:
    292 	$(LTCOMPILE) -c -o $@ $<
    293 
    294 mostlyclean-libtool:
    295 	-rm -f *.lo
    296 
    297 clean-libtool:
    298 	-rm -rf .libs _libs
    299 
    300 distclean-libtool:
    301 	-rm -f libtool
    302 
    303 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    304 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    305 	unique=`for i in $$list; do \
    306 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    307 	  done | \
    308 	  $(AWK) '    { files[$$0] = 1; } \
    309 	       END { for (i in files) print i; }'`; \
    310 	mkid -fID $$unique
    311 tags: TAGS
    312 
    313 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    314 		$(TAGS_FILES) $(LISP)
    315 	tags=; \
    316 	here=`pwd`; \
    317 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    318 	unique=`for i in $$list; do \
    319 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    320 	  done | \
    321 	  $(AWK) '    { files[$$0] = 1; } \
    322 	       END { for (i in files) print i; }'`; \
    323 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    324 	  test -n "$$unique" || unique=$$empty_fix; \
    325 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    326 	    $$tags $$unique; \
    327 	fi
    328 ctags: CTAGS
    329 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    330 		$(TAGS_FILES) $(LISP)
    331 	tags=; \
    332 	here=`pwd`; \
    333 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    334 	unique=`for i in $$list; do \
    335 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    336 	  done | \
    337 	  $(AWK) '    { files[$$0] = 1; } \
    338 	       END { for (i in files) print i; }'`; \
    339 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    340 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    341 	     $$tags $$unique
    342 
    343 GTAGS:
    344 	here=`$(am__cd) $(top_builddir) && pwd` \
    345 	  && cd $(top_srcdir) \
    346 	  && gtags -i $(GTAGS_ARGS) $$here
    347 
    348 distclean-tags:
    349 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    350 
    351 distdir: $(DISTFILES)
    352 	$(am__remove_distdir)
    353 	test -d $(distdir) || mkdir $(distdir)
    354 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    355 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    356 	list='$(DISTFILES)'; \
    357 	  dist_files=`for file in $$list; do echo $$file; done | \
    358 	  sed -e "s|^$$srcdirstrip/||;t" \
    359 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    360 	case $$dist_files in \
    361 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    362 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    363 			   sort -u` ;; \
    364 	esac; \
    365 	for file in $$dist_files; do \
    366 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    367 	  if test -d $$d/$$file; then \
    368 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    369 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    370 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    371 	    fi; \
    372 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    373 	  else \
    374 	    test -f $(distdir)/$$file \
    375 	    || cp -p $$d/$$file $(distdir)/$$file \
    376 	    || exit 1; \
    377 	  fi; \
    378 	done
    379 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
    380 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    381 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    382 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    383 	|| chmod -R a+r $(distdir)
    384 dist-gzip: distdir
    385 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    386 	$(am__remove_distdir)
    387 
    388 dist-bzip2: distdir
    389 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    390 	$(am__remove_distdir)
    391 
    392 dist-tarZ: distdir
    393 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    394 	$(am__remove_distdir)
    395 
    396 dist-shar: distdir
    397 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    398 	$(am__remove_distdir)
    399 
    400 dist-zip: distdir
    401 	-rm -f $(distdir).zip
    402 	zip -rq $(distdir).zip $(distdir)
    403 	$(am__remove_distdir)
    404 
    405 dist dist-all: distdir
    406 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    407 	$(am__remove_distdir)
    408 
    409 # This target untars the dist file and tries a VPATH configuration.  Then
    410 # it guarantees that the distribution is self-contained by making another
    411 # tarfile.
    412 distcheck: dist
    413 	case '$(DIST_ARCHIVES)' in \
    414 	*.tar.gz*) \
    415 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
    416 	*.tar.bz2*) \
    417 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    418 	*.tar.Z*) \
    419 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    420 	*.shar.gz*) \
    421 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    422 	*.zip*) \
    423 	  unzip $(distdir).zip ;;\
    424 	esac
    425 	chmod -R a-w $(distdir); chmod a+w $(distdir)
    426 	mkdir $(distdir)/_build
    427 	mkdir $(distdir)/_inst
    428 	chmod a-w $(distdir)
    429 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    430 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    431 	  && cd $(distdir)/_build \
    432 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    433 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    434 	  && $(MAKE) $(AM_MAKEFLAGS) \
    435 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    436 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    437 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    438 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    439 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    440 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    441 	        distuninstallcheck \
    442 	  && chmod -R a-w "$$dc_install_base" \
    443 	  && ({ \
    444 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    445 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    446 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    447 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    448 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    449 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    450 	  && rm -rf "$$dc_destdir" \
    451 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    452 	  && rm -rf $(DIST_ARCHIVES) \
    453 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
    454 	$(am__remove_distdir)
    455 	@(echo "$(distdir) archives ready for distribution: "; \
    456 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    457 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    458 distuninstallcheck:
    459 	@cd $(distuninstallcheck_dir) \
    460 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
    461 	   || { echo "ERROR: files left after uninstall:" ; \
    462 	        if test -n "$(DESTDIR)"; then \
    463 	          echo "  (check DESTDIR support)"; \
    464 	        fi ; \
    465 	        $(distuninstallcheck_listfiles) ; \
    466 	        exit 1; } >&2
    467 distcleancheck: distclean
    468 	@if test '$(srcdir)' = . ; then \
    469 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    470 	  exit 1 ; \
    471 	fi
    472 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    473 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    474 	       $(distcleancheck_listfiles) ; \
    475 	       exit 1; } >&2
    476 check-am: all-am
    477 check: check-am
    478 all-am: Makefile $(LTLIBRARIES)
    479 installdirs:
    480 	for dir in "$(DESTDIR)$(libdir)"; do \
    481 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    482 	done
    483 install: install-am
    484 install-exec: install-exec-am
    485 install-data: install-data-am
    486 uninstall: uninstall-am
    487 
    488 install-am: all-am
    489 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    490 
    491 installcheck: installcheck-am
    492 install-strip:
    493 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    494 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    495 	  `test -z '$(STRIP)' || \
    496 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    497 mostlyclean-generic:
    498 
    499 clean-generic:
    500 
    501 distclean-generic:
    502 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    503 
    504 maintainer-clean-generic:
    505 	@echo "This command is intended for maintainers to use"
    506 	@echo "it deletes files that may require special tools to rebuild."
    507 clean: clean-am
    508 
    509 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
    510 	mostlyclean-am
    511 
    512 distclean: distclean-am
    513 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    514 	-rm -f Makefile
    515 distclean-am: clean-am distclean-compile distclean-generic \
    516 	distclean-libtool distclean-tags
    517 
    518 dvi: dvi-am
    519 
    520 dvi-am:
    521 
    522 html: html-am
    523 
    524 info: info-am
    525 
    526 info-am:
    527 
    528 install-data-am:
    529 
    530 install-dvi: install-dvi-am
    531 
    532 install-exec-am: install-libLTLIBRARIES
    533 
    534 install-html: install-html-am
    535 
    536 install-info: install-info-am
    537 
    538 install-man:
    539 
    540 install-pdf: install-pdf-am
    541 
    542 install-ps: install-ps-am
    543 
    544 installcheck-am:
    545 
    546 maintainer-clean: maintainer-clean-am
    547 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    548 	-rm -rf $(top_srcdir)/autom4te.cache
    549 	-rm -f Makefile
    550 maintainer-clean-am: distclean-am maintainer-clean-generic
    551 
    552 mostlyclean: mostlyclean-am
    553 
    554 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    555 	mostlyclean-libtool
    556 
    557 pdf: pdf-am
    558 
    559 pdf-am:
    560 
    561 ps: ps-am
    562 
    563 ps-am:
    564 
    565 uninstall-am: uninstall-libLTLIBRARIES
    566 
    567 .MAKE: install-am install-strip
    568 
    569 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
    570 	clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
    571 	dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
    572 	distcheck distclean distclean-compile distclean-generic \
    573 	distclean-libtool distclean-tags distcleancheck distdir \
    574 	distuninstallcheck dvi dvi-am html html-am info info-am \
    575 	install install-am install-data install-data-am install-dvi \
    576 	install-dvi-am install-exec install-exec-am install-html \
    577 	install-html-am install-info install-info-am \
    578 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
    579 	install-ps install-ps-am install-strip installcheck \
    580 	installcheck-am installdirs maintainer-clean \
    581 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    582 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    583 	tags uninstall uninstall-am uninstall-libLTLIBRARIES
    584 
    585 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    586 # Otherwise a system limit (for SysV at least) may be exceeded.
    587 .NOEXPORT:
    588