📄 makefile.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 + -