makefile.am

来自「robocup3d源化码 Nexus3D.tar.gz」· AM 代码 · 共 45 行

AM
45
字号
bin_PROGRAMS = agenttestif DEBUG LDADD = \	${top_srcdir}/lib/oxygen/liboxygen_debug.la \	${top_srcdir}/lib/zeitgeist/libzeitgeist_debug.la \        ${top_srcdir}/lib/salt/libsalt_debug.laagenttest_CXXFLAGS = -O -g -W -WallelseLDADD = \	${top_srcdir}/lib/oxygen/liboxygen.la \	${top_srcdir}/lib/zeitgeist/libzeitgeist.la \        ${top_srcdir}/lib/salt/libsalt.laagenttest_CXXFLAGS = -O2endifAM_CPPFLAGS = -I${top_srcdir}/plugin -I${top_srcdir}/lib  -I${top_srcdir}/utility @FREETYPE_CPPFLAGS@ @RUBY_CPPFLAGS@AM_LDFLAGS  = @RUBY_LDFLAGS@agenttest_SOURCES = \	main.cpp \	worldmodel.h worldmodel.cpp worldmodel_c.cpp \	commserver.h commserver.cpp commserver_c.cpp \	adjustkickpos.h adjustkickpos.cpp\	ball.h ball.cpp \	behavior.h behavior.cpp behavior_c.cpp \	dribble.h dribble.cpp \	field.h field.cpp \	goalie.h goalie.cpp \	global.h global.cpp \	handleball.h handleball.cpp \	interception.h interception.cpp \	kicknrun.h kicknrun.cpp kicknrun_c.cpp \	logunit.h logunit.cpp \	objects.h objects.cpp \	pass.h pass.cpp \	player.h player.cpp \	positioning.h positioning.cpp \	soccer.h soccer.cpp soccer_c.cpp \	shoot.h shoot.cpp \	tackle.h tackle.cpp \	types.hdist_pkgdata_DATA = agenttest.rb

⌨️ 快捷键说明

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