makefile.am
来自「RoboCup 3D 仿真组清华大学2005的源代码」· AM 代码 · 共 13 行
AM
13 行
bin_PROGRAMS = aeolus3d05aeolus3d05_SOURCES = aeolus3d05.cpp logserver.cpp agent.cpp worldmodel.cpp \ decision.cpp skill.cpp formation.cpp geometry.cpp trainer.cpp wmbuilder.cpp \ physics.cpp situation.cpp# set the include path found by configureINCLUDES= $(all_includes)# the library search path.aeolus3d05_LDFLAGS = $(all_libraries) noinst_HEADERS = logserver.h agent.h worldmodel.h decision.h skill.h \ formation.h geometry.h trainer.h wmbuilder.h physics.h situation.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?