📄 makefile.am
字号:
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusINCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)GENERAL_SOURCES = \ fnmatch.c glob.c regcomp.c regerror.c regex2.h \ regexec.c regfree.c collate.h collate.c collcmp.c \ reallocf.cELIX_3_SOURCES = \ wordexp.c \ wordfree.cif ELIX_LEVEL_1ELIX_SOURCES =elseif ELIX_LEVEL_2ELIX_SOURCES =elseELIX_SOURCES = $(ELIX_3_SOURCES)endifendiflibstdlib_la_LDFLAGS = -Xcompiler -nostdlibif USE_LIBTOOLnoinst_LTLIBRARIES = libstdlib.lalibstdlib_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)noinst_DATA = objectlist.awk.inelsenoinst_LIBRARIES = lib.alib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)lib_a_CFLAGS = $(AM_CFLAGS)noinst_DATA =endif # USE_LIBTOOLAM_CFLAGS = -D_GNU_SOURCEinclude $(srcdir)/../../../../Makefile.shared
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -