makefile.am

来自「机器人足球AI设计比赛」· AM 代码 · 共 43 行

AM
43
字号
#XuYuan <xychn15@yahoo.com.cn> 2006-12-05#$Id: Makefile.am,v 1.6 2006/02/23 02:23:54 xy Exp $AUTOMAKE_OPTIONS = foreignbin_PROGRAMS = seu-3d-playerif DEBUGseu_3d_player_CXXFLAGS = -O -W -Wallelseseu_3d_player_CXXFLAGS = -O3 -Wallendif# set CXXFLAGS = NULL to disable -g -O2CXXFLAGS = seu_3d_player_CPPFLAGS = -I/usr/local/include -I/usr/local/include/rcssserver3d -I../utility/sexpr seu_3d_player_LDFLAGS = -L../utility/sexprseu_3d_player_LDADD = -lsexp		seu_3d_player_SOURCES = \	main.cpp \	Settings.h \	Singleton.h \	Geometry.h Geometry.cpp \	Parser.h Parser.cpp \	Object.h Object.cpp \	commserver.h commserver.cpp ReadBuffFD.h ReadBuffFD.cpp\	LogData.h LogData.cpp Logger.h Logger.cpp \	Agent.h Agent.cpp \	BasicPlayer.h BasicPlayer.cpp PlayerTraining.cpp\	Player.h Player.cpp \	Action.h Action.cpp \	Skill.h Skill.cpp \	BasicWorldModel.h BasicWorldModel.cpp \	WorldModel.h WorldModel.cpp \	Formation.h Formation.cppEXTRA_DIST = agentdb.xml formations.conf README-PLAYER

⌨️ 快捷键说明

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