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

midi

开发平台:

Unix_Linux

  1. # modules/access/screen/Makefile.am automatically generated from modules/access/screen/Modules.am by modules/genmf
  2. # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
  3. basedir = access
  4. dir = access/screen
  5. mods = screen x11_screen
  6. libvlc_LTLIBRARIES =  $(LTLIBscreen) $(LTLIBx11_screen)
  7. EXTRA_LTLIBRARIES =  libscreen_plugin.la libx11_screen_plugin.la
  8. include $(top_srcdir)/modules/common.am
  9. # The screen plugin
  10. libscreen_plugin_la_SOURCES = $(SOURCES_screen)
  11. nodist_libscreen_plugin_la_SOURCES = $(nodist_SOURCES_screen)
  12. # Force per-target objects:
  13. libscreen_plugin_la_CFLAGS = $(AM_CFLAGS)
  14. libscreen_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  15. libscreen_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  16. # Set LIBADD and DEPENDENCIES manually:
  17. libscreen_plugin_la_LIBADD = $(AM_LIBADD)
  18. libscreen_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  19. # The x11_screen plugin
  20. libx11_screen_plugin_la_SOURCES = $(SOURCES_x11_screen)
  21. nodist_libx11_screen_plugin_la_SOURCES = $(nodist_SOURCES_x11_screen)
  22. # Force per-target objects:
  23. libx11_screen_plugin_la_CFLAGS = $(AM_CFLAGS)
  24. libx11_screen_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  25. libx11_screen_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  26. # Set LIBADD and DEPENDENCIES manually:
  27. libx11_screen_plugin_la_LIBADD = $(AM_LIBADD)
  28. libx11_screen_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym