Home | History | Annotate | Download | only in libcap-ng-0.7
      1 # Makefile.in generated by automake 1.11.3 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, 2009, 2010, 2011 Free Software
      6 # Foundation, Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 VPATH = @srcdir@
     18 pkgdatadir = $(datadir)/@PACKAGE@
     19 pkgincludedir = $(includedir)/@PACKAGE@
     20 pkglibdir = $(libdir)/@PACKAGE@
     21 pkglibexecdir = $(libexecdir)/@PACKAGE@
     22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     23 install_sh_DATA = $(install_sh) -c -m 644
     24 install_sh_PROGRAM = $(install_sh) -c
     25 install_sh_SCRIPT = $(install_sh) -c
     26 INSTALL_HEADER = $(INSTALL_DATA)
     27 transform = $(program_transform_name)
     28 NORMAL_INSTALL = :
     29 PRE_INSTALL = :
     30 POST_INSTALL = :
     31 NORMAL_UNINSTALL = :
     32 PRE_UNINSTALL = :
     33 POST_UNINSTALL = :
     34 build_triplet = @build@
     35 host_triplet = @host@
     36 target_triplet = @target@
     37 @HAVE_SWIG_TRUE@am__append_1 = bindings
     38 subdir = .
     39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
     40 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
     41 	$(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
     42 	INSTALL NEWS compile config.guess config.sub depcomp \
     43 	install-sh ltmain.sh missing py-compile
     44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     45 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     46 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     47 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     48 	$(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 config.status.lineno
     53 mkinstalldirs = $(install_sh) -d
     54 CONFIG_HEADER = config.h
     55 CONFIG_CLEAN_VPATH_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-dvi-recursive install-exec-recursive \
     61 	install-html-recursive install-info-recursive \
     62 	install-pdf-recursive install-ps-recursive install-recursive \
     63 	installcheck-recursive installdirs-recursive pdf-recursive \
     64 	ps-recursive uninstall-recursive
     65 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
     66   distclean-recursive maintainer-clean-recursive
     67 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     68 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
     69 	distdir dist dist-all distcheck
     70 ETAGS = etags
     71 CTAGS = ctags
     72 DIST_SUBDIRS = src utils m4 docs bindings
     73 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     74 distdir = $(PACKAGE)-$(VERSION)
     75 top_distdir = $(distdir)
     76 am__remove_distdir = \
     77   if test -d "$(distdir)"; then \
     78     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
     79       && rm -rf "$(distdir)" \
     80       || { sleep 5 && rm -rf "$(distdir)"; }; \
     81   else :; fi
     82 am__relativize = \
     83   dir0=`pwd`; \
     84   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
     85   sed_rest='s,^[^/]*/*,,'; \
     86   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
     87   sed_butlast='s,/*[^/]*$$,,'; \
     88   while test -n "$$dir1"; do \
     89     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
     90     if test "$$first" != "."; then \
     91       if test "$$first" = ".."; then \
     92         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
     93         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
     94       else \
     95         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
     96         if test "$$first2" = "$$first"; then \
     97           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
     98         else \
     99           dir2="../$$dir2"; \
    100         fi; \
    101         dir0="$$dir0"/"$$first"; \
    102       fi; \
    103     fi; \
    104     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    105   done; \
    106   reldir="$$dir2"
    107 DIST_ARCHIVES = $(distdir).tar.gz
    108 GZIP_ENV = --best
    109 distuninstallcheck_listfiles = find . -type f -print
    110 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
    111   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
    112 distcleancheck_listfiles = find . -type f -print
    113 ACLOCAL = @ACLOCAL@
    114 AMTAR = @AMTAR@
    115 AR = @AR@
    116 AUTOCONF = @AUTOCONF@
    117 AUTOHEADER = @AUTOHEADER@
    118 AUTOMAKE = @AUTOMAKE@
    119 AWK = @AWK@
    120 CC = @CC@
    121 CCDEPMODE = @CCDEPMODE@
    122 CFLAGS = @CFLAGS@
    123 CPP = @CPP@
    124 CPPFLAGS = @CPPFLAGS@
    125 CYGPATH_W = @CYGPATH_W@
    126 DEBUG = @DEBUG@
    127 DEFS = @DEFS@
    128 DEPDIR = @DEPDIR@
    129 DLLTOOL = @DLLTOOL@
    130 DSYMUTIL = @DSYMUTIL@
    131 DUMPBIN = @DUMPBIN@
    132 ECHO_C = @ECHO_C@
    133 ECHO_N = @ECHO_N@
    134 ECHO_T = @ECHO_T@
    135 EGREP = @EGREP@
    136 EXEEXT = @EXEEXT@
    137 FGREP = @FGREP@
    138 GREP = @GREP@
    139 INSTALL = @INSTALL@
    140 INSTALL_DATA = @INSTALL_DATA@
    141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    144 LD = @LD@
    145 LDFLAGS = @LDFLAGS@
    146 LIBOBJS = @LIBOBJS@
    147 LIBS = @LIBS@
    148 LIBTOOL = @LIBTOOL@
    149 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    150 LIPO = @LIPO@
    151 LN_S = @LN_S@
    152 LTLIBOBJS = @LTLIBOBJS@
    153 MAKEINFO = @MAKEINFO@
    154 MANIFEST_TOOL = @MANIFEST_TOOL@
    155 MKDIR_P = @MKDIR_P@
    156 NM = @NM@
    157 NMEDIT = @NMEDIT@
    158 OBJDUMP = @OBJDUMP@
    159 OBJEXT = @OBJEXT@
    160 OTOOL = @OTOOL@
    161 OTOOL64 = @OTOOL64@
    162 PACKAGE = @PACKAGE@
    163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    164 PACKAGE_NAME = @PACKAGE_NAME@
    165 PACKAGE_STRING = @PACKAGE_STRING@
    166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    167 PACKAGE_URL = @PACKAGE_URL@
    168 PACKAGE_VERSION = @PACKAGE_VERSION@
    169 PATH_SEPARATOR = @PATH_SEPARATOR@
    170 PYTHON = @PYTHON@
    171 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
    172 PYTHON_PLATFORM = @PYTHON_PLATFORM@
    173 PYTHON_PREFIX = @PYTHON_PREFIX@
    174 PYTHON_VERSION = @PYTHON_VERSION@
    175 RANLIB = @RANLIB@
    176 SED = @SED@
    177 SET_MAKE = @SET_MAKE@
    178 SHELL = @SHELL@
    179 STRIP = @STRIP@
    180 VERSION = @VERSION@
    181 abs_builddir = @abs_builddir@
    182 abs_srcdir = @abs_srcdir@
    183 abs_top_builddir = @abs_top_builddir@
    184 abs_top_srcdir = @abs_top_srcdir@
    185 ac_ct_AR = @ac_ct_AR@
    186 ac_ct_CC = @ac_ct_CC@
    187 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    188 am__include = @am__include@
    189 am__leading_dot = @am__leading_dot@
    190 am__quote = @am__quote@
    191 am__tar = @am__tar@
    192 am__untar = @am__untar@
    193 bindir = @bindir@
    194 build = @build@
    195 build_alias = @build_alias@
    196 build_cpu = @build_cpu@
    197 build_os = @build_os@
    198 build_vendor = @build_vendor@
    199 builddir = @builddir@
    200 datadir = @datadir@
    201 datarootdir = @datarootdir@
    202 docdir = @docdir@
    203 dvidir = @dvidir@
    204 exec_prefix = @exec_prefix@
    205 host = @host@
    206 host_alias = @host_alias@
    207 host_cpu = @host_cpu@
    208 host_os = @host_os@
    209 host_vendor = @host_vendor@
    210 htmldir = @htmldir@
    211 includedir = @includedir@
    212 infodir = @infodir@
    213 install_sh = @install_sh@
    214 libdir = @libdir@
    215 libexecdir = @libexecdir@
    216 localedir = @localedir@
    217 localstatedir = @localstatedir@
    218 mandir = @mandir@
    219 mkdir_p = @mkdir_p@
    220 oldincludedir = @oldincludedir@
    221 pdfdir = @pdfdir@
    222 pkgpyexecdir = @pkgpyexecdir@
    223 pkgpythondir = @pkgpythondir@
    224 prefix = @prefix@
    225 program_transform_name = @program_transform_name@
    226 psdir = @psdir@
    227 pyexecdir = @pyexecdir@
    228 pythondir = @pythondir@
    229 sbindir = @sbindir@
    230 sharedstatedir = @sharedstatedir@
    231 srcdir = @srcdir@
    232 swig_found = @swig_found@
    233 sysconfdir = @sysconfdir@
    234 target = @target@
    235 target_alias = @target_alias@
    236 target_cpu = @target_cpu@
    237 target_os = @target_os@
    238 target_vendor = @target_vendor@
    239 top_build_prefix = @top_build_prefix@
    240 top_builddir = @top_builddir@
    241 top_srcdir = @top_srcdir@
    242 
    243 # Makefile.am -- 
    244 # Copyright 2009 Red Hat Inc., Durham, North Carolina.
    245 # All Rights Reserved.
    246 #
    247 # This program is free software; you can redistribute it and/or modify
    248 # it under the terms of the GNU General Public License as published by
    249 # the Free Software Foundation; either version 2 of the License, or
    250 # (at your option) any later version.
    251 #
    252 # This program is distributed in the hope that it will be useful,
    253 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    254 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    255 # GNU General Public License for more details.
    256 #
    257 # You should have received a copy of the GNU General Public License
    258 # along with this program; if not, write to the Free Software
    259 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    260 #
    261 # Authors:
    262 #   Steve Grubb <sgrubb (a] redhat.com>
    263 #
    264 ACLOCAL_AMFLAGS = -I m4
    265 SUBDIRS = src utils m4 docs $(am__append_1)
    266 EXTRA_DIST = ChangeLog AUTHORS NEWS README INSTALL COPYING COPYING.LIB \
    267 	libcap-ng.spec autogen.sh 
    268 
    269 CONFIG_CLEAN_FILES = debug*.list config/*
    270 all: config.h
    271 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    272 
    273 .SUFFIXES:
    274 am--refresh: Makefile
    275 	@:
    276 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    277 	@for dep in $?; do \
    278 	  case '$(am__configure_deps)' in \
    279 	    *$$dep*) \
    280 	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
    281 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
    282 		&& exit 0; \
    283 	      exit 1;; \
    284 	  esac; \
    285 	done; \
    286 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
    287 	$(am__cd) $(top_srcdir) && \
    288 	  $(AUTOMAKE) --gnu Makefile
    289 .PRECIOUS: Makefile
    290 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    291 	@case '$?' in \
    292 	  *config.status*) \
    293 	    echo ' $(SHELL) ./config.status'; \
    294 	    $(SHELL) ./config.status;; \
    295 	  *) \
    296 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    297 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    298 	esac;
    299 
    300 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    301 	$(SHELL) ./config.status --recheck
    302 
    303 $(top_srcdir)/configure:  $(am__configure_deps)
    304 	$(am__cd) $(srcdir) && $(AUTOCONF)
    305 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    306 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    307 $(am__aclocal_m4_deps):
    308 
    309 config.h: stamp-h1
    310 	@if test ! -f $@; then rm -f stamp-h1; else :; fi
    311 	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
    312 
    313 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    314 	@rm -f stamp-h1
    315 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    316 $(srcdir)/config.h.in:  $(am__configure_deps) 
    317 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    318 	rm -f stamp-h1
    319 	touch $@
    320 
    321 distclean-hdr:
    322 	-rm -f config.h stamp-h1
    323 
    324 mostlyclean-libtool:
    325 	-rm -f *.lo
    326 
    327 clean-libtool:
    328 	-rm -rf .libs _libs
    329 
    330 distclean-libtool:
    331 	-rm -f libtool config.lt
    332 
    333 # This directory's subdirectories are mostly independent; you can cd
    334 # into them and run `make' without going through this Makefile.
    335 # To change the values of `make' variables: instead of editing Makefiles,
    336 # (1) if the variable is set in `config.status', edit `config.status'
    337 #     (which will cause the Makefiles to be regenerated when you run `make');
    338 # (2) otherwise, pass the desired values on the `make' command line.
    339 $(RECURSIVE_TARGETS):
    340 	@fail= failcom='exit 1'; \
    341 	for f in x $$MAKEFLAGS; do \
    342 	  case $$f in \
    343 	    *=* | --[!k]*);; \
    344 	    *k*) failcom='fail=yes';; \
    345 	  esac; \
    346 	done; \
    347 	dot_seen=no; \
    348 	target=`echo $@ | sed s/-recursive//`; \
    349 	list='$(SUBDIRS)'; for subdir in $$list; do \
    350 	  echo "Making $$target in $$subdir"; \
    351 	  if test "$$subdir" = "."; then \
    352 	    dot_seen=yes; \
    353 	    local_target="$$target-am"; \
    354 	  else \
    355 	    local_target="$$target"; \
    356 	  fi; \
    357 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    358 	  || eval $$failcom; \
    359 	done; \
    360 	if test "$$dot_seen" = "no"; then \
    361 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    362 	fi; test -z "$$fail"
    363 
    364 $(RECURSIVE_CLEAN_TARGETS):
    365 	@fail= failcom='exit 1'; \
    366 	for f in x $$MAKEFLAGS; do \
    367 	  case $$f in \
    368 	    *=* | --[!k]*);; \
    369 	    *k*) failcom='fail=yes';; \
    370 	  esac; \
    371 	done; \
    372 	dot_seen=no; \
    373 	case "$@" in \
    374 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    375 	  *) list='$(SUBDIRS)' ;; \
    376 	esac; \
    377 	rev=''; for subdir in $$list; do \
    378 	  if test "$$subdir" = "."; then :; else \
    379 	    rev="$$subdir $$rev"; \
    380 	  fi; \
    381 	done; \
    382 	rev="$$rev ."; \
    383 	target=`echo $@ | sed s/-recursive//`; \
    384 	for subdir in $$rev; do \
    385 	  echo "Making $$target in $$subdir"; \
    386 	  if test "$$subdir" = "."; then \
    387 	    local_target="$$target-am"; \
    388 	  else \
    389 	    local_target="$$target"; \
    390 	  fi; \
    391 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    392 	  || eval $$failcom; \
    393 	done && test -z "$$fail"
    394 tags-recursive:
    395 	list='$(SUBDIRS)'; for subdir in $$list; do \
    396 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    397 	done
    398 ctags-recursive:
    399 	list='$(SUBDIRS)'; for subdir in $$list; do \
    400 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    401 	done
    402 
    403 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    404 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    405 	unique=`for i in $$list; do \
    406 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    407 	  done | \
    408 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    409 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    410 	mkid -fID $$unique
    411 tags: TAGS
    412 
    413 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    414 		$(TAGS_FILES) $(LISP)
    415 	set x; \
    416 	here=`pwd`; \
    417 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    418 	  include_option=--etags-include; \
    419 	  empty_fix=.; \
    420 	else \
    421 	  include_option=--include; \
    422 	  empty_fix=; \
    423 	fi; \
    424 	list='$(SUBDIRS)'; for subdir in $$list; do \
    425 	  if test "$$subdir" = .; then :; else \
    426 	    test ! -f $$subdir/TAGS || \
    427 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    428 	  fi; \
    429 	done; \
    430 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    431 	unique=`for i in $$list; do \
    432 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    433 	  done | \
    434 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    435 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    436 	shift; \
    437 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    438 	  test -n "$$unique" || unique=$$empty_fix; \
    439 	  if test $$# -gt 0; then \
    440 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    441 	      "$$@" $$unique; \
    442 	  else \
    443 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    444 	      $$unique; \
    445 	  fi; \
    446 	fi
    447 ctags: CTAGS
    448 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    449 		$(TAGS_FILES) $(LISP)
    450 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    451 	unique=`for i in $$list; do \
    452 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    453 	  done | \
    454 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    455 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    456 	test -z "$(CTAGS_ARGS)$$unique" \
    457 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    458 	     $$unique
    459 
    460 GTAGS:
    461 	here=`$(am__cd) $(top_builddir) && pwd` \
    462 	  && $(am__cd) $(top_srcdir) \
    463 	  && gtags -i $(GTAGS_ARGS) "$$here"
    464 
    465 distclean-tags:
    466 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    467 
    468 distdir: $(DISTFILES)
    469 	$(am__remove_distdir)
    470 	test -d "$(distdir)" || mkdir "$(distdir)"
    471 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    472 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    473 	list='$(DISTFILES)'; \
    474 	  dist_files=`for file in $$list; do echo $$file; done | \
    475 	  sed -e "s|^$$srcdirstrip/||;t" \
    476 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    477 	case $$dist_files in \
    478 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    479 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    480 			   sort -u` ;; \
    481 	esac; \
    482 	for file in $$dist_files; do \
    483 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    484 	  if test -d $$d/$$file; then \
    485 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    486 	    if test -d "$(distdir)/$$file"; then \
    487 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    488 	    fi; \
    489 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    490 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    491 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    492 	    fi; \
    493 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    494 	  else \
    495 	    test -f "$(distdir)/$$file" \
    496 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    497 	    || exit 1; \
    498 	  fi; \
    499 	done
    500 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    501 	  if test "$$subdir" = .; then :; else \
    502 	    test -d "$(distdir)/$$subdir" \
    503 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
    504 	    || exit 1; \
    505 	  fi; \
    506 	done
    507 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    508 	  if test "$$subdir" = .; then :; else \
    509 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    510 	    $(am__relativize); \
    511 	    new_distdir=$$reldir; \
    512 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    513 	    $(am__relativize); \
    514 	    new_top_distdir=$$reldir; \
    515 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    516 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    517 	    ($(am__cd) $$subdir && \
    518 	      $(MAKE) $(AM_MAKEFLAGS) \
    519 	        top_distdir="$$new_top_distdir" \
    520 	        distdir="$$new_distdir" \
    521 		am__remove_distdir=: \
    522 		am__skip_length_check=: \
    523 		am__skip_mode_fix=: \
    524 	        distdir) \
    525 	      || exit 1; \
    526 	  fi; \
    527 	done
    528 	-test -n "$(am__skip_mode_fix)" \
    529 	|| find "$(distdir)" -type d ! -perm -755 \
    530 		-exec chmod u+rwx,go+rx {} \; -o \
    531 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    532 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    533 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    534 	|| chmod -R a+r "$(distdir)"
    535 dist-gzip: distdir
    536 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    537 	$(am__remove_distdir)
    538 
    539 dist-bzip2: distdir
    540 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    541 	$(am__remove_distdir)
    542 
    543 dist-lzip: distdir
    544 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    545 	$(am__remove_distdir)
    546 
    547 dist-lzma: distdir
    548 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
    549 	$(am__remove_distdir)
    550 
    551 dist-xz: distdir
    552 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    553 	$(am__remove_distdir)
    554 
    555 dist-tarZ: distdir
    556 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    557 	$(am__remove_distdir)
    558 
    559 dist-shar: distdir
    560 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    561 	$(am__remove_distdir)
    562 
    563 dist-zip: distdir
    564 	-rm -f $(distdir).zip
    565 	zip -rq $(distdir).zip $(distdir)
    566 	$(am__remove_distdir)
    567 
    568 dist dist-all: distdir
    569 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    570 	$(am__remove_distdir)
    571 
    572 # This target untars the dist file and tries a VPATH configuration.  Then
    573 # it guarantees that the distribution is self-contained by making another
    574 # tarfile.
    575 distcheck: dist
    576 	case '$(DIST_ARCHIVES)' in \
    577 	*.tar.gz*) \
    578 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
    579 	*.tar.bz2*) \
    580 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    581 	*.tar.lzma*) \
    582 	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
    583 	*.tar.lz*) \
    584 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
    585 	*.tar.xz*) \
    586 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
    587 	*.tar.Z*) \
    588 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    589 	*.shar.gz*) \
    590 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
    591 	*.zip*) \
    592 	  unzip $(distdir).zip ;;\
    593 	esac
    594 	chmod -R a-w $(distdir); chmod a+w $(distdir)
    595 	mkdir $(distdir)/_build
    596 	mkdir $(distdir)/_inst
    597 	chmod a-w $(distdir)
    598 	test -d $(distdir)/_build || exit 0; \
    599 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    600 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    601 	  && am__cwd=`pwd` \
    602 	  && $(am__cd) $(distdir)/_build \
    603 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    604 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    605 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    606 	  && $(MAKE) $(AM_MAKEFLAGS) \
    607 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    608 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    609 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    610 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    611 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    612 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    613 	        distuninstallcheck \
    614 	  && chmod -R a-w "$$dc_install_base" \
    615 	  && ({ \
    616 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    617 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    618 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    619 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    620 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    621 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    622 	  && rm -rf "$$dc_destdir" \
    623 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    624 	  && rm -rf $(DIST_ARCHIVES) \
    625 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
    626 	  && cd "$$am__cwd" \
    627 	  || exit 1
    628 	$(am__remove_distdir)
    629 	@(echo "$(distdir) archives ready for distribution: "; \
    630 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    631 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    632 distuninstallcheck:
    633 	@test -n '$(distuninstallcheck_dir)' || { \
    634 	  echo 'ERROR: trying to run $@ with an empty' \
    635 	       '$$(distuninstallcheck_dir)' >&2; \
    636 	  exit 1; \
    637 	}; \
    638 	$(am__cd) '$(distuninstallcheck_dir)' || { \
    639 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
    640 	  exit 1; \
    641 	}; \
    642 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
    643 	   || { echo "ERROR: files left after uninstall:" ; \
    644 	        if test -n "$(DESTDIR)"; then \
    645 	          echo "  (check DESTDIR support)"; \
    646 	        fi ; \
    647 	        $(distuninstallcheck_listfiles) ; \
    648 	        exit 1; } >&2
    649 distcleancheck: distclean
    650 	@if test '$(srcdir)' = . ; then \
    651 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    652 	  exit 1 ; \
    653 	fi
    654 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    655 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    656 	       $(distcleancheck_listfiles) ; \
    657 	       exit 1; } >&2
    658 check-am: all-am
    659 check: check-recursive
    660 all-am: Makefile config.h
    661 installdirs: installdirs-recursive
    662 installdirs-am:
    663 install: install-recursive
    664 install-exec: install-exec-recursive
    665 install-data: install-data-recursive
    666 uninstall: uninstall-recursive
    667 
    668 install-am: all-am
    669 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    670 
    671 installcheck: installcheck-recursive
    672 install-strip:
    673 	if test -z '$(STRIP)'; then \
    674 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    675 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    676 	      install; \
    677 	else \
    678 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    679 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    680 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    681 	fi
    682 mostlyclean-generic:
    683 
    684 distclean-generic:
    685 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    686 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    687 
    688 maintainer-clean-generic:
    689 	@echo "This command is intended for maintainers to use"
    690 	@echo "it deletes files that may require special tools to rebuild."
    691 clean: clean-recursive
    692 
    693 clean-am: clean-generic clean-libtool mostlyclean-am
    694 
    695 distclean: distclean-recursive
    696 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    697 	-rm -f Makefile
    698 distclean-am: clean-am distclean-generic distclean-hdr \
    699 	distclean-libtool distclean-tags
    700 
    701 dvi: dvi-recursive
    702 
    703 dvi-am:
    704 
    705 html: html-recursive
    706 
    707 html-am:
    708 
    709 info: info-recursive
    710 
    711 info-am:
    712 
    713 install-data-am:
    714 
    715 install-dvi: install-dvi-recursive
    716 
    717 install-dvi-am:
    718 
    719 install-exec-am:
    720 
    721 install-html: install-html-recursive
    722 
    723 install-html-am:
    724 
    725 install-info: install-info-recursive
    726 
    727 install-info-am:
    728 
    729 install-man:
    730 
    731 install-pdf: install-pdf-recursive
    732 
    733 install-pdf-am:
    734 
    735 install-ps: install-ps-recursive
    736 
    737 install-ps-am:
    738 
    739 installcheck-am:
    740 
    741 maintainer-clean: maintainer-clean-recursive
    742 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    743 	-rm -rf $(top_srcdir)/autom4te.cache
    744 	-rm -f Makefile
    745 maintainer-clean-am: distclean-am maintainer-clean-generic
    746 
    747 mostlyclean: mostlyclean-recursive
    748 
    749 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    750 
    751 pdf: pdf-recursive
    752 
    753 pdf-am:
    754 
    755 ps: ps-recursive
    756 
    757 ps-am:
    758 
    759 uninstall-am:
    760 
    761 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
    762 	ctags-recursive install-am install-strip tags-recursive
    763 
    764 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    765 	all all-am am--refresh check check-am clean clean-generic \
    766 	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
    767 	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
    768 	dist-zip distcheck distclean distclean-generic distclean-hdr \
    769 	distclean-libtool distclean-tags distcleancheck distdir \
    770 	distuninstallcheck dvi dvi-am html html-am info info-am \
    771 	install install-am install-data install-data-am install-dvi \
    772 	install-dvi-am install-exec install-exec-am install-html \
    773 	install-html-am install-info install-info-am install-man \
    774 	install-pdf install-pdf-am install-ps install-ps-am \
    775 	install-strip installcheck installcheck-am installdirs \
    776 	installdirs-am maintainer-clean maintainer-clean-generic \
    777 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
    778 	ps ps-am tags tags-recursive uninstall uninstall-am
    779 
    780 clean-generic:
    781 	rm -rf autom4te*.cache 
    782 	rm -f *.rej *.orig *.lang
    783 
    784 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    785 # Otherwise a system limit (for SysV at least) may be exceeded.
    786 .NOEXPORT:
    787