Home | History | Annotate | Download | only in missing
      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 
     18 VPATH = @srcdir@
     19 pkgdatadir = $(datadir)/@PACKAGE@
     20 pkgincludedir = $(includedir)/@PACKAGE@
     21 pkglibdir = $(libdir)/@PACKAGE@
     22 pkglibexecdir = $(libexecdir)/@PACKAGE@
     23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     24 install_sh_DATA = $(install_sh) -c -m 644
     25 install_sh_PROGRAM = $(install_sh) -c
     26 install_sh_SCRIPT = $(install_sh) -c
     27 INSTALL_HEADER = $(INSTALL_DATA)
     28 transform = $(program_transform_name)
     29 NORMAL_INSTALL = :
     30 PRE_INSTALL = :
     31 POST_INSTALL = :
     32 NORMAL_UNINSTALL = :
     33 PRE_UNINSTALL = :
     34 POST_UNINSTALL = :
     35 build_triplet = @build@
     36 host_triplet = @host@
     37 target_triplet = @target@
     38 subdir = src/missing
     39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     40 	getaddrinfo.c inet_ntop.c
     41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     42 am__aclocal_m4_deps = $(top_srcdir)/src/missing/m4/salen.m4 \
     43 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
     44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     45 	$(ACLOCAL_M4)
     46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     47 CONFIG_HEADER = $(top_builddir)/config.h
     48 CONFIG_CLEAN_FILES =
     49 CONFIG_CLEAN_VPATH_FILES =
     50 LIBRARIES = $(noinst_LIBRARIES)
     51 AR = ar
     52 ARFLAGS = cru
     53 libcompat_a_AR = $(AR) $(ARFLAGS)
     54 @NEED_LIBCOMPAT_TRUE@libcompat_a_DEPENDENCIES = $(LIBOBJS)
     55 am__libcompat_a_SOURCES_DIST = getaddrinfo.h
     56 am_libcompat_a_OBJECTS =
     57 libcompat_a_OBJECTS = $(am_libcompat_a_OBJECTS)
     58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
     59 depcomp = $(SHELL) $(top_srcdir)/depcomp
     60 am__depfiles_maybe = depfiles
     61 am__mv = mv -f
     62 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     63 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     64 CCLD = $(CC)
     65 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     66 SOURCES = $(libcompat_a_SOURCES)
     67 DIST_SOURCES = $(am__libcompat_a_SOURCES_DIST)
     68 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     69 	html-recursive info-recursive install-data-recursive \
     70 	install-dvi-recursive install-exec-recursive \
     71 	install-html-recursive install-info-recursive \
     72 	install-pdf-recursive install-ps-recursive install-recursive \
     73 	installcheck-recursive installdirs-recursive pdf-recursive \
     74 	ps-recursive uninstall-recursive
     75 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
     76   distclean-recursive maintainer-clean-recursive
     77 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     78 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
     79 	distdir
     80 ETAGS = etags
     81 CTAGS = ctags
     82 DIST_SUBDIRS = $(SUBDIRS)
     83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     84 am__relativize = \
     85   dir0=`pwd`; \
     86   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
     87   sed_rest='s,^[^/]*/*,,'; \
     88   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
     89   sed_butlast='s,/*[^/]*$$,,'; \
     90   while test -n "$$dir1"; do \
     91     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
     92     if test "$$first" != "."; then \
     93       if test "$$first" = ".."; then \
     94         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
     95         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
     96       else \
     97         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
     98         if test "$$first2" = "$$first"; then \
     99           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    100         else \
    101           dir2="../$$dir2"; \
    102         fi; \
    103         dir0="$$dir0"/"$$first"; \
    104       fi; \
    105     fi; \
    106     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    107   done; \
    108   reldir="$$dir2"
    109 ACLOCAL = @ACLOCAL@
    110 AMTAR = @AMTAR@
    111 AUTOCONF = @AUTOCONF@
    112 AUTOHEADER = @AUTOHEADER@
    113 AUTOMAKE = @AUTOMAKE@
    114 AWK = @AWK@
    115 CC = @CC@
    116 CCDEPMODE = @CCDEPMODE@
    117 CFLAGS = @CFLAGS@
    118 CPP = @CPP@
    119 CPPFLAGS = @CPPFLAGS@
    120 CYGPATH_W = @CYGPATH_W@
    121 DEFS = @DEFS@
    122 DEPDIR = @DEPDIR@
    123 ECHO_C = @ECHO_C@
    124 ECHO_N = @ECHO_N@
    125 ECHO_T = @ECHO_T@
    126 EGREP = @EGREP@
    127 EXEEXT = @EXEEXT@
    128 GREP = @GREP@
    129 INSTALL = @INSTALL@
    130 INSTALL_DATA = @INSTALL_DATA@
    131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    134 LDFLAGS = @LDFLAGS@
    135 LIBOBJS = @LIBOBJS@
    136 LIBS = @LIBS@
    137 LTLIBOBJS = @LTLIBOBJS@
    138 MAKEINFO = @MAKEINFO@
    139 MKDIR_P = @MKDIR_P@
    140 NETCPU_SOURCE = @NETCPU_SOURCE@
    141 OBJEXT = @OBJEXT@
    142 PACKAGE = @PACKAGE@
    143 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    144 PACKAGE_NAME = @PACKAGE_NAME@
    145 PACKAGE_STRING = @PACKAGE_STRING@
    146 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    147 PACKAGE_URL = @PACKAGE_URL@
    148 PACKAGE_VERSION = @PACKAGE_VERSION@
    149 PATH_SEPARATOR = @PATH_SEPARATOR@
    150 RANLIB = @RANLIB@
    151 SET_MAKE = @SET_MAKE@
    152 SHELL = @SHELL@
    153 STRIP = @STRIP@
    154 VERSION = @VERSION@
    155 abs_builddir = @abs_builddir@
    156 abs_srcdir = @abs_srcdir@
    157 abs_top_builddir = @abs_top_builddir@
    158 abs_top_srcdir = @abs_top_srcdir@
    159 ac_ct_CC = @ac_ct_CC@
    160 am__include = @am__include@
    161 am__leading_dot = @am__leading_dot@
    162 am__quote = @am__quote@
    163 am__tar = @am__tar@
    164 am__untar = @am__untar@
    165 bindir = @bindir@
    166 build = @build@
    167 build_alias = @build_alias@
    168 build_cpu = @build_cpu@
    169 build_os = @build_os@
    170 build_vendor = @build_vendor@
    171 builddir = @builddir@
    172 datadir = @datadir@
    173 datarootdir = @datarootdir@
    174 docdir = @docdir@
    175 dvidir = @dvidir@
    176 exec_prefix = @exec_prefix@
    177 host = @host@
    178 host_alias = @host_alias@
    179 host_cpu = @host_cpu@
    180 host_os = @host_os@
    181 host_vendor = @host_vendor@
    182 htmldir = @htmldir@
    183 includedir = @includedir@
    184 infodir = @infodir@
    185 install_sh = @install_sh@
    186 libdir = @libdir@
    187 libexecdir = @libexecdir@
    188 localedir = @localedir@
    189 localstatedir = @localstatedir@
    190 mandir = @mandir@
    191 mkdir_p = @mkdir_p@
    192 oldincludedir = @oldincludedir@
    193 pdfdir = @pdfdir@
    194 prefix = @prefix@
    195 program_transform_name = @program_transform_name@
    196 psdir = @psdir@
    197 sbindir = @sbindir@
    198 sharedstatedir = @sharedstatedir@
    199 srcdir = @srcdir@
    200 sysconfdir = @sysconfdir@
    201 target = @target@
    202 target_alias = @target_alias@
    203 target_cpu = @target_cpu@
    204 target_os = @target_os@
    205 target_vendor = @target_vendor@
    206 top_build_prefix = @top_build_prefix@
    207 top_builddir = @top_builddir@
    208 top_srcdir = @top_srcdir@
    209 SUBDIRS = m4
    210 @NEED_LIBCOMPAT_TRUE@noinst_LIBRARIES = libcompat.a
    211 @NEED_LIBCOMPAT_TRUE@libcompat_a_SOURCES = getaddrinfo.h
    212 @NEED_LIBCOMPAT_TRUE@libcompat_a_LIBADD = $(LIBOBJS) $(ALLOCA)
    213 all: all-recursive
    214 
    215 .SUFFIXES:
    216 .SUFFIXES: .c .o .obj
    217 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    218 	@for dep in $?; do \
    219 	  case '$(am__configure_deps)' in \
    220 	    *$$dep*) \
    221 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    222 	        && { if test -f $@; then exit 0; else break; fi; }; \
    223 	      exit 1;; \
    224 	  esac; \
    225 	done; \
    226 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/missing/Makefile'; \
    227 	$(am__cd) $(top_srcdir) && \
    228 	  $(AUTOMAKE) --gnu src/missing/Makefile
    229 .PRECIOUS: Makefile
    230 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    231 	@case '$?' in \
    232 	  *config.status*) \
    233 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    234 	  *) \
    235 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    236 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    237 	esac;
    238 
    239 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    240 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    241 
    242 $(top_srcdir)/configure:  $(am__configure_deps)
    243 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    244 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    245 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    246 $(am__aclocal_m4_deps):
    247 
    248 clean-noinstLIBRARIES:
    249 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    250 libcompat.a: $(libcompat_a_OBJECTS) $(libcompat_a_DEPENDENCIES) $(EXTRA_libcompat_a_DEPENDENCIES) 
    251 	-rm -f libcompat.a
    252 	$(libcompat_a_AR) libcompat.a $(libcompat_a_OBJECTS) $(libcompat_a_LIBADD)
    253 	$(RANLIB) libcompat.a
    254 
    255 mostlyclean-compile:
    256 	-rm -f *.$(OBJEXT)
    257 
    258 distclean-compile:
    259 	-rm -f *.tab.c
    260 
    261 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Po@am__quote@
    262 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_ntop.Po@am__quote@
    263 
    264 .c.o:
    265 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    266 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    267 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    268 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    269 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    270 
    271 .c.obj:
    272 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    273 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    274 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    275 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    276 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    277 
    278 # This directory's subdirectories are mostly independent; you can cd
    279 # into them and run `make' without going through this Makefile.
    280 # To change the values of `make' variables: instead of editing Makefiles,
    281 # (1) if the variable is set in `config.status', edit `config.status'
    282 #     (which will cause the Makefiles to be regenerated when you run `make');
    283 # (2) otherwise, pass the desired values on the `make' command line.
    284 $(RECURSIVE_TARGETS):
    285 	@fail= failcom='exit 1'; \
    286 	for f in x $$MAKEFLAGS; do \
    287 	  case $$f in \
    288 	    *=* | --[!k]*);; \
    289 	    *k*) failcom='fail=yes';; \
    290 	  esac; \
    291 	done; \
    292 	dot_seen=no; \
    293 	target=`echo $@ | sed s/-recursive//`; \
    294 	list='$(SUBDIRS)'; for subdir in $$list; do \
    295 	  echo "Making $$target in $$subdir"; \
    296 	  if test "$$subdir" = "."; then \
    297 	    dot_seen=yes; \
    298 	    local_target="$$target-am"; \
    299 	  else \
    300 	    local_target="$$target"; \
    301 	  fi; \
    302 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    303 	  || eval $$failcom; \
    304 	done; \
    305 	if test "$$dot_seen" = "no"; then \
    306 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    307 	fi; test -z "$$fail"
    308 
    309 $(RECURSIVE_CLEAN_TARGETS):
    310 	@fail= failcom='exit 1'; \
    311 	for f in x $$MAKEFLAGS; do \
    312 	  case $$f in \
    313 	    *=* | --[!k]*);; \
    314 	    *k*) failcom='fail=yes';; \
    315 	  esac; \
    316 	done; \
    317 	dot_seen=no; \
    318 	case "$@" in \
    319 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    320 	  *) list='$(SUBDIRS)' ;; \
    321 	esac; \
    322 	rev=''; for subdir in $$list; do \
    323 	  if test "$$subdir" = "."; then :; else \
    324 	    rev="$$subdir $$rev"; \
    325 	  fi; \
    326 	done; \
    327 	rev="$$rev ."; \
    328 	target=`echo $@ | sed s/-recursive//`; \
    329 	for subdir in $$rev; do \
    330 	  echo "Making $$target in $$subdir"; \
    331 	  if test "$$subdir" = "."; then \
    332 	    local_target="$$target-am"; \
    333 	  else \
    334 	    local_target="$$target"; \
    335 	  fi; \
    336 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    337 	  || eval $$failcom; \
    338 	done && test -z "$$fail"
    339 tags-recursive:
    340 	list='$(SUBDIRS)'; for subdir in $$list; do \
    341 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    342 	done
    343 ctags-recursive:
    344 	list='$(SUBDIRS)'; for subdir in $$list; do \
    345 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    346 	done
    347 
    348 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    349 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    350 	unique=`for i in $$list; do \
    351 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    352 	  done | \
    353 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    354 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    355 	mkid -fID $$unique
    356 tags: TAGS
    357 
    358 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    359 		$(TAGS_FILES) $(LISP)
    360 	set x; \
    361 	here=`pwd`; \
    362 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    363 	  include_option=--etags-include; \
    364 	  empty_fix=.; \
    365 	else \
    366 	  include_option=--include; \
    367 	  empty_fix=; \
    368 	fi; \
    369 	list='$(SUBDIRS)'; for subdir in $$list; do \
    370 	  if test "$$subdir" = .; then :; else \
    371 	    test ! -f $$subdir/TAGS || \
    372 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    373 	  fi; \
    374 	done; \
    375 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    376 	unique=`for i in $$list; do \
    377 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    378 	  done | \
    379 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    380 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    381 	shift; \
    382 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    383 	  test -n "$$unique" || unique=$$empty_fix; \
    384 	  if test $$# -gt 0; then \
    385 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    386 	      "$$@" $$unique; \
    387 	  else \
    388 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    389 	      $$unique; \
    390 	  fi; \
    391 	fi
    392 ctags: CTAGS
    393 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    394 		$(TAGS_FILES) $(LISP)
    395 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    396 	unique=`for i in $$list; do \
    397 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    398 	  done | \
    399 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    400 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    401 	test -z "$(CTAGS_ARGS)$$unique" \
    402 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    403 	     $$unique
    404 
    405 GTAGS:
    406 	here=`$(am__cd) $(top_builddir) && pwd` \
    407 	  && $(am__cd) $(top_srcdir) \
    408 	  && gtags -i $(GTAGS_ARGS) "$$here"
    409 
    410 distclean-tags:
    411 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    412 
    413 distdir: $(DISTFILES)
    414 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    415 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    416 	list='$(DISTFILES)'; \
    417 	  dist_files=`for file in $$list; do echo $$file; done | \
    418 	  sed -e "s|^$$srcdirstrip/||;t" \
    419 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    420 	case $$dist_files in \
    421 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    422 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    423 			   sort -u` ;; \
    424 	esac; \
    425 	for file in $$dist_files; do \
    426 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    427 	  if test -d $$d/$$file; then \
    428 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    429 	    if test -d "$(distdir)/$$file"; then \
    430 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    431 	    fi; \
    432 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    433 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    434 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    435 	    fi; \
    436 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    437 	  else \
    438 	    test -f "$(distdir)/$$file" \
    439 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    440 	    || exit 1; \
    441 	  fi; \
    442 	done
    443 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    444 	  if test "$$subdir" = .; then :; else \
    445 	    test -d "$(distdir)/$$subdir" \
    446 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
    447 	    || exit 1; \
    448 	  fi; \
    449 	done
    450 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    451 	  if test "$$subdir" = .; then :; else \
    452 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    453 	    $(am__relativize); \
    454 	    new_distdir=$$reldir; \
    455 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    456 	    $(am__relativize); \
    457 	    new_top_distdir=$$reldir; \
    458 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    459 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    460 	    ($(am__cd) $$subdir && \
    461 	      $(MAKE) $(AM_MAKEFLAGS) \
    462 	        top_distdir="$$new_top_distdir" \
    463 	        distdir="$$new_distdir" \
    464 		am__remove_distdir=: \
    465 		am__skip_length_check=: \
    466 		am__skip_mode_fix=: \
    467 	        distdir) \
    468 	      || exit 1; \
    469 	  fi; \
    470 	done
    471 check-am: all-am
    472 check: check-recursive
    473 all-am: Makefile $(LIBRARIES)
    474 installdirs: installdirs-recursive
    475 installdirs-am:
    476 install: install-recursive
    477 install-exec: install-exec-recursive
    478 install-data: install-data-recursive
    479 uninstall: uninstall-recursive
    480 
    481 install-am: all-am
    482 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    483 
    484 installcheck: installcheck-recursive
    485 install-strip:
    486 	if test -z '$(STRIP)'; then \
    487 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    488 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    489 	      install; \
    490 	else \
    491 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    492 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    493 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    494 	fi
    495 mostlyclean-generic:
    496 
    497 clean-generic:
    498 
    499 distclean-generic:
    500 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    501 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    502 
    503 maintainer-clean-generic:
    504 	@echo "This command is intended for maintainers to use"
    505 	@echo "it deletes files that may require special tools to rebuild."
    506 clean: clean-recursive
    507 
    508 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
    509 
    510 distclean: distclean-recursive
    511 	-rm -rf $(DEPDIR)
    512 	-rm -f Makefile
    513 distclean-am: clean-am distclean-compile distclean-generic \
    514 	distclean-tags
    515 
    516 dvi: dvi-recursive
    517 
    518 dvi-am:
    519 
    520 html: html-recursive
    521 
    522 html-am:
    523 
    524 info: info-recursive
    525 
    526 info-am:
    527 
    528 install-data-am:
    529 
    530 install-dvi: install-dvi-recursive
    531 
    532 install-dvi-am:
    533 
    534 install-exec-am:
    535 
    536 install-html: install-html-recursive
    537 
    538 install-html-am:
    539 
    540 install-info: install-info-recursive
    541 
    542 install-info-am:
    543 
    544 install-man:
    545 
    546 install-pdf: install-pdf-recursive
    547 
    548 install-pdf-am:
    549 
    550 install-ps: install-ps-recursive
    551 
    552 install-ps-am:
    553 
    554 installcheck-am:
    555 
    556 maintainer-clean: maintainer-clean-recursive
    557 	-rm -rf $(DEPDIR)
    558 	-rm -f Makefile
    559 maintainer-clean-am: distclean-am maintainer-clean-generic
    560 
    561 mostlyclean: mostlyclean-recursive
    562 
    563 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    564 
    565 pdf: pdf-recursive
    566 
    567 pdf-am:
    568 
    569 ps: ps-recursive
    570 
    571 ps-am:
    572 
    573 uninstall-am:
    574 
    575 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
    576 	install-am install-strip tags-recursive
    577 
    578 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    579 	all all-am check check-am clean clean-generic \
    580 	clean-noinstLIBRARIES ctags ctags-recursive distclean \
    581 	distclean-compile distclean-generic distclean-tags distdir dvi \
    582 	dvi-am html html-am info info-am install install-am \
    583 	install-data install-data-am install-dvi install-dvi-am \
    584 	install-exec install-exec-am install-html install-html-am \
    585 	install-info install-info-am install-man install-pdf \
    586 	install-pdf-am install-ps install-ps-am install-strip \
    587 	installcheck installcheck-am installdirs installdirs-am \
    588 	maintainer-clean maintainer-clean-generic mostlyclean \
    589 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
    590 	tags tags-recursive uninstall uninstall-am
    591 
    592 
    593 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    594 # Otherwise a system limit (for SysV at least) may be exceeded.
    595 .NOEXPORT:
    596