Makefile.am
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:1k
源码类别:

Windows CE

开发平台:

C/C++

  1. # Disable automatic dependency tracking if using other tools than gcc and gmake
  2. #AUTOMAKE_OPTIONS = no-dependencies
  3. EXTRA_DIST=testenc.c testenc_wb.c testenc_uwb.c testdenoise.c testecho.c
  4. INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
  5. lib_LTLIBRARIES = libspeex.la
  6. # Sources for compilation in the library
  7. libspeex_la_SOURCES = nb_celp.c 
  8. sb_celp.c 
  9. lpc.c 
  10. ltp.c 
  11. lsp.c 
  12. quant_lsp.c 
  13. lsp_tables_nb.c 
  14. gain_table.c 
  15. gain_table_lbr.c 
  16. cb_search.c 
  17. filters.c 
  18. bits.c 
  19. modes.c 
  20. speex.c 
  21. vq.c 
  22. high_lsp_tables.c 
  23. vbr.c 
  24. hexc_table.c 
  25. exc_5_256_table.c 
  26. exc_5_64_table.c 
  27. exc_8_128_table.c 
  28. exc_10_32_table.c 
  29. exc_10_16_table.c 
  30. exc_20_32_table.c 
  31. hexc_10_32_table.c 
  32. misc.c 
  33. speex_header.c 
  34. speex_callbacks.c 
  35. math_approx.c 
  36. stereo.c 
  37. preprocess.c 
  38. smallft.c 
  39. lbr_48k_tables.c 
  40. jitter.c 
  41. mdf.c
  42. noinst_HEADERS = lsp.h 
  43. nb_celp.h 
  44. lpc.h 
  45. lpc_bfin.h 
  46. ltp.h 
  47. quant_lsp.h 
  48. cb_search.h 
  49. filters.h 
  50. stack_alloc.h 
  51. vq.h 
  52. vq_sse.h 
  53. vq_arm4.h 
  54. vq_bfin.h 
  55. modes.h 
  56. sb_celp.h 
  57. vbr.h 
  58. misc.h 
  59. misc_bfin.h 
  60. ltp_sse.h 
  61. ltp_arm4.h 
  62. ltp_bfin.h 
  63. filters_sse.h 
  64. filters_arm4.h 
  65. filters_bfin.h 
  66. math_approx.h 
  67. smallft.h 
  68. arch.h 
  69. fixed_arm4.h 
  70. fixed_arm5e.h 
  71. fixed_bfin.h 
  72. fixed_debug.h 
  73. fixed_generic.h 
  74. cb_search_sse.h 
  75. cb_search_arm4.h 
  76. cb_search_bfin.h
  77. libspeex_la_LDFLAGS = -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@