makefile.am

来自「Ming is a library for generating Macrome」· AM 代码 · 共 79 行

AM
79
字号
SUBDIRS = AM_CPPFLAGS = \	-I$(top_srcdir) \	-I$(top_srcdir)/src \	-I$(top_srcdir)/testLDADD = $(top_builddir)/src/libming.laTESTS = dotestsC_PROGS =		\	test01		\	test02		\	test03		\	test04		\	test05		\	test06		\	test07if USE_CXXCXX_PROGS =		\	test01-cxx	\	test02-cxx	\	test03-cxx	\	test04-cxx	\	test05-cxx	\	test06-cxx	\	test07-cxxtest01_cxx_SOURCES = test01-cxx.Ctest02_cxx_SOURCES = test02-cxx.Ctest03_cxx_SOURCES = test03-cxx.Ctest04_cxx_SOURCES = test04-cxx.Ctest05_cxx_SOURCES = test05-cxx.Ctest06_cxx_SOURCES = test06-cxx.Ctest07_cxx_SOURCES = test07-cxx.CendifTEST_PROGS = $(C_PROGS) $(CXX_PROGS)EXTRA_DIST = 		\	test01.php	\	test01.pl	\	test01.py	\	test01.ref	\	test02.php	\	test02.pl	\	test02.py	\	test02.ref	\	test03.php	\	test03.pl	\	test03.py	\	test03.ref	\	test04.php	\	test04.pl	\	test04.py	\	test04.ref	\	test05.php	\	test05.pl	\	test05.py	\	test05.ref	\	test06.py	\	test06.php	\	test06.pl	\	test06.ref	\	test07.py	\	test07.php	\	test07.pl	\	test07.ref	\	TestListcheck_PROGRAMS = \	$(TEST_PROGS)CLEANFILES = dotests test0*.swf php.iniinclude ../../Makefile.inc

⌨️ 快捷键说明

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