⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.com

📁 Sun Solaris 10 中的 DTrace 组件的源代码。请参看: http://www.sun.com/software/solaris/observability.jsp
💻 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.6	04/08/02 SMI"PROG= lockstatOBJS= lockstat.o sym.oSRCS= $(OBJS:%.o=../%.c)include ../../Makefile.cmdLDLIBS += -lelf -lkstat -ldtrace -lrtCFLAGS += $(CCVERBOSE)CFLAGS64 += $(CCVERBOSE)LINTFLAGS += -xerroff=E_SEC_SPRINTF_UNBOUNDED_COPYLINTFLAGS64 += -xerroff=E_SEC_SPRINTF_UNBOUNDED_COPYFILEMODE= 0555GROUP= binCLEANFILES += $(OBJS).KEEP_STATE:all: $(PROG)$(PROG):	$(OBJS)	$(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS)	$(POST_PROCESS)clean:	-$(RM) $(CLEANFILES)lint:	lint_SRCS%.o:    ../%.c	$(COMPILE.c) $<include ../../Makefile.targ

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -