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 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@ 92subdir = libmp3lame/i386 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 95 $(top_srcdir)/configure.in 96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 $(ACLOCAL_M4) 98DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 99 $(am__DIST_COMMON) 100mkinstalldirs = $(install_sh) -d 101CONFIG_HEADER = $(top_builddir)/config.h 102CONFIG_CLEAN_FILES = 103CONFIG_CLEAN_VPATH_FILES = 104LTLIBRARIES = $(noinst_LTLIBRARIES) 105liblameasmroutines_la_LIBADD = 106am__liblameasmroutines_la_SOURCES_DIST = choose_table.nas cpu_feat.nas \ 107 fft3dn.nas fftsse.nas 108am__objects_1 = choose_table.lo cpu_feat.lo fft3dn.lo fftsse.lo 109liblameasmroutines_la_OBJECTS = $(am_liblameasmroutines_la_OBJECTS) 110AM_V_lt = $(am__v_lt_@AM_V@) 111am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 112am__v_lt_0 = --silent 113am__v_lt_1 = 114@HAVE_NASM_TRUE@am_liblameasmroutines_la_rpath = 115AM_V_P = $(am__v_P_@AM_V@) 116am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 117am__v_P_0 = false 118am__v_P_1 = : 119AM_V_GEN = $(am__v_GEN_@AM_V@) 120am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 121am__v_GEN_0 = @echo " GEN " $@; 122am__v_GEN_1 = 123AM_V_at = $(am__v_at_@AM_V@) 124am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 125am__v_at_0 = @ 126am__v_at_1 = 127DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 128SOURCES = $(liblameasmroutines_la_SOURCES) \ 129 $(EXTRA_liblameasmroutines_la_SOURCES) 130DIST_SOURCES = $(am__liblameasmroutines_la_SOURCES_DIST) \ 131 $(EXTRA_liblameasmroutines_la_SOURCES) 132am__can_run_installinfo = \ 133 case $$AM_UPDATE_INFO_DIR in \ 134 n|no|NO) false;; \ 135 *) (install-info --version) >/dev/null 2>&1;; \ 136 esac 137HEADERS = $(noinst_HEADERS) 138am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 139# Read a list of newline-separated strings from the standard input, 140# and print each of them once, without duplicates. Input order is 141# *not* preserved. 142am__uniquify_input = $(AWK) '\ 143 BEGIN { nonempty = 0; } \ 144 { items[$$0] = 1; nonempty = 1; } \ 145 END { if (nonempty) { for (i in items) print i; }; } \ 146' 147# Make sure the list of sources is unique. This is necessary because, 148# e.g., the same source file might be shared among _SOURCES variables 149# for different programs/libraries. 150am__define_uniq_tagged_files = \ 151 list='$(am__tagged_files)'; \ 152 unique=`for i in $$list; do \ 153 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 154 done | $(am__uniquify_input)` 155ETAGS = etags 156CTAGS = ctags 157am__DIST_COMMON = $(srcdir)/Makefile.in 158DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 159ACLOCAL = @ACLOCAL@ 160ALLOCA = @ALLOCA@ 161AMTAR = @AMTAR@ 162AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 163AR = @AR@ 164AUTOCONF = @AUTOCONF@ 165AUTOHEADER = @AUTOHEADER@ 166AUTOMAKE = @AUTOMAKE@ 167AWK = @AWK@ 168CC = @CC@ 169CCDEPMODE = @CCDEPMODE@ 170CFLAGS = @CFLAGS@ 171CONFIG_DEFS = @CONFIG_DEFS@ 172CONFIG_MATH_LIB = @CONFIG_MATH_LIB@ 173CPP = @CPP@ 174CPPFLAGS = @CPPFLAGS@ 175CPUCCODE = @CPUCCODE@ 176CPUTYPE = @CPUTYPE@ 177CYGPATH_W = @CYGPATH_W@ 178DEFS = @DEFS@ @CONFIG_DEFS@ 179DEPDIR = @DEPDIR@ 180DLLTOOL = @DLLTOOL@ 181DSYMUTIL = @DSYMUTIL@ 182DUMPBIN = @DUMPBIN@ 183ECHO_C = @ECHO_C@ 184ECHO_N = @ECHO_N@ 185ECHO_T = @ECHO_T@ 186EGREP = @EGREP@ 187EXEEXT = @EXEEXT@ 188FGREP = @FGREP@ 189FRONTEND_CFLAGS = @FRONTEND_CFLAGS@ 190FRONTEND_LDADD = @FRONTEND_LDADD@ 191FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@ 192GREP = @GREP@ 193GTK_CFLAGS = @GTK_CFLAGS@ 194GTK_CONFIG = @GTK_CONFIG@ 195GTK_LIBS = @GTK_LIBS@ 196INCLUDES = @INCLUDES@ -I$(top_srcdir)/libmp3lame/@CPUTYPE@ 197INSTALL = @INSTALL@ 198INSTALL_DATA = @INSTALL_DATA@ 199INSTALL_PROGRAM = @INSTALL_PROGRAM@ 200INSTALL_SCRIPT = @INSTALL_SCRIPT@ 201INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 202LD = @LD@ 203LDADD = @LDADD@ 204LDFLAGS = @LDFLAGS@ 205LIBICONV = @LIBICONV@ 206LIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@ 207LIBOBJS = @LIBOBJS@ 208LIBS = @LIBS@ 209LIBTOOL = @LIBTOOL@ 210LIBTOOL_DEPS = @LIBTOOL_DEPS@ 211LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@ 212LIB_MINOR_VERSION = @LIB_MINOR_VERSION@ 213LIPO = @LIPO@ 214LN_S = @LN_S@ 215LTLIBICONV = @LTLIBICONV@ 216LTLIBOBJS = @LTLIBOBJS@ 217LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 218MAINT = @MAINT@ 219MAKEDEP = @MAKEDEP@ 220MAKEINFO = @MAKEINFO@ 221MANIFEST_TOOL = @MANIFEST_TOOL@ 222MKDIR_P = @MKDIR_P@ 223NASM = @NASM@ 224NASM_FORMAT = @NASM_FORMAT@ 225NM = @NM@ 226NMEDIT = @NMEDIT@ 227OBJDUMP = @OBJDUMP@ 228OBJEXT = @OBJEXT@ 229OTOOL = @OTOOL@ 230OTOOL64 = @OTOOL64@ 231PACKAGE = @PACKAGE@ 232PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 233PACKAGE_NAME = @PACKAGE_NAME@ 234PACKAGE_STRING = @PACKAGE_STRING@ 235PACKAGE_TARNAME = @PACKAGE_TARNAME@ 236PACKAGE_URL = @PACKAGE_URL@ 237PACKAGE_VERSION = @PACKAGE_VERSION@ 238PATH_SEPARATOR = @PATH_SEPARATOR@ 239PKG_CONFIG = @PKG_CONFIG@ 240PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 241PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 242RANLIB = @RANLIB@ 243RM_F = @RM_F@ 244SED = @SED@ 245SET_MAKE = @SET_MAKE@ 246SHELL = @SHELL@ 247SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ 248SNDFILE_LIBS = @SNDFILE_LIBS@ 249STRIP = @STRIP@ 250VERSION = @VERSION@ 251WITH_FRONTEND = @WITH_FRONTEND@ 252WITH_MP3RTP = @WITH_MP3RTP@ 253WITH_MP3X = @WITH_MP3X@ 254abs_builddir = @abs_builddir@ 255abs_srcdir = @abs_srcdir@ 256abs_top_builddir = @abs_top_builddir@ 257abs_top_srcdir = @abs_top_srcdir@ 258ac_ct_AR = @ac_ct_AR@ 259ac_ct_CC = @ac_ct_CC@ 260ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 261am__include = @am__include@ 262am__leading_dot = @am__leading_dot@ 263am__quote = @am__quote@ 264am__tar = @am__tar@ 265am__untar = @am__untar@ 266bindir = @bindir@ 267build = @build@ 268build_alias = @build_alias@ 269build_cpu = @build_cpu@ 270build_os = @build_os@ 271build_vendor = @build_vendor@ 272builddir = @builddir@ 273datadir = @datadir@ 274datarootdir = @datarootdir@ 275docdir = @docdir@ 276dvidir = @dvidir@ 277exec_prefix = @exec_prefix@ 278host = @host@ 279host_alias = @host_alias@ 280host_cpu = @host_cpu@ 281host_os = @host_os@ 282host_vendor = @host_vendor@ 283htmldir = @htmldir@ 284includedir = @includedir@ 285infodir = @infodir@ 286install_sh = @install_sh@ 287libdir = @libdir@ 288libexecdir = @libexecdir@ 289localedir = @localedir@ 290localstatedir = @localstatedir@ 291mandir = @mandir@ 292mkdir_p = @mkdir_p@ 293mpg123_CFLAGS = @mpg123_CFLAGS@ 294mpg123_LIBS = @mpg123_LIBS@ 295oldincludedir = @oldincludedir@ 296pdfdir = @pdfdir@ 297prefix = @prefix@ 298program_transform_name = @program_transform_name@ 299psdir = @psdir@ 300sbindir = @sbindir@ 301sharedstatedir = @sharedstatedir@ 302srcdir = @srcdir@ 303sysconfdir = @sysconfdir@ 304target_alias = @target_alias@ 305top_build_prefix = @top_build_prefix@ 306top_builddir = @top_builddir@ 307top_srcdir = @top_srcdir@ 308AUTOMAKE_OPTIONS = foreign 309nasm_sources = \ 310 choose_table.nas \ 311 cpu_feat.nas \ 312 fft3dn.nas \ 313 fftsse.nas 314 315@HAVE_NASM_TRUE@noinst_LTLIBRARIES = liblameasmroutines.la 316@HAVE_NASM_TRUE@liblameasmroutines_la_SOURCES = $(nasm_sources) 317@HAVE_NASM_TRUE@liblameasmroutines_la_DEPENDENCIES = $(nasm_sources:.nas.lo) 318@HAVE_NASM_TRUE@am_liblameasmroutines_la_OBJECTS = \ 319@HAVE_NASM_TRUE@ choose_table$U.lo \ 320@HAVE_NASM_TRUE@ cpu_feat$U.lo \ 321@HAVE_NASM_TRUE@ fft3dn$U.lo \ 322@HAVE_NASM_TRUE@ fftsse$U.lo 323 324noinst_HEADERS = nasm.h 325SUFFIXES = .nas .lo 326EXTRA_liblameasmroutines_la_SOURCES = $(nasm_sources) 327CLEANFILES = \ 328 choose_table.o.lst \ 329 choose_table.lo.lst \ 330 cpu_feat.o.lst \ 331 cpu_feat.lo.lst \ 332 fft3dn.o.lst \ 333 fft3dn.lo.lst \ 334 fftsse.o.lst \ 335 fftsse.lo.lst 336 337EXTRA_DIST = \ 338 fft.nas \ 339 fftfpu.nas \ 340 ffttbl.nas \ 341 scalar.nas 342 343NASMFLAGS = @NASM_FORMAT@ -i $(top_srcdir)/libmp3lame/@CPUTYPE@/ 344COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 345 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 346 347LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 348 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 349 350CCLD = $(CC) 351LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 352 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 353 354all: all-am 355 356.SUFFIXES: 357.SUFFIXES: .nas .lo .o 358$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 359 @for dep in $?; do \ 360 case '$(am__configure_deps)' in \ 361 *$$dep*) \ 362 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 363 && { if test -f $@; then exit 0; else break; fi; }; \ 364 exit 1;; \ 365 esac; \ 366 done; \ 367 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libmp3lame/i386/Makefile'; \ 368 $(am__cd) $(top_srcdir) && \ 369 $(AUTOMAKE) --foreign libmp3lame/i386/Makefile 370Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 371 @case '$?' in \ 372 *config.status*) \ 373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 374 *) \ 375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 376 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 377 esac; 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 388clean-noinstLTLIBRARIES: 389 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 390 @list='$(noinst_LTLIBRARIES)'; \ 391 locs=`for p in $$list; do echo $$p; done | \ 392 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 393 sort -u`; \ 394 test -z "$$locs" || { \ 395 echo rm -f $${locs}; \ 396 rm -f $${locs}; \ 397 } 398 399liblameasmroutines.la: $(liblameasmroutines_la_OBJECTS) $(liblameasmroutines_la_DEPENDENCIES) $(EXTRA_liblameasmroutines_la_DEPENDENCIES) 400 $(AM_V_CCLD)$(LINK) $(am_liblameasmroutines_la_rpath) $(liblameasmroutines_la_OBJECTS) $(liblameasmroutines_la_LIBADD) $(LIBS) 401 402mostlyclean-compile: 403 -rm -f *.$(OBJEXT) 404 405distclean-compile: 406 -rm -f *.tab.c 407 408mostlyclean-libtool: 409 -rm -f *.lo 410 411clean-libtool: 412 -rm -rf .libs _libs 413 414ID: $(am__tagged_files) 415 $(am__define_uniq_tagged_files); mkid -fID $$unique 416tags: tags-am 417TAGS: tags 418 419tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 420 set x; \ 421 here=`pwd`; \ 422 $(am__define_uniq_tagged_files); \ 423 shift; \ 424 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 425 test -n "$$unique" || unique=$$empty_fix; \ 426 if test $$# -gt 0; then \ 427 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 428 "$$@" $$unique; \ 429 else \ 430 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 431 $$unique; \ 432 fi; \ 433 fi 434ctags: ctags-am 435 436CTAGS: ctags 437ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 438 $(am__define_uniq_tagged_files); \ 439 test -z "$(CTAGS_ARGS)$$unique" \ 440 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 441 $$unique 442 443GTAGS: 444 here=`$(am__cd) $(top_builddir) && pwd` \ 445 && $(am__cd) $(top_srcdir) \ 446 && gtags -i $(GTAGS_ARGS) "$$here" 447cscopelist: cscopelist-am 448 449cscopelist-am: $(am__tagged_files) 450 list='$(am__tagged_files)'; \ 451 case "$(srcdir)" in \ 452 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 453 *) sdir=$(subdir)/$(srcdir) ;; \ 454 esac; \ 455 for i in $$list; do \ 456 if test -f "$$i"; then \ 457 echo "$(subdir)/$$i"; \ 458 else \ 459 echo "$$sdir/$$i"; \ 460 fi; \ 461 done >> $(top_builddir)/cscope.files 462 463distclean-tags: 464 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 465 466distdir: $(BUILT_SOURCES) 467 $(MAKE) $(AM_MAKEFLAGS) distdir-am 468 469distdir-am: $(DISTFILES) 470 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 471 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 472 list='$(DISTFILES)'; \ 473 dist_files=`for file in $$list; do echo $$file; done | \ 474 sed -e "s|^$$srcdirstrip/||;t" \ 475 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 476 case $$dist_files in \ 477 */*) $(MKDIR_P) `echo "$$dist_files" | \ 478 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 479 sort -u` ;; \ 480 esac; \ 481 for file in $$dist_files; do \ 482 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 483 if test -d $$d/$$file; then \ 484 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 485 if test -d "$(distdir)/$$file"; then \ 486 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 487 fi; \ 488 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 489 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 490 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 491 fi; \ 492 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 493 else \ 494 test -f "$(distdir)/$$file" \ 495 || cp -p $$d/$$file "$(distdir)/$$file" \ 496 || exit 1; \ 497 fi; \ 498 done 499check-am: all-am 500check: check-am 501all-am: Makefile $(LTLIBRARIES) $(HEADERS) 502installdirs: 503install: install-am 504install-exec: install-exec-am 505install-data: install-data-am 506uninstall: uninstall-am 507 508install-am: all-am 509 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 510 511installcheck: installcheck-am 512install-strip: 513 if test -z '$(STRIP)'; then \ 514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 516 install; \ 517 else \ 518 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 519 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 520 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 521 fi 522mostlyclean-generic: 523 524clean-generic: 525 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 526 527distclean-generic: 528 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 529 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 530 531maintainer-clean-generic: 532 @echo "This command is intended for maintainers to use" 533 @echo "it deletes files that may require special tools to rebuild." 534clean: clean-am 535 536clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 537 mostlyclean-am 538 539distclean: distclean-am 540 -rm -f Makefile 541distclean-am: clean-am distclean-compile distclean-generic \ 542 distclean-tags 543 544dvi: dvi-am 545 546dvi-am: 547 548html: html-am 549 550html-am: 551 552info: info-am 553 554info-am: 555 556install-data-am: 557 558install-dvi: install-dvi-am 559 560install-dvi-am: 561 562install-exec-am: 563 564install-html: install-html-am 565 566install-html-am: 567 568install-info: install-info-am 569 570install-info-am: 571 572install-man: 573 574install-pdf: install-pdf-am 575 576install-pdf-am: 577 578install-ps: install-ps-am 579 580install-ps-am: 581 582installcheck-am: 583 584maintainer-clean: maintainer-clean-am 585 -rm -f Makefile 586maintainer-clean-am: distclean-am maintainer-clean-generic 587 588mostlyclean: mostlyclean-am 589 590mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 591 mostlyclean-libtool 592 593pdf: pdf-am 594 595pdf-am: 596 597ps: ps-am 598 599ps-am: 600 601uninstall-am: 602 603.MAKE: install-am install-strip 604 605.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 606 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 607 ctags-am distclean distclean-compile distclean-generic \ 608 distclean-libtool distclean-tags distdir dvi dvi-am html \ 609 html-am info info-am install install-am install-data \ 610 install-data-am install-dvi install-dvi-am install-exec \ 611 install-exec-am install-html install-html-am install-info \ 612 install-info-am install-man install-pdf install-pdf-am \ 613 install-ps install-ps-am install-strip installcheck \ 614 installcheck-am installdirs maintainer-clean \ 615 maintainer-clean-generic mostlyclean mostlyclean-compile \ 616 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 617 tags tags-am uninstall uninstall-am 618 619.PRECIOUS: Makefile 620 621 622ECHO ?= echo 623 624.nas.o: $< nasm.h 625 $(NASM) $(NASMFLAGS) $< -o $@ -l $@.lst 626 627.nas.lo: $< nasm.h 628 $(ECHO) '# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)' >$@ 629 $(ECHO) "pic_object='$*.o'" >>$@ 630 $(ECHO) "non_pic_object='$*.o'" >>$@ 631 $(NASM) $(NASMFLAGS) $< -o $*.o -l $@.lst 632 633#$(OBJECTS): libtool 634#libtool: $(LIBTOOL_DEPS) 635# $(SHELL) $(top_builddir)/config.status --recheck 636 637# Tell versions [3.59,3.63) of GNU make to not export all variables. 638# Otherwise a system limit (for SysV at least) may be exceeded. 639.NOEXPORT: 640