makefile.svn-base

来自「一个很好的无线搜索、自动连接脚本」· SVN-BASE 代码 · 共 40 行

SVN-BASE
40
字号
## *********************************************************# *   Copyright 2003, CyberTAN  Inc.  All Rights Reserved *# *********************************************************# This is UNPUBLISHED PROPRIETARY SOURCE CODE of CyberTAN Inc.# the contents of this file may not be disclosed to third parties,# copied or duplicated in any form without the prior written# permission of CyberTAN Inc.# This software should be used as a reference only, and it not# intended for production use!# THIS SOFTWARE IS OFFERED "AS IS", AND CYBERTAN GRANTS NO WARRANTIES OF ANY# KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE.  CYBERTAN# SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS# FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE#ifneq ($(wildcard $(SRCBASE)/cy_conf.mak),)  include $(SRCBASE)/cy_conf.makendifall:install:	install -d $(INSTALLDIR)/usr/lib/webif	-cp -a *.awk $(INSTALLDIR)/usr/lib/webif	-cp -a *.asp $(INSTALLDIR)/www	-cp -a *.css $(INSTALLDIR)/www/	-cp -a *.sed $(INSTALLDIR)/www/	-cp -a *.html $(INSTALLDIR)/www/clean:

⌨️ 快捷键说明

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