Makefile.am
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- # modules/access/screen/Makefile.am automatically generated from modules/access/screen/Modules.am by modules/genmf
- # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
- basedir = access
- dir = access/screen
- mods = screen x11_screen
- libvlc_LTLIBRARIES = $(LTLIBscreen) $(LTLIBx11_screen)
- EXTRA_LTLIBRARIES = libscreen_plugin.la libx11_screen_plugin.la
- include $(top_srcdir)/modules/common.am
- # The screen plugin
- libscreen_plugin_la_SOURCES = $(SOURCES_screen)
- nodist_libscreen_plugin_la_SOURCES = $(nodist_SOURCES_screen)
- # Force per-target objects:
- libscreen_plugin_la_CFLAGS = $(AM_CFLAGS)
- libscreen_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
- libscreen_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
- # Set LIBADD and DEPENDENCIES manually:
- libscreen_plugin_la_LIBADD = $(AM_LIBADD)
- libscreen_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
- # The x11_screen plugin
- libx11_screen_plugin_la_SOURCES = $(SOURCES_x11_screen)
- nodist_libx11_screen_plugin_la_SOURCES = $(nodist_SOURCES_x11_screen)
- # Force per-target objects:
- libx11_screen_plugin_la_CFLAGS = $(AM_CFLAGS)
- libx11_screen_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
- libx11_screen_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
- # Set LIBADD and DEPENDENCIES manually:
- libx11_screen_plugin_la_LIBADD = $(AM_LIBADD)
- libx11_screen_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym