makefile.am
来自「Ming is a library for generating Macrome」· AM 代码 · 共 52 行
AM
52 行
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 \ test02 \ test03 if USE_CXXCXX_PROGS = \ test01-cxx \ test02-cxx \ test03-cxxtest01_cxx_SOURCES = test01-cxx.Ctest02_cxx_SOURCES = test02-cxx.Ctest03_cxx_SOURCES = test03-cxx.CendifTEST_PROGS = $(C_PROGS) $(CXX_PROGS)EXTRA_DIST = \ test01.ref \ test02.ref \ test03.ref \ test01.pl \ test02.pl \ test03.pl \ test01.py \ test02.py \ test03.py \ TestListcheck_PROGRAMS = \ $(TEST_PROGS)CLEANFILES = dotests php.ini \ test01.swf \ test02.swf \ test03.swfinclude ../Makefile.inc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?