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

📄 makefile.am

📁 Audacity是一款用於錄音和編輯聲音的、免費的開放源碼軟體。它可以執行於Mac OS X、Microsoft Windows、GNU/Linux和其它作業系統
💻 AM
字号:
## Process this file with automake to create Makefile.in#### $Id: Makefile.am,v 1.1.1.1 2004/03/14 15:51:34 mbrubeck Exp $#### Copyright (C) 2003 - David W. Durham## ## This file is part of SoundTouch, an audio processing library for pitch/time adjustments## ## SoundTouch is free software; you can redistribute it and/or modify it under the## terms of the GNU General Public License as published by the Free Software## Foundation; either version 2 of the License, or (at your option) any later## version.## ## SoundTouch is distributed in the hope that it will be useful, but WITHOUT ANY## WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR## A PARTICULAR PURPOSE.  See the GNU General Public License for more details.## ## You should have received a copy of the GNU General Public License along with## this program; if not, write to the Free Software Foundation, Inc., 59 Temple## Place - Suite 330, Boston, MA  02111-1307, USA## I used config/am_include.mk for common definitionsinclude $(top_srcdir)/config/am_include.mk## Descend into SUBDIRS and run make. Look at the Makefile.am files in the## subdirectories Start at frontend_fox/Makefile.am to see how everything works.SUBDIRS=include source# list files that are documentation to be packaged in a release tarball and installedpkgdoc_DATA=COPYING.TXT README.html# extra data files that are to be pacakged in a release tarball and installed into the data directory#pkgdata_DATA=# sets up for soundtouch.m4 to be installedm4datadir=$(datadir)/aclocalm4data_DATA=soundtouch.m4## These extra files and directories will be included in the distribution. by## using make-dist by default many common filenames are automatically included## such as AUTHORS, COPYING, etc the bootstrap script really shouldn't be a part## of a final package, but it is useful for developers who might want to make## changes to the configure scripts or makefiles.# NOTE: wouldn't have to list the .TXT file if it were named without the .TXTEXTRA_DIST=soundtouch.m4 config/m4 bootstrap make-win.bat COPYING.TXT README.html## This removes stuff from the distribution which may be present## from a cvs checkout or other build reasonsdist-hook:	rm -rf `find $(distdir) -type d -name CVS`	# remove all CVS directories	echo rm -rf `find $(distdir) -type f -name \.\#\*`	# CVS revision files left around for some reason## This happens at 'make distclean'#distcleancheck:#	rm -rf files-that-may-also-need-to-be-deleted-on-'make distclean'# flag to aclocal where to find m4 macros for testsACLOCAL_AMFLAGS = -I config/m4

⌨️ 快捷键说明

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