📄 makefile.am
字号:
## $Id: Makefile.am,v 1.44 2005/06/14 21:28:46 blep Exp $#EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cppINCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/includelib_LTLIBRARIES = libcppunit.lalibcppunit_la_SOURCES = \ AdditionalMessage.cpp \ Asserter.cpp \ BeOsDynamicLibraryManager.cpp \ BriefTestProgressListener.cpp \ CompilerOutputter.cpp \ DefaultProtector.h \ DefaultProtector.cpp \ DynamicLibraryManager.cpp \ DynamicLibraryManagerException.cpp \ Exception.cpp \ Message.cpp \ RepeatedTest.cpp \ PlugInManager.cpp \ PlugInParameters.cpp \ Protector.cpp \ ProtectorChain.h \ ProtectorContext.h \ ProtectorChain.cpp \ SourceLine.cpp \ StringTools.cpp \ SynchronizedObject.cpp \ Test.cpp \ TestAssert.cpp \ TestCase.cpp \ TestCaseDecorator.cpp \ TestComposite.cpp \ TestDecorator.cpp \ TestFactoryRegistry.cpp \ TestFailure.cpp \ TestLeaf.cpp \ TestNamer.cpp \ TestPath.cpp \ TestPlugInDefaultImpl.cpp \ TestResult.cpp \ TestResultCollector.cpp \ TestRunner.cpp \ TestSetUp.cpp \ TestSuccessListener.cpp \ TestSuite.cpp \ TestSuiteBuilderContext.cpp \ TextOutputter.cpp \ TextTestProgressListener.cpp \ TextTestResult.cpp \ TextTestRunner.cpp \ TypeInfoHelper.cpp \ UnixDynamicLibraryManager.cpp \ ShlDynamicLibraryManager.cpp \ XmlDocument.cpp \ XmlElement.cpp \ XmlOutputter.cpp \ XmlOutputterHook.cpp \ Win32DynamicLibraryManager.cpplibcppunit_la_LDFLAGS= \ -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -release $(LT_RELEASE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -