Makefile (13834B)
1 # Makefile.in generated by automake 1.12.2 from Makefile.am. 2 # alsactl/init/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 = alsactl/init 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)$(alsainitdir)" 103 DATA = $(alsainit_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/alsactl/init 195 abs_srcdir = /home/pi/tarina/alsa-utils-1.1.3/alsactl/init 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 init_files = \ 252 00main default help info test \ 253 hda ca0106 254 255 EXTRA_DIST = $(init_files) 256 alsainitdir = $(datadir)/alsa/init 257 alsainit_DATA = $(init_files) 258 all: all-am 259 260 .SUFFIXES: 261 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 262 @for dep in $?; do \ 263 case '$(am__configure_deps)' in \ 264 *$$dep*) \ 265 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 266 && { if test -f $@; then exit 0; else break; fi; }; \ 267 exit 1;; \ 268 esac; \ 269 done; \ 270 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign alsactl/init/Makefile'; \ 271 $(am__cd) $(top_srcdir) && \ 272 $(AUTOMAKE) --foreign alsactl/init/Makefile 273 .PRECIOUS: Makefile 274 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 275 @case '$?' in \ 276 *config.status*) \ 277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 278 *) \ 279 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 280 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 281 esac; 282 283 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 285 286 $(top_srcdir)/configure: $(am__configure_deps) 287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 288 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 289 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 290 $(am__aclocal_m4_deps): 291 install-alsainitDATA: $(alsainit_DATA) 292 @$(NORMAL_INSTALL) 293 @list='$(alsainit_DATA)'; test -n "$(alsainitdir)" || list=; \ 294 if test -n "$$list"; then \ 295 echo " $(MKDIR_P) '$(DESTDIR)$(alsainitdir)'"; \ 296 $(MKDIR_P) "$(DESTDIR)$(alsainitdir)" || exit 1; \ 297 fi; \ 298 for p in $$list; do \ 299 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 300 echo "$$d$$p"; \ 301 done | $(am__base_list) | \ 302 while read files; do \ 303 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(alsainitdir)'"; \ 304 $(INSTALL_DATA) $$files "$(DESTDIR)$(alsainitdir)" || exit $$?; \ 305 done 306 307 uninstall-alsainitDATA: 308 @$(NORMAL_UNINSTALL) 309 @list='$(alsainit_DATA)'; test -n "$(alsainitdir)" || list=; \ 310 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 311 dir='$(DESTDIR)$(alsainitdir)'; $(am__uninstall_files_from_dir) 312 tags: TAGS 313 TAGS: 314 315 ctags: CTAGS 316 CTAGS: 317 318 cscope cscopelist: 319 320 321 distdir: $(DISTFILES) 322 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 323 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 324 list='$(DISTFILES)'; \ 325 dist_files=`for file in $$list; do echo $$file; done | \ 326 sed -e "s|^$$srcdirstrip/||;t" \ 327 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 328 case $$dist_files in \ 329 */*) $(MKDIR_P) `echo "$$dist_files" | \ 330 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 331 sort -u` ;; \ 332 esac; \ 333 for file in $$dist_files; do \ 334 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 335 if test -d $$d/$$file; then \ 336 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 337 if test -d "$(distdir)/$$file"; then \ 338 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 339 fi; \ 340 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 341 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 342 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 343 fi; \ 344 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 345 else \ 346 test -f "$(distdir)/$$file" \ 347 || cp -p $$d/$$file "$(distdir)/$$file" \ 348 || exit 1; \ 349 fi; \ 350 done 351 check-am: all-am 352 check: check-am 353 all-am: Makefile $(DATA) 354 installdirs: 355 for dir in "$(DESTDIR)$(alsainitdir)"; do \ 356 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 357 done 358 install: install-am 359 install-exec: install-exec-am 360 install-data: install-data-am 361 uninstall: uninstall-am 362 363 install-am: all-am 364 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 365 366 installcheck: installcheck-am 367 install-strip: 368 if test -z '$(STRIP)'; then \ 369 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 370 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 371 install; \ 372 else \ 373 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 374 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 375 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 376 fi 377 mostlyclean-generic: 378 379 clean-generic: 380 381 distclean-generic: 382 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 383 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 384 385 maintainer-clean-generic: 386 @echo "This command is intended for maintainers to use" 387 @echo "it deletes files that may require special tools to rebuild." 388 clean: clean-am 389 390 clean-am: clean-generic mostlyclean-am 391 392 distclean: distclean-am 393 -rm -f Makefile 394 distclean-am: clean-am distclean-generic 395 396 dvi: dvi-am 397 398 dvi-am: 399 400 html: html-am 401 402 html-am: 403 404 info: info-am 405 406 info-am: 407 408 install-data-am: install-alsainitDATA 409 410 install-dvi: install-dvi-am 411 412 install-dvi-am: 413 414 install-exec-am: 415 416 install-html: install-html-am 417 418 install-html-am: 419 420 install-info: install-info-am 421 422 install-info-am: 423 424 install-man: 425 426 install-pdf: install-pdf-am 427 428 install-pdf-am: 429 430 install-ps: install-ps-am 431 432 install-ps-am: 433 434 installcheck-am: 435 436 maintainer-clean: maintainer-clean-am 437 -rm -f Makefile 438 maintainer-clean-am: distclean-am maintainer-clean-generic 439 440 mostlyclean: mostlyclean-am 441 442 mostlyclean-am: mostlyclean-generic 443 444 pdf: pdf-am 445 446 pdf-am: 447 448 ps: ps-am 449 450 ps-am: 451 452 uninstall-am: uninstall-alsainitDATA 453 454 .MAKE: install-am install-strip 455 456 .PHONY: all all-am check check-am clean clean-generic distclean \ 457 distclean-generic distdir dvi dvi-am html html-am info info-am \ 458 install install-alsainitDATA install-am install-data \ 459 install-data-am install-dvi install-dvi-am install-exec \ 460 install-exec-am install-html install-html-am install-info \ 461 install-info-am install-man install-pdf install-pdf-am \ 462 install-ps install-ps-am install-strip installcheck \ 463 installcheck-am installdirs maintainer-clean \ 464 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 465 pdf-am ps ps-am uninstall uninstall-alsainitDATA uninstall-am 466 467 468 # Tell versions [3.59,3.63) of GNU make to not export all variables. 469 # Otherwise a system limit (for SysV at least) may be exceeded. 470 .NOEXPORT: