📄 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.aif SH64lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S strncpy.Selselib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.Sendiflib_a_CCASFLAGS=$(AM_CCASFLAGS)lib_a_CFLAGS=$(AM_CFLAGS)$(lpfx)memcpy.o: asm.h$(lpfx)memset.o: asm.h$(lpfx)setjmp.o: asm.h$(lpfx)strcpy.o: asm.h$(lpfx)strcmp.o: asm.h$(lpfx)strncpy.o: asm.hACLOCAL_AMFLAGS = -I ../../.. -I ../../../..CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -