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

📄 defs

📁 这是一个自动生成MAKEFILE的工具。一个很有用的库。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。
💻
字号:
# -*- sh -*-# Defines for Libtool testing environment.# Gord Matzigkeit <gord@gnu.ai.mit.edu>, 1996# Check that srcdir is set to an absolute path.case "$srcdir" in/* | [A-Za-z]:\\*) ;;*) srcdir=`cd $srcdir && pwd` ;;esacprogname=`echo "$0" | sed 's%^.*/%%'`libtool="../libtool"make="${MAKE-make}"SHELL="${CONFIG_SHELL-/bin/sh}"prefix="./_inst"if test "$need_prefix" = yes; then  # An absolute path to a test installation directory.  test -d $prefix || mkdir $prefix  prefix=`cd $prefix && pwd`else  test -d $prefix && rm -rf $prefix  prefix=NONEfi# Extract CC from the libtool configurationeval `$libtool --config | grep '^CC='`# See how redirections should work.case "$VERBOSE" inNO | no | 0 | "")  exec > /dev/null 2>&1  ;;esacecho "=== Running $progname"

⌨️ 快捷键说明

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