makefile.am
来自「mediastreamer2是开源的网络传输媒体流的库」· AM 代码 · 共 29 行
AM
29 行
## Process this file with automake to produce Makefile.inINCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/includelib_LTLIBRARIES = libogg.lalibogg_la_SOURCES = framing.c bitwise.clibogg_la_LDFLAGS = -no-undefined -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@# build and run the self tests on 'make check'noinst_PROGRAMS = test_bitwise test_framingtest_bitwise_SOURCES = bitwise.ctest_bitwise_CFLAGS = -D_V_SELFTESTtest_framing_SOURCES = framing.ctest_framing_CFLAGS = -D_V_SELFTESTcheck: test_bitwise test_framing ./test_bitwise ./test_framingdebug: $(MAKE) all CFLAGS="@DEBUG@"profile: $(MAKE) all CFLAGS="@PROFILE@"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?