📄 makefile.am
字号:
## $Id: Makefile.am,v 1.34 2005/08/21 17:32:07 bouvigne Exp $include $(top_srcdir)/Makefile.am.global.PHONY: testSUBDIRS = mpglib libmp3lame frontend Dll debian doc include misc dshow ACM macCLEANFILES = testcase.new.mp3EXTRA_DIST = \ API \ DEFINES \ HACKING \ INSTALL.configure \ LICENSE \ Makefile.MSVC \ Makefile.unix \ Makefile.am.global \ README.WINGTK \ STYLEGUIDE \ USAGE \ configMS.h \ lame.bat \ lame.spec.in \ lame.spec \ lame_projects_vc6.dsp \ lame_vc6.dsw \ lame_vc7.sln \ testcase.mp3 \ testcase.wav## The differences depend on the used processor architecture, the used# compiler and the used options for the compiler, so make test may# show some differences. You should only be concerned if you are a# LAME developer and the number of differences change after you# modified the source.#testcase.new.mp3: testcase.wav frontend/lame$(EXEEXT) time frontend/lame$(EXEEXT) --nores $(top_srcdir)/testcase.wav testcase.new.mp3 || $(RM_F) testcase.new.mp3test: testcase.mp3 testcase.new.mp3 @echo @echo "The following output has value only for a LAME-developer, do not make _any_" @echo "assumptions about what this number means. You do not need to care about it." @cmp -l testcase.new.mp3 $(top_srcdir)/testcase.mp3 | wc -ltestupdate: testcase.mp3 testcase.new.mp3 cp testcase.new.mp3 $(top_srcdir)/testcase.mp3testg: frontend/mp3x$(EXEEXT) $(top_srcdir)/../test/castanets.wav frontend/mp3x$(EXEEXT) -h $(top_srcdir)/../test/castanets.wavupdate: cd $(top_srcdir) && CVS_RSH=ssh cvs -z3 -q update -dAP || truediff: cd $(top_srcdir) && CVS_RSH=ssh cvs -z3 diff -u || truefrontend/lame$(EXEEXT): $(MAKE) $(MAKEFLAGS)frontend/mp3x$(EXEEXT): frontend/lame$(EXEEXT)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -