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

📄 makefile

📁 操作系统SunOS 4.1.3版本的源码
💻
字号:
## @(#)Makefile 1.1 92/07/30 SMI## Copyright (c) 1987 by Sun Microsystems, Inc.#MID_SRC = ether_addr.c bindresvport.c gethostent.c getnetent.c getnetgrent.c \	getprotoent.c getrpcent.c getrpcport.c getservent.c innetgr.c rcmd.c \	rexec.c ruserpass.cOBJS = $(MID_SRC:%.c=$(VARIANT)/%.o) $(MD_CSRC:$(ARCH)/%.c=$(VARIANT)/%.o)all: xallinclude ../Makefile.archinclude $(ARCH)/Makefileinclude ../Makefile.master#CFLAGS += -RLDFLAGS += -assert pure-textxall: $$(LIBS) $(LIBS) : symlink $$(VARIANT) $$(OBJS)clean : master.cleansymlink:	rm -rf strings;\	ln -s ../strings strings

⌨️ 快捷键说明

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