📄 makefile.am
字号:
AM_CXXFLAGS = -W -Wall -I@srcdir@/srcmoduledir = $(pkglibdir)/modulesAM_CPPFLAGS = -DMODULEDIR="\"$(moduledir)\"" PRELOAD_MODULES = @MODULES@DYNAMIC_MODULES =if NODLOPENPRELOAD_MODULES += $(DYNAMIC_MODULES)endiflibimports.cpp: Makefile @RCSSLIBIMPORTER@ $(PRELOAD_MODULES) > $@ CLEANFILES = \*~ \core \libimports.cpp \moduletest.shlib_LTLIBRARIES = \librcssutil.la \librcsstimer.la \librcssresultsaver.la \librcssplayerparam.la \librcssserverparam.la \librcssclangparser.la \librcsspcomparser.lamodule_LTLIBRARIES = \librcssstdtimer.la \librcsssynctimer.la \libstdoutsaver.la \libcsvsaver.laDYNAMIC_MODULES += \librcssstdtimer.la \librcsssynctimer.la \libstdoutsaver.la \libcsvsaver.la# if BUILD_MYSQL_SAVER# pkglib_LTLIBRARIES += libmysqlsaver.la# DYNAMIC_MODULES += libmysqlsaver.la# libmysqlsaver_la_SOURCES = mysqlsaver.cpp utility.C# libmysqlsaver_la_LDFLAGS = -module# libmysqlsaver_la_LIBADD = @MYSQLLIB@ librcssresultsaver.la # endiflibrcsstimer_la_SOURCES = \timer.cpp timer.hlibrcssstdtimer_la_SOURCES = \stdtimer.h \stdtimer.cclibrcssstdtimer_la_LDFLAGS = -modulelibrcssstdtimer_la_LIBADD = librcsstimer.la librcssserverparam.lalibrcsssynctimer_la_SOURCES = \synctimer.h \synctimer.cclibrcsssynctimer_la_LIBADD = librcsstimer.la librcssserverparam.lalibrcsssynctimer_la_LDFLAGS = -modulelibrcssresultsaver_la_SOURCES = resultsaver.cpp resultsaver.hpplibstdoutsaver_la_SOURCES = stdoutsaver.cpplibstdoutsaver_la_LDFLAGS = -modulelibstdoutsaver_la_LIBADD = librcssresultsaver.la libcsvsaver_la_SOURCES = csvsaver.cpp utility.Clibcsvsaver_la_LDFLAGS = -modulelibcsvsaver_la_LIBADD = librcssresultsaver.la -lrcssconfparserpkginclude_HEADERS = \pcombuilder.h \pcomparser.h \player_command_tok.h \clangparser.h \coach_lang_tok.h \clangbuilder.h \clangmsgbuilder.h \clangmsg.h \clangmetamsg.h \clangfreeformmsg.h \clangunsuppmsg.h \clangrulemsg.h \clangdelmsg.h \clanginfomsg.h \clangadvicemsg.h \clangdefmsg.h \clangaction.h \coach_lang_comp.h \serverparam.h \region.h \coach_lang_par.h \vector.h \visitor.h \utility.h \clangutil.h \tuple.h \cond.h \compop.h \arithop.h \hasa.h \rule.h \rcssexceptions.h \resultsaver.hpp librcssutil_la_LDFLAGS = -version-info 0:0:0# 1. Start with version information of `0:0:0' for each libtool library.# # 2. Update the version information only immediately before a public# release of your software. More frequent updates are unnecessary,# and only guarantee that the current interface number gets larger# faster.# # 3. If the library source code has changed at all since the last# update, then increment REVISION (`C:R:A' becomes `C:r+1:A').# # 4. If any interfaces have been added, removed, or changed since the# last update, increment CURRENT, and set REVISION to 0.# # 5. If any interfaces have been added since the last public release,# then increment AGE.# # 6. If any interfaces have been removed since the last public release,# then set AGE to 0.librcssutil_la_SOURCES = \utility.Clibrcssserverparam_la_LDFLAGS = -version-info 3:0:1# Changed from 2.0.0 to 3.0.1 at 9.3.5 for addition of buildCondList## 1. Start with version information of `0:0:0' for each libtool library.# # 2. Update the version information only immediately before a public# release of your software. More frequent updates are unnecessary,# and only guarantee that the current interface number gets larger# faster.# # 3. If the library source code has changed at all since the last# update, then increment REVISION (`C:R:A' becomes `C:r+1:A').# # 4. If any interfaces have been added, removed, or changed since the# last update, increment CURRENT, and set REVISION to 0.# # 5. If any interfaces have been added since the last public release,# then increment AGE.# # 6. If any interfaces have been removed since the last public release,# then set AGE to 0.librcssserverparam_la_SOURCES = \serverparam.C \serverparam.hlibrcssserverparam_la_LIBADD = -lrcssconfparser -lrcsslib librcssplayerparam.la librcssutil.lalibrcssplayerparam_la_LDFLAGS = -version-info 3:0:1# Changed from 2.0.0 to 3.0.1 at 9.3.5 for addition of buildCondList## 1. Start with version information of `0:0:0' for each libtool library.# # 2. Update the version information only immediately before a public# release of your software. More frequent updates are unnecessary,# and only guarantee that the current interface number gets larger# faster.# # 3. If the library source code has changed at all since the last# update, then increment REVISION (`C:R:A' becomes `C:r+1:A').# # 4. If any interfaces have been added, removed, or changed since the# last update, increment CURRENT, and set REVISION to 0.# # 5. If any interfaces have been added since the last public release,# then increment AGE.# # 6. If any interfaces have been removed since the last public release,# then set AGE to 0.librcssplayerparam_la_SOURCES = \playerparam.C \playerparam.h librcssplayerparam_la_LIBADD = -lrcssconfparser -lrcsslib \librcssutil.lalibrcssclangparser_la_LDFLAGS = -version-info 3:0:1# Changed from 2.0.0 to 3.0.1 at 9.3.5 for addition of buildCondList## 1. Start with version information of `0:0:0' for each libtool library.# # 2. Update the version information only immediately before a public# release of your software. More frequent updates are unnecessary,# and only guarantee that the current interface number gets larger# faster.# # 3. If the library source code has changed at all since the last# update, then increment REVISION (`C:R:A' becomes `C:r+1:A').# # 4. If any interfaces have been added, removed, or changed since the# last update, increment CURRENT, and set REVISION to 0.# # 5. If any interfaces have been added since the last public release,# then increment AGE.# # 6. If any interfaces have been removed since the last public release,# then set AGE to 0.librcssclangparser_la_SOURCES = \clangmsgbuilder.cc \clangparser.cpp \clangmsg.cc \clangmetamsg.cc \clangfreeformmsg.cc \clangunsuppmsg.cc \clangrulemsg.cc \clangdelmsg.cc \clanginfomsg.cc \clangadvicemsg.cc \clangdefmsg.cc \clangaction.cc \coach_lang_comp.C \coach_lang_par.yy \coach_lang_tok.cc \region.C \visitor.cc \clangutil.cc \cond.cc \compop.cc \arithop.cc \rule.cclibrcssclangparser_la_LIBADD = -lrcssconfparser -lrcsslib librcssresultsaver.la librcssserverparam.lalibrcsspcomparser_la_SOURCES = \player_command_parser.yy \player_command_tok.ccbin_PROGRAMS = \rcssserver @RCSSCLIENT@bin_SCRIPTS = rcsoccersimBUILT_SOURCES = libimports.cpp \coach_lang_par.h \coach_lang_tok.cc \player_command_tok.cc \player_command_parser.hEXTRA_DIST = \coach_lang_tok.ll \player_command_tok.ll \rcsoccersim \ac_lib_rcssclangparser.m4nodist_rcssserver_SOURCES = libimports.cpp rcssserver_SOURCES = \hetroplayer.C \object.h \hetroplayer.h \param.h \main.C \types.h \field.C \playerparam.h \field.h \netif.C \netif.h \version.h \object.C \xmlreader.h \xmlreader.C \landmarkreader.h \landmarkreader.C \compress.h \remoteclient.h \bodysensor.h \bodysensor.cc \player.h \player.cc \visualsensor.h \visualsensor.cc \monitor.h \monitor.cc \arm.h \random.h \audio.h \audio.cc \serializer.h \serializer.cc \serializerplayerstdv1.h \serializerplayerstdv1.cc \serializerplayerstdv7.h \serializerplayerstdv7.cc \serializerplayerstdv8.h \serializerplayerstdv8.cc \serializercoachstdv1.h \serializercoachstdv1.cc \serializercoachstdv7.h \serializercoachstdv7.cc \serializercoachstdv8.h \serializercoachstdv8.cc \serializeronlinecoachstdv1.h \serializeronlinecoachstdv1.cc \serializeronlinecoachstdv6.h \serializeronlinecoachstdv6.cc \serializeronlinecoachstdv7.h \serializeronlinecoachstdv7.cc \serializeronlinecoachstdv8.h \serializeronlinecoachstdv8.cc \serializercommonstdv1.h \serializercommonstdv1.cc \serializercommonstdv7.h \serializercommonstdv7.cc \serializercommonstdv8.h \serializercommonstdv8.cc \referee.h \referee.cc \xpmholder.h \visual.h \visual.cc \xpmholder.h \timer.h \timeable.h \bodysender.h \bodysender.cc \fullstatesender.h \fullstatesender.cc \initsender.h \initsender.cc \observer.h \sender.h rcssserver_LDADD = $(LLLIBS) $(PRELOAD_MODULES) \librcsstimer.la \librcssclangparser.la \librcsspcomparser.la \librcssresultsaver.la \-lrcssnet \-lrcssgz \-lrcssbasercssserver_DEPENDENCIES = $(PRELOAD_MODULES)AM_YFLAGS=-d#.yy.h: $*.yy# if test -e "$*.cc"; then \# if test "$*.cc" -ot "$*.yy"; then \# $(MAKE) $(AM_MAKEFLAGS) $*.cc; \# elif test "$*.h" -ot "$*.yy"; then \# $(MAKE) $(AM_MAKEFLAGS) -W "$*.yy" $*.cc; \# touch "$*.h"; \# fi \# else \# $(MAKE) $(AM_MAKEFLAGS) $*.cc; \# fiFLEX=@FLEX@FLEXFLAGS=@FLEXFLAGS@AM_FLEXFLEX=@AM_FLEXFLAGS@.lpp.cpp: $*.lpp Makefile.am $(FLEX) $(FLEXFLAGS) $(AM_FLEXFLAGS) $< $(AWK) '/#include <FlexLexer\.h>/ { print "#include \"$*.hpp\""; getline; } \ /class istream;/ { print "#include <iosfwd>"; print "using namespace std;"; getline; } \ /#include <iostream\.h>/ { print "#include <iostream>"; getline; } \ { gsub( "lex\.yy\.c", "$@" ); print; }' lex.yy.c > $@ rm -f lex.yy.c.ll.cc: $*.ll Makefile.am $(FLEX) $(FLEXFLAGS) $(AM_FLEXFLAGS) $< $(AWK) '/#include <FlexLexer\.h>/ { print "#include \"$*.h\""; getline; } \ /class istream;/ { print "#include <iosfwd>"; print "using namespace std;"; getline; } \ /#include <iostream\.h>/ { print "#include <iostream>"; getline; } \ { gsub( "lex\.yy\.c", "$@" ); print; }' lex.yy.c > $@ rm -f lex.yy.cEXTRA_PROGRAMS = rcssclientrcssclient_SOURCES = \client.cc \client.h \compress.hrcssclient_LDADD = @RCSSCLIENT_LIBS@ \-lrcssnet \-lrcssgzcheck_SCRIPTS = \moduletest.shcheck_PROGRAMS = \playerparamtest \serverparamtestTESTS = \moduletest.sh \playerparamtest \serverparamtestmoduletest.sh: Makefile.am echo "#! /bin/sh" > $@ for module in $(module_LTLIBRARIES); do \ echo "echo \"testing $$module\""; >> $@; \ echo "@RCSSMODTEST@ $$module" >> $@; \ echo "if test $$? -ne 0; then exit 1; fi" >> $@; \ done chmod +x $@playerparamtest_SOURCES = \playerparamtest.cppplayerparamtest_LDADD = librcssplayerparam.laserverparamtest_SOURCES = \serverparamtest.cppserverparamtest_LDADD = librcssserverparam.la@INCLUDE_MK@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -