📄 ax_add_src_upload.m4
字号:
# @synopsis AX_ADD_SRC_UPLOAD([NAME],[FILE])# ---------------------------------------------------------# Author: Tom Howard <tomhoward@users.sf.net># Version: 1.0# Copyright (C) 2005, Tom Howard## Copying and distribution of this file, with or without# modification, are permitted in any medium without# royalty provided the copyright notice and this notice# are preserved.## Desc: Adds upload support for FILE, by adding make target upload-NAME# which will depend on dist-NAME. Additionally FILE will be uploaded# when the upload-src or upload targets are made#AC_DEFUN([AX_ADD_SRC_UPLOAD],[AX_ADD_UPLOAD([$1],[$2])if test "$USING_AX_UPLOAD" != "x"; thenAX_ADD_MK_MACRO([[UPLOAD_SRC += upload-$1]])fi])#AX_ADD_SRC_UPLOAD
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -