📄 makefile.in
字号:
am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target_alias = @target_alias@AM_CXXFLAGS = -W -Wall -I@srcdir@/srcmoduledir = $(pkglibdir)/modulesAM_CPPFLAGS = -DMODULEDIR="\"$(moduledir)\"" PRELOAD_MODULES = @MODULES@ $(am__append_1)DYNAMIC_MODULES = librcssstdtimer.la librcsssynctimer.la \ libstdoutsaver.la libcsvsaver.laCLEANFILES = \*~ \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.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_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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -