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

📄 makefile.am

📁 一个播放器 使用了evc 大家可以参考下 哦
💻 AM
字号:
#### libid3tag - ID3 tag manipulation library## Copyright (C) 2000-2001 Robert Leslie#### This program 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.#### This program 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#### $Id: Makefile.am,v 1.13 2001/11/09 04:55:21 rob Exp $#### Process this file with automake to produce Makefile.inlib_LTLIBRARIES =	libid3tag.lainclude_HEADERS =	id3tag.hversion_current =	1version_revision =	0version_age =		1version_info =		$(version_current):$(version_revision):$(version_age)EXTRA_DIST =		COPYRIGHT genre.dat.sedif DEBUGdebug = debug.c debug.helsedebug =endiflibid3tag_la_SOURCES =	version.c ucs4.c latin1.c utf16.c utf8.c  \			parse.c render.c field.c frametype.c compat.c  \			genre.c frame.c crc.c util.c tag.c file.c  \			version.h ucs4.h latin1.h utf16.h utf8.h  \			parse.h render.h field.h frametype.h compat.h  \			genre.h frame.h crc.h util.h tag.h file.h  \			id3tag.h global.h genre.dat $(debug)EXTRA_libid3tag_la_SOURCES =  \			frametype.gperf compat.gperf genre.dat.in  \			debug.c debug.hlibid3tag_la_LDFLAGS =	-version-info $(version_info)BUILT_SOURCES =		frametype.c compat.c genre.dat$(srcdir)/frametype.c: $(srcdir)/frametype.gperf Makefile.am	gperf -tCcTonD -K id -N id3_frametype_lookup -s -3 -k '*' $< |  \	sed -e '/\$$''Id: /s/\$$//g' >$@$(srcdir)/compat.c: $(srcdir)/compat.gperf Makefile.am	gperf -tCcTonD -K id -N id3_compat_lookup -s -3 -k '*' $< |  \	sed -e '/\$$''Id: /s/\$$//g' >$@$(srcdir)/genre.dat: $(srcdir)/genre.dat.in $(srcdir)/genre.dat.sed Makefile.am	sed -n -f $(srcdir)/genre.dat.sed $< |  \	sed -e '/\$$''Id: /s/\$$//g' >$@libtool: $(LIBTOOL_DEPS)	$(SHELL) ./config.status --recheckagain: clean all.PHONY: again

⌨️ 快捷键说明

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