代码拉取完成,页面将自动刷新
#Target name
TGT = uas2wav
#Target dir
TGTDIR = ./output/bin
#Object dir
OBJDIR = ./output
#Source files
SRC = u2w.cpp
PWLIB_INC = ../common/pwlib/include
PWLIB_LIB = ../common/pwlib/lib
EXT_INCS_DIR = -I$(PWLIB_INC) -I../../lib_base/ -I../../common
EXT_LIB_DIR = -L$(PWLIB_LIB) -L../../ump_out/lib -L../common/ipp/lib
STD_LIB = -lpthread -lrt -lippscemerged -lippsemerged -lippscmerged -lippsmerged -lippcore
EXT_LIB_D = -laio_d -laio2_d -lSpeech_d -lpt_linux_x86_d
EXT_LIB = -laio_r -laio2_r -lSpeech_r -lspeexdsp_r -lpt_linux_x86_r
CXXFLAGS += -Wall -DPTRACING_zhoucx -D_REENTRANT -felide-constructors
CCFLAGS += -Wall -g
#include ../../common/mak/makefile_pch
all:
g++ $(CXXFLAGS) $(SRC) $(EXT_INCS_DIR) $(EXT_LIB_DIR) $(EXT_LIB) $(STD_LIB) -o $(TGT)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。