📄 makefile
字号:
# @(#)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= sps.u dps.u xtn.u com.u trig.u tran.u ldp.u reg.u mis.uGET= sccs getCFLAGS=-Oall: get_all_file tot.bin tot.map fpa_constantstot.u: $(DEFS) $(SRCS) cat $(DEFS) $(SRCS) > temp /lib/cpp -P temp > tot.utot.bin: tot.u ../microassembler/fpas -b tot.bin -r tot.map 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_constantsinstall: all install tot.bin ${DESTDIR}/usr/etc/fpa/fpa_micro_bin install tot.map ${DESTDIR}/usr/etc/fpa/fpa_micro_map install fpa_constants ${DESTDIR}/usr/etc/fpa/fpa_constantscompiler_const.h: constants sed -f get_compiler_file constants > compiler_const.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -