Makefile (14927B)
1 # Makefile.in generated by automake 1.12.2 from Makefile.am. 2 # speaker-test/samples/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 subdir = speaker-test/samples 54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 56 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 57 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 58 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 59 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 60 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 61 $(top_srcdir)/configure.ac 62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 63 $(ACLOCAL_M4) 64 mkinstalldirs = $(install_sh) -d 65 CONFIG_HEADER = $(top_builddir)/include/aconfig.h 66 CONFIG_CLEAN_FILES = 67 CONFIG_CLEAN_VPATH_FILES = 68 SOURCES = 69 DIST_SOURCES = 70 am__can_run_installinfo = \ 71 case $$AM_UPDATE_INFO_DIR in \ 72 n|no|NO) false;; \ 73 *) (install-info --version) >/dev/null 2>&1;; \ 74 esac 75 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 76 am__vpath_adj = case $$p in \ 77 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 78 *) f=$$p;; \ 79 esac; 80 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 81 am__install_max = 40 82 am__nobase_strip_setup = \ 83 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 84 am__nobase_strip = \ 85 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 86 am__nobase_list = $(am__nobase_strip_setup); \ 87 for p in $$list; do echo "$$p $$p"; done | \ 88 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 90 if (++n[$$2] == $(am__install_max)) \ 91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 92 END { for (dir in files) print dir, files[dir] }' 93 am__base_list = \ 94 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 95 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 96 am__uninstall_files_from_dir = { \ 97 test -z "$$files" \ 98 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 99 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 100 $(am__cd) "$$dir" && rm -f $$files; }; \ 101 } 102 am__installdirs = "$(DESTDIR)$(alsadir)" "$(DESTDIR)$(sounddir)" 103 DATA = $(alsa_DATA) $(sound_DATA) 104 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 105 ACLOCAL = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run aclocal-1.12 106 ALSACTL_DAEMONSWITCH = /etc/alsa/state-daemon.conf 107 ALSACTL_PIDFILE_DIR = /var/run 108 ALSA_CFLAGS = 109 ALSA_LIBS = -lasound -lm -ldl -lpthread 110 AMTAR = $${TAR-tar} 111 ASOUND_LOCK_DIR = /var/lock 112 ASOUND_STATE_DIR = /var/lib/alsa 113 AUTOCONF = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run autoconf 114 AUTOHEADER = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run autoheader 115 AUTOMAKE = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run automake-1.12 116 AWK = mawk 117 CC = gcc 118 CCDEPMODE = depmode=gcc3 119 CFLAGS = -g -O2 120 CPP = gcc -E 121 CPPFLAGS = 122 CURSESINC = <ncurses.h> 123 CURSESLIB = -lformw -lmenuw -lpanelw -lncursesw -ltinfo 124 CURSES_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 125 CYGPATH_W = echo 126 DEFS = -DHAVE_CONFIG_H 127 DEPDIR = .deps 128 ECHO_C = 129 ECHO_N = -n 130 ECHO_T = 131 EGREP = /bin/grep -E 132 EXEEXT = 133 FFTW_CFLAGS = -g -O2 134 FFTW_INC = 135 FFTW_LIB = -lpthread -lm -lasound -lm -ldl -lpthread 136 GETTEXT_MACRO_VERSION = 0.18 137 GMSGFMT = : 138 GMSGFMT_015 = : 139 GREP = /bin/grep 140 INSTALL = /usr/bin/install -c 141 INSTALL_DATA = ${INSTALL} -m 644 142 INSTALL_PROGRAM = ${INSTALL} 143 INSTALL_SCRIPT = ${INSTALL} 144 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 145 INTLLIBS = 146 INTL_MACOSX_LIBS = 147 LDFLAGS = 148 LIBICONV = -liconv 149 LIBINTL = 150 LIBOBJS = 151 LIBRT = -lrt 152 LIBS = -lasound -lm -ldl -lpthread 153 LN_S = ln -s 154 LTLIBICONV = -liconv 155 LTLIBINTL = 156 LTLIBOBJS = 157 MAINT = 158 MAKEINFO = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run makeinfo 159 MKDIR_P = /bin/mkdir -p 160 MSGFMT = : 161 MSGFMT_015 = : 162 MSGMERGE = : 163 NCURSESW_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 164 NCURSESW_LIBS = -lncursesw -ltinfo 165 NCURSES_CFLAGS = 166 NCURSES_LIBS = 167 OBJEXT = o 168 PACKAGE = alsa-utils 169 PACKAGE_BUGREPORT = 170 PACKAGE_NAME = alsa-utils 171 PACKAGE_STRING = alsa-utils 1.1.3 172 PACKAGE_TARNAME = alsa-utils 173 PACKAGE_URL = 174 PACKAGE_VERSION = 1.1.3 175 PATH_SEPARATOR = : 176 PKG_CONFIG = /usr/bin/pkg-config 177 PKG_CONFIG_LIBDIR = 178 PKG_CONFIG_PATH = 179 POSUB = po 180 SED = /bin/sed 181 SET_MAKE = 182 SHELL = /bin/bash 183 SND_UTIL_MAJOR = 1 184 SND_UTIL_MINOR = 1 185 SND_UTIL_SUBMINOR = 3 186 SND_UTIL_VERSION = 1.1.3 187 STRIP = 188 TESTSOUND = /usr/share/test.wav 189 USE_NLS = yes 190 VERSION = 1.1.3 191 XGETTEXT = : 192 XGETTEXT_015 = : 193 XGETTEXT_EXTRA_OPTIONS = 194 abs_builddir = /home/pi/tarina/alsa-utils-1.1.3/speaker-test/samples 195 abs_srcdir = /home/pi/tarina/alsa-utils-1.1.3/speaker-test/samples 196 abs_top_builddir = /home/pi/tarina/alsa-utils-1.1.3 197 abs_top_srcdir = /home/pi/tarina/alsa-utils-1.1.3 198 ac_ct_CC = gcc 199 am__include = include 200 am__leading_dot = . 201 am__quote = 202 am__tar = $${TAR-tar} chof - "$$tardir" 203 am__untar = $${TAR-tar} xf - 204 bindir = ${exec_prefix}/bin 205 build = armv7l-unknown-linux-gnueabihf 206 build_alias = 207 build_cpu = armv7l 208 build_os = linux-gnueabihf 209 build_vendor = unknown 210 builddir = . 211 datadir = ${datarootdir} 212 datarootdir = ${prefix}/share 213 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 214 dvidir = ${docdir} 215 exec_prefix = ${prefix} 216 host = armv7l-unknown-linux-gnueabihf 217 host_alias = 218 host_cpu = armv7l 219 host_os = linux-gnueabihf 220 host_vendor = unknown 221 htmldir = ${docdir} 222 includedir = ${prefix}/include 223 infodir = ${datarootdir}/info 224 install_sh = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/install-sh 225 libdir = ${exec_prefix}/lib 226 libexecdir = ${exec_prefix}/libexec 227 localedir = ${datarootdir}/locale 228 localstatedir = ${prefix}/var 229 mandir = ${datarootdir}/man 230 mkdir_p = /bin/mkdir -p 231 mydatadir = /usr/share/alsa 232 ncurses5_config = 233 ncursesw5_config = 234 oldincludedir = /usr/include 235 pdfdir = ${docdir} 236 prefix = /usr 237 program_transform_name = s,x,x, 238 psdir = ${docdir} 239 rst2man_available = 240 sbindir = ${exec_prefix}/sbin 241 sharedstatedir = ${prefix}/com 242 srcdir = . 243 sysconfdir = ${prefix}/etc 244 systemdsystemunitdir = /lib/systemd/system 245 target_alias = 246 top_build_prefix = ../../ 247 top_builddir = ../.. 248 top_srcdir = ../.. 249 udevrulesdir = /lib/udev/rules.d 250 xmlto_available = 251 sounddir = $(datadir)/sounds/alsa 252 wav_files = Front_Left.wav \ 253 Rear_Center.wav \ 254 Rear_Right.wav \ 255 Side_Right.wav \ 256 Front_Center.wav \ 257 Front_Right.wav \ 258 Noise.wav \ 259 Rear_Left.wav \ 260 Side_Left.wav 261 262 sound_DATA = $(wav_files) 263 alsadir = $(datadir)/alsa/speaker-test 264 cfg_files = sample_map.csv 265 alsa_DATA = $(cfg_files) 266 EXTRA_DIST = \ 267 $(wav_files) \ 268 $(cfg_files) 269 270 all: all-am 271 272 .SUFFIXES: 273 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 274 @for dep in $?; do \ 275 case '$(am__configure_deps)' in \ 276 *$$dep*) \ 277 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 278 && { if test -f $@; then exit 0; else break; fi; }; \ 279 exit 1;; \ 280 esac; \ 281 done; \ 282 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign speaker-test/samples/Makefile'; \ 283 $(am__cd) $(top_srcdir) && \ 284 $(AUTOMAKE) --foreign speaker-test/samples/Makefile 285 .PRECIOUS: Makefile 286 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 287 @case '$?' in \ 288 *config.status*) \ 289 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 290 *) \ 291 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 292 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 293 esac; 294 295 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 297 298 $(top_srcdir)/configure: $(am__configure_deps) 299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 300 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 302 $(am__aclocal_m4_deps): 303 install-alsaDATA: $(alsa_DATA) 304 @$(NORMAL_INSTALL) 305 @list='$(alsa_DATA)'; test -n "$(alsadir)" || list=; \ 306 if test -n "$$list"; then \ 307 echo " $(MKDIR_P) '$(DESTDIR)$(alsadir)'"; \ 308 $(MKDIR_P) "$(DESTDIR)$(alsadir)" || exit 1; \ 309 fi; \ 310 for p in $$list; do \ 311 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 312 echo "$$d$$p"; \ 313 done | $(am__base_list) | \ 314 while read files; do \ 315 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(alsadir)'"; \ 316 $(INSTALL_DATA) $$files "$(DESTDIR)$(alsadir)" || exit $$?; \ 317 done 318 319 uninstall-alsaDATA: 320 @$(NORMAL_UNINSTALL) 321 @list='$(alsa_DATA)'; test -n "$(alsadir)" || list=; \ 322 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 323 dir='$(DESTDIR)$(alsadir)'; $(am__uninstall_files_from_dir) 324 install-soundDATA: $(sound_DATA) 325 @$(NORMAL_INSTALL) 326 @list='$(sound_DATA)'; test -n "$(sounddir)" || list=; \ 327 if test -n "$$list"; then \ 328 echo " $(MKDIR_P) '$(DESTDIR)$(sounddir)'"; \ 329 $(MKDIR_P) "$(DESTDIR)$(sounddir)" || exit 1; \ 330 fi; \ 331 for p in $$list; do \ 332 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 333 echo "$$d$$p"; \ 334 done | $(am__base_list) | \ 335 while read files; do \ 336 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sounddir)'"; \ 337 $(INSTALL_DATA) $$files "$(DESTDIR)$(sounddir)" || exit $$?; \ 338 done 339 340 uninstall-soundDATA: 341 @$(NORMAL_UNINSTALL) 342 @list='$(sound_DATA)'; test -n "$(sounddir)" || list=; \ 343 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 344 dir='$(DESTDIR)$(sounddir)'; $(am__uninstall_files_from_dir) 345 tags: TAGS 346 TAGS: 347 348 ctags: CTAGS 349 CTAGS: 350 351 cscope cscopelist: 352 353 354 distdir: $(DISTFILES) 355 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 356 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 357 list='$(DISTFILES)'; \ 358 dist_files=`for file in $$list; do echo $$file; done | \ 359 sed -e "s|^$$srcdirstrip/||;t" \ 360 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 361 case $$dist_files in \ 362 */*) $(MKDIR_P) `echo "$$dist_files" | \ 363 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 364 sort -u` ;; \ 365 esac; \ 366 for file in $$dist_files; do \ 367 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 368 if test -d $$d/$$file; then \ 369 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 370 if test -d "$(distdir)/$$file"; then \ 371 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 372 fi; \ 373 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 374 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 375 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 376 fi; \ 377 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 378 else \ 379 test -f "$(distdir)/$$file" \ 380 || cp -p $$d/$$file "$(distdir)/$$file" \ 381 || exit 1; \ 382 fi; \ 383 done 384 check-am: all-am 385 check: check-am 386 all-am: Makefile $(DATA) 387 installdirs: 388 for dir in "$(DESTDIR)$(alsadir)" "$(DESTDIR)$(sounddir)"; do \ 389 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 390 done 391 install: install-am 392 install-exec: install-exec-am 393 install-data: install-data-am 394 uninstall: uninstall-am 395 396 install-am: all-am 397 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 398 399 installcheck: installcheck-am 400 install-strip: 401 if test -z '$(STRIP)'; then \ 402 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 403 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 404 install; \ 405 else \ 406 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 407 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 408 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 409 fi 410 mostlyclean-generic: 411 412 clean-generic: 413 414 distclean-generic: 415 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 416 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 417 418 maintainer-clean-generic: 419 @echo "This command is intended for maintainers to use" 420 @echo "it deletes files that may require special tools to rebuild." 421 clean: clean-am 422 423 clean-am: clean-generic mostlyclean-am 424 425 distclean: distclean-am 426 -rm -f Makefile 427 distclean-am: clean-am distclean-generic 428 429 dvi: dvi-am 430 431 dvi-am: 432 433 html: html-am 434 435 html-am: 436 437 info: info-am 438 439 info-am: 440 441 install-data-am: install-alsaDATA install-soundDATA 442 443 install-dvi: install-dvi-am 444 445 install-dvi-am: 446 447 install-exec-am: 448 449 install-html: install-html-am 450 451 install-html-am: 452 453 install-info: install-info-am 454 455 install-info-am: 456 457 install-man: 458 459 install-pdf: install-pdf-am 460 461 install-pdf-am: 462 463 install-ps: install-ps-am 464 465 install-ps-am: 466 467 installcheck-am: 468 469 maintainer-clean: maintainer-clean-am 470 -rm -f Makefile 471 maintainer-clean-am: distclean-am maintainer-clean-generic 472 473 mostlyclean: mostlyclean-am 474 475 mostlyclean-am: mostlyclean-generic 476 477 pdf: pdf-am 478 479 pdf-am: 480 481 ps: ps-am 482 483 ps-am: 484 485 uninstall-am: uninstall-alsaDATA uninstall-soundDATA 486 487 .MAKE: install-am install-strip 488 489 .PHONY: all all-am check check-am clean clean-generic distclean \ 490 distclean-generic distdir dvi dvi-am html html-am info info-am \ 491 install install-alsaDATA install-am install-data \ 492 install-data-am install-dvi install-dvi-am install-exec \ 493 install-exec-am install-html install-html-am install-info \ 494 install-info-am install-man install-pdf install-pdf-am \ 495 install-ps install-ps-am install-soundDATA install-strip \ 496 installcheck installcheck-am installdirs maintainer-clean \ 497 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 498 pdf-am ps ps-am uninstall uninstall-alsaDATA uninstall-am \ 499 uninstall-soundDATA 500 501 502 # Tell versions [3.59,3.63) of GNU make to not export all variables. 503 # Otherwise a system limit (for SysV at least) may be exceeded. 504 .NOEXPORT: