makefile.am

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

AM
43
字号
SUBDIRS = AM_CPPFLAGS = \	-I$(top_srcdir) \	-I$(top_srcdir)/src \	-I$(top_srcdir)/test \	-DMEDIADIR='"$(srcdir)/../Media/"'LDADD = $(top_builddir)/src/libming.laTESTS = dotestsC_PROGS =		\	test01		\	test02if USE_CXXCXX_PROGS =		\	test01-cxx	\	test02-cxxtest01_cxx_SOURCES = test01-cxx.Ctest02_cxx_SOURCES = test02-cxx.CendifTEST_PROGS = $(C_PROGS) $(CXX_PROGS)EXTRA_DIST =	\	test01.ref \	test02.ref \	test01.php \	test02.php \	TestListcheck_PROGRAMS = \	$(TEST_PROGS)CLEANFILES = dotests php.ini \	test01.swf 	\	test02.swfinclude ../Makefile.inc

⌨️ 快捷键说明

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