📄 makefile.am
字号:
#### $Id: Makefile.am,v 1.5 2003/01/15 18:12:16 ralf Exp $##C_FILES = memcpy.c m68kidle.cOBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))include $(top_srcdir)/../../../../../automake/compile.aminclude $(top_srcdir)/../../../../../automake/lib.am# gcc doesn't recognize difference between the cpu32 and cpu32+ so we have toif mcpu32pM68K_CPPFLAGS = -D__mcpu32p__endifif mcf5272M68K_CPPFLAGS = -Dmcf5272endifAM_CPPFLAGS += $(M68K_CPPFLAGS)all-local: $(ARCH) $(OBJS)EXTRA_DIST = memcpy.c m68kidle.cinclude $(top_srcdir)/../../../../../automake/local.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -