makefile.am

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

AM
23
字号
lib_LTLIBRARIES = libhttp.lalibhttp_la_SOURCES = \	http.c \	http.h \	http_private.h \	http_resp.c \	http_util.clibhttp_la_LIBADD = $(top_builddir)/lib/utils/libutils.laINCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib/utilsAM_CFLAGS = -D_REENTRANT @BILLS_CWARNINGS@check_PROGRAMS = http_test post_testhttp_test_SOURCES = http_test.chttp_test_LDADD = libhttp.la $(top_builddir)/lib/utils/libutils.lapost_test_SOURCES = post_test.cpost_test_LDADD = libhttp.la $(top_builddir)/lib/utils/libutils.laEXTRA_DIST = libhttp60.dsp libhttp.vcproj

⌨️ 快捷键说明

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