makefile.am

来自「unix上的TDS协议实现」· AM 代码 · 共 15 行

AM
15
字号
TESTS		=	t0001 t0002 t0003 t0004 t0005 t0006 t0007check_PROGRAMS	=	t0001 t0002 t0003 t0004 t0005 t0006 t0007t0001_SOURCES	=	t0001.c common.ct0002_SOURCES	=	t0002.c common.ct0003_SOURCES	=	t0003.c common.ct0004_SOURCES	=	t0004.c common.ct0005_SOURCES	=	t0005.c common.ct0006_SOURCES	=	t0006.ct0007_SOURCES	=	t0007.c common.cLIBS		=	../libct.la @NETWORK_LIBS@INCLUDES	=	-I$(top_srcdir)/includeinclude_HEADERS =       common.h

⌨️ 快捷键说明

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