📄 chmod.mk
字号:
# Copyright (c) 1990, 1991, 1992, 1993 Novell, Inc. All Rights Reserved.# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 Novell, Inc. All Rights Reserved.# All Rights Reserved# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.# The copyright notice above does not evidence any# actual or intended publication of such source code.# Portions Copyright (c) 1988, Sun Microsystems, Inc.# All Rights Reserved.#ident "@(#)chmod:chmod.mk 1.8.5.3"#ident "$Header: chmod.mk 1.3 91/06/26 $"# Makefile for chmod include $(CMDRULES)INSDIR = $(USRBIN)OWN = binGRP = binINCSYS = $(INC)#top## Generated by makefile 1.47MAKEFILE = chmod.mkMAINS = chmodOBJECTS = chmod.oSOURCES = chmod.call: $(MAINS)chmod: chmod.o $(CC) -o chmod chmod.o $(LDFLAGS) $(LDLIBS) $(PERFLIBS)chmod.o: chmod.c \ $(INC)/stdio.h \ $(INC)/sys/types.h \ $(INC)/sys/stat.h \ $(INC)/dirent.h \ $(INC)/priv.h \ $(INC)/locale.h \ $(INC)/pfmt.h \ $(INC)/errno.h \ $(INC)/string.hinstall: all $(INS) -f $(INSDIR) -m 0555 -u $(OWN) -g $(GRP) $(MAINS)clean: rm -f $(OBJECTS)clobber: clean rm -f $(MAINS)lintit: $(LINT) $(LINTFLAGS) chmod.cnewmakefile: makefile -m -f $(MAKEFILE) -s INC $(INC)#bottom#size: all $(SIZE) $(MAINS)strip: all $(STRIP) $(MAINS)# These targets are useful but optionalpartslist: @echo $(MAKEFILE) $(SOURCES) $(LOCALINCS) | tr ' ' '\012' | sortproductdir: @echo $(INSDIR) | tr ' ' '\012' | sortproduct: @echo $(MAINS) | tr ' ' '\012' | \ sed 's;^;$(INSDIR)/;'srcaudit: @fileaudit $(MAKEFILE) $(LOCALINCS) $(SOURCES) -o $(OBJECTS) $(MAINS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -