📄 makefile
字号:
## 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.2 01/08/15 SMI"#include ../Makefile.libHDRS = libctf.hHDRDIR = commonSUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64)all := TARGET = allclean := TARGET = cleanclobber := TARGET = clobberinstall := TARGET = installlint := TARGET = lint.KEEP_STATE:all clean clobber install: spec .WAIT $(SUBDIRS)lint: $(SUBDIRS)install_h: $(ROOTHDRS)check: $(CHECKHDRS)spec $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET)FRC:include ../Makefile.targ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -