makefile.am

来自「rcssserver3d Robocup 3D比赛官方指定平台」· AM 代码 · 共 30 行

AM
30
字号
if BUILD_KEROSINpkglib_LTLIBRARIES = soccermonitor.laendifsoccermonitor_la_SOURCES = export.cpp \	soccermonitor.cpp \	soccermonitor_c.cpp \	soccerrender.cpp \	soccerrender_c.cpp \	soccerinput.cpp \	soccerinput_c.cpp \    soccerinputlogplayer.cpp \    soccerinputlogplayer_c.cppnobase_libpkginclude_HEADERS = \	soccermonitor.h \	soccerrender.h \	soccerinput.h \    soccerinputlogplayer.h## define include directory local to the pkgincludedirlibpkgincludedir = $(includedir)/@PACKAGE@/soccermonitor# -module tells automake we're not building a library but a loadable module# so we don't need the "lib" prefix in the module namesoccermonitor_la_LDFLAGS = -module -version-info 1:0:0AM_CPPFLAGS = -I${top_srcdir}/lib -I${top_srcdir}/plugin \	-I${top_srcdir}/utility @FREETYPE_CPPFLAGS@ @RUBY_CPPFLAGS@

⌨️ 快捷键说明

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