📄 makefile.com
字号:
## Copyright 2005 Sun Microsystems, Inc. All rights reserved.## The contents of this file are subject to the terms of the# Common Development and Distribution License, Version 1.0 only.# See the file usr/src/LICENSING.NOTICE in this distribution or# http://www.opensolaris.org/license/ for details.##ident "@(#)Makefile.com 1.1 04/08/31 SMI"PROG = plockstatOBJS = plockstat.oSRCS = $(OBJS:%.o=../%.c)include ../../Makefile.cmdLDLIBS += -ldtrace -lprocCLEANFILES += $(OBJS)all: $(PROG)$(PROG): $(OBJS) $(LINK.c) -o $@ $(OBJS) $(LDLIBS) $(POST_PROCESS) ; $(STRIP_STABS)clean: -$(RM) $(CLEANFILES)lint: lint_SRCS%.o: ../%.c $(COMPILE.c) $<include ../../Makefile.targ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -