makefile.svn-base
来自「一个很好的无线搜索、自动连接脚本」· SVN-BASE 代码 · 共 55 行
SVN-BASE
55 行
## *********************************************************# * 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#include $(TOP)/.configifneq ($(wildcard $(SRCBASE)/cy_conf.mak),) include $(SRCBASE)/cy_conf.makendifall:install:# -cp -a Cysaja.asp $(INSTALLDIR)/www/# -cp -a SysInfo.htm $(INSTALLDIR)/www/# -cp -a SysInfo1.htm $(INSTALLDIR)/www/ifeq ($(CONFIG_MSSID),y) -cp -a Info.htm.v24 $(INSTALLDIR)/www/Info.htm -cp -a Info.live.htm.v24 $(INSTALLDIR)/www/Info.live.htmelse -cp -a Info.htm $(INSTALLDIR)/www/ -cp -a Info.live.htm $(INSTALLDIR)/www/endififeq ($(CONFIG_REGISTER),y) -cp -a register.asp $(INSTALLDIR)/www/register.aspendififdef EMI_TEST cp -a emi_test.asp $(INSTALLDIR)/www/endififdef SYSLOG_SUPPORT cp -a Log_all.asp $(INSTALLDIR)/www/ cp -a Log_settings.asp $(INSTALLDIR)/www/endifclean:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?