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