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

📄 gnumakefile

📁 这是处理语音信号的程序
💻
字号:
# file: GNUmakefile## define the source files#ISIP_FILES = *.cc# define the files these source files depend on (usually include files)#ISIP_DEPS = *.h# include flags#ISIP_IFLAGS = -I$(ISIP_PROTO)/include# define the compilation flags: optimize and debug# ISIP_CFLAGS = -O2# define the output library#ISIP_OLIB = lib_proto.a# include the isip standard make template#include $(ISIP_PROTO)/lib/scripts/make/compile.make## end of file

⌨️ 快捷键说明

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