📄 makefile
字号:
## @(#)Makefile 1.1 92/07/30 SMI## Copyright 1987 Sun Microsystems## Copyright (c) 1984 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.#ident "@(#)fusage:fusage.mk 1.3.3.1"# fusage make fileDESTDIR=BIN=fusageINC = /usr/includeGNODESDIR = ../fusageCFLAGS = -O -c -I$(INC) -DRFSLDFLAGS = -lkvm.MAKE.STATE:.INIT: fumount.hall: fusagefusage: fusage.o getnodes.o $(CC) -o fusage $(LDFLAGS) fusage.o getnodes.o $(LDLIBS) chmod 755 fusagefusage.o: fusage.c $(INC)/stdio.h $(INC)/sys/types.h \ $(INC)/sys/stat.h $(INC)/mntent.h \ $(INC)/rfs/fumount.h \ $(INC)/rfs/rfsys.h $(INC)/errno.hgetnodes.o: $(GNODESDIR)/getnodes.c \ $(INC)/nlist.h $(INC)/stdio.h $(INC)/fcntl.h \ $(INC)/sys/types.h $(INC)/rfs/sema.h \ $(INC)/rfs/comm.h $(INC)/rfs/cirmgr.h \ $(INC)/sys/mount.h $(INC)/rfs/adv.h \ $(INC)/rfs/fumount.h $(CC) $(CFLAGS) $(GNODESDIR)/getnodes.c install: $(BIN) install -s -m 04755 -o root -g bin $(BIN) $(DESTDIR)/usr/bin/$(BIN)clean: -rm -f *.o coreclobber: clean rm -f fusage
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -