makefile
来自「操作系统SunOS 4.1.3版本的源码」· 代码 · 共 27 行
TXT
27 行
## @(#)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 + =
减小字号Ctrl + -
显示快捷键?