?? makefile.am
字號(hào):
AUTOMAKE_OPTIONS = foreignINCLUDES = -I./lib_LTLIBRARIES = libvorbisidec.lalibvorbisidec_la_SOURCES = mdct.c block.c window.c \ synthesis.c info.c \ floor1.c floor0.c vorbisfile.c \ res012.c mapping0.c registry.c codebook.c \ sharedbook.c framing.c bitwise.c \ codebook.h misc.h mdct_lookup.h\ os.h mdct.h ivorbisfile.h lsp_lookup.h\ registry.h window.h window_lookup.h\ codec_internal.h backends.h ogg.h \ asm_arm.h ivorbiscodec.hlibvorbisidec_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@EXTRA_PROGRAMS = ivorbisfile_exampleCLEANFILES = $(EXTRA_PROGRAMS) $(lib_LTLIBRARIES)ivorbisfile_example_SOURCES = ivorbisfile_example.civorbisfile_example_LDFLAGS = -static ivorbisfile_example_LDADD = libvorbisidec.laincludedir = $(prefix)/include/tremorinclude_HEADERS = ivorbiscodec.h ivorbisfile.h ogg.h os_types.h config_types.hexample: -ln -fs . vorbis $(MAKE) ivorbisfile_exampledebug: $(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence" profile: $(MAKE) all CFLAGS="@PROFILE@"
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -