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