makefile.am

来自「完整的RTP RTSP代码库」· AM 代码 · 共 34 行

AM
34
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?