📄 makefile.am
字号:
## Process this file with automake to produce Makefile.innoinst_PROGRAMS = sfversion floating_point_test write_read_test \ lossy_comp_test error_test ulaw_test alaw_test dwvw_test \ peak_chunk_test command_test stdin_test stdout_test stdio_test \ pcm_test headerless_test pipe_test benchmark header_test misc_test \ raw_test string_test open_fail_test multi_file_test dither_test \ scale_clip_test win32_test fix_this aiff_rw_testSNDFILEDIR = ../srcINCLUDES = -I$(srcdir)/$(SNDFILEDIR)noinst_HEADERS = dft_cmp.h utils.hautogen_sources = write_read_test.tpl write_read_test.def \ pcm_test.tpl pcm_test.def \ header_test.tpl header_test.def \ utils.tpl utils.def \ command_test.tpl command_test.def \ scale_clip_test.tpl scale_clip_test.def \ pipe_test.tpl pipe_test.def \ floating_point_test.tpl floating_point_test.def \ benchmark.tpl benchmark.defEXTRA_DIST = $(autogen_sources)#===============================================================================sfversion_SOURCES = sfversion.csfversion_LDADD = $(SNDFILEDIR)/libsndfile.lawrite_read_test_SOURCES = utils.c write_read_test.cwrite_read_test_LDADD = $(SNDFILEDIR)/libsndfile.lalossy_comp_test_SOURCES = utils.c lossy_comp_test.clossy_comp_test_LDADD = $(SNDFILEDIR)/libsndfile.lafix_this_SOURCES = utils.c fix_this.cfix_this_LDADD = $(SNDFILEDIR)/libsndfile.laerror_test_SOURCES = error_test.cerror_test_LDADD = $(SNDFILEDIR)/libsndfile.laulaw_test_SOURCES = utils.c ulaw_test.culaw_test_LDADD = $(SNDFILEDIR)/libsndfile.laalaw_test_SOURCES = utils.c alaw_test.calaw_test_LDADD = $(SNDFILEDIR)/libsndfile.laaiff_rw_test_SOURCES = utils.c aiff_rw_test.caiff_rw_test_LDADD = $(SNDFILEDIR)/libsndfile.lacommand_test_SOURCES = command_test.c utils.ccommand_test_LDADD = $(SNDFILEDIR)/libsndfile.lapcm_test_SOURCES = pcm_test.c utils.cpcm_test_LDADD = $(SNDFILEDIR)/libsndfile.laheaderless_test_SOURCES = utils.c headerless_test.cheaderless_test_LDADD = $(SNDFILEDIR)/libsndfile.lastdin_test_SOURCES = stdin_test.c utils.cstdin_test_LDADD = $(SNDFILEDIR)/libsndfile.lastdout_test_SOURCES = stdout_test.cstdout_test_LDADD = $(SNDFILEDIR)/libsndfile.lastdio_test_SOURCES = stdio_test.c utils.cstdio_test_LDADD = $(SNDFILEDIR)/libsndfile.lapipe_test_SOURCES = pipe_test.c utils.cpipe_test_LDADD = $(SNDFILEDIR)/libsndfile.labenchmark_SOURCES = benchmark.cbenchmark_LDADD = $(SNDFILEDIR)/libsndfile.laheader_test_SOURCES = header_test.c utils.cheader_test_LDADD = $(SNDFILEDIR)/libsndfile.lamisc_test_SOURCES = misc_test.c utils.cmisc_test_LDADD = $(SNDFILEDIR)/libsndfile.laraw_test_SOURCES = raw_test.c utils.craw_test_LDADD = $(SNDFILEDIR)/libsndfile.lastring_test_SOURCES = string_test.c utils.cstring_test_LDADD = $(SNDFILEDIR)/libsndfile.ladither_test_SOURCES = dither_test.c utils.cdither_test_LDADD = $(SNDFILEDIR)/libsndfile.laopen_fail_test_SOURCES = open_fail_test.c utils.copen_fail_test_LDADD = $(SNDFILEDIR)/libsndfile.lamulti_file_test_SOURCES = multi_file_test.c utils.cmulti_file_test_LDADD = $(SNDFILEDIR)/libsndfile.lawin32_test_SOURCES = win32_test.cwin32_test_LDADD = # Lite remove startdwvw_test_SOURCES = utils.c dwvw_test.cdwvw_test_LDADD = $(SNDFILEDIR)/libsndfile.lafloating_point_test_SOURCES = utils.c dft_cmp.c floating_point_test.cfloating_point_test_LDADD = $(SNDFILEDIR)/libsndfile.lapeak_chunk_test_SOURCES = peak_chunk_test.c utils.cpeak_chunk_test_LDADD = $(SNDFILEDIR)/libsndfile.lascale_clip_test_SOURCES = scale_clip_test.c utils.cscale_clip_test_LDADD = $(SNDFILEDIR)/libsndfile.la# Lite remove end#===============================================================================write_read_test.c: write_read_test.def write_read_test.tpl autogen --writable --source-time write_read_test.defpcm_test.c: pcm_test.def pcm_test.tpl autogen --writable --source-time pcm_test.defheader_test.c: header_test.def header_test.tpl autogen --writable --source-time header_test.defutils.c: utils.def utils.tpl autogen --writable --source-time utils.defcommand_test.c: command_test.def command_test.tpl autogen --writable --source-time command_test.defscale_clip_test.c: scale_clip_test.def scale_clip_test.tpl autogen --writable --source-time scale_clip_test.defpipe_test.c: pipe_test.def pipe_test.tpl autogen --writable --source-time pipe_test.deffloating_point_test.c: floating_point_test.def floating_point_test.tpl autogen --writable --source-time floating_point_test.defbenchmark.c: benchmark.def benchmark.tpl autogen --writable --source-time benchmark.def#===============================================================================check: generic-tests wav-tests aiff-tests au-tests raw-tests paf-tests \ svx-tests nist-tests ircam-tests voc-tests w64-tests mat4-tests \ mat5-tests pvf-tests xi-tests htk-tests avr-tests sds-tests sd2-tests \ stdio-testsgeneric-tests : error_test ulaw_test alaw_test command_test floating_point_test pcm_test uname -a ./error_test ./pcm_test ./ulaw_test ./alaw_test ./dwvw_test ./command_test ver ./command_test norm ./command_test format ./command_test peak ./command_test trunc ./floating_point_test ./scale_clip_test ./headerless_test @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed common tests." @echo "----------------------------------------------------------------------"wav-tests: write_read_test lossy_comp_test peak_chunk_test header_test misc_test multi_file_test ./write_read_test wav ./lossy_comp_test wav_ima ./lossy_comp_test wav_msadpcm ./lossy_comp_test wav_ulaw ./lossy_comp_test wav_alaw ./lossy_comp_test wav_gsm610 ./peak_chunk_test wav ./header_test wav ./misc_test wav ./string_test wav ./multi_file_test wav ./open_fail_test wav @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on WAV files." @echo "----------------------------------------------------------------------"aiff-tests: write_read_test lossy_comp_test peak_chunk_test header_test misc_test aiff_rw_test ./write_read_test aiff ./lossy_comp_test aiff_ulaw ./lossy_comp_test aiff_alaw ./lossy_comp_test aiff_gsm610 @echo "==========================" @echo "./lossy_comp_test aiff_ima" @echo "==========================" ./peak_chunk_test aiff ./header_test aiff ./misc_test aiff ./string_test aiff ./multi_file_test aiff ./aiff_rw_test @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on AIFF files." @echo "----------------------------------------------------------------------"au-tests: write_read_test lossy_comp_test header_test misc_test ./write_read_test au ./lossy_comp_test au_ulaw ./lossy_comp_test au_alaw ./lossy_comp_test au_g721 ./lossy_comp_test au_g723 ./header_test au ./misc_test au ./multi_file_test wav @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on AU files." @echo "----------------------------------------------------------------------"raw-tests: write_read_test lossy_comp_test raw_test ./write_read_test raw ./lossy_comp_test raw_ulaw ./lossy_comp_test raw_alaw ./lossy_comp_test vox_adpcm ./raw_test @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on RAW (header-less) files." @echo "----------------------------------------------------------------------"w64-tests: write_read_test lossy_comp_test misc_test ./write_read_test w64 ./lossy_comp_test w64_ima ./lossy_comp_test w64_msadpcm ./lossy_comp_test w64_ulaw ./lossy_comp_test w64_alaw ./lossy_comp_test w64_gsm610 ./header_test w64 ./misc_test w64 @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on W64 files." @echo "----------------------------------------------------------------------"# Lite remove startpaf-tests: write_read_test misc_test ./write_read_test paf ./header_test paf ./misc_test paf @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on PAF files." @echo "----------------------------------------------------------------------"svx-tests: write_read_test misc_test ./write_read_test svx ./header_test svx ./misc_test svx @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on SVX files." @echo "----------------------------------------------------------------------"nist-tests: write_read_test lossy_comp_test misc_test ./write_read_test nist ./lossy_comp_test nist_ulaw ./lossy_comp_test nist_alaw ./header_test nist ./misc_test nist @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on NIST files." @echo "----------------------------------------------------------------------"ircam-tests: write_read_test lossy_comp_test misc_test ./write_read_test ircam ./lossy_comp_test ircam_ulaw ./lossy_comp_test ircam_alaw ./header_test ircam ./misc_test ircam @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on IRCAM files." @echo "----------------------------------------------------------------------"voc-tests: write_read_test lossy_comp_test misc_test ./write_read_test voc ./lossy_comp_test voc_ulaw ./lossy_comp_test voc_alaw ./header_test voc ./misc_test voc @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on VOC files." @echo "----------------------------------------------------------------------"mat4-tests: write_read_test misc_test ./write_read_test mat4 ./header_test mat4 ./misc_test mat4 @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on MAT4 files." @echo "----------------------------------------------------------------------"mat5-tests: write_read_test misc_test ./write_read_test mat5 ./header_test mat5 ./misc_test mat5 @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on MAT5 files." @echo "----------------------------------------------------------------------"pvf-tests: write_read_test misc_test ./write_read_test pvf ./header_test pvf ./misc_test pvf @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on PVF files." @echo "----------------------------------------------------------------------"xi-tests: lossy_comp_test ./lossy_comp_test xi_dpcm @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on XI files." @echo "----------------------------------------------------------------------"htk-tests: write_read_test misc_test ./write_read_test htk ./header_test htk ./misc_test htk @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on HTK files." @echo "----------------------------------------------------------------------"avr-tests: write_read_test misc_test ./write_read_test avr ./header_test avr ./misc_test avr @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on AVR files." @echo "----------------------------------------------------------------------"sds-tests: write_read_test misc_test ./write_read_test sds ./header_test sds ./misc_test sds @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on SDS files." @echo "----------------------------------------------------------------------"sd2-tests: write_read_test ./write_read_test sd2 @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on SD2 files." @echo "----------------------------------------------------------------------"# Lite remove endstdio-tests: stdio_test stdin_test stdout_test pipe_test ./stdio_test ./pipe_test @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed stdio and pipe tests." @echo "----------------------------------------------------------------------"## Do not edit or modify anything in this comment block.## The arch-tag line is a file identity tag for the GNU Arch ## revision control system.#### arch-tag: 820ec297-29b9-48a4-998f-48b17053f435
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -