Home | History | Annotate | Download | only in alsa-lib
      1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005  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 srcdir = @srcdir@
     17 top_srcdir = @top_srcdir@
     18 VPATH = @srcdir@
     19 pkgdatadir = $(datadir)/@PACKAGE@
     20 pkglibdir = $(libdir)/@PACKAGE@
     21 pkgincludedir = $(includedir)/@PACKAGE@
     22 top_builddir = .
     23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     24 INSTALL = @INSTALL@
     25 install_sh_DATA = $(install_sh) -c -m 644
     26 install_sh_PROGRAM = $(install_sh) -c
     27 install_sh_SCRIPT = $(install_sh) -c
     28 INSTALL_HEADER = $(INSTALL_DATA)
     29 transform = $(program_transform_name)
     30 NORMAL_INSTALL = :
     31 PRE_INSTALL = :
     32 POST_INSTALL = :
     33 NORMAL_UNINSTALL = :
     34 PRE_UNINSTALL = :
     35 POST_UNINSTALL = :
     36 build_triplet = @build@
     37 host_triplet = @host@
     38 @BUILD_MODULES_TRUE@am__append_1 = modules
     39 @BUILD_PCM_PLUGIN_SHM_TRUE@am__append_2 = aserver
     40 @BUILD_ALISP_TRUE@@BUILD_MIXER_TRUE@am__append_3 = alsalisp
     41 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
     42 	$(srcdir)/Makefile.in $(top_srcdir)/configure COPYING \
     43 	ChangeLog INSTALL TODO compile config.guess config.sub depcomp \
     44 	install-sh ltconfig ltmain.sh missing
     45 subdir = .
     46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     47 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
     48 	$(top_srcdir)/configure.in
     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 configure.status.lineno
     53 mkinstalldirs = $(install_sh) -d
     54 CONFIG_HEADER = $(top_builddir)/include/config.h
     55 CONFIG_CLEAN_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-exec-recursive install-info-recursive \
     61 	install-recursive installcheck-recursive installdirs-recursive \
     62 	pdf-recursive ps-recursive uninstall-info-recursive \
     63 	uninstall-recursive
     64 ETAGS = etags
     65 CTAGS = ctags
     66 DIST_SUBDIRS = doc include src modules aserver alsalisp test utils
     67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     68 distdir = $(PACKAGE)-$(VERSION)
     69 top_distdir = $(distdir)
     70 am__remove_distdir = \
     71   { test ! -d $(distdir) \
     72     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
     73          && rm -fr $(distdir); }; }
     74 DIST_ARCHIVES = $(distdir).tar.gz
     75 GZIP_ENV = --best
     76 distuninstallcheck_listfiles = find . -type f -print
     77 distcleancheck_listfiles = find . -type f -print
     78 ACLOCAL = @ACLOCAL@
     79 ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
     80 ALSA_DEPLIBS = @ALSA_DEPLIBS@
     81 ALSA_HSEARCH_R_FALSE = @ALSA_HSEARCH_R_FALSE@
     82 ALSA_HSEARCH_R_TRUE = @ALSA_HSEARCH_R_TRUE@
     83 ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
     84 AMDEP_FALSE = @AMDEP_FALSE@
     85 AMDEP_TRUE = @AMDEP_TRUE@
     86 AMTAR = @AMTAR@
     87 AR = @AR@
     88 AUTOCONF = @AUTOCONF@
     89 AUTOHEADER = @AUTOHEADER@
     90 AUTOMAKE = @AUTOMAKE@
     91 AWK = @AWK@
     92 BUILD_ALISP_FALSE = @BUILD_ALISP_FALSE@
     93 BUILD_ALISP_TRUE = @BUILD_ALISP_TRUE@
     94 BUILD_CTL_PLUGIN_EXT_FALSE = @BUILD_CTL_PLUGIN_EXT_FALSE@
     95 BUILD_CTL_PLUGIN_EXT_TRUE = @BUILD_CTL_PLUGIN_EXT_TRUE@
     96 BUILD_CTL_PLUGIN_FALSE = @BUILD_CTL_PLUGIN_FALSE@
     97 BUILD_CTL_PLUGIN_SHM_FALSE = @BUILD_CTL_PLUGIN_SHM_FALSE@
     98 BUILD_CTL_PLUGIN_SHM_TRUE = @BUILD_CTL_PLUGIN_SHM_TRUE@
     99 BUILD_CTL_PLUGIN_TRUE = @BUILD_CTL_PLUGIN_TRUE@
    100 BUILD_HWDEP_FALSE = @BUILD_HWDEP_FALSE@
    101 BUILD_HWDEP_TRUE = @BUILD_HWDEP_TRUE@
    102 BUILD_MIXER_FALSE = @BUILD_MIXER_FALSE@
    103 BUILD_MIXER_TRUE = @BUILD_MIXER_TRUE@
    104 BUILD_MODULES_FALSE = @BUILD_MODULES_FALSE@
    105 BUILD_MODULES_TRUE = @BUILD_MODULES_TRUE@
    106 BUILD_PCM_FALSE = @BUILD_PCM_FALSE@
    107 BUILD_PCM_PLUGIN_ADPCM_FALSE = @BUILD_PCM_PLUGIN_ADPCM_FALSE@
    108 BUILD_PCM_PLUGIN_ADPCM_TRUE = @BUILD_PCM_PLUGIN_ADPCM_TRUE@
    109 BUILD_PCM_PLUGIN_ALAW_FALSE = @BUILD_PCM_PLUGIN_ALAW_FALSE@
    110 BUILD_PCM_PLUGIN_ALAW_TRUE = @BUILD_PCM_PLUGIN_ALAW_TRUE@
    111 BUILD_PCM_PLUGIN_ASYM_FALSE = @BUILD_PCM_PLUGIN_ASYM_FALSE@
    112 BUILD_PCM_PLUGIN_ASYM_TRUE = @BUILD_PCM_PLUGIN_ASYM_TRUE@
    113 BUILD_PCM_PLUGIN_COPY_FALSE = @BUILD_PCM_PLUGIN_COPY_FALSE@
    114 BUILD_PCM_PLUGIN_COPY_TRUE = @BUILD_PCM_PLUGIN_COPY_TRUE@
    115 BUILD_PCM_PLUGIN_DMIX_FALSE = @BUILD_PCM_PLUGIN_DMIX_FALSE@
    116 BUILD_PCM_PLUGIN_DMIX_TRUE = @BUILD_PCM_PLUGIN_DMIX_TRUE@
    117 BUILD_PCM_PLUGIN_DSHARE_FALSE = @BUILD_PCM_PLUGIN_DSHARE_FALSE@
    118 BUILD_PCM_PLUGIN_DSHARE_TRUE = @BUILD_PCM_PLUGIN_DSHARE_TRUE@
    119 BUILD_PCM_PLUGIN_DSNOOP_FALSE = @BUILD_PCM_PLUGIN_DSNOOP_FALSE@
    120 BUILD_PCM_PLUGIN_DSNOOP_TRUE = @BUILD_PCM_PLUGIN_DSNOOP_TRUE@
    121 BUILD_PCM_PLUGIN_EMPTY_FALSE = @BUILD_PCM_PLUGIN_EMPTY_FALSE@
    122 BUILD_PCM_PLUGIN_EMPTY_TRUE = @BUILD_PCM_PLUGIN_EMPTY_TRUE@
    123 BUILD_PCM_PLUGIN_EXTPLUG_FALSE = @BUILD_PCM_PLUGIN_EXTPLUG_FALSE@
    124 BUILD_PCM_PLUGIN_EXTPLUG_TRUE = @BUILD_PCM_PLUGIN_EXTPLUG_TRUE@
    125 BUILD_PCM_PLUGIN_FALSE = @BUILD_PCM_PLUGIN_FALSE@
    126 BUILD_PCM_PLUGIN_FILE_FALSE = @BUILD_PCM_PLUGIN_FILE_FALSE@
    127 BUILD_PCM_PLUGIN_FILE_TRUE = @BUILD_PCM_PLUGIN_FILE_TRUE@
    128 BUILD_PCM_PLUGIN_HOOKS_FALSE = @BUILD_PCM_PLUGIN_HOOKS_FALSE@
    129 BUILD_PCM_PLUGIN_HOOKS_TRUE = @BUILD_PCM_PLUGIN_HOOKS_TRUE@
    130 BUILD_PCM_PLUGIN_IEC958_FALSE = @BUILD_PCM_PLUGIN_IEC958_FALSE@
    131 BUILD_PCM_PLUGIN_IEC958_TRUE = @BUILD_PCM_PLUGIN_IEC958_TRUE@
    132 BUILD_PCM_PLUGIN_IOPLUG_FALSE = @BUILD_PCM_PLUGIN_IOPLUG_FALSE@
    133 BUILD_PCM_PLUGIN_IOPLUG_TRUE = @BUILD_PCM_PLUGIN_IOPLUG_TRUE@
    134 BUILD_PCM_PLUGIN_LADSPA_FALSE = @BUILD_PCM_PLUGIN_LADSPA_FALSE@
    135 BUILD_PCM_PLUGIN_LADSPA_TRUE = @BUILD_PCM_PLUGIN_LADSPA_TRUE@
    136 BUILD_PCM_PLUGIN_LFLOAT_FALSE = @BUILD_PCM_PLUGIN_LFLOAT_FALSE@
    137 BUILD_PCM_PLUGIN_LFLOAT_TRUE = @BUILD_PCM_PLUGIN_LFLOAT_TRUE@
    138 BUILD_PCM_PLUGIN_LINEAR_FALSE = @BUILD_PCM_PLUGIN_LINEAR_FALSE@
    139 BUILD_PCM_PLUGIN_LINEAR_TRUE = @BUILD_PCM_PLUGIN_LINEAR_TRUE@
    140 BUILD_PCM_PLUGIN_METER_FALSE = @BUILD_PCM_PLUGIN_METER_FALSE@
    141 BUILD_PCM_PLUGIN_METER_TRUE = @BUILD_PCM_PLUGIN_METER_TRUE@
    142 BUILD_PCM_PLUGIN_MMAP_EMUL_FALSE = @BUILD_PCM_PLUGIN_MMAP_EMUL_FALSE@
    143 BUILD_PCM_PLUGIN_MMAP_EMUL_TRUE = @BUILD_PCM_PLUGIN_MMAP_EMUL_TRUE@
    144 BUILD_PCM_PLUGIN_MULAW_FALSE = @BUILD_PCM_PLUGIN_MULAW_FALSE@
    145 BUILD_PCM_PLUGIN_MULAW_TRUE = @BUILD_PCM_PLUGIN_MULAW_TRUE@
    146 BUILD_PCM_PLUGIN_MULTI_FALSE = @BUILD_PCM_PLUGIN_MULTI_FALSE@
    147 BUILD_PCM_PLUGIN_MULTI_TRUE = @BUILD_PCM_PLUGIN_MULTI_TRUE@
    148 BUILD_PCM_PLUGIN_NULL_FALSE = @BUILD_PCM_PLUGIN_NULL_FALSE@
    149 BUILD_PCM_PLUGIN_NULL_TRUE = @BUILD_PCM_PLUGIN_NULL_TRUE@
    150 BUILD_PCM_PLUGIN_PLUG_FALSE = @BUILD_PCM_PLUGIN_PLUG_FALSE@
    151 BUILD_PCM_PLUGIN_PLUG_TRUE = @BUILD_PCM_PLUGIN_PLUG_TRUE@
    152 BUILD_PCM_PLUGIN_RATE_FALSE = @BUILD_PCM_PLUGIN_RATE_FALSE@
    153 BUILD_PCM_PLUGIN_RATE_TRUE = @BUILD_PCM_PLUGIN_RATE_TRUE@
    154 BUILD_PCM_PLUGIN_ROUTE_FALSE = @BUILD_PCM_PLUGIN_ROUTE_FALSE@
    155 BUILD_PCM_PLUGIN_ROUTE_TRUE = @BUILD_PCM_PLUGIN_ROUTE_TRUE@
    156 BUILD_PCM_PLUGIN_SHARE_FALSE = @BUILD_PCM_PLUGIN_SHARE_FALSE@
    157 BUILD_PCM_PLUGIN_SHARE_TRUE = @BUILD_PCM_PLUGIN_SHARE_TRUE@
    158 BUILD_PCM_PLUGIN_SHM_FALSE = @BUILD_PCM_PLUGIN_SHM_FALSE@
    159 BUILD_PCM_PLUGIN_SHM_TRUE = @BUILD_PCM_PLUGIN_SHM_TRUE@
    160 BUILD_PCM_PLUGIN_SOFTVOL_FALSE = @BUILD_PCM_PLUGIN_SOFTVOL_FALSE@
    161 BUILD_PCM_PLUGIN_SOFTVOL_TRUE = @BUILD_PCM_PLUGIN_SOFTVOL_TRUE@
    162 BUILD_PCM_PLUGIN_TRUE = @BUILD_PCM_PLUGIN_TRUE@
    163 BUILD_PCM_TRUE = @BUILD_PCM_TRUE@
    164 BUILD_PYTHON_FALSE = @BUILD_PYTHON_FALSE@
    165 BUILD_PYTHON_TRUE = @BUILD_PYTHON_TRUE@
    166 BUILD_RAWMIDI_FALSE = @BUILD_RAWMIDI_FALSE@
    167 BUILD_RAWMIDI_TRUE = @BUILD_RAWMIDI_TRUE@
    168 BUILD_SEQ_FALSE = @BUILD_SEQ_FALSE@
    169 BUILD_SEQ_TRUE = @BUILD_SEQ_TRUE@
    170 CC = @CC@
    171 CCDEPMODE = @CCDEPMODE@
    172 CFLAGS = @CFLAGS@
    173 CPP = @CPP@
    174 CPPFLAGS = @CPPFLAGS@
    175 CXX = @CXX@
    176 CXXCPP = @CXXCPP@
    177 CXXDEPMODE = @CXXDEPMODE@
    178 CXXFLAGS = @CXXFLAGS@
    179 CYGPATH_W = @CYGPATH_W@
    180 DEFS = @DEFS@
    181 DEPDIR = @DEPDIR@
    182 ECHO = @ECHO@
    183 ECHO_C = @ECHO_C@
    184 ECHO_N = @ECHO_N@
    185 ECHO_T = @ECHO_T@
    186 EGREP = @EGREP@
    187 EXEEXT = @EXEEXT@
    188 F77 = @F77@
    189 FFLAGS = @FFLAGS@
    190 GREP = @GREP@
    191 INSTALL_DATA = @INSTALL_DATA@
    192 INSTALL_M4_FALSE = @INSTALL_M4_FALSE@
    193 INSTALL_M4_TRUE = @INSTALL_M4_TRUE@
    194 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    195 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    196 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    197 KEEP_OLD_SYMBOLS_FALSE = @KEEP_OLD_SYMBOLS_FALSE@
    198 KEEP_OLD_SYMBOLS_TRUE = @KEEP_OLD_SYMBOLS_TRUE@
    199 LDFLAGS = @LDFLAGS@
    200 LIBOBJS = @LIBOBJS@
    201 LIBS = @LIBS@
    202 LIBTOOL = @LIBTOOL@
    203 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
    204 LN_S = @LN_S@
    205 LTLIBOBJS = @LTLIBOBJS@
    206 MAKEINFO = @MAKEINFO@
    207 OBJEXT = @OBJEXT@
    208 PACKAGE = @PACKAGE@
    209 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    210 PACKAGE_NAME = @PACKAGE_NAME@
    211 PACKAGE_STRING = @PACKAGE_STRING@
    212 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    213 PACKAGE_VERSION = @PACKAGE_VERSION@
    214 PATH_SEPARATOR = @PATH_SEPARATOR@
    215 PYTHON_INCLUDES = @PYTHON_INCLUDES@
    216 PYTHON_LIBS = @PYTHON_LIBS@
    217 RANLIB = @RANLIB@
    218 SET_MAKE = @SET_MAKE@
    219 SHELL = @SHELL@
    220 SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
    221 SND_LIB_MAJOR = @SND_LIB_MAJOR@
    222 SND_LIB_MINOR = @SND_LIB_MINOR@
    223 SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
    224 SND_LIB_VERSION = @SND_LIB_VERSION@
    225 STRIP = @STRIP@
    226 SYMBOLIC_FUNCTIONS_FALSE = @SYMBOLIC_FUNCTIONS_FALSE@
    227 SYMBOLIC_FUNCTIONS_TRUE = @SYMBOLIC_FUNCTIONS_TRUE@
    228 SYMBOL_PREFIX = @SYMBOL_PREFIX@
    229 VERSION = @VERSION@
    230 VERSIONED_SYMBOLS_FALSE = @VERSIONED_SYMBOLS_FALSE@
    231 VERSIONED_SYMBOLS_TRUE = @VERSIONED_SYMBOLS_TRUE@
    232 ac_ct_CC = @ac_ct_CC@
    233 ac_ct_CXX = @ac_ct_CXX@
    234 ac_ct_F77 = @ac_ct_F77@
    235 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
    236 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
    237 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
    238 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
    239 am__include = @am__include@
    240 am__leading_dot = @am__leading_dot@
    241 am__quote = @am__quote@
    242 am__tar = @am__tar@
    243 am__untar = @am__untar@
    244 bindir = @bindir@
    245 build = @build@
    246 build_alias = @build_alias@
    247 build_cpu = @build_cpu@
    248 build_os = @build_os@
    249 build_vendor = @build_vendor@
    250 datadir = @datadir@
    251 datarootdir = @datarootdir@
    252 docdir = @docdir@
    253 dvidir = @dvidir@
    254 exec_prefix = @exec_prefix@
    255 host = @host@
    256 host_alias = @host_alias@
    257 host_cpu = @host_cpu@
    258 host_os = @host_os@
    259 host_vendor = @host_vendor@
    260 htmldir = @htmldir@
    261 includedir = @includedir@
    262 infodir = @infodir@
    263 install_sh = @install_sh@
    264 libdir = @libdir@
    265 libexecdir = @libexecdir@
    266 localedir = @localedir@
    267 localstatedir = @localstatedir@
    268 mandir = @mandir@
    269 mkdir_p = @mkdir_p@
    270 oldincludedir = @oldincludedir@
    271 pdfdir = @pdfdir@
    272 prefix = @prefix@
    273 program_transform_name = @program_transform_name@
    274 psdir = @psdir@
    275 sbindir = @sbindir@
    276 sharedstatedir = @sharedstatedir@
    277 sysconfdir = @sysconfdir@
    278 target_alias = @target_alias@
    279 ACLOCAL_AMFLAGS = -I m4
    280 SUBDIRS = doc include src $(am__append_1) $(am__append_2) \
    281 	$(am__append_3) test utils
    282 EXTRA_DIST = ChangeLog INSTALL TODO NOTES configure gitcompile libtool \
    283 	   depcomp version MEMORY-LEAK m4/attributes.m4
    284 
    285 AUTOMAKE_OPTIONS = foreign
    286 INCLUDES = -I$(top_srcdir)/include
    287 all: all-recursive
    288 
    289 .SUFFIXES:
    290 am--refresh:
    291 	@:
    292 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    293 	@for dep in $?; do \
    294 	  case '$(am__configure_deps)' in \
    295 	    *$$dep*) \
    296 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
    297 	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
    298 		&& exit 0; \
    299 	      exit 1;; \
    300 	  esac; \
    301 	done; \
    302 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
    303 	cd $(top_srcdir) && \
    304 	  $(AUTOMAKE) --foreign  Makefile
    305 .PRECIOUS: Makefile
    306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    307 	@case '$?' in \
    308 	  *config.status*) \
    309 	    echo ' $(SHELL) ./config.status'; \
    310 	    $(SHELL) ./config.status;; \
    311 	  *) \
    312 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    313 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    314 	esac;
    315 
    316 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    317 	$(SHELL) ./config.status --recheck
    318 
    319 $(top_srcdir)/configure:  $(am__configure_deps)
    320 	cd $(srcdir) && $(AUTOCONF)
    321 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    322 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    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
    332 uninstall-info-am:
    333 
    334 # This directory's subdirectories are mostly independent; you can cd
    335 # into them and run `make' without going through this Makefile.
    336 # To change the values of `make' variables: instead of editing Makefiles,
    337 # (1) if the variable is set in `config.status', edit `config.status'
    338 #     (which will cause the Makefiles to be regenerated when you run `make');
    339 # (2) otherwise, pass the desired values on the `make' command line.
    340 $(RECURSIVE_TARGETS):
    341 	@failcom='exit 1'; \
    342 	for f in x $$MAKEFLAGS; do \
    343 	  case $$f in \
    344 	    *=* | --[!k]*);; \
    345 	    *k*) failcom='fail=yes';; \
    346 	  esac; \
    347 	done; \
    348 	dot_seen=no; \
    349 	target=`echo $@ | sed s/-recursive//`; \
    350 	list='$(SUBDIRS)'; for subdir in $$list; do \
    351 	  echo "Making $$target in $$subdir"; \
    352 	  if test "$$subdir" = "."; then \
    353 	    dot_seen=yes; \
    354 	    local_target="$$target-am"; \
    355 	  else \
    356 	    local_target="$$target"; \
    357 	  fi; \
    358 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    359 	  || eval $$failcom; \
    360 	done; \
    361 	if test "$$dot_seen" = "no"; then \
    362 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    363 	fi; test -z "$$fail"
    364 
    365 mostlyclean-recursive clean-recursive distclean-recursive \
    366 maintainer-clean-recursive:
    367 	@failcom='exit 1'; \
    368 	for f in x $$MAKEFLAGS; do \
    369 	  case $$f in \
    370 	    *=* | --[!k]*);; \
    371 	    *k*) failcom='fail=yes';; \
    372 	  esac; \
    373 	done; \
    374 	dot_seen=no; \
    375 	case "$@" in \
    376 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    377 	  *) list='$(SUBDIRS)' ;; \
    378 	esac; \
    379 	rev=''; for subdir in $$list; do \
    380 	  if test "$$subdir" = "."; then :; else \
    381 	    rev="$$subdir $$rev"; \
    382 	  fi; \
    383 	done; \
    384 	rev="$$rev ."; \
    385 	target=`echo $@ | sed s/-recursive//`; \
    386 	for subdir in $$rev; do \
    387 	  echo "Making $$target in $$subdir"; \
    388 	  if test "$$subdir" = "."; then \
    389 	    local_target="$$target-am"; \
    390 	  else \
    391 	    local_target="$$target"; \
    392 	  fi; \
    393 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    394 	  || eval $$failcom; \
    395 	done && test -z "$$fail"
    396 tags-recursive:
    397 	list='$(SUBDIRS)'; for subdir in $$list; do \
    398 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    399 	done
    400 ctags-recursive:
    401 	list='$(SUBDIRS)'; for subdir in $$list; do \
    402 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    403 	done
    404 
    405 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    406 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    407 	unique=`for i in $$list; do \
    408 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    409 	  done | \
    410 	  $(AWK) '    { files[$$0] = 1; } \
    411 	       END { for (i in files) print i; }'`; \
    412 	mkid -fID $$unique
    413 tags: TAGS
    414 
    415 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    416 		$(TAGS_FILES) $(LISP)
    417 	tags=; \
    418 	here=`pwd`; \
    419 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    420 	  include_option=--etags-include; \
    421 	  empty_fix=.; \
    422 	else \
    423 	  include_option=--include; \
    424 	  empty_fix=; \
    425 	fi; \
    426 	list='$(SUBDIRS)'; for subdir in $$list; do \
    427 	  if test "$$subdir" = .; then :; else \
    428 	    test ! -f $$subdir/TAGS || \
    429 	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    430 	  fi; \
    431 	done; \
    432 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    433 	unique=`for i in $$list; do \
    434 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    435 	  done | \
    436 	  $(AWK) '    { files[$$0] = 1; } \
    437 	       END { for (i in files) print i; }'`; \
    438 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    439 	  test -n "$$unique" || unique=$$empty_fix; \
    440 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    441 	    $$tags $$unique; \
    442 	fi
    443 ctags: CTAGS
    444 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    445 		$(TAGS_FILES) $(LISP)
    446 	tags=; \
    447 	here=`pwd`; \
    448 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    449 	unique=`for i in $$list; do \
    450 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    451 	  done | \
    452 	  $(AWK) '    { files[$$0] = 1; } \
    453 	       END { for (i in files) print i; }'`; \
    454 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    455 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    456 	     $$tags $$unique
    457 
    458 GTAGS:
    459 	here=`$(am__cd) $(top_builddir) && pwd` \
    460 	  && cd $(top_srcdir) \
    461 	  && gtags -i $(GTAGS_ARGS) $$here
    462 
    463 distclean-tags:
    464 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    465 
    466 distdir: $(DISTFILES)
    467 	$(am__remove_distdir)
    468 	mkdir $(distdir)
    469 	$(mkdir_p) $(distdir)/doc $(distdir)/m4 $(distdir)/src $(distdir)/utils
    470 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    471 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
    472 	list='$(DISTFILES)'; for file in $$list; do \
    473 	  case $$file in \
    474 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    475 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
    476 	  esac; \
    477 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    478 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    479 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    480 	    dir="/$$dir"; \
    481 	    $(mkdir_p) "$(distdir)$$dir"; \
    482 	  else \
    483 	    dir=''; \
    484 	  fi; \
    485 	  if test -d $$d/$$file; then \
    486 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    487 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    488 	    fi; \
    489 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    490 	  else \
    491 	    test -f $(distdir)/$$file \
    492 	    || cp -p $$d/$$file $(distdir)/$$file \
    493 	    || exit 1; \
    494 	  fi; \
    495 	done
    496 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    497 	  if test "$$subdir" = .; then :; else \
    498 	    test -d "$(distdir)/$$subdir" \
    499 	    || $(mkdir_p) "$(distdir)/$$subdir" \
    500 	    || exit 1; \
    501 	    distdir=`$(am__cd) $(distdir) && pwd`; \
    502 	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    503 	    (cd $$subdir && \
    504 	      $(MAKE) $(AM_MAKEFLAGS) \
    505 	        top_distdir="$$top_distdir" \
    506 	        distdir="$$distdir/$$subdir" \
    507 	        distdir) \
    508 	      || exit 1; \
    509 	  fi; \
    510 	done
    511 	$(MAKE) $(AM_MAKEFLAGS) \
    512 	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
    513 	  dist-hook
    514 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
    515 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    516 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    517 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
    518 	|| chmod -R a+r $(distdir)
    519 dist-gzip: distdir
    520 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    521 	$(am__remove_distdir)
    522 
    523 dist-bzip2: distdir
    524 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    525 	$(am__remove_distdir)
    526 
    527 dist-tarZ: distdir
    528 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    529 	$(am__remove_distdir)
    530 
    531 dist-shar: distdir
    532 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    533 	$(am__remove_distdir)
    534 
    535 dist-zip: distdir
    536 	-rm -f $(distdir).zip
    537 	zip -rq $(distdir).zip $(distdir)
    538 	$(am__remove_distdir)
    539 
    540 dist dist-all: distdir
    541 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    542 	$(am__remove_distdir)
    543 
    544 # This target untars the dist file and tries a VPATH configuration.  Then
    545 # it guarantees that the distribution is self-contained by making another
    546 # tarfile.
    547 distcheck: dist
    548 	case '$(DIST_ARCHIVES)' in \
    549 	*.tar.gz*) \
    550 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
    551 	*.tar.bz2*) \
    552 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    553 	*.tar.Z*) \
    554 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    555 	*.shar.gz*) \
    556 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    557 	*.zip*) \
    558 	  unzip $(distdir).zip ;;\
    559 	esac
    560 	chmod -R a-w $(distdir); chmod a+w $(distdir)
    561 	mkdir $(distdir)/_build
    562 	mkdir $(distdir)/_inst
    563 	chmod a-w $(distdir)
    564 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    565 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    566 	  && cd $(distdir)/_build \
    567 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    568 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    569 	  && $(MAKE) $(AM_MAKEFLAGS) \
    570 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    571 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    572 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    573 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    574 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    575 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    576 	        distuninstallcheck \
    577 	  && chmod -R a-w "$$dc_install_base" \
    578 	  && ({ \
    579 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    580 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    581 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    582 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    583 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    584 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    585 	  && rm -rf "$$dc_destdir" \
    586 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    587 	  && rm -rf $(DIST_ARCHIVES) \
    588 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
    589 	$(am__remove_distdir)
    590 	@(echo "$(distdir) archives ready for distribution: "; \
    591 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    592 	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
    593 distuninstallcheck:
    594 	@cd $(distuninstallcheck_dir) \
    595 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
    596 	   || { echo "ERROR: files left after uninstall:" ; \
    597 	        if test -n "$(DESTDIR)"; then \
    598 	          echo "  (check DESTDIR support)"; \
    599 	        fi ; \
    600 	        $(distuninstallcheck_listfiles) ; \
    601 	        exit 1; } >&2
    602 distcleancheck: distclean
    603 	@if test '$(srcdir)' = . ; then \
    604 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    605 	  exit 1 ; \
    606 	fi
    607 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    608 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    609 	       $(distcleancheck_listfiles) ; \
    610 	       exit 1; } >&2
    611 check-am: all-am
    612 check: check-recursive
    613 all-am: Makefile
    614 installdirs: installdirs-recursive
    615 installdirs-am:
    616 install: install-recursive
    617 install-exec: install-exec-recursive
    618 install-data: install-data-recursive
    619 uninstall: uninstall-recursive
    620 
    621 install-am: all-am
    622 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    623 
    624 installcheck: installcheck-recursive
    625 install-strip:
    626 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    627 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    628 	  `test -z '$(STRIP)' || \
    629 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    630 mostlyclean-generic:
    631 
    632 clean-generic:
    633 
    634 distclean-generic:
    635 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    636 
    637 maintainer-clean-generic:
    638 	@echo "This command is intended for maintainers to use"
    639 	@echo "it deletes files that may require special tools to rebuild."
    640 clean: clean-recursive
    641 
    642 clean-am: clean-generic clean-libtool mostlyclean-am
    643 
    644 distclean: distclean-recursive
    645 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    646 	-rm -f Makefile
    647 distclean-am: clean-am distclean-generic distclean-libtool \
    648 	distclean-tags
    649 
    650 dvi: dvi-recursive
    651 
    652 dvi-am:
    653 
    654 html: html-recursive
    655 
    656 info: info-recursive
    657 
    658 info-am:
    659 
    660 install-data-am:
    661 
    662 install-exec-am:
    663 
    664 install-info: install-info-recursive
    665 
    666 install-man:
    667 
    668 installcheck-am:
    669 
    670 maintainer-clean: maintainer-clean-recursive
    671 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    672 	-rm -rf $(top_srcdir)/autom4te.cache
    673 	-rm -f Makefile
    674 maintainer-clean-am: distclean-am maintainer-clean-generic
    675 
    676 mostlyclean: mostlyclean-recursive
    677 
    678 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    679 
    680 pdf: pdf-recursive
    681 
    682 pdf-am:
    683 
    684 ps: ps-recursive
    685 
    686 ps-am:
    687 
    688 uninstall-am: uninstall-info-am
    689 
    690 uninstall-info: uninstall-info-recursive
    691 
    692 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
    693 	check-am clean clean-generic clean-libtool clean-recursive \
    694 	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
    695 	dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
    696 	distclean-generic distclean-libtool distclean-recursive \
    697 	distclean-tags distcleancheck distdir distuninstallcheck dvi \
    698 	dvi-am html html-am info info-am install install-am \
    699 	install-data install-data-am install-exec install-exec-am \
    700 	install-info install-info-am install-man install-strip \
    701 	installcheck installcheck-am installdirs installdirs-am \
    702 	maintainer-clean maintainer-clean-generic \
    703 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
    704 	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
    705 	tags tags-recursive uninstall uninstall-am uninstall-info-am
    706 
    707 
    708 rpm: dist
    709 	$(MAKE) -C utils rpm
    710 
    711 dist-hook:
    712 	-chmod -R a+r $(distdir)
    713 	@if ! test -z "$(AMTAR)"; then \
    714 		$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
    715 	else \
    716 		$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
    717 	fi
    718 
    719 doc-dummy:
    720 
    721 doc: doc-dummy
    722 	$(MAKE) -C include all
    723 	$(MAKE) -C doc doc
    724 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    725 # Otherwise a system limit (for SysV at least) may be exceeded.
    726 .NOEXPORT:
    727