makefile.am

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

AM
23
字号
# modules/access/dshow/Makefile.am automatically generated from modules/access/dshow/Modules.am by modules/genmf# DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.basedir = accessdir = access/dshowmods = dshowlibvlc_LTLIBRARIES =  $(LTLIBdshow)EXTRA_LTLIBRARIES =  libdshow_plugin.lainclude $(top_srcdir)/modules/common.am# The dshow pluginlibdshow_plugin_la_SOURCES = $(SOURCES_dshow)nodist_libdshow_plugin_la_SOURCES = $(nodist_SOURCES_dshow)# Force per-target objects:libdshow_plugin_la_CFLAGS = $(AM_CFLAGS)libdshow_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)libdshow_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)# Set LIBADD and DEPENDENCIES manually:libdshow_plugin_la_LIBADD = $(AM_LIBADD)libdshow_plugin_la_DEPENDENCIES =

⌨️ 快捷键说明

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