makefile.am

来自「vlc源码」· AM 代码 · 共 23 行

AM
23
字号
# 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 = accessdir = access/screenmods = screenlibvlc_LTLIBRARIES =  $(LTLIBscreen)EXTRA_LTLIBRARIES =  libscreen_plugin.lainclude $(top_srcdir)/modules/common.am# The screen pluginlibscreen_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 =

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?