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

📄 makefile.am

📁 一个GNU的开源软件,基于linux下X-Window的flash播放器,工作稳定,方便移植和修改
💻 AM
字号:
INCLUDES = -I$(top_srcdir)/libAM_CXXFLAGS =-O3 -Wall -fno-rtti -fno-exceptions -g3flash_LTLIBRARIES = \	libflash.laflashdir = $(libdir)libflash_include_HEADERS = \	flash.hlibflash_la_SOURCES = \	adpcm.cc	\	adpcm.h		\	bitmap.cc	\	bitmap.h	\	button.cc	\	button.h	\	character.cc	\	character.h	\	cxform.cc	\	cxform.h	\	displaylist.cc	\	displaylist.h	\	flash.cc	\	font.cc		\	font.h		\	graphic.cc	\	graphic.h	\	graphic16.cc	\	graphic16.h	\	graphic24.cc	\	graphic24.h	\	graphic32.cc	\	graphic32.h	\	matrix.cc	\	matrix.h	\	movie.cc	\	movie.h		\	program.cc	\	program.h	\	rect.h		\	script.cc	\	script.h	\	shape.cc	\	shape.h		\	sound.cc	\	sound.h		\	sprite.cc	\	sprite.h	\	sqrt.cc		\	swf.h		\	text.cc		\	text.hlibflash_includedir = $(includedir)libflash_la_LDFLAGS = \	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)	\	-export-dynamic						\	$(LIBJPEG) $(LIBZ) $(LIBMAD).PHONY: filesfiles:	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \	  echo $$p; \	done

⌨️ 快捷键说明

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