⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 Newlib 嵌入式 C库 标准实现代码
💻 AM
字号:
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusINCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)AM_CCASFLAGS = $(INCLUDES)noinst_LIBRARIES = lib.aCOPYOFILES = \	read.o \	open.o \	_exit.o \	write.o \	lseek.o \	close.o \	sbrk.o \	cerror.o \	fork.o \	isatty.o \	ioctl.o \	getpid.o \	time.o \	kill.o \	wait.o \	execve.o \	gettimeofday.o \	link.o \	unlink.o \	fstat.o \	times.o  \	getrusage.o  lib_a_SOURCES = _main.clib_a_LIBADD = $(COPYOFILES)$(COPYOFILES):	ar x /lib/libc.a $(COPYOFILES) all: crt0.ocrt0.o:	cp /lib/crt0.o crt0.oACLOCAL_AMFLAGS = -I ../../.. -I ../../../..CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -