⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ax_add_bin_dist.m4

📁 robocup rcssmonitor-11.1.1.zip
💻 M4
字号:
# @synopsis AX_ADD_EXTRA_BIN_DIST([NAME])# ---------------------------------------------------------# 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 dist-NAME to the list of binary dist targets.  dist-NAME#       will be made when dist-bin or all-dist is made#AC_DEFUN([AX_ADD_EXTRA_BIN_DIST],[AC_REQUIRE([AX_EXTRA_DIST])AC_MSG_NOTICE([adding custom binary dist $1])if test "$USING_AX_EXTRA_DIST"; thenAX_ADD_MK_MACRO([[EXTRA_BIN_DISTS += dist-$1]])fi]) # AX_ADD_EXTRA_BIN_DIST

⌨️ 快捷键说明

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