makefile.am

来自「2009 ROBOCUP 仿真2DSERVER 源码」· AM 代码 · 共 50 行

AM
50
字号
lib_LTLIBRARIES = librcssconfparser.lalibrcssconfparser_la_SOURCES = \	parser.cpp \	builder.cpp \	statushandler.cpp \	streamstatushandler.cpplibrcssconfparser_la_LDFLAGS = -version-info 3: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.#librcssconfparser_la_LIBADD = $(BOOST_FILESYSTEM_LIB)rcssbase_confdir = $(includedir)/rcssbase/confrcssbase_conf_HEADERS = \	builder.hpp \	parser.hpp \	paramgetter.hpp \	paramsetter.hpp \	statushandler.hpp \	streamstatushandler.hppAM_CPPFLAGS = -I$(top_srcdir)AM_CFLAGS = -W -WallAM_CXXFLAGS = -W -WallAM_LD_FLAGS =CLEANFILES = \	*~ \	core

⌨️ 快捷键说明

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