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