makefile

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

TXT
39
字号
## 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.6	04/11/11 SMI"ASFLAGS += $(AS_PICFLAGS) -P -D_ASMMAPDIR = ../spec/i386MACHOBJS = dis_tables.o dt_asmsubr.oDLIBSRCS = regs.dinclude ../Makefile.comSRCS += $(SRC)/common/dis/i386/dis_tables.c dt_asmsubr.sCPPFLAGS += -I$(SRC)/common/dis/i386LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGNCLEANFILES += regs.sed regs.d%.sed: %.sed.in	$(COMPILE.cpp) -D_KERNEL $< | \	tr -d ' ' | tr '@' ' ' | tr '"' '@' | grep '^s/' > $@../$(MACH)/regs.d: regs.sed regs.d.in	sed -f regs.sed < regs.d.in > $@pics/%.o: $(SRC)/common/dis/i386/%.c	$(COMPILE.c) -o $@ $<	$(POST_PROCESS_O)install yydebug: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) \	$(ROOTDLIBS) $(ROOTDOBJS)

⌨️ 快捷键说明

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