Makefile.in 19 KB

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