1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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# global section for every Makefile.am 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92EXTRA_PROGRAMS = abx$(EXEEXT) ath$(EXEEXT) scalartest$(EXEEXT) 93subdir = misc 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 96 $(top_srcdir)/configure.in 97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 $(ACLOCAL_M4) 99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 100mkinstalldirs = $(install_sh) -d 101CONFIG_HEADER = $(top_builddir)/config.h 102CONFIG_CLEAN_FILES = 103CONFIG_CLEAN_VPATH_FILES = 104am_abx_OBJECTS = abx.$(OBJEXT) 105abx_OBJECTS = $(am_abx_OBJECTS) 106abx_LDADD = $(LDADD) 107abx_DEPENDENCIES = 108AM_V_lt = $(am__v_lt_@AM_V@) 109am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 110am__v_lt_0 = --silent 111am__v_lt_1 = 112am_ath_OBJECTS = ath.$(OBJEXT) 113ath_OBJECTS = $(am_ath_OBJECTS) 114ath_LDADD = $(LDADD) 115ath_DEPENDENCIES = 116am_scalartest_OBJECTS = scalartest.$(OBJEXT) 117scalartest_OBJECTS = $(am_scalartest_OBJECTS) 118scalartest_LDADD = $(LDADD) 119scalartest_DEPENDENCIES = 120AM_V_P = $(am__v_P_@AM_V@) 121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 122am__v_P_0 = false 123am__v_P_1 = : 124AM_V_GEN = $(am__v_GEN_@AM_V@) 125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 126am__v_GEN_0 = @echo " GEN " $@; 127am__v_GEN_1 = 128AM_V_at = $(am__v_at_@AM_V@) 129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 130am__v_at_0 = @ 131am__v_at_1 = 132DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 133depcomp = $(SHELL) $(top_srcdir)/depcomp 134am__maybe_remake_depfiles = depfiles 135am__depfiles_remade = ./$(DEPDIR)/abx.Po ./$(DEPDIR)/ath.Po \ 136 ./$(DEPDIR)/scalartest.Po 137am__mv = mv -f 138COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 139 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 140LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 141 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 142 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 143 $(AM_CFLAGS) $(CFLAGS) 144AM_V_CC = $(am__v_CC_@AM_V@) 145am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 146am__v_CC_0 = @echo " CC " $@; 147am__v_CC_1 = 148CCLD = $(CC) 149LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 150 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 151 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 152AM_V_CCLD = $(am__v_CCLD_@AM_V@) 153am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 154am__v_CCLD_0 = @echo " CCLD " $@; 155am__v_CCLD_1 = 156SOURCES = $(abx_SOURCES) $(ath_SOURCES) $(scalartest_SOURCES) 157DIST_SOURCES = $(abx_SOURCES) $(ath_SOURCES) $(scalartest_SOURCES) 158am__can_run_installinfo = \ 159 case $$AM_UPDATE_INFO_DIR in \ 160 n|no|NO) false;; \ 161 *) (install-info --version) >/dev/null 2>&1;; \ 162 esac 163am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 164# Read a list of newline-separated strings from the standard input, 165# and print each of them once, without duplicates. Input order is 166# *not* preserved. 167am__uniquify_input = $(AWK) '\ 168 BEGIN { nonempty = 0; } \ 169 { items[$$0] = 1; nonempty = 1; } \ 170 END { if (nonempty) { for (i in items) print i; }; } \ 171' 172# Make sure the list of sources is unique. This is necessary because, 173# e.g., the same source file might be shared among _SOURCES variables 174# for different programs/libraries. 175am__define_uniq_tagged_files = \ 176 list='$(am__tagged_files)'; \ 177 unique=`for i in $$list; do \ 178 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 179 done | $(am__uniquify_input)` 180ETAGS = etags 181CTAGS = ctags 182am__DIST_COMMON = $(srcdir)/Makefile.in \ 183 $(top_srcdir)/Makefile.am.global $(top_srcdir)/depcomp depcomp 184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 185ACLOCAL = @ACLOCAL@ 186ALLOCA = @ALLOCA@ 187AMTAR = @AMTAR@ 188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 189AR = @AR@ 190AUTOCONF = @AUTOCONF@ 191AUTOHEADER = @AUTOHEADER@ 192AUTOMAKE = @AUTOMAKE@ 193AWK = @AWK@ 194CC = @CC@ 195CCDEPMODE = @CCDEPMODE@ 196CFLAGS = @CFLAGS@ 197CONFIG_DEFS = @CONFIG_DEFS@ 198CONFIG_MATH_LIB = @CONFIG_MATH_LIB@ 199CPP = @CPP@ 200CPPFLAGS = @CPPFLAGS@ 201CPUCCODE = @CPUCCODE@ 202CPUTYPE = @CPUTYPE@ 203CYGPATH_W = @CYGPATH_W@ 204DEFS = @DEFS@ 205DEPDIR = @DEPDIR@ 206DLLTOOL = @DLLTOOL@ 207DSYMUTIL = @DSYMUTIL@ 208DUMPBIN = @DUMPBIN@ 209ECHO_C = @ECHO_C@ 210ECHO_N = @ECHO_N@ 211ECHO_T = @ECHO_T@ 212EGREP = @EGREP@ 213EXEEXT = @EXEEXT@ 214FGREP = @FGREP@ 215FRONTEND_CFLAGS = @FRONTEND_CFLAGS@ 216FRONTEND_LDADD = @FRONTEND_LDADD@ 217FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@ 218GREP = @GREP@ 219GTK_CFLAGS = @GTK_CFLAGS@ 220GTK_CONFIG = @GTK_CONFIG@ 221GTK_LIBS = @GTK_LIBS@ 222INCLUDES = @INCLUDES@ 223INSTALL = @INSTALL@ 224INSTALL_DATA = @INSTALL_DATA@ 225INSTALL_PROGRAM = @INSTALL_PROGRAM@ 226INSTALL_SCRIPT = @INSTALL_SCRIPT@ 227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 228LD = @LD@ 229LDADD = @LDADD@ 230LDFLAGS = @LDFLAGS@ 231LIBICONV = @LIBICONV@ 232LIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@ 233LIBOBJS = @LIBOBJS@ 234LIBS = @LIBS@ 235LIBTOOL = @LIBTOOL@ 236LIBTOOL_DEPS = @LIBTOOL_DEPS@ 237LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@ 238LIB_MINOR_VERSION = @LIB_MINOR_VERSION@ 239LIPO = @LIPO@ 240LN_S = @LN_S@ 241LTLIBICONV = @LTLIBICONV@ 242LTLIBOBJS = @LTLIBOBJS@ 243LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 244MAINT = @MAINT@ 245MAKEDEP = @MAKEDEP@ 246MAKEINFO = @MAKEINFO@ 247MANIFEST_TOOL = @MANIFEST_TOOL@ 248MKDIR_P = @MKDIR_P@ 249NASM = @NASM@ 250NASM_FORMAT = @NASM_FORMAT@ 251NM = @NM@ 252NMEDIT = @NMEDIT@ 253OBJDUMP = @OBJDUMP@ 254OBJEXT = @OBJEXT@ 255OTOOL = @OTOOL@ 256OTOOL64 = @OTOOL64@ 257PACKAGE = @PACKAGE@ 258PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 259PACKAGE_NAME = @PACKAGE_NAME@ 260PACKAGE_STRING = @PACKAGE_STRING@ 261PACKAGE_TARNAME = @PACKAGE_TARNAME@ 262PACKAGE_URL = @PACKAGE_URL@ 263PACKAGE_VERSION = @PACKAGE_VERSION@ 264PATH_SEPARATOR = @PATH_SEPARATOR@ 265PKG_CONFIG = @PKG_CONFIG@ 266PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 267PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 268RANLIB = @RANLIB@ 269RM_F = @RM_F@ 270SED = @SED@ 271SET_MAKE = @SET_MAKE@ 272SHELL = @SHELL@ 273SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ 274SNDFILE_LIBS = @SNDFILE_LIBS@ 275STRIP = @STRIP@ 276VERSION = @VERSION@ 277WITH_FRONTEND = @WITH_FRONTEND@ 278WITH_MP3RTP = @WITH_MP3RTP@ 279WITH_MP3X = @WITH_MP3X@ 280abs_builddir = @abs_builddir@ 281abs_srcdir = @abs_srcdir@ 282abs_top_builddir = @abs_top_builddir@ 283abs_top_srcdir = @abs_top_srcdir@ 284ac_ct_AR = @ac_ct_AR@ 285ac_ct_CC = @ac_ct_CC@ 286ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 287am__include = @am__include@ 288am__leading_dot = @am__leading_dot@ 289am__quote = @am__quote@ 290am__tar = @am__tar@ 291am__untar = @am__untar@ 292bindir = @bindir@ 293build = @build@ 294build_alias = @build_alias@ 295build_cpu = @build_cpu@ 296build_os = @build_os@ 297build_vendor = @build_vendor@ 298builddir = @builddir@ 299datadir = @datadir@ 300datarootdir = @datarootdir@ 301docdir = @docdir@ 302dvidir = @dvidir@ 303exec_prefix = @exec_prefix@ 304host = @host@ 305host_alias = @host_alias@ 306host_cpu = @host_cpu@ 307host_os = @host_os@ 308host_vendor = @host_vendor@ 309htmldir = @htmldir@ 310includedir = @includedir@ 311infodir = @infodir@ 312install_sh = @install_sh@ 313libdir = @libdir@ 314libexecdir = @libexecdir@ 315localedir = @localedir@ 316localstatedir = @localstatedir@ 317mandir = @mandir@ 318mkdir_p = @mkdir_p@ 319mpg123_CFLAGS = @mpg123_CFLAGS@ 320mpg123_LIBS = @mpg123_LIBS@ 321oldincludedir = @oldincludedir@ 322pdfdir = @pdfdir@ 323prefix = @prefix@ 324program_transform_name = @program_transform_name@ 325psdir = @psdir@ 326sbindir = @sbindir@ 327sharedstatedir = @sharedstatedir@ 328srcdir = @srcdir@ 329sysconfdir = @sysconfdir@ 330target_alias = @target_alias@ 331top_build_prefix = @top_build_prefix@ 332top_builddir = @top_builddir@ 333top_srcdir = @top_srcdir@ 334AUTOMAKE_OPTIONS = 1.15 foreign 335CLEANFILES = $(EXTRA_PROGRAMS) 336EXTRA_SCRIPTS = \ 337 auenc \ 338 lameid3.pl \ 339 mugeco.sh \ 340 mlame \ 341 mk_mp3.sh 342 343EXTRA_DIST = \ 344 $(EXTRA_SCRIPTS) \ 345 Lame.vbs \ 346 lameGUI.html \ 347 lame4dos.bat \ 348 mlame_corr.c 349 350abx_SOURCES = abx.c 351ath_SOURCES = ath.c 352scalartest_SOURCES = scalartest.c 353all: all-am 354 355.SUFFIXES: 356.SUFFIXES: .c .lo .o .obj 357$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps) 358 @for dep in $?; do \ 359 case '$(am__configure_deps)' in \ 360 *$$dep*) \ 361 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 362 && { if test -f $@; then exit 0; else break; fi; }; \ 363 exit 1;; \ 364 esac; \ 365 done; \ 366 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign misc/Makefile'; \ 367 $(am__cd) $(top_srcdir) && \ 368 $(AUTOMAKE) --foreign misc/Makefile 369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 370 @case '$?' in \ 371 *config.status*) \ 372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 373 *) \ 374 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 375 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 376 esac; 377$(top_srcdir)/Makefile.am.global $(am__empty): 378 379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 381 382$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 384$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 386$(am__aclocal_m4_deps): 387 388abx$(EXEEXT): $(abx_OBJECTS) $(abx_DEPENDENCIES) $(EXTRA_abx_DEPENDENCIES) 389 @rm -f abx$(EXEEXT) 390 $(AM_V_CCLD)$(LINK) $(abx_OBJECTS) $(abx_LDADD) $(LIBS) 391 392ath$(EXEEXT): $(ath_OBJECTS) $(ath_DEPENDENCIES) $(EXTRA_ath_DEPENDENCIES) 393 @rm -f ath$(EXEEXT) 394 $(AM_V_CCLD)$(LINK) $(ath_OBJECTS) $(ath_LDADD) $(LIBS) 395 396scalartest$(EXEEXT): $(scalartest_OBJECTS) $(scalartest_DEPENDENCIES) $(EXTRA_scalartest_DEPENDENCIES) 397 @rm -f scalartest$(EXEEXT) 398 $(AM_V_CCLD)$(LINK) $(scalartest_OBJECTS) $(scalartest_LDADD) $(LIBS) 399 400mostlyclean-compile: 401 -rm -f *.$(OBJEXT) 402 403distclean-compile: 404 -rm -f *.tab.c 405 406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abx.Po@am__quote@ # am--include-marker 407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ath.Po@am__quote@ # am--include-marker 408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalartest.Po@am__quote@ # am--include-marker 409 410$(am__depfiles_remade): 411 @$(MKDIR_P) $(@D) 412 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 413 414am--depfiles: $(am__depfiles_remade) 415 416.c.o: 417@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 418@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 419@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 420@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 421@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 422 423.c.obj: 424@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 425@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 426@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 427@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 428@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 429 430.c.lo: 431@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 432@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 433@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 434@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 435@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 436 437mostlyclean-libtool: 438 -rm -f *.lo 439 440clean-libtool: 441 -rm -rf .libs _libs 442 443ID: $(am__tagged_files) 444 $(am__define_uniq_tagged_files); mkid -fID $$unique 445tags: tags-am 446TAGS: tags 447 448tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 449 set x; \ 450 here=`pwd`; \ 451 $(am__define_uniq_tagged_files); \ 452 shift; \ 453 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 454 test -n "$$unique" || unique=$$empty_fix; \ 455 if test $$# -gt 0; then \ 456 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 457 "$$@" $$unique; \ 458 else \ 459 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 460 $$unique; \ 461 fi; \ 462 fi 463ctags: ctags-am 464 465CTAGS: ctags 466ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 467 $(am__define_uniq_tagged_files); \ 468 test -z "$(CTAGS_ARGS)$$unique" \ 469 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 470 $$unique 471 472GTAGS: 473 here=`$(am__cd) $(top_builddir) && pwd` \ 474 && $(am__cd) $(top_srcdir) \ 475 && gtags -i $(GTAGS_ARGS) "$$here" 476cscopelist: cscopelist-am 477 478cscopelist-am: $(am__tagged_files) 479 list='$(am__tagged_files)'; \ 480 case "$(srcdir)" in \ 481 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 482 *) sdir=$(subdir)/$(srcdir) ;; \ 483 esac; \ 484 for i in $$list; do \ 485 if test -f "$$i"; then \ 486 echo "$(subdir)/$$i"; \ 487 else \ 488 echo "$$sdir/$$i"; \ 489 fi; \ 490 done >> $(top_builddir)/cscope.files 491 492distclean-tags: 493 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 494 495distdir: $(BUILT_SOURCES) 496 $(MAKE) $(AM_MAKEFLAGS) distdir-am 497 498distdir-am: $(DISTFILES) 499 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 500 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 501 list='$(DISTFILES)'; \ 502 dist_files=`for file in $$list; do echo $$file; done | \ 503 sed -e "s|^$$srcdirstrip/||;t" \ 504 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 505 case $$dist_files in \ 506 */*) $(MKDIR_P) `echo "$$dist_files" | \ 507 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 508 sort -u` ;; \ 509 esac; \ 510 for file in $$dist_files; do \ 511 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 512 if test -d $$d/$$file; then \ 513 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 514 if test -d "$(distdir)/$$file"; then \ 515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 516 fi; \ 517 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 518 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 519 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 520 fi; \ 521 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 522 else \ 523 test -f "$(distdir)/$$file" \ 524 || cp -p $$d/$$file "$(distdir)/$$file" \ 525 || exit 1; \ 526 fi; \ 527 done 528check-am: all-am 529check: check-am 530all-am: Makefile 531installdirs: 532install: install-am 533install-exec: install-exec-am 534install-data: install-data-am 535uninstall: uninstall-am 536 537install-am: all-am 538 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 539 540installcheck: installcheck-am 541install-strip: 542 if test -z '$(STRIP)'; then \ 543 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 544 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 545 install; \ 546 else \ 547 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 548 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 549 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 550 fi 551mostlyclean-generic: 552 553clean-generic: 554 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 555 556distclean-generic: 557 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 558 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 559 560maintainer-clean-generic: 561 @echo "This command is intended for maintainers to use" 562 @echo "it deletes files that may require special tools to rebuild." 563clean: clean-am 564 565clean-am: clean-generic clean-libtool mostlyclean-am 566 567distclean: distclean-am 568 -rm -f ./$(DEPDIR)/abx.Po 569 -rm -f ./$(DEPDIR)/ath.Po 570 -rm -f ./$(DEPDIR)/scalartest.Po 571 -rm -f Makefile 572distclean-am: clean-am distclean-compile distclean-generic \ 573 distclean-tags 574 575dvi: dvi-am 576 577dvi-am: 578 579html: html-am 580 581html-am: 582 583info: info-am 584 585info-am: 586 587install-data-am: 588 589install-dvi: install-dvi-am 590 591install-dvi-am: 592 593install-exec-am: 594 595install-html: install-html-am 596 597install-html-am: 598 599install-info: install-info-am 600 601install-info-am: 602 603install-man: 604 605install-pdf: install-pdf-am 606 607install-pdf-am: 608 609install-ps: install-ps-am 610 611install-ps-am: 612 613installcheck-am: 614 615maintainer-clean: maintainer-clean-am 616 -rm -f ./$(DEPDIR)/abx.Po 617 -rm -f ./$(DEPDIR)/ath.Po 618 -rm -f ./$(DEPDIR)/scalartest.Po 619 -rm -f Makefile 620maintainer-clean-am: distclean-am maintainer-clean-generic 621 622mostlyclean: mostlyclean-am 623 624mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 625 mostlyclean-libtool 626 627pdf: pdf-am 628 629pdf-am: 630 631ps: ps-am 632 633ps-am: 634 635uninstall-am: 636 637.MAKE: install-am install-strip 638 639.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 640 clean-generic clean-libtool cscopelist-am ctags ctags-am \ 641 distclean distclean-compile distclean-generic \ 642 distclean-libtool distclean-tags distdir dvi dvi-am html \ 643 html-am info info-am install install-am install-data \ 644 install-data-am install-dvi install-dvi-am install-exec \ 645 install-exec-am install-html install-html-am install-info \ 646 install-info-am install-man install-pdf install-pdf-am \ 647 install-ps install-ps-am install-strip installcheck \ 648 installcheck-am installdirs maintainer-clean \ 649 maintainer-clean-generic mostlyclean mostlyclean-compile \ 650 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 651 tags tags-am uninstall uninstall-am 652 653.PRECIOUS: Makefile 654 655 656# end global section 657 658# Tell versions [3.59,3.63) of GNU make to not export all variables. 659# Otherwise a system limit (for SysV at least) may be exceeded. 660.NOEXPORT: 661