📄 makefile.in
字号:
@rm -f write_read_test $(LINK) $(write_read_test_LDFLAGS) $(write_read_test_OBJECTS) $(write_read_test_LDADD) $(LIBS)lossy_comp_test: $(lossy_comp_test_OBJECTS) $(lossy_comp_test_DEPENDENCIES) @rm -f lossy_comp_test $(LINK) $(lossy_comp_test_LDFLAGS) $(lossy_comp_test_OBJECTS) $(lossy_comp_test_LDADD) $(LIBS)error_test: $(error_test_OBJECTS) $(error_test_DEPENDENCIES) @rm -f error_test $(LINK) $(error_test_LDFLAGS) $(error_test_OBJECTS) $(error_test_LDADD) $(LIBS)ulaw_test: $(ulaw_test_OBJECTS) $(ulaw_test_DEPENDENCIES) @rm -f ulaw_test $(LINK) $(ulaw_test_LDFLAGS) $(ulaw_test_OBJECTS) $(ulaw_test_LDADD) $(LIBS)alaw_test: $(alaw_test_OBJECTS) $(alaw_test_DEPENDENCIES) @rm -f alaw_test $(LINK) $(alaw_test_LDFLAGS) $(alaw_test_OBJECTS) $(alaw_test_LDADD) $(LIBS)sftest: $(sftest_OBJECTS) $(sftest_DEPENDENCIES) @rm -f sftest $(LINK) $(sftest_LDFLAGS) $(sftest_OBJECTS) $(sftest_LDADD) $(LIBS)peak_chunk_test: $(peak_chunk_test_OBJECTS) $(peak_chunk_test_DEPENDENCIES) @rm -f peak_chunk_test $(LINK) $(peak_chunk_test_LDFLAGS) $(peak_chunk_test_OBJECTS) $(peak_chunk_test_LDADD) $(LIBS)tags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP)TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags: -rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = testsdistdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ donealaw_test.o: alaw_test.c ../src/sndfile.h check_log_buffer.hcheck_log_buffer.o: check_log_buffer.c ../src/sndfile.h \ check_log_buffer.hdouble_test.o: double_test.c ../src/sndfile.h check_log_buffer.herror_test.o: error_test.c ../src/sndfile.hlossy_comp_test.o: lossy_comp_test.c ../src/sndfile.h check_log_buffer.hpeak_chunk_test.o: peak_chunk_test.c ../src/sndfile.hread_seek_test.o: read_seek_test.c ../src/sndfile.h check_log_buffer.hsftest.o: sftest.c ../src/sndfile.hsfversion.o: sfversion.c ../src/sndfile.hulaw_test.o: ulaw_test.c ../src/sndfile.h check_log_buffer.hwrite_read_test.o: write_read_test.c ../src/sndfile.h check_log_buffer.hinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am:install-exec: install-exec-aminstall-data-am:install-data: install-data-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am:uninstall: uninstall-amall-am: Makefile $(PROGRAMS) $(HEADERS)all-redirect: all-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:mostlyclean-generic:clean-generic:distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic:mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ mostlyclean-libtool mostlyclean-tags \ mostlyclean-genericmostlyclean: mostlyclean-amclean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \ clean-generic mostlyclean-amclean: clean-amdistclean-am: distclean-noinstPROGRAMS distclean-compile \ distclean-libtool distclean-tags distclean-generic \ clean-am -rm -f libtooldistclean: distclean-ammaintainer-clean-am: maintainer-clean-noinstPROGRAMS \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-tags maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \mostlyclean-compile distclean-compile clean-compile \maintainer-clean-compile mostlyclean-libtool distclean-libtool \clean-libtool maintainer-clean-libtool tags mostlyclean-tags \distclean-tags clean-tags maintainer-clean-tags distdir info-am info \dvi-am dvi check check-am installcheck-am installcheck install-exec-am \install-exec install-data-am install-data install-am install \uninstall-am uninstall all-redirect all-am all installdirs \mostlyclean-generic distclean-generic clean-generic \maintainer-clean-generic clean mostlyclean distclean maintainer-cleancheck: generic-test ulaw_test alaw_test double_test first-test \ wav-tests aiff-tests au-tests raw-tests paf-tests svx-tests nist-testsgeneric-test : error_test ./error_test ./ulaw_test ./alaw_test ./double_test @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed common tests." @echo "----------------------------------------------------------------------"first-test: read_seek_test ./read_seek_test wav ./read_seek_test aiff ./read_seek_test au ./read_seek_test svx @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed first set of tests." @echo "----------------------------------------------------------------------"wav-tests: write_read_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 @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on WAV files." @echo "----------------------------------------------------------------------"aiff-tests: write_read_test ./write_read_test aiff ./peak_chunk_test aiff @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on AIFF files." @echo "----------------------------------------------------------------------"au-tests: write_read_test ./write_read_test au ./write_read_test aule ./lossy_comp_test au_ulaw ./lossy_comp_test au_alaw ./lossy_comp_test aule_ulaw ./lossy_comp_test aule_alaw ./lossy_comp_test au_g721 ./lossy_comp_test au_g723 ./lossy_comp_test aule_g721 ./lossy_comp_test aule_g723 @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on AU files." @echo "----------------------------------------------------------------------"raw-tests: write_read_test ./write_read_test raw @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on RAW (header-less PCM) files." @echo "----------------------------------------------------------------------"paf-tests: write_read_test ./write_read_test paf @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on PAF files." @echo "----------------------------------------------------------------------"svx-tests: write_read_test ./write_read_test svx @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on SVX files." @echo "----------------------------------------------------------------------"nist-tests: write_read_test ./write_read_test nist @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on NIST files." @echo "----------------------------------------------------------------------"# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -