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

📄 makefile

📁 操作系统SunOS 4.1.3版本的源码
💻
字号:
## @(#)Makefile 1.1 92/07/30 SMI;## Warning: The micro-assembler can use the output of cc only if#	  cc is called with one argument!DEFS= const+.hSRCS=	diag.u misc.u sp.u dp.u xsp.u xdp.u cr.u direct.u\	datan.u dexp.u dexpm.u dlnx.u dlnxp.u satan.u sexp.u\	sincos.u slnx.u slnxp.u ssincos.u sexpm.uGET= sccs getCFLAGS=-Oall: get_all_file tot+.bin fpa_constants+tot+.u: $(DEFS) $(SRCS)	cat $(DEFS) $(SRCS) > temp	/lib/cpp -P temp > tot+.utot+.bin: tot+.u	../microassembler+/fpas+ -b tot+.bin tot+.u >tot+.out.SUFFIXES: .u .outclean:	rm -f tot+.* temp const+.h fpa_constants+ compiler_const+.hconst+.h: constants+	sed -f get_all_file constants+ > const+.hsources: $(DEFS) $(SRCS)$(SRCS) constants+ get_all_file get_compiler_file:	$(GET) $@fpa_constants+: constants+	grep "^[sdc]" constants+ >fpa_constants+install:	all	install tot+.bin ${DESTDIR}/usr/etc/fpa/fpa_micro_bin+	install fpa_constants+ ${DESTDIR}/usr/etc/fpa/fpa_constants+compiler_const+.h: constants+	sed -f get_compiler_file constants > compiler_const.h

⌨️ 快捷键说明

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