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

📄 gnumakefile

📁 这是一个从音频信号里提取特征参量的程序
💻
字号:
# file: $isip/class/math/vector/MVector/GNUmakefile# version: $Id: GNUmakefile,v 1.20 2002/03/05 20:50:43 zheng Exp $## define the source files. note that mvec_12.cc needs to be built only# once so it is on a different list than all the other source files.#ISIP_FILES = *.ccISIP_NON_TEMPLATE_FILES = mvec_12.cc# define the header files that need to be installed#ISIP_HEADER_FILES = MVector.h MVectorMethods.h# define other dependencies (headers are included automatically)#ISIP_DEPS = MScalar.h MComplexScalar.h \	    Byte.h ComplexDouble.h ComplexFloat.h ComplexLong.h \	    Double.h Float.h Llong.h Long.h Short.h String.h \	    Ullong.h Ulong.h Ushort.h# define the template targets that we need explicit instantiations# for. this list is a space-delimited list of template types. if there# are multiple template arguments they should be delimeted by periods,# "Byte" is the first template argument and "byte" is the second for# the first target.#ISIP_TEMPLATE_TARGETS = Byte.byte~unsigned \			Ushort.ushort~unsigned \			Ulong.ulong~unsigned \			Ullong.ullong~unsigned \			Short.short~signed \			Long.long~signed \			Llong.llong~signed \			Float.float~float \			Double.double~float \			ComplexLong.complexlong~complex \			ComplexFloat.complexfloat~complex \			ComplexDouble.complexdouble~complex# define the output library#ISIP_OLIB = lib_math_vector.a# define the compilation flags# ISIP_CFLAGS =# since this is a template, diagnose cannot be run directly#ISIP_DIAGNOSE_MODE = none# include the isip standard make template#include $(ISIP_DEVEL)/lib/scripts/make/compile_mtemplate.make## end of file

⌨️ 快捷键说明

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