tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

Makefile.in (18734B)


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