📄 makefile.am
字号:
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusINCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)AM_CCASFLAGS = $(INCLUDES)noinst_LIBRARIES = lib.a# We also make a library with just the useful# machine-but-not-system-specific functions, usable as an add-on# by itself together with e.g. uclibc.toollib_LIBRARIES = libic.alib_a_SOURCES = setjmp.c memcpy.c memset.c memmove.c libcdtor.clib_a_CCASFLAGS=$(AM_CCASFLAGS)lib_a_CFLAGS=$(AM_CFLAGS)libic_a_SOURCES = setjmp.c memcpy.c memset.c memmove.c libcdtor.clibic_a_CCASFLAGS=$(AM_CCASFLAGS)libic_a_CFLAGS=$(AM_CFLAGS)tooldir = $(exec_prefix)/$(host_alias)toollibdir = $(tooldir)/lib$(MULTISUBDIR)ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -