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