makefile.am

来自「基于SDL的一个多硬件平台mp3播放器.含解码器源码,可适应平台有X86,ARM」· AM 代码 · 共 19 行

AM
19
字号
####### kdevelop will overwrite this part!!! (begin)##########bin_PROGRAMS = sdl_mad## INCLUDES were found outside kdevelop specific partsdl_mad_SOURCES = main.c mad_stream.c madlld.c mad_frame.c mad_decode.c mad_convert.c Buffer.c sdl_mad_LDADD   = -lSDL -lmad -lSDLmain -lpthreadEXTRA_DIST = Buffer.c buffer.h mad_convert.c mad_decode.c mad_decode.h mad_frame.c mad_internal.h madlld.c mad_stream.c main.c ####### kdevelop will overwrite this part!!! (end)############# set the include path found by configureINCLUDES= $(all_includes)# the library search path.sdl_mad_LDFLAGS = $(all_libraries)                                                                                 

⌨️ 快捷键说明

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