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

📄 makefile

📁 操作系统源代码
💻
字号:
# Makefile for aalCC=exec ccCFLAGS=-I. -wo -DAAL -DSTB -DNDEBUG -DDISTRIBUTION -D_POSIX_SOURCE -D_MINIXLDFLAGS=-iall:	aalOFILES=	archiver.o \	print.o \	rd.o \	rd_arhdr.o \	rd_unsig2.o \	sprint.o \	wr_arhdr.o \	wr_bytes.o \	wr_int2.o \	wr_long.o \	wr_ranlib.o \	format.o \	rd_bytes.o \	system.o \	write.o \	long2str.oaal: $(OFILES)	$(CC) $(LDFLAGS) -o aal $(OFILES)	install -S 64k $@install:	/usr/bin/aal /usr/bin/ar/usr/bin/aal:	aal	install -cs -o bin aal $@/usr/bin/ar:	/usr/bin/aal	install -l $? $@archiver.o:print.o:rd.o:rd_arhdr.o:rd_unsig2.o:sprint.o:wr_arhdr.o:wr_bytes.o:wr_int2.o:wr_long.o:wr_ranlib.o:format.o:rd_bytes.o:system.o:write.o:long2str.o:clean:		rm -f *.o core *.bak aal

⌨️ 快捷键说明

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