Makefile.in (23593B)
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 VPATH = @srcdir@ 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)/@PACKAGE@ 36 pkgincludedir = $(includedir)/@PACKAGE@ 37 pkglibdir = $(libdir)/@PACKAGE@ 38 pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ 52 host_triplet = @host@ 53 subdir = alsaconf 54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 55 $(srcdir)/alsaconf.in 56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 57 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 58 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 59 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 60 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 61 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 62 $(top_srcdir)/configure.ac 63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 64 $(ACLOCAL_M4) 65 mkinstalldirs = $(install_sh) -d 66 CONFIG_HEADER = $(top_builddir)/include/aconfig.h 67 CONFIG_CLEAN_FILES = alsaconf 68 CONFIG_CLEAN_VPATH_FILES = 69 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 70 am__vpath_adj = case $$p in \ 71 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 72 *) f=$$p;; \ 73 esac; 74 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 75 am__install_max = 40 76 am__nobase_strip_setup = \ 77 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 78 am__nobase_strip = \ 79 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 80 am__nobase_list = $(am__nobase_strip_setup); \ 81 for p in $$list; do echo "$$p $$p"; done | \ 82 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 83 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 84 if (++n[$$2] == $(am__install_max)) \ 85 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 86 END { for (dir in files) print dir, files[dir] }' 87 am__base_list = \ 88 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 89 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 90 am__uninstall_files_from_dir = { \ 91 test -z "$$files" \ 92 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 93 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 94 $(am__cd) "$$dir" && rm -f $$files; }; \ 95 } 96 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" 97 SCRIPTS = $(sbin_SCRIPTS) 98 SOURCES = 99 DIST_SOURCES = 100 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 101 html-recursive info-recursive install-data-recursive \ 102 install-dvi-recursive install-exec-recursive \ 103 install-html-recursive install-info-recursive \ 104 install-pdf-recursive install-ps-recursive install-recursive \ 105 installcheck-recursive installdirs-recursive pdf-recursive \ 106 ps-recursive uninstall-recursive 107 am__can_run_installinfo = \ 108 case $$AM_UPDATE_INFO_DIR in \ 109 n|no|NO) false;; \ 110 *) (install-info --version) >/dev/null 2>&1;; \ 111 esac 112 man8dir = $(mandir)/man8 113 NROFF = nroff 114 MANS = $(man_MANS) 115 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 116 distclean-recursive maintainer-clean-recursive 117 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 118 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 119 distdir 120 ETAGS = etags 121 CTAGS = ctags 122 DIST_SUBDIRS = $(SUBDIRS) 123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 124 am__relativize = \ 125 dir0=`pwd`; \ 126 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 127 sed_rest='s,^[^/]*/*,,'; \ 128 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 129 sed_butlast='s,/*[^/]*$$,,'; \ 130 while test -n "$$dir1"; do \ 131 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 132 if test "$$first" != "."; then \ 133 if test "$$first" = ".."; then \ 134 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 135 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 136 else \ 137 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 138 if test "$$first2" = "$$first"; then \ 139 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 140 else \ 141 dir2="../$$dir2"; \ 142 fi; \ 143 dir0="$$dir0"/"$$first"; \ 144 fi; \ 145 fi; \ 146 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 147 done; \ 148 reldir="$$dir2" 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 sbin_SCRIPTS = alsaconf 296 man_MANS = alsaconf.8 alsaconf.fr.8 297 EXTRA_DIST = $(man_MANS) 298 SUBDIRS = po 299 all: all-recursive 300 301 .SUFFIXES: 302 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 303 @for dep in $?; do \ 304 case '$(am__configure_deps)' in \ 305 *$$dep*) \ 306 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 307 && { if test -f $@; then exit 0; else break; fi; }; \ 308 exit 1;; \ 309 esac; \ 310 done; \ 311 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign alsaconf/Makefile'; \ 312 $(am__cd) $(top_srcdir) && \ 313 $(AUTOMAKE) --foreign alsaconf/Makefile 314 .PRECIOUS: Makefile 315 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 316 @case '$?' in \ 317 *config.status*) \ 318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 319 *) \ 320 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 322 esac; 323 324 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 326 327 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 329 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 331 $(am__aclocal_m4_deps): 332 alsaconf: $(top_builddir)/config.status $(srcdir)/alsaconf.in 333 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 334 install-sbinSCRIPTS: $(sbin_SCRIPTS) 335 @$(NORMAL_INSTALL) 336 @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \ 337 if test -n "$$list"; then \ 338 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ 339 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ 340 fi; \ 341 for p in $$list; do \ 342 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 343 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 344 done | \ 345 sed -e 'p;s,.*/,,;n' \ 346 -e 'h;s|.*|.|' \ 347 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 348 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 349 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 350 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 351 if (++n[d] == $(am__install_max)) { \ 352 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 353 else { print "f", d "/" $$4, $$1 } } \ 354 END { for (d in files) print "f", d, files[d] }' | \ 355 while read type dir files; do \ 356 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 357 test -z "$$files" || { \ 358 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ 359 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ 360 } \ 361 ; done 362 363 uninstall-sbinSCRIPTS: 364 @$(NORMAL_UNINSTALL) 365 @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \ 366 files=`for p in $$list; do echo "$$p"; done | \ 367 sed -e 's,.*/,,;$(transform)'`; \ 368 dir='$(DESTDIR)$(sbindir)'; $(am__uninstall_files_from_dir) 369 370 # This directory's subdirectories are mostly independent; you can cd 371 # into them and run 'make' without going through this Makefile. 372 # To change the values of 'make' variables: instead of editing Makefiles, 373 # (1) if the variable is set in 'config.status', edit 'config.status' 374 # (which will cause the Makefiles to be regenerated when you run 'make'); 375 # (2) otherwise, pass the desired values on the 'make' command line. 376 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): 377 @fail= failcom='exit 1'; \ 378 for f in x $$MAKEFLAGS; do \ 379 case $$f in \ 380 *=* | --[!k]*);; \ 381 *k*) failcom='fail=yes';; \ 382 esac; \ 383 done; \ 384 dot_seen=no; \ 385 target=`echo $@ | sed s/-recursive//`; \ 386 case "$@" in \ 387 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 388 *) list='$(SUBDIRS)' ;; \ 389 esac; \ 390 for subdir in $$list; do \ 391 echo "Making $$target in $$subdir"; \ 392 if test "$$subdir" = "."; then \ 393 dot_seen=yes; \ 394 local_target="$$target-am"; \ 395 else \ 396 local_target="$$target"; \ 397 fi; \ 398 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 399 || eval $$failcom; \ 400 done; \ 401 if test "$$dot_seen" = "no"; then \ 402 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 403 fi; test -z "$$fail" 404 tags-recursive: 405 list='$(SUBDIRS)'; for subdir in $$list; do \ 406 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 407 done 408 ctags-recursive: 409 list='$(SUBDIRS)'; for subdir in $$list; do \ 410 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 411 done 412 cscopelist-recursive: 413 list='$(SUBDIRS)'; for subdir in $$list; do \ 414 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ 415 done 416 417 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 418 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 419 unique=`for i in $$list; do \ 420 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 421 done | \ 422 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 423 END { if (nonempty) { for (i in files) print i; }; }'`; \ 424 mkid -fID $$unique 425 tags: TAGS 426 427 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 428 $(TAGS_FILES) $(LISP) 429 set x; \ 430 here=`pwd`; \ 431 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 432 include_option=--etags-include; \ 433 empty_fix=.; \ 434 else \ 435 include_option=--include; \ 436 empty_fix=; \ 437 fi; \ 438 list='$(SUBDIRS)'; for subdir in $$list; do \ 439 if test "$$subdir" = .; then :; else \ 440 test ! -f $$subdir/TAGS || \ 441 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 442 fi; \ 443 done; \ 444 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 445 unique=`for i in $$list; do \ 446 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 447 done | \ 448 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 449 END { if (nonempty) { for (i in files) print i; }; }'`; \ 450 shift; \ 451 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 452 test -n "$$unique" || unique=$$empty_fix; \ 453 if test $$# -gt 0; then \ 454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 455 "$$@" $$unique; \ 456 else \ 457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 458 $$unique; \ 459 fi; \ 460 fi 461 ctags: CTAGS 462 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 463 $(TAGS_FILES) $(LISP) 464 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 465 unique=`for i in $$list; do \ 466 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 467 done | \ 468 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 469 END { if (nonempty) { for (i in files) print i; }; }'`; \ 470 test -z "$(CTAGS_ARGS)$$unique" \ 471 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 472 $$unique 473 474 GTAGS: 475 here=`$(am__cd) $(top_builddir) && pwd` \ 476 && $(am__cd) $(top_srcdir) \ 477 && gtags -i $(GTAGS_ARGS) "$$here" 478 479 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) 480 list='$(SOURCES) $(HEADERS) $(LISP)'; \ 481 case "$(srcdir)" in \ 482 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 483 *) sdir=$(subdir)/$(srcdir) ;; \ 484 esac; \ 485 for i in $$list; do \ 486 if test -f "$$i"; then \ 487 echo "$(subdir)/$$i"; \ 488 else \ 489 echo "$$sdir/$$i"; \ 490 fi; \ 491 done >> $(top_builddir)/cscope.files 492 493 distclean-tags: 494 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 495 496 distdir: $(DISTFILES) 497 @list='$(MANS)'; if test -n "$$list"; then \ 498 list=`for p in $$list; do \ 499 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 500 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ 501 if test -n "$$list" && \ 502 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ 503 echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \ 504 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ 505 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ 506 echo " typically 'make maintainer-clean' will remove them" >&2; \ 507 exit 1; \ 508 else :; fi; \ 509 else :; fi 510 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 511 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 512 list='$(DISTFILES)'; \ 513 dist_files=`for file in $$list; do echo $$file; done | \ 514 sed -e "s|^$$srcdirstrip/||;t" \ 515 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 516 case $$dist_files in \ 517 */*) $(MKDIR_P) `echo "$$dist_files" | \ 518 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 519 sort -u` ;; \ 520 esac; \ 521 for file in $$dist_files; do \ 522 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 523 if test -d $$d/$$file; then \ 524 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 525 if test -d "$(distdir)/$$file"; then \ 526 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 527 fi; \ 528 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 529 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 530 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 531 fi; \ 532 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 533 else \ 534 test -f "$(distdir)/$$file" \ 535 || cp -p $$d/$$file "$(distdir)/$$file" \ 536 || exit 1; \ 537 fi; \ 538 done 539 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 540 if test "$$subdir" = .; then :; else \ 541 $(am__make_dryrun) \ 542 || test -d "$(distdir)/$$subdir" \ 543 || $(MKDIR_P) "$(distdir)/$$subdir" \ 544 || exit 1; \ 545 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 546 $(am__relativize); \ 547 new_distdir=$$reldir; \ 548 dir1=$$subdir; dir2="$(top_distdir)"; \ 549 $(am__relativize); \ 550 new_top_distdir=$$reldir; \ 551 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 552 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 553 ($(am__cd) $$subdir && \ 554 $(MAKE) $(AM_MAKEFLAGS) \ 555 top_distdir="$$new_top_distdir" \ 556 distdir="$$new_distdir" \ 557 am__remove_distdir=: \ 558 am__skip_length_check=: \ 559 am__skip_mode_fix=: \ 560 distdir) \ 561 || exit 1; \ 562 fi; \ 563 done 564 check-am: all-am 565 check: check-recursive 566 all-am: Makefile $(SCRIPTS) $(MANS) 567 installdirs: installdirs-recursive 568 installdirs-am: 569 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \ 570 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 571 done 572 install: install-recursive 573 install-exec: install-exec-recursive 574 install-data: install-data-recursive 575 uninstall: uninstall-recursive 576 577 install-am: all-am 578 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 579 580 installcheck: installcheck-recursive 581 install-strip: 582 if test -z '$(STRIP)'; then \ 583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 585 install; \ 586 else \ 587 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 588 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 589 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 590 fi 591 mostlyclean-generic: 592 593 clean-generic: 594 595 distclean-generic: 596 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 597 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 598 599 maintainer-clean-generic: 600 @echo "This command is intended for maintainers to use" 601 @echo "it deletes files that may require special tools to rebuild." 602 clean: clean-recursive 603 604 clean-am: clean-generic mostlyclean-am 605 606 distclean: distclean-recursive 607 -rm -f Makefile 608 distclean-am: clean-am distclean-generic distclean-tags 609 610 dvi: dvi-recursive 611 612 dvi-am: 613 614 html: html-recursive 615 616 html-am: 617 618 info: info-recursive 619 620 info-am: 621 622 install-data-am: install-man 623 624 install-dvi: install-dvi-recursive 625 626 install-dvi-am: 627 628 install-exec-am: install-sbinSCRIPTS 629 630 install-html: install-html-recursive 631 632 install-html-am: 633 634 install-info: install-info-recursive 635 636 install-info-am: 637 638 install-man: install-man8 639 640 install-pdf: install-pdf-recursive 641 642 install-pdf-am: 643 644 install-ps: install-ps-recursive 645 646 install-ps-am: 647 648 installcheck-am: 649 650 maintainer-clean: maintainer-clean-recursive 651 -rm -f Makefile 652 maintainer-clean-am: distclean-am maintainer-clean-generic 653 654 mostlyclean: mostlyclean-recursive 655 656 mostlyclean-am: mostlyclean-generic 657 658 pdf: pdf-recursive 659 660 pdf-am: 661 662 ps: ps-recursive 663 664 ps-am: 665 666 uninstall-am: uninstall-man uninstall-sbinSCRIPTS 667 668 uninstall-man: uninstall-man8 669 670 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ 671 cscopelist-recursive ctags-recursive install-am install-strip \ 672 tags-recursive 673 674 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 675 all all-am check check-am clean clean-generic cscopelist \ 676 cscopelist-recursive ctags ctags-recursive distclean \ 677 distclean-generic distclean-tags distdir dvi dvi-am html \ 678 html-am info info-am install install-am install-data \ 679 install-data-am install-dvi install-dvi-am install-exec \ 680 install-exec-am install-html install-html-am install-info \ 681 install-info-am install-man install-man8 install-pdf \ 682 install-pdf-am install-ps install-ps-am install-sbinSCRIPTS \ 683 install-strip installcheck installcheck-am installdirs \ 684 installdirs-am maintainer-clean maintainer-clean-generic \ 685 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 686 tags-recursive uninstall uninstall-am uninstall-man \ 687 uninstall-man8 uninstall-sbinSCRIPTS 688 689 690 install-man8: 691 @for i in $(man_MANS); do \ 692 ext=`echo $$i | $(SED) -e 's/^.*\\.//'`; \ 693 inst=`echo $$i | $(SED) -e 's/\\.[^.]*$$//'`; \ 694 case $$inst in \ 695 *.[a-za-z]*)\ 696 loc=`echo $$inst | $(SED) -e 's/^.*\\.//'`; \ 697 loc="/$$loc"; \ 698 inst=`echo $$inst | $(SED) -e 's/\\.[^.]*$$//'`;; \ 699 *)\ 700 loc="";; \ 701 esac; \ 702 $(mkinstalldirs) $(DESTDIR)$(mandir)$$loc/man$$ext; \ 703 echo " $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)$$loc/man$$ext/$$inst.$$ext"; \ 704 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(mandir)$$loc/man$$ext/$$inst.$$ext; \ 705 done 706 707 uninstall-man8: 708 @for i in $(man_MANS); do \ 709 ext=`echo $$i | $(SED) -e 's/^.*\\.//'`; \ 710 inst=`echo $$i | $(SED) -e 's/\\.[^.]*$$//'`; \ 711 case $$inst in \ 712 *.[a-za-z]*)\ 713 loc=`echo $$inst | $(SED) -e 's/^.*\\.//'`; \ 714 loc="/$$loc"; \ 715 inst=`echo $$inst | $(SED) -e 's/\\.[^.]*$$//'`;; \ 716 *)\ 717 loc="";; \ 718 esac; \ 719 echo " rm -f $(DESTDIR)$(mandir)$$loc/man$$ext/$$inst.$$ext"; \ 720 rm -f $(DESTDIR)$(mandir)$$loc/man$$ext/$$inst.$$ext; \ 721 done 722 723 # Tell versions [3.59,3.63) of GNU make to not export all variables. 724 # Otherwise a system limit (for SysV at least) may be exceeded. 725 .NOEXPORT: