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

📄 makefile

📁 南京航空航天大学开发的一个类Unix和Linux的操作系统,好不好看看就知道了,
💻
字号:
%.o:%.cc	g++ -c -O -o $@ $<%.o:%.S	g++ -c -D__ASSEMBLY__ -o $@ $<all: glue bootsect setup bootparamglue: glue.o	g++ -o $@ $^bootsect: bootsect.o	ld -e 0 -Ttext 0 -o $@ $@.osetup: setup.o	ld -e 0 -Ttext 0 -o $@ $@.obootparam: bootparam.o	g++ -o $@ $^SRCS:=glue.cc bootsect.S setup.S bootparam.ccdep:	@rm -f Depend	@for s in $(SRCS); do cpp -MM $$s >>Depend; doneclean:	@rm -f *.o glue bootsect setup collect collect.nm bootparam Dependifeq (Depend, $(wildcard Depend))include Dependendif

⌨️ 快捷键说明

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