tarina

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

Makefile (25923B)


      1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
      2 # speaker-test/Makefile.  Generated from Makefile.in by configure.
      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 
     16 
     17 
     18 am__make_dryrun = \
     19   { \
     20     am__dry=no; \
     21     case $$MAKEFLAGS in \
     22       *\\[\ \	]*) \
     23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     25       *) \
     26         for am__flg in $$MAKEFLAGS; do \
     27           case $$am__flg in \
     28             *=*|--*) ;; \
     29             *n*) am__dry=yes; break;; \
     30           esac; \
     31         done;; \
     32     esac; \
     33     test $$am__dry = yes; \
     34   }
     35 pkgdatadir = $(datadir)/alsa-utils
     36 pkgincludedir = $(includedir)/alsa-utils
     37 pkglibdir = $(libdir)/alsa-utils
     38 pkglibexecdir = $(libexecdir)/alsa-utils
     39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     40 install_sh_DATA = $(install_sh) -c -m 644
     41 install_sh_PROGRAM = $(install_sh) -c
     42 install_sh_SCRIPT = $(install_sh) -c
     43 INSTALL_HEADER = $(INSTALL_DATA)
     44 transform = $(program_transform_name)
     45 NORMAL_INSTALL = :
     46 PRE_INSTALL = :
     47 POST_INSTALL = :
     48 NORMAL_UNINSTALL = :
     49 PRE_UNINSTALL = :
     50 POST_UNINSTALL = :
     51 build_triplet = armv7l-unknown-linux-gnueabihf
     52 host_triplet = armv7l-unknown-linux-gnueabihf
     53 bin_PROGRAMS = speaker-test$(EXEEXT)
     54 subdir = speaker-test
     55 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     56 	$(top_srcdir)/depcomp
     57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     58 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
     59 	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
     60 	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
     61 	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
     62 	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
     63 	$(top_srcdir)/configure.ac
     64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     65 	$(ACLOCAL_M4)
     66 mkinstalldirs = $(install_sh) -d
     67 CONFIG_HEADER = $(top_builddir)/include/aconfig.h
     68 CONFIG_CLEAN_FILES =
     69 CONFIG_CLEAN_VPATH_FILES =
     70 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
     71 PROGRAMS = $(bin_PROGRAMS)
     72 am_speaker_test_OBJECTS = speaker-test.$(OBJEXT) pink.$(OBJEXT)
     73 speaker_test_OBJECTS = $(am_speaker_test_OBJECTS)
     74 speaker_test_LDADD = $(LDADD)
     75 am__DEPENDENCIES_1 =
     76 speaker_test_DEPENDENCIES = $(am__DEPENDENCIES_1)
     77 DEFAULT_INCLUDES = -I. -I$(top_builddir)/include
     78 depcomp = $(SHELL) $(top_srcdir)/depcomp
     79 am__depfiles_maybe = depfiles
     80 am__mv = mv -f
     81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     82 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     83 CCLD = $(CC)
     84 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     85 SOURCES = $(speaker_test_SOURCES)
     86 DIST_SOURCES = $(speaker_test_SOURCES)
     87 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     88 	html-recursive info-recursive install-data-recursive \
     89 	install-dvi-recursive install-exec-recursive \
     90 	install-html-recursive install-info-recursive \
     91 	install-pdf-recursive install-ps-recursive install-recursive \
     92 	installcheck-recursive installdirs-recursive pdf-recursive \
     93 	ps-recursive uninstall-recursive
     94 am__can_run_installinfo = \
     95   case $$AM_UPDATE_INFO_DIR in \
     96     n|no|NO) false;; \
     97     *) (install-info --version) >/dev/null 2>&1;; \
     98   esac
     99 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    100 am__vpath_adj = case $$p in \
    101     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    102     *) f=$$p;; \
    103   esac;
    104 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    105 am__install_max = 40
    106 am__nobase_strip_setup = \
    107   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    108 am__nobase_strip = \
    109   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    110 am__nobase_list = $(am__nobase_strip_setup); \
    111   for p in $$list; do echo "$$p $$p"; done | \
    112   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    113   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    114     if (++n[$$2] == $(am__install_max)) \
    115       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    116     END { for (dir in files) print dir, files[dir] }'
    117 am__base_list = \
    118   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    119   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    120 am__uninstall_files_from_dir = { \
    121   test -z "$$files" \
    122     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    123     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    124          $(am__cd) "$$dir" && rm -f $$files; }; \
    125   }
    126 man1dir = $(mandir)/man1
    127 NROFF = nroff
    128 MANS = $(man_MANS)
    129 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    130   distclean-recursive maintainer-clean-recursive
    131 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
    132 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
    133 	distdir
    134 ETAGS = etags
    135 CTAGS = ctags
    136 DIST_SUBDIRS = $(SUBDIRS)
    137 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    138 am__relativize = \
    139   dir0=`pwd`; \
    140   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    141   sed_rest='s,^[^/]*/*,,'; \
    142   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    143   sed_butlast='s,/*[^/]*$$,,'; \
    144   while test -n "$$dir1"; do \
    145     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    146     if test "$$first" != "."; then \
    147       if test "$$first" = ".."; then \
    148         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    149         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    150       else \
    151         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    152         if test "$$first2" = "$$first"; then \
    153           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    154         else \
    155           dir2="../$$dir2"; \
    156         fi; \
    157         dir0="$$dir0"/"$$first"; \
    158       fi; \
    159     fi; \
    160     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    161   done; \
    162   reldir="$$dir2"
    163 ACLOCAL = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run aclocal-1.12
    164 ALSACTL_DAEMONSWITCH = /etc/alsa/state-daemon.conf
    165 ALSACTL_PIDFILE_DIR = /var/run
    166 ALSA_CFLAGS = 
    167 ALSA_LIBS =  -lasound -lm -ldl -lpthread
    168 AMTAR = $${TAR-tar}
    169 ASOUND_LOCK_DIR = /var/lock
    170 ASOUND_STATE_DIR = /var/lib/alsa
    171 AUTOCONF = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run autoconf
    172 AUTOHEADER = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run autoheader
    173 AUTOMAKE = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run automake-1.12
    174 AWK = mawk
    175 CC = gcc
    176 CCDEPMODE = depmode=gcc3
    177 CFLAGS = -g -O2
    178 CPP = gcc -E
    179 CPPFLAGS = 
    180 CURSESINC = <ncurses.h>
    181 CURSESLIB = -lformw -lmenuw -lpanelw -lncursesw -ltinfo
    182 CURSES_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
    183 CYGPATH_W = echo
    184 DEFS = -DHAVE_CONFIG_H
    185 DEPDIR = .deps
    186 ECHO_C = 
    187 ECHO_N = -n
    188 ECHO_T = 
    189 EGREP = /bin/grep -E
    190 EXEEXT = 
    191 FFTW_CFLAGS = -g -O2
    192 FFTW_INC = 
    193 FFTW_LIB = -lpthread -lm -lasound -lm -ldl -lpthread
    194 GETTEXT_MACRO_VERSION = 0.18
    195 GMSGFMT = :
    196 GMSGFMT_015 = :
    197 GREP = /bin/grep
    198 INSTALL = /usr/bin/install -c
    199 INSTALL_DATA = ${INSTALL} -m 644
    200 INSTALL_PROGRAM = ${INSTALL}
    201 INSTALL_SCRIPT = ${INSTALL}
    202 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    203 INTLLIBS = 
    204 INTL_MACOSX_LIBS = 
    205 LDFLAGS = 
    206 LIBICONV = -liconv
    207 LIBINTL = 
    208 LIBOBJS = 
    209 LIBRT = -lrt
    210 LIBS = -lasound -lm -ldl -lpthread
    211 LN_S = ln -s
    212 LTLIBICONV = -liconv
    213 LTLIBINTL = 
    214 LTLIBOBJS = 
    215 MAINT = 
    216 MAKEINFO = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run makeinfo
    217 MKDIR_P = /bin/mkdir -p
    218 MSGFMT = :
    219 MSGFMT_015 = :
    220 MSGMERGE = :
    221 NCURSESW_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
    222 NCURSESW_LIBS = -lncursesw -ltinfo
    223 NCURSES_CFLAGS = 
    224 NCURSES_LIBS = 
    225 OBJEXT = o
    226 PACKAGE = alsa-utils
    227 PACKAGE_BUGREPORT = 
    228 PACKAGE_NAME = alsa-utils
    229 PACKAGE_STRING = alsa-utils 1.1.3
    230 PACKAGE_TARNAME = alsa-utils
    231 PACKAGE_URL = 
    232 PACKAGE_VERSION = 1.1.3
    233 PATH_SEPARATOR = :
    234 PKG_CONFIG = /usr/bin/pkg-config
    235 PKG_CONFIG_LIBDIR = 
    236 PKG_CONFIG_PATH = 
    237 POSUB = po
    238 SED = /bin/sed
    239 SET_MAKE = 
    240 SHELL = /bin/bash
    241 SND_UTIL_MAJOR = 1
    242 SND_UTIL_MINOR = 1
    243 SND_UTIL_SUBMINOR = 3
    244 SND_UTIL_VERSION = 1.1.3
    245 STRIP = 
    246 TESTSOUND = /usr/share/test.wav
    247 USE_NLS = yes
    248 VERSION = 1.1.3
    249 XGETTEXT = :
    250 XGETTEXT_015 = :
    251 XGETTEXT_EXTRA_OPTIONS = 
    252 abs_builddir = /home/pi/tarina/alsa-utils-1.1.3/speaker-test
    253 abs_srcdir = /home/pi/tarina/alsa-utils-1.1.3/speaker-test
    254 abs_top_builddir = /home/pi/tarina/alsa-utils-1.1.3
    255 abs_top_srcdir = /home/pi/tarina/alsa-utils-1.1.3
    256 ac_ct_CC = gcc
    257 am__include = include
    258 am__leading_dot = .
    259 am__quote = 
    260 am__tar = $${TAR-tar} chof - "$$tardir"
    261 am__untar = $${TAR-tar} xf -
    262 bindir = ${exec_prefix}/bin
    263 build = armv7l-unknown-linux-gnueabihf
    264 build_alias = 
    265 build_cpu = armv7l
    266 build_os = linux-gnueabihf
    267 build_vendor = unknown
    268 builddir = .
    269 datadir = ${datarootdir}
    270 datarootdir = ${prefix}/share
    271 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    272 dvidir = ${docdir}
    273 exec_prefix = ${prefix}
    274 host = armv7l-unknown-linux-gnueabihf
    275 host_alias = 
    276 host_cpu = armv7l
    277 host_os = linux-gnueabihf
    278 host_vendor = unknown
    279 htmldir = ${docdir}
    280 includedir = ${prefix}/include
    281 infodir = ${datarootdir}/info
    282 install_sh = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/install-sh
    283 libdir = ${exec_prefix}/lib
    284 libexecdir = ${exec_prefix}/libexec
    285 localedir = ${datarootdir}/locale
    286 localstatedir = ${prefix}/var
    287 mandir = ${datarootdir}/man
    288 mkdir_p = /bin/mkdir -p
    289 mydatadir = /usr/share/alsa
    290 ncurses5_config = 
    291 ncursesw5_config = 
    292 oldincludedir = /usr/include
    293 pdfdir = ${docdir}
    294 prefix = /usr
    295 program_transform_name = s,x,x,
    296 psdir = ${docdir}
    297 rst2man_available = 
    298 sbindir = ${exec_prefix}/sbin
    299 sharedstatedir = ${prefix}/com
    300 srcdir = .
    301 sysconfdir = ${prefix}/etc
    302 systemdsystemunitdir = /lib/systemd/system
    303 target_alias = 
    304 top_build_prefix = ../
    305 top_builddir = ..
    306 top_srcdir = ..
    307 udevrulesdir = /lib/udev/rules.d
    308 xmlto_available = 
    309 AM_CPPFLAGS = -I$(top_srcdir)/include
    310 SUBDIRS = samples
    311 LDADD = $(LIBINTL) -lm
    312 speaker_test_SOURCES = speaker-test.c pink.c
    313 man_MANS = speaker-test.1
    314 EXTRA_DIST = readme.txt speaker-test.1 pink.h
    315 all: all-recursive
    316 
    317 .SUFFIXES:
    318 .SUFFIXES: .c .o .obj
    319 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    320 	@for dep in $?; do \
    321 	  case '$(am__configure_deps)' in \
    322 	    *$$dep*) \
    323 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    324 	        && { if test -f $@; then exit 0; else break; fi; }; \
    325 	      exit 1;; \
    326 	  esac; \
    327 	done; \
    328 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign speaker-test/Makefile'; \
    329 	$(am__cd) $(top_srcdir) && \
    330 	  $(AUTOMAKE) --foreign speaker-test/Makefile
    331 .PRECIOUS: Makefile
    332 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    333 	@case '$?' in \
    334 	  *config.status*) \
    335 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    336 	  *) \
    337 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    338 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    339 	esac;
    340 
    341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    342 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    343 
    344 $(top_srcdir)/configure:  $(am__configure_deps)
    345 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    346 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    347 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    348 $(am__aclocal_m4_deps):
    349 install-binPROGRAMS: $(bin_PROGRAMS)
    350 	@$(NORMAL_INSTALL)
    351 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    352 	if test -n "$$list"; then \
    353 	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    354 	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    355 	fi; \
    356 	for p in $$list; do echo "$$p $$p"; done | \
    357 	sed 's/$(EXEEXT)$$//' | \
    358 	while read p p1; do if test -f $$p; \
    359 	  then echo "$$p"; echo "$$p"; else :; fi; \
    360 	done | \
    361 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    362 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    363 	sed 'N;N;N;s,\n, ,g' | \
    364 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    365 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    366 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    367 	    else { print "f", $$3 "/" $$4, $$1; } } \
    368 	  END { for (d in files) print "f", d, files[d] }' | \
    369 	while read type dir files; do \
    370 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    371 	    test -z "$$files" || { \
    372 	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    373 	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    374 	    } \
    375 	; done
    376 
    377 uninstall-binPROGRAMS:
    378 	@$(NORMAL_UNINSTALL)
    379 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    380 	files=`for p in $$list; do echo "$$p"; done | \
    381 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    382 	      -e 's/$$/$(EXEEXT)/' `; \
    383 	test -n "$$list" || exit 0; \
    384 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    385 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
    386 
    387 clean-binPROGRAMS:
    388 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
    389 speaker-test$(EXEEXT): $(speaker_test_OBJECTS) $(speaker_test_DEPENDENCIES) $(EXTRA_speaker_test_DEPENDENCIES) 
    390 	@rm -f speaker-test$(EXEEXT)
    391 	$(LINK) $(speaker_test_OBJECTS) $(speaker_test_LDADD) $(LIBS)
    392 
    393 mostlyclean-compile:
    394 	-rm -f *.$(OBJEXT)
    395 
    396 distclean-compile:
    397 	-rm -f *.tab.c
    398 
    399 include ./$(DEPDIR)/pink.Po
    400 include ./$(DEPDIR)/speaker-test.Po
    401 
    402 .c.o:
    403 	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    404 	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    405 #	source='$<' object='$@' libtool=no \
    406 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    407 #	$(COMPILE) -c $<
    408 
    409 .c.obj:
    410 	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    411 	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    412 #	source='$<' object='$@' libtool=no \
    413 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    414 #	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    415 install-man1: $(man_MANS)
    416 	@$(NORMAL_INSTALL)
    417 	@list1=''; \
    418 	list2='$(man_MANS)'; \
    419 	test -n "$(man1dir)" \
    420 	  && test -n "`echo $$list1$$list2`" \
    421 	  || exit 0; \
    422 	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
    423 	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
    424 	{ for i in $$list1; do echo "$$i"; done;  \
    425 	if test -n "$$list2"; then \
    426 	  for i in $$list2; do echo "$$i"; done \
    427 	    | sed -n '/\.1[a-z]*$$/p'; \
    428 	fi; \
    429 	} | while read p; do \
    430 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    431 	  echo "$$d$$p"; echo "$$p"; \
    432 	done | \
    433 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    434 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    435 	sed 'N;N;s,\n, ,g' | { \
    436 	list=; while read file base inst; do \
    437 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    438 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
    439 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
    440 	  fi; \
    441 	done; \
    442 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    443 	while read files; do \
    444 	  test -z "$$files" || { \
    445 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
    446 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
    447 	done; }
    448 
    449 uninstall-man1:
    450 	@$(NORMAL_UNINSTALL)
    451 	@list=''; test -n "$(man1dir)" || exit 0; \
    452 	files=`{ for i in $$list; do echo "$$i"; done; \
    453 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    454 	  sed -n '/\.1[a-z]*$$/p'; \
    455 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    456 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    457 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
    458 
    459 # This directory's subdirectories are mostly independent; you can cd
    460 # into them and run 'make' without going through this Makefile.
    461 # To change the values of 'make' variables: instead of editing Makefiles,
    462 # (1) if the variable is set in 'config.status', edit 'config.status'
    463 #     (which will cause the Makefiles to be regenerated when you run 'make');
    464 # (2) otherwise, pass the desired values on the 'make' command line.
    465 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
    466 	@fail= failcom='exit 1'; \
    467 	for f in x $$MAKEFLAGS; do \
    468 	  case $$f in \
    469 	    *=* | --[!k]*);; \
    470 	    *k*) failcom='fail=yes';; \
    471 	  esac; \
    472 	done; \
    473 	dot_seen=no; \
    474 	target=`echo $@ | sed s/-recursive//`; \
    475 	case "$@" in \
    476 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    477 	  *) list='$(SUBDIRS)' ;; \
    478 	esac; \
    479 	for subdir in $$list; do \
    480 	  echo "Making $$target in $$subdir"; \
    481 	  if test "$$subdir" = "."; then \
    482 	    dot_seen=yes; \
    483 	    local_target="$$target-am"; \
    484 	  else \
    485 	    local_target="$$target"; \
    486 	  fi; \
    487 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    488 	  || eval $$failcom; \
    489 	done; \
    490 	if test "$$dot_seen" = "no"; then \
    491 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    492 	fi; test -z "$$fail"
    493 tags-recursive:
    494 	list='$(SUBDIRS)'; for subdir in $$list; do \
    495 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    496 	done
    497 ctags-recursive:
    498 	list='$(SUBDIRS)'; for subdir in $$list; do \
    499 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    500 	done
    501 cscopelist-recursive:
    502 	list='$(SUBDIRS)'; for subdir in $$list; do \
    503 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
    504 	done
    505 
    506 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    507 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    508 	unique=`for i in $$list; do \
    509 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    510 	  done | \
    511 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    512 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    513 	mkid -fID $$unique
    514 tags: TAGS
    515 
    516 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    517 		$(TAGS_FILES) $(LISP)
    518 	set x; \
    519 	here=`pwd`; \
    520 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    521 	  include_option=--etags-include; \
    522 	  empty_fix=.; \
    523 	else \
    524 	  include_option=--include; \
    525 	  empty_fix=; \
    526 	fi; \
    527 	list='$(SUBDIRS)'; for subdir in $$list; do \
    528 	  if test "$$subdir" = .; then :; else \
    529 	    test ! -f $$subdir/TAGS || \
    530 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    531 	  fi; \
    532 	done; \
    533 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    534 	unique=`for i in $$list; do \
    535 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    536 	  done | \
    537 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    538 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    539 	shift; \
    540 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    541 	  test -n "$$unique" || unique=$$empty_fix; \
    542 	  if test $$# -gt 0; then \
    543 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    544 	      "$$@" $$unique; \
    545 	  else \
    546 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    547 	      $$unique; \
    548 	  fi; \
    549 	fi
    550 ctags: CTAGS
    551 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    552 		$(TAGS_FILES) $(LISP)
    553 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    554 	unique=`for i in $$list; do \
    555 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    556 	  done | \
    557 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    558 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    559 	test -z "$(CTAGS_ARGS)$$unique" \
    560 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    561 	     $$unique
    562 
    563 GTAGS:
    564 	here=`$(am__cd) $(top_builddir) && pwd` \
    565 	  && $(am__cd) $(top_srcdir) \
    566 	  && gtags -i $(GTAGS_ARGS) "$$here"
    567 
    568 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
    569 	list='$(SOURCES) $(HEADERS) $(LISP)'; \
    570 	case "$(srcdir)" in \
    571 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    572 	  *) sdir=$(subdir)/$(srcdir) ;; \
    573 	esac; \
    574 	for i in $$list; do \
    575 	  if test -f "$$i"; then \
    576 	    echo "$(subdir)/$$i"; \
    577 	  else \
    578 	    echo "$$sdir/$$i"; \
    579 	  fi; \
    580 	done >> $(top_builddir)/cscope.files
    581 
    582 distclean-tags:
    583 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    584 
    585 distdir: $(DISTFILES)
    586 	@list='$(MANS)'; if test -n "$$list"; then \
    587 	  list=`for p in $$list; do \
    588 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    589 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
    590 	  if test -n "$$list" && \
    591 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
    592 	    echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
    593 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
    594 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
    595 	    echo "       typically 'make maintainer-clean' will remove them" >&2; \
    596 	    exit 1; \
    597 	  else :; fi; \
    598 	else :; fi
    599 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    600 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    601 	list='$(DISTFILES)'; \
    602 	  dist_files=`for file in $$list; do echo $$file; done | \
    603 	  sed -e "s|^$$srcdirstrip/||;t" \
    604 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    605 	case $$dist_files in \
    606 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    607 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    608 			   sort -u` ;; \
    609 	esac; \
    610 	for file in $$dist_files; do \
    611 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    612 	  if test -d $$d/$$file; then \
    613 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    614 	    if test -d "$(distdir)/$$file"; then \
    615 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    616 	    fi; \
    617 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    618 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    619 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    620 	    fi; \
    621 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    622 	  else \
    623 	    test -f "$(distdir)/$$file" \
    624 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    625 	    || exit 1; \
    626 	  fi; \
    627 	done
    628 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    629 	  if test "$$subdir" = .; then :; else \
    630 	    $(am__make_dryrun) \
    631 	      || test -d "$(distdir)/$$subdir" \
    632 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    633 	      || exit 1; \
    634 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    635 	    $(am__relativize); \
    636 	    new_distdir=$$reldir; \
    637 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    638 	    $(am__relativize); \
    639 	    new_top_distdir=$$reldir; \
    640 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    641 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    642 	    ($(am__cd) $$subdir && \
    643 	      $(MAKE) $(AM_MAKEFLAGS) \
    644 	        top_distdir="$$new_top_distdir" \
    645 	        distdir="$$new_distdir" \
    646 		am__remove_distdir=: \
    647 		am__skip_length_check=: \
    648 		am__skip_mode_fix=: \
    649 	        distdir) \
    650 	      || exit 1; \
    651 	  fi; \
    652 	done
    653 check-am: all-am
    654 check: check-recursive
    655 all-am: Makefile $(PROGRAMS) $(MANS)
    656 installdirs: installdirs-recursive
    657 installdirs-am:
    658 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
    659 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    660 	done
    661 install: install-recursive
    662 install-exec: install-exec-recursive
    663 install-data: install-data-recursive
    664 uninstall: uninstall-recursive
    665 
    666 install-am: all-am
    667 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    668 
    669 installcheck: installcheck-recursive
    670 install-strip:
    671 	if test -z '$(STRIP)'; then \
    672 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    673 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    674 	      install; \
    675 	else \
    676 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    677 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    678 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    679 	fi
    680 mostlyclean-generic:
    681 
    682 clean-generic:
    683 
    684 distclean-generic:
    685 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    686 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    687 
    688 maintainer-clean-generic:
    689 	@echo "This command is intended for maintainers to use"
    690 	@echo "it deletes files that may require special tools to rebuild."
    691 clean: clean-recursive
    692 
    693 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
    694 
    695 distclean: distclean-recursive
    696 	-rm -rf ./$(DEPDIR)
    697 	-rm -f Makefile
    698 distclean-am: clean-am distclean-compile distclean-generic \
    699 	distclean-tags
    700 
    701 dvi: dvi-recursive
    702 
    703 dvi-am:
    704 
    705 html: html-recursive
    706 
    707 html-am:
    708 
    709 info: info-recursive
    710 
    711 info-am:
    712 
    713 install-data-am: install-man
    714 
    715 install-dvi: install-dvi-recursive
    716 
    717 install-dvi-am:
    718 
    719 install-exec-am: install-binPROGRAMS
    720 
    721 install-html: install-html-recursive
    722 
    723 install-html-am:
    724 
    725 install-info: install-info-recursive
    726 
    727 install-info-am:
    728 
    729 install-man: install-man1
    730 
    731 install-pdf: install-pdf-recursive
    732 
    733 install-pdf-am:
    734 
    735 install-ps: install-ps-recursive
    736 
    737 install-ps-am:
    738 
    739 installcheck-am:
    740 
    741 maintainer-clean: maintainer-clean-recursive
    742 	-rm -rf ./$(DEPDIR)
    743 	-rm -f Makefile
    744 maintainer-clean-am: distclean-am maintainer-clean-generic
    745 
    746 mostlyclean: mostlyclean-recursive
    747 
    748 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    749 
    750 pdf: pdf-recursive
    751 
    752 pdf-am:
    753 
    754 ps: ps-recursive
    755 
    756 ps-am:
    757 
    758 uninstall-am: uninstall-binPROGRAMS uninstall-man
    759 
    760 uninstall-man: uninstall-man1
    761 
    762 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
    763 	cscopelist-recursive ctags-recursive install-am install-strip \
    764 	tags-recursive
    765 
    766 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    767 	all all-am check check-am clean clean-binPROGRAMS \
    768 	clean-generic cscopelist cscopelist-recursive ctags \
    769 	ctags-recursive distclean distclean-compile distclean-generic \
    770 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    771 	install install-am install-binPROGRAMS install-data \
    772 	install-data-am install-dvi install-dvi-am install-exec \
    773 	install-exec-am install-html install-html-am install-info \
    774 	install-info-am install-man install-man1 install-pdf \
    775 	install-pdf-am install-ps install-ps-am install-strip \
    776 	installcheck installcheck-am installdirs installdirs-am \
    777 	maintainer-clean maintainer-clean-generic mostlyclean \
    778 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
    779 	tags tags-recursive uninstall uninstall-am \
    780 	uninstall-binPROGRAMS uninstall-man uninstall-man1
    781 
    782 
    783 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    784 # Otherwise a system limit (for SysV at least) may be exceeded.
    785 .NOEXPORT: