Makefile.am
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:4k
源码类别:

midi

开发平台:

Unix_Linux

  1. # modules/audio_filter/converter/Makefile.am automatically generated from modules/audio_filter/converter/Modules.am by modules/genmf
  2. # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
  3. basedir = audio_filter
  4. dir = audio_filter/converter
  5. mods = a52tofloat32 a52tospdif converter_fixed converter_float dtstofloat32 dtstospdif mpgatofixed32
  6. libvlc_LTLIBRARIES =  $(LTLIBa52tofloat32) $(LTLIBa52tospdif) $(LTLIBconverter_float) $(LTLIBdtstofloat32) $(LTLIBdtstospdif) $(LTLIBmpgatofixed32)
  7. EXTRA_LTLIBRARIES =  liba52tofloat32_plugin.la liba52tospdif_plugin.la libconverter_float_plugin.la libdtstofloat32_plugin.la libdtstospdif_plugin.la libmpgatofixed32_plugin.la
  8. include $(top_srcdir)/modules/common.am
  9. # The a52tofloat32 plugin
  10. liba52tofloat32_plugin_la_SOURCES = $(SOURCES_a52tofloat32)
  11. nodist_liba52tofloat32_plugin_la_SOURCES = $(nodist_SOURCES_a52tofloat32)
  12. # Force per-target objects:
  13. liba52tofloat32_plugin_la_CFLAGS = $(AM_CFLAGS)
  14. liba52tofloat32_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  15. liba52tofloat32_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  16. # Set LIBADD and DEPENDENCIES manually:
  17. liba52tofloat32_plugin_la_LIBADD = $(AM_LIBADD)
  18. liba52tofloat32_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  19. # The a52tospdif plugin
  20. liba52tospdif_plugin_la_SOURCES = $(SOURCES_a52tospdif)
  21. nodist_liba52tospdif_plugin_la_SOURCES = $(nodist_SOURCES_a52tospdif)
  22. # Force per-target objects:
  23. liba52tospdif_plugin_la_CFLAGS = $(AM_CFLAGS)
  24. liba52tospdif_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  25. liba52tospdif_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  26. # Set LIBADD and DEPENDENCIES manually:
  27. liba52tospdif_plugin_la_LIBADD = $(AM_LIBADD)
  28. liba52tospdif_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  29. # The converter_fixed plugin
  30. libconverter_fixed_plugin_la_SOURCES = $(SOURCES_converter_fixed)
  31. nodist_libconverter_fixed_plugin_la_SOURCES = $(nodist_SOURCES_converter_fixed)
  32. # Force per-target objects:
  33. libconverter_fixed_plugin_la_CFLAGS = $(AM_CFLAGS)
  34. libconverter_fixed_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  35. libconverter_fixed_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  36. # Set LIBADD and DEPENDENCIES manually:
  37. libconverter_fixed_plugin_la_LIBADD = $(AM_LIBADD)
  38. libconverter_fixed_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  39. # The converter_float plugin
  40. libconverter_float_plugin_la_SOURCES = $(SOURCES_converter_float)
  41. nodist_libconverter_float_plugin_la_SOURCES = $(nodist_SOURCES_converter_float)
  42. # Force per-target objects:
  43. libconverter_float_plugin_la_CFLAGS = $(AM_CFLAGS)
  44. libconverter_float_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  45. libconverter_float_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  46. # Set LIBADD and DEPENDENCIES manually:
  47. libconverter_float_plugin_la_LIBADD = $(AM_LIBADD)
  48. libconverter_float_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  49. # The dtstofloat32 plugin
  50. libdtstofloat32_plugin_la_SOURCES = $(SOURCES_dtstofloat32)
  51. nodist_libdtstofloat32_plugin_la_SOURCES = $(nodist_SOURCES_dtstofloat32)
  52. # Force per-target objects:
  53. libdtstofloat32_plugin_la_CFLAGS = $(AM_CFLAGS)
  54. libdtstofloat32_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  55. libdtstofloat32_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  56. # Set LIBADD and DEPENDENCIES manually:
  57. libdtstofloat32_plugin_la_LIBADD = $(AM_LIBADD)
  58. libdtstofloat32_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  59. # The dtstospdif plugin
  60. libdtstospdif_plugin_la_SOURCES = $(SOURCES_dtstospdif)
  61. nodist_libdtstospdif_plugin_la_SOURCES = $(nodist_SOURCES_dtstospdif)
  62. # Force per-target objects:
  63. libdtstospdif_plugin_la_CFLAGS = $(AM_CFLAGS)
  64. libdtstospdif_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  65. libdtstospdif_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  66. # Set LIBADD and DEPENDENCIES manually:
  67. libdtstospdif_plugin_la_LIBADD = $(AM_LIBADD)
  68. libdtstospdif_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  69. # The mpgatofixed32 plugin
  70. libmpgatofixed32_plugin_la_SOURCES = $(SOURCES_mpgatofixed32)
  71. nodist_libmpgatofixed32_plugin_la_SOURCES = $(nodist_SOURCES_mpgatofixed32)
  72. # Force per-target objects:
  73. libmpgatofixed32_plugin_la_CFLAGS = $(AM_CFLAGS)
  74. libmpgatofixed32_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  75. libmpgatofixed32_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  76. # Set LIBADD and DEPENDENCIES manually:
  77. libmpgatofixed32_plugin_la_LIBADD = $(AM_LIBADD)
  78. libmpgatofixed32_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym