makefile

来自「Sun Solaris 10 中的 DTrace 组件的源代码。请参看: htt」· 代码 · 共 46 行

TXT
46
字号
## 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	1.3	04/09/28 SMI"UTSBASE	= ../..MODULE		= ctfOBJECTS		= $(CTF_OBJS:%=$(OBJS_DIR)/%)LINTS		= $(CTF_OBJS:%.o=$(LINTS_DIR)/%.ln)ROOTMODULE	= $(ROOT_MISC_DIR)/$(MODULE)include $(UTSBASE)/intel/Makefile.intelALL_TARGET	= $(BINARY)LINT_TARGET	= $(MODULE).lintINSTALL_TARGET	= $(BINARY) $(ROOTMODULE)CPPFLAGS	+= -I$(SRC)/common/ctf -DCTF_OLD_VERSIONSLDFLAGS		+= -Breduce -M$(UTSBASE)/common/ctf/mapfile -dy -Nmisc/zmod.KEEP_STATE:def:		$(DEF_DEPS)all:		$(ALL_DEPS)clean:		$(CLEAN_DEPS)clobber:	$(CLOBBER_DEPS)lint:		$(LINT_DEPS)modlintlib:	$(MODLINTLIB_DEPS)clean.lint:	$(CLEAN_LINT_DEPS)install:	$(INSTALL_DEPS)include $(UTSBASE)/intel/Makefile.targ

⌨️ 快捷键说明

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