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

📄 makefile.am

📁 KPIT GNU Tools is a set of GNU development tools for Renesas microcontrollers.
💻 AM
字号:
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusSUBDIRS = $(sys_dir) .if HAVE_SYS_DIRSYSLIB = lib.aendifnoinst_DATA = $(CRT0)if USE_LIBTOOLelsenoinst_LIBRARIES = $(SYSLIB)lib.a: $(sys_dir)/lib.a	rm -f $@	ln $(sys_dir)/lib.a $@ >/dev/null 2>/dev/null \	 || cp $(sys_dir)/lib.a $@endif # USE_LIBTOOL$(sys_dir)/libsys.$(aext): ; @true$(CRT0): $(sys_dir)/$(CRT0)	rm -f $@	ln $(sys_dir)/$(CRT0) $@ >/dev/null 2>/dev/null \	 || cp $(sys_dir)/$(CRT0) $@$(sys_dir)/$(CRT0): ; @trueCLEANFILES = $(CRT0)doc:ACLOCAL_AMFLAGS = -I ../..CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

⌨️ 快捷键说明

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