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

📄 makefile

📁 操作系统SunOS 4.1.3版本的源码
💻
字号:
# Makefile for memtest.o (loadable device driver)#ARCH=	sun4cCPP=	/lib/cpp -undef -Dsparc -DsunCC=	ccAS=	asLD=	ldAWK=	awkGREP=	egrepSYSDIR=	../..MACHINE= ..IDENT=-Dsun4c -DGENERIC -DSUN4C_70 -DSUN4C_60 -DWINSVJ -DVDDRV -DASYNCHIO -DLWP -DVFSSTATS -DRFS -DCRYPT -DTCPDEBUG -DIPCSHMEM -DIPCSEMAPHORE -DIPCMESSAGE -DSYSAUDIT -DSYSACCT -DHSFS -DTMPFS -DTFS -DLOFS -DNFSSERVER -DNFSCLIENT -DUFS -DQUOTA -DINETCPPOPTS=${IDENT} -DKERNEL -I. -I${MACHINE} -I${SYSDIR}COPTS=	${CPPOPTS}CFLAGS=	-O ${COPTS}OBJS = memtest.oSCRIPTS = memtest_load memtest_unloadall: ${OBJS} ${SCRIPTS} testprogmemtest.o: memtest.c memtestio.h	${CC} -c ${CFLAGS} memtest.cload: memtest.o memtest_load	modload -sym memtest.o -entry _memtest_init -exec memtest_loadunload: memtest_unload memtestID	modunload -id `cat memtestID` -exec memtest_unloadclean:	-rm -f *.otestprog: test_memtesttest_memtest: test_memtest.o test_memtest_asm.o	${CC} -I. -O -o test_memtest -Bstatic test_memtest.o test_memtest_asm.otest_memtest.o: test_memtest.c memtestio.h	${CC} -I. -O -c test_memtest.ctest_memtest_asm.o: test_memtest_asm.S	${CC} -I. -O -c test_memtest_asm.Sinstall: all /Memtest	cp Makefile *memtest* /Memtest	-(cd /Memtest; chmod +w *)	date > /Memtest/Timestamp/Memtest:	mkdir /Memtestupdate:	(cd /Memtest; find . -newer Timestamp -type f -print) | \		awk '{printf "cp %s .\n", $$1}' | sh -x

⌨️ 快捷键说明

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