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

📄 makefile.am

📁 完整的RTP RTSP代码库
💻 AM
字号:
## Makefile.am for the main SDL library# These are the subdirectories that are always built# These are the subdirectories which may be builtEXTRA_SUBDIRS =			\	 audio # These are the subdirectories which will be built nowSUBDIRS = @SDL_EXTRADIRS@# These are the subdirectories which will be distributed with "make dist"DIST_SUBDIRS = $(EXTRA_SUBDIRS)# The SDL library targetlib_LTLIBRARIES = libmpeg4ipSDL.lalibmpeg4ipSDL_la_SOURCES = $(GENERAL_SRCS)libmpeg4ipSDL_la_LDFLAGS = 		\	-no-undefined		\        -release $(LT_RELEASE)	\	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)libmpeg4ipSDL_la_LIBADD =		\	@SDL_EXTRALIBS@		\	@SYSTEM_LIBS@libmpeg4ipSDL_la_DEPENDENCIES =	\	@SDL_EXTRALIBS@# The SDL library sourcesGENERAL_SRCS = 		EXTRA_DIST = SDL_error.c

⌨️ 快捷键说明

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