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

📄 makefile

📁 早期freebsd实现
💻
字号:
#	@(#)Makefile	7.9 (Berkeley) 6/1/93LIB=	kernCFLAGS+= -I${.CURDIR} -I${.CURDIR}/..SRCS=	adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \	ffs.c iordi3.c locc.c lshldi3.c lshrdi3.c mcount.c moddi3.c \	muldi3.c negdi2.c notdi2.c qdivrem.c random.c rindex.c scanc.c \	skpc.c strcat.c strcmp.c strcpy.c strlen.c strncpy.c subdi3.c \	ucmpdi2.c udivdi3.c umoddi3.c xordi3.c.if exists(${.CURDIR}/${MACHINE}/Makefile.inc).PATH: ${.CURDIR}/${MACHINE}.include "${.CURDIR}/${MACHINE}/Makefile.inc".endif# mcount cannot be compiled with profilingmcount.po: mcount.o	cp mcount.o mcount.po.include <bsd.lib.mk>

⌨️ 快捷键说明

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