📄 makefile
字号:
#----------------------------------------------------------------------------## Copyright (c) 2005 by Hifn, Inc, Los Gatos, CA, U.S.A.# All Rights Reserved.## This software is furnished to licensee under a software license agreement# and may be used and copied only in accordance with the terms and conditions# of such license and with the inclusion of the above Copyright Notice. This # software or any other copies thereof may not be provided or otherwise # made available to any other person. No title to and ownership of the # software is hereby transferred and licensee is subject to all # confidentiality provisions set forth in the software license agreement.## The information in this software is subject to change without notice.##----------------------------------------------------------------------------#----------------------------------------------------------------------------# $Id: @(#) Makefile 1.2@(#) $#----------------------------------------------------------------------------#----------------------------------------------------------------------------# Makefile for download_configure. All the real work is done in# bin/Makefile.#----------------------------------------------------------------------------.PHONY: all clean install runtests runallall: $(MAKE) -C bininstall: $(MAKE) -C bin installclean: $(MAKE) -C bin cleanclean-installed-files: $(MAKE) -C bin clean-installed-filesruntests: $(MAKE) -C bin runtestsrunall: $(MAKE) -C bin runtests#-----------------------------------------------------------------------------# REV # DATE BY REVISION DESCRIPTION# ----- -------- ----- ----------------------------------------------------# 0001 04/26/05 msz Original file# 0002 08/26/05 rlh Added install & clean-installed files targets.##-----------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -