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

📄 makefile.am

📁 音频编码
💻 AM
字号:
## $Id: Makefile.am,v 1.25 2005/09/04 19:02:11 aleidinger Exp $include $(top_srcdir)/Makefile.am.globalbin_PROGRAMS = @WITH_FRONTEND@ @WITH_MP3RTP@ @WITH_MP3X@EXTRA_PROGRAMS = lame$(EXEEXT) mp3rtp$(EXEEXT) mp3x$(EXEEXT)brhist_sources = brhist.c brhist.hEXTRA_DIST = \	$(brhist_sources) \	console.c \	console.h \	lame_vc6.dsp \	lame_vc7.vcproj \	mp3x_vc6.dsp \	mp3x_vc7.vcproj \	amiga_mpega.cDEFS = @DEFS@ @CONFIG_DEFS@common_sources = \	get_audio.c \	lametime.c \	parse.c \	portableio.c \	timestatus.cnoinst_HEADERS = get_audio.h \	gtkanal.h \	gpkplotting.h \	lametime.h \	main.h \	parse.h \	portableio.h \	timestatus.h## EXTRA_lame__EXEEXT__SOURCES = $(brhist_sources)## EXTRA_mp3rtp__EXEEXT__SOURCES = $(brhist_sources)## EXTRA_mp3x__EXEEXT__SOURCES = $(brhist_sources)if WITH_BRHISTlame_SOURCES = main.c $(common_sources) $(brhist_sources)mp3rtp_SOURCES = mp3rtp.c rtp.c rtp.h $(common_sources) \	$(brhist_sources)mp3x_SOURCES = mp3x.c gtkanal.c gpkplotting.c \	$(common_sources) $(brhist_sources)elselame_SOURCES = main.c $(common_sources)mp3rtp_SOURCES = mp3rtp.c rtp.c rtp.h $(common_sources)mp3x_SOURCES = mp3x.c gtkanal.c gpkplotting.c $(common_sources)endifCFLAGS = @CFLAGS@ @GTK_CFLAGS@ @FRONTEND_CFLAGS@LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ -staticINCLUDES = -I$(top_srcdir)/libmp3lame -I$(top_srcdir)/include -I$(top_builddir)LDADD = @LDADD@ \	$(top_builddir)/libmp3lame/libmp3lame.la \	@FRONTEND_LDADD@mp3x_LDADD = $(LDADD) @GTK_LIBS@CLEANFILES = lclint.txt $(EXTRA_PROGRAMS)LCLINTFLAGS= \	+posixlib \	+showsummary \	+showalluses \	+whichlib \	+forcehints \	-fixedformalarray \	+matchanyintegral \	-Dlintlclint.txt: ${lame_SOURCES} ${noinst_HEADERS}	@lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${lame_SOURCES} 2>&1 >lclint.txt || truelclint: lclint.txt	more lclint.txt

⌨️ 快捷键说明

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