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

📄 makelocal.mk

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 MK
字号:
# @(#)Makelocal.mk	4.5 (ULTRIX) 1/25/91include $(GMAKEVARS)CDEFINES = -DULTRIX -DNLstrncpy=strncpyLIB	= libi.aCFLAGS = -YPOSIXMSGBASE = ${DESTROOT}/usr/lib/nlsOBJECTS	= nl_ctime.o nl_init.o nl_langinfo.o nl_string.o printf.o \	  scanf.o _idoprnt.o _idoscan.o \	  catopen.o catgets.o catgetmsg.o dordmsg.o fcatgets.o fcatgetmsg.oall: ${LIB}${LIB}: $(OBJECTS)	ar cr ${LIB} ${OBJECTS}	ranlib ${LIB}pretools tools1 tools2:	allpretools tools1 tools2 install:	install -c -m 444 -o bin -g system ${LIB} ${DESTROOT}/usr/lib	-ranlib ${DESTROOT}/usr/lib/libi.a	mkdir -p ${MSGBASE}/msg	chmod -R 755 ${MSGBASE}	conv.o:			conv.cnl_ctime.o:		nl_ctime.cnl_init.o:		nl_init.cnl_langinfo.o:		nl_langinfo.cnl_string.o:		nl_string.cprintf.o:		printf.cscanf.o:		scanf.c_idoprnt.o:		_idoprnt.c_idoscan.o:		_idoscan.ccatopen.o:		catopen.ccatgets.o:		catgets.ccatgetmsg.o:		catgetmsg.cdordmsg.o:		dordmsg.cfcatgets.o:		fcatgets.cfcatgetmsg.o:		fcatgetmsg.cinclude $(GMAKERULES)

⌨️ 快捷键说明

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