📄 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.17 04/09/28 SMI"## lib/libproc/Makefile.comLIBRARY = libproc.aVERS = .1CMNOBJS = \ P32ton.o \ Pcontrol.o \ Pcore.o \ Pexecname.o \ Pgcore.o \ Pidle.o \ Pisprocdir.o \ Plwpregs.o \ Pservice.o \ Psymtab.o \ Pscantext.o \ Pstack.o \ Psyscall.o \ Putil.o \ pr_door.o \ pr_exit.o \ pr_fcntl.o \ pr_getitimer.o \ pr_getrctl.o \ pr_getrlimit.o \ pr_getsockname.o \ pr_ioctl.o \ pr_lseek.o \ pr_memcntl.o \ pr_meminfo.o \ pr_mmap.o \ pr_open.o \ pr_pbind.o \ pr_rename.o \ pr_sigaction.o \ pr_stat.o \ pr_statvfs.o \ pr_tasksys.o \ pr_waitid.o \ proc_get_info.o \ proc_names.o \ proc_arg.o \ proc_set.o \ proc_stdio.oISAOBJS = \ Pisadep.oOBJECTS = $(CMNOBJS) $(ISAOBJS)# include library definitionsinclude ../../Makefile.libinclude ../../Makefile.rootfsSRCS = $(CMNOBJS:%.o=../common/%.c) $(ISAOBJS:%.o=%.c)LIBS = $(DYNLIB) $(LINTLIB)LDLIBS += -lrtld_db -lelf -lctf -lc$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)SRCDIR = ../commonMAPDIR = ../spec/$(TRANSMACH)SPECMAPFILE = $(MAPDIR)/mapfileCFLAGS += $(CCVERBOSE)CPPFLAGS += -I$(SRCDIR).KEEP_STATE:all: $(LIBS)lint: lintcheck# include library targetsinclude ../../Makefile.targobjs/%.o pics/%.o: %.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -