makefile.am

来自「浙江大学的悟空嵌入式系统模拟器」· AM 代码 · 共 43 行

AM
43
字号
SUBDIRS = extensions ui plugin config tools portability

DISTCLEANFILES = config-auto.h

libcppunitincludedir = $(includedir)/cppunit
libcppunitinclude_HEADERS =  \
	config-auto.h \
  AdditionalMessage.h \
	Asserter.h \
	BriefTestProgressListener.h \
	CompilerOutputter.h \
	Exception.h \
	Message.h \
	Outputter.h \
	Portability.h \
	Protector.h \
	SourceLine.h \
	SynchronizedObject.h \
	Test.h \
	TestAssert.h \
	TestCase.h \
	TestCaller.h \
	TestComposite.h \
	TestFailure.h \
	TestFixture.h \
	TestLeaf.h \
	TestPath.h \
	TestResult.h \
	TestResultCollector.h \
	TestRunner.h \
	TestSuccessListener.h \
	TestSuite.h \
	TextOutputter.h \
	TextTestProgressListener.h \
	TextTestResult.h \
	TextTestRunner.h \
	TestListener.h \
	XmlOutputter.h \
	XmlOutputterHook.h

dist-hook:
	rm -f $(distdir)/config-auto.h

⌨️ 快捷键说明

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