?? chgrp.mk
字號(hào):
# 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.# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T# All Rights Reserved# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T# 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 "@(#)chgrp:chgrp.mk 1.4.7.2"#ident "$Header: chgrp.mk 1.2 91/03/21 $"# Makefile for chgrpinclude $(CMDRULES)INSDIR = $(USRBIN)OWN=binGRP=binINCSYS = $(INC)#top## Generated by makefile 1.47MAKEFILE = chgrp.mkMAINS = chgrpOBJECTS = chgrp.oSOURCES = chgrp.call: $(MAINS)chgrp: chgrp.o $(CC) -o chgrp chgrp.o $(LDFLAGS) $(LDLIBS) $(SHLIBS)chgrp.o: $(INC)/stdio.h $(INC)/ctype.h \ $(INCSYS)/sys/types.h $(INCSYS)/sys/stat.h \ $(INC)/grp.h \ $(INC)/dirent.h $(INC)/unistd.h \ $(INC)/priv.h $(INC)/locale.h \ $(INC)/pfmt.h $(INC)/string.h \ $(INC)/errno.hGLOBALINCS = $(INC)/ctype.h $(INC)/grp.h $(INC)/stdio.h \ $(INCSYS)/sys/stat.h $(INCSYS)/sys/types.h \ $(INC)/dirent.h $(INC)/unistd.h $(INC)/priv.h $(INC)/locale.h \ $(INC)/pfmt.h $(INC)/string.h $(INC)/errno.hclean: rm -f $(OBJECTS)clobber: rm -f $(OBJECTS) $(MAINS)newmakefile: makefile -m -f $(MAKEFILE) -s INC $(INC)#bottom#install: all $(INS) -f $(INSDIR) -m 0555 -u $(OWN) -g $(GRP) $(MAINS)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)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -