📄 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.10 04/07/15 SMI"#LIBRARY = libctf.aVERS = .1COMMON_OBJS = \ ctf_create.o \ ctf_error.o \ ctf_hash.o \ ctf_labels.o \ ctf_lookup.o \ ctf_open.o \ ctf_types.o \ ctf_util.oLIB_OBJS = \ ctf_lib.o \ ctf_subr.oOBJECTS = $(COMMON_OBJS) $(LIB_OBJS)include ../../Makefile.libinclude ../../Makefile.rootfsSRCS = $(COMMON_OBJS:%.o=../../../common/ctf/%.c) $(LIB_OBJS:%.o=../common/%.c)LIBS = $(DYNLIB) $(LINTLIB)SRCDIR = ../commonSPECMAPFILE = $(MAPDIR)/mapfileCPPFLAGS += -I../common -I../../../common/ctf -DCTF_OLD_VERSIONSCFLAGS += $(CCVERBOSE)LDLIBS += -lc$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC).KEEP_STATE:all: $(LIBS)lint: lintcheckinclude ../../Makefile.targobjs/%.o pics/%.o: ../../../common/ctf/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -