Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = libmp3lame/i386
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  89. $(top_srcdir)/configure.in
  90. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  91. $(ACLOCAL_M4)
  92. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  93. $(am__DIST_COMMON)
  94. mkinstalldirs = $(install_sh) -d
  95. CONFIG_HEADER = $(top_builddir)/config.h
  96. CONFIG_CLEAN_FILES =
  97. CONFIG_CLEAN_VPATH_FILES =
  98. LTLIBRARIES = $(noinst_LTLIBRARIES)
  99. liblameasmroutines_la_LIBADD =
  100. am__liblameasmroutines_la_SOURCES_DIST = choose_table.nas cpu_feat.nas \
  101. fft3dn.nas fftsse.nas
  102. am__objects_1 = choose_table.lo cpu_feat.lo fft3dn.lo fftsse.lo
  103. liblameasmroutines_la_OBJECTS = $(am_liblameasmroutines_la_OBJECTS)
  104. AM_V_lt = $(am__v_lt_@AM_V@)
  105. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  106. am__v_lt_0 = --silent
  107. am__v_lt_1 =
  108. @HAVE_NASM_TRUE@am_liblameasmroutines_la_rpath =
  109. AM_V_P = $(am__v_P_@AM_V@)
  110. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  111. am__v_P_0 = false
  112. am__v_P_1 = :
  113. AM_V_GEN = $(am__v_GEN_@AM_V@)
  114. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  115. am__v_GEN_0 = @echo " GEN " $@;
  116. am__v_GEN_1 =
  117. AM_V_at = $(am__v_at_@AM_V@)
  118. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  119. am__v_at_0 = @
  120. am__v_at_1 =
  121. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  122. SOURCES = $(liblameasmroutines_la_SOURCES) \
  123. $(EXTRA_liblameasmroutines_la_SOURCES)
  124. DIST_SOURCES = $(am__liblameasmroutines_la_SOURCES_DIST) \
  125. $(EXTRA_liblameasmroutines_la_SOURCES)
  126. am__can_run_installinfo = \
  127. case $$AM_UPDATE_INFO_DIR in \
  128. n|no|NO) false;; \
  129. *) (install-info --version) >/dev/null 2>&1;; \
  130. esac
  131. HEADERS = $(noinst_HEADERS)
  132. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  133. # Read a list of newline-separated strings from the standard input,
  134. # and print each of them once, without duplicates. Input order is
  135. # *not* preserved.
  136. am__uniquify_input = $(AWK) '\
  137. BEGIN { nonempty = 0; } \
  138. { items[$$0] = 1; nonempty = 1; } \
  139. END { if (nonempty) { for (i in items) print i; }; } \
  140. '
  141. # Make sure the list of sources is unique. This is necessary because,
  142. # e.g., the same source file might be shared among _SOURCES variables
  143. # for different programs/libraries.
  144. am__define_uniq_tagged_files = \
  145. list='$(am__tagged_files)'; \
  146. unique=`for i in $$list; do \
  147. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  148. done | $(am__uniquify_input)`
  149. ETAGS = etags
  150. CTAGS = ctags
  151. am__DIST_COMMON = $(srcdir)/Makefile.in
  152. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  153. ACLOCAL = @ACLOCAL@
  154. ALLOCA = @ALLOCA@
  155. AMTAR = @AMTAR@
  156. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  157. AR = @AR@
  158. AUTOCONF = @AUTOCONF@
  159. AUTOHEADER = @AUTOHEADER@
  160. AUTOMAKE = @AUTOMAKE@
  161. AWK = @AWK@
  162. CC = @CC@
  163. CCDEPMODE = @CCDEPMODE@
  164. CFLAGS = @CFLAGS@
  165. CONFIG_DEFS = @CONFIG_DEFS@
  166. CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
  167. CPP = @CPP@
  168. CPPFLAGS = @CPPFLAGS@
  169. CPUCCODE = @CPUCCODE@
  170. CPUTYPE = @CPUTYPE@
  171. CYGPATH_W = @CYGPATH_W@
  172. DEFS = @DEFS@ @CONFIG_DEFS@
  173. DEPDIR = @DEPDIR@
  174. DLLTOOL = @DLLTOOL@
  175. DSYMUTIL = @DSYMUTIL@
  176. DUMPBIN = @DUMPBIN@
  177. ECHO_C = @ECHO_C@
  178. ECHO_N = @ECHO_N@
  179. ECHO_T = @ECHO_T@
  180. EGREP = @EGREP@
  181. EXEEXT = @EXEEXT@
  182. FGREP = @FGREP@
  183. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  184. FRONTEND_LDADD = @FRONTEND_LDADD@
  185. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  186. GREP = @GREP@
  187. GTK_CFLAGS = @GTK_CFLAGS@
  188. GTK_CONFIG = @GTK_CONFIG@
  189. GTK_LIBS = @GTK_LIBS@
  190. INCLUDES = @INCLUDES@ -I$(top_srcdir)/libmp3lame/@CPUTYPE@
  191. INSTALL = @INSTALL@
  192. INSTALL_DATA = @INSTALL_DATA@
  193. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  194. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  195. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  196. LD = @LD@
  197. LDADD = @LDADD@
  198. LDFLAGS = @LDFLAGS@
  199. LIBICONV = @LIBICONV@
  200. LIBOBJS = @LIBOBJS@
  201. LIBS = @LIBS@
  202. LIBTOOL = @LIBTOOL@
  203. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  204. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  205. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  206. LIPO = @LIPO@
  207. LN_S = @LN_S@
  208. LTLIBICONV = @LTLIBICONV@
  209. LTLIBOBJS = @LTLIBOBJS@
  210. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  211. MAINT = @MAINT@
  212. MAKEDEP = @MAKEDEP@
  213. MAKEINFO = @MAKEINFO@
  214. MANIFEST_TOOL = @MANIFEST_TOOL@
  215. MKDIR_P = @MKDIR_P@
  216. NASM = @NASM@
  217. NASM_FORMAT = @NASM_FORMAT@
  218. NM = @NM@
  219. NMEDIT = @NMEDIT@
  220. OBJDUMP = @OBJDUMP@
  221. OBJEXT = @OBJEXT@
  222. OTOOL = @OTOOL@
  223. OTOOL64 = @OTOOL64@
  224. PACKAGE = @PACKAGE@
  225. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  226. PACKAGE_NAME = @PACKAGE_NAME@
  227. PACKAGE_STRING = @PACKAGE_STRING@
  228. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  229. PACKAGE_URL = @PACKAGE_URL@
  230. PACKAGE_VERSION = @PACKAGE_VERSION@
  231. PATH_SEPARATOR = @PATH_SEPARATOR@
  232. PKG_CONFIG = @PKG_CONFIG@
  233. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  234. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  235. RANLIB = @RANLIB@
  236. RM_F = @RM_F@
  237. SED = @SED@
  238. SET_MAKE = @SET_MAKE@
  239. SHELL = @SHELL@
  240. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  241. SNDFILE_LIBS = @SNDFILE_LIBS@
  242. STRIP = @STRIP@
  243. VERSION = @VERSION@
  244. WITH_FRONTEND = @WITH_FRONTEND@
  245. WITH_MP3RTP = @WITH_MP3RTP@
  246. WITH_MP3X = @WITH_MP3X@
  247. abs_builddir = @abs_builddir@
  248. abs_srcdir = @abs_srcdir@
  249. abs_top_builddir = @abs_top_builddir@
  250. abs_top_srcdir = @abs_top_srcdir@
  251. ac_ct_AR = @ac_ct_AR@
  252. ac_ct_CC = @ac_ct_CC@
  253. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  254. am__include = @am__include@
  255. am__leading_dot = @am__leading_dot@
  256. am__quote = @am__quote@
  257. am__tar = @am__tar@
  258. am__untar = @am__untar@
  259. bindir = @bindir@
  260. build = @build@
  261. build_alias = @build_alias@
  262. build_cpu = @build_cpu@
  263. build_os = @build_os@
  264. build_vendor = @build_vendor@
  265. builddir = @builddir@
  266. datadir = @datadir@
  267. datarootdir = @datarootdir@
  268. docdir = @docdir@
  269. dvidir = @dvidir@
  270. exec_prefix = @exec_prefix@
  271. host = @host@
  272. host_alias = @host_alias@
  273. host_cpu = @host_cpu@
  274. host_os = @host_os@
  275. host_vendor = @host_vendor@
  276. htmldir = @htmldir@
  277. includedir = @includedir@
  278. infodir = @infodir@
  279. install_sh = @install_sh@
  280. libdir = @libdir@
  281. libexecdir = @libexecdir@
  282. localedir = @localedir@
  283. localstatedir = @localstatedir@
  284. mandir = @mandir@
  285. mkdir_p = @mkdir_p@
  286. oldincludedir = @oldincludedir@
  287. pdfdir = @pdfdir@
  288. prefix = @prefix@
  289. program_transform_name = @program_transform_name@
  290. psdir = @psdir@
  291. sbindir = @sbindir@
  292. sharedstatedir = @sharedstatedir@
  293. srcdir = @srcdir@
  294. sysconfdir = @sysconfdir@
  295. target_alias = @target_alias@
  296. top_build_prefix = @top_build_prefix@
  297. top_builddir = @top_builddir@
  298. top_srcdir = @top_srcdir@
  299. AUTOMAKE_OPTIONS = foreign
  300. nasm_sources = \
  301. choose_table.nas \
  302. cpu_feat.nas \
  303. fft3dn.nas \
  304. fftsse.nas
  305. @HAVE_NASM_TRUE@noinst_LTLIBRARIES = liblameasmroutines.la
  306. @HAVE_NASM_TRUE@liblameasmroutines_la_SOURCES = $(nasm_sources)
  307. @HAVE_NASM_TRUE@liblameasmroutines_la_DEPENDENCIES = $(nasm_sources:.nas.lo)
  308. @HAVE_NASM_TRUE@am_liblameasmroutines_la_OBJECTS = \
  309. @HAVE_NASM_TRUE@ choose_table$U.lo \
  310. @HAVE_NASM_TRUE@ cpu_feat$U.lo \
  311. @HAVE_NASM_TRUE@ fft3dn$U.lo \
  312. @HAVE_NASM_TRUE@ fftsse$U.lo
  313. noinst_HEADERS = nasm.h
  314. SUFFIXES = .nas .lo
  315. EXTRA_liblameasmroutines_la_SOURCES = $(nasm_sources)
  316. CLEANFILES = \
  317. choose_table.o.lst \
  318. choose_table.lo.lst \
  319. cpu_feat.o.lst \
  320. cpu_feat.lo.lst \
  321. fft3dn.o.lst \
  322. fft3dn.lo.lst \
  323. fftsse.o.lst \
  324. fftsse.lo.lst
  325. EXTRA_DIST = \
  326. fft.nas \
  327. fftfpu.nas \
  328. ffttbl.nas \
  329. scalar.nas
  330. NASMFLAGS = @NASM_FORMAT@ -i $(top_srcdir)/libmp3lame/@CPUTYPE@/
  331. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  332. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  333. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
  334. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  335. CCLD = $(CC)
  336. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  337. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  338. all: all-am
  339. .SUFFIXES:
  340. .SUFFIXES: .nas .lo .o
  341. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  342. @for dep in $?; do \
  343. case '$(am__configure_deps)' in \
  344. *$$dep*) \
  345. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  346. && { if test -f $@; then exit 0; else break; fi; }; \
  347. exit 1;; \
  348. esac; \
  349. done; \
  350. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libmp3lame/i386/Makefile'; \
  351. $(am__cd) $(top_srcdir) && \
  352. $(AUTOMAKE) --foreign libmp3lame/i386/Makefile
  353. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  354. @case '$?' in \
  355. *config.status*) \
  356. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  357. *) \
  358. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  359. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  360. esac;
  361. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  362. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  363. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  364. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  365. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  366. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  367. $(am__aclocal_m4_deps):
  368. clean-noinstLTLIBRARIES:
  369. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  370. @list='$(noinst_LTLIBRARIES)'; \
  371. locs=`for p in $$list; do echo $$p; done | \
  372. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  373. sort -u`; \
  374. test -z "$$locs" || { \
  375. echo rm -f $${locs}; \
  376. rm -f $${locs}; \
  377. }
  378. liblameasmroutines.la: $(liblameasmroutines_la_OBJECTS) $(liblameasmroutines_la_DEPENDENCIES) $(EXTRA_liblameasmroutines_la_DEPENDENCIES)
  379. $(AM_V_CCLD)$(LINK) $(am_liblameasmroutines_la_rpath) $(liblameasmroutines_la_OBJECTS) $(liblameasmroutines_la_LIBADD) $(LIBS)
  380. mostlyclean-compile:
  381. -rm -f *.$(OBJEXT)
  382. distclean-compile:
  383. -rm -f *.tab.c
  384. mostlyclean-libtool:
  385. -rm -f *.lo
  386. clean-libtool:
  387. -rm -rf .libs _libs
  388. ID: $(am__tagged_files)
  389. $(am__define_uniq_tagged_files); mkid -fID $$unique
  390. tags: tags-am
  391. TAGS: tags
  392. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  393. set x; \
  394. here=`pwd`; \
  395. $(am__define_uniq_tagged_files); \
  396. shift; \
  397. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  398. test -n "$$unique" || unique=$$empty_fix; \
  399. if test $$# -gt 0; then \
  400. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  401. "$$@" $$unique; \
  402. else \
  403. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  404. $$unique; \
  405. fi; \
  406. fi
  407. ctags: ctags-am
  408. CTAGS: ctags
  409. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  410. $(am__define_uniq_tagged_files); \
  411. test -z "$(CTAGS_ARGS)$$unique" \
  412. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  413. $$unique
  414. GTAGS:
  415. here=`$(am__cd) $(top_builddir) && pwd` \
  416. && $(am__cd) $(top_srcdir) \
  417. && gtags -i $(GTAGS_ARGS) "$$here"
  418. cscopelist: cscopelist-am
  419. cscopelist-am: $(am__tagged_files)
  420. list='$(am__tagged_files)'; \
  421. case "$(srcdir)" in \
  422. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  423. *) sdir=$(subdir)/$(srcdir) ;; \
  424. esac; \
  425. for i in $$list; do \
  426. if test -f "$$i"; then \
  427. echo "$(subdir)/$$i"; \
  428. else \
  429. echo "$$sdir/$$i"; \
  430. fi; \
  431. done >> $(top_builddir)/cscope.files
  432. distclean-tags:
  433. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  434. distdir: $(DISTFILES)
  435. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  436. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  437. list='$(DISTFILES)'; \
  438. dist_files=`for file in $$list; do echo $$file; done | \
  439. sed -e "s|^$$srcdirstrip/||;t" \
  440. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  441. case $$dist_files in \
  442. */*) $(MKDIR_P) `echo "$$dist_files" | \
  443. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  444. sort -u` ;; \
  445. esac; \
  446. for file in $$dist_files; do \
  447. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  448. if test -d $$d/$$file; then \
  449. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  450. if test -d "$(distdir)/$$file"; then \
  451. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  452. fi; \
  453. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  454. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  455. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  456. fi; \
  457. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  458. else \
  459. test -f "$(distdir)/$$file" \
  460. || cp -p $$d/$$file "$(distdir)/$$file" \
  461. || exit 1; \
  462. fi; \
  463. done
  464. check-am: all-am
  465. check: check-am
  466. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  467. installdirs:
  468. install: install-am
  469. install-exec: install-exec-am
  470. install-data: install-data-am
  471. uninstall: uninstall-am
  472. install-am: all-am
  473. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  474. installcheck: installcheck-am
  475. install-strip:
  476. if test -z '$(STRIP)'; then \
  477. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  478. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  479. install; \
  480. else \
  481. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  482. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  483. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  484. fi
  485. mostlyclean-generic:
  486. clean-generic:
  487. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  488. distclean-generic:
  489. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  490. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  491. maintainer-clean-generic:
  492. @echo "This command is intended for maintainers to use"
  493. @echo "it deletes files that may require special tools to rebuild."
  494. clean: clean-am
  495. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  496. mostlyclean-am
  497. distclean: distclean-am
  498. -rm -f Makefile
  499. distclean-am: clean-am distclean-compile distclean-generic \
  500. distclean-tags
  501. dvi: dvi-am
  502. dvi-am:
  503. html: html-am
  504. html-am:
  505. info: info-am
  506. info-am:
  507. install-data-am:
  508. install-dvi: install-dvi-am
  509. install-dvi-am:
  510. install-exec-am:
  511. install-html: install-html-am
  512. install-html-am:
  513. install-info: install-info-am
  514. install-info-am:
  515. install-man:
  516. install-pdf: install-pdf-am
  517. install-pdf-am:
  518. install-ps: install-ps-am
  519. install-ps-am:
  520. installcheck-am:
  521. maintainer-clean: maintainer-clean-am
  522. -rm -f Makefile
  523. maintainer-clean-am: distclean-am maintainer-clean-generic
  524. mostlyclean: mostlyclean-am
  525. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  526. mostlyclean-libtool
  527. pdf: pdf-am
  528. pdf-am:
  529. ps: ps-am
  530. ps-am:
  531. uninstall-am:
  532. .MAKE: install-am install-strip
  533. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  534. clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  535. ctags-am distclean distclean-compile distclean-generic \
  536. distclean-libtool distclean-tags distdir dvi dvi-am html \
  537. html-am info info-am install install-am install-data \
  538. install-data-am install-dvi install-dvi-am install-exec \
  539. install-exec-am install-html install-html-am install-info \
  540. install-info-am install-man install-pdf install-pdf-am \
  541. install-ps install-ps-am install-strip installcheck \
  542. installcheck-am installdirs maintainer-clean \
  543. maintainer-clean-generic mostlyclean mostlyclean-compile \
  544. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  545. tags tags-am uninstall uninstall-am
  546. .PRECIOUS: Makefile
  547. ECHO ?= echo
  548. .nas.o: $< nasm.h
  549. $(NASM) $(NASMFLAGS) $< -o $@ -l $@.lst
  550. .nas.lo: $< nasm.h
  551. $(ECHO) '# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)' >$@
  552. $(ECHO) "pic_object='$*.o'" >>$@
  553. $(ECHO) "non_pic_object='$*.o'" >>$@
  554. $(NASM) $(NASMFLAGS) $< -o $*.o -l $@.lst
  555. #$(OBJECTS): libtool
  556. #libtool: $(LIBTOOL_DEPS)
  557. # $(SHELL) $(top_builddir)/config.status --recheck
  558. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  559. # Otherwise a system limit (for SysV at least) may be exceeded.
  560. .NOEXPORT: