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