makefile.am

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

AM
40
字号
TESTS		=	t0001 t0002 t0003 t0004 t0005 t0006 t0007 t0008 \			t0009 t0010 t0011 t0012 t0013 t0014 t0015 t0016 \			t0017 t0018 t0019 t0020 t0021EXTRA_PROGRAMS	=	t0001 t0002 t0003 t0004 t0005 t0006 t0007 t0008 \			t0009 t0010 t0011 t0012 t0013 t0014 t0015 t0016 \			t0017 t0018 t0019 t0020 t0021t0001_SOURCES	=	t0001.c common.c pwd.ct0002_SOURCES	=	t0002.c common.c pwd.ct0003_SOURCES	=	t0003.c common.c pwd.ct0004_SOURCES	=	t0004.c common.c pwd.ct0005_SOURCES	=	t0005.c common.c pwd.ct0006_SOURCES	=	t0006.c common.c pwd.ct0007_SOURCES	=	t0007.c common.c pwd.ct0008_SOURCES	=	t0008.c common.c pwd.ct0009_SOURCES	=	t0009.c common.c pwd.ct0010_SOURCES	=	t0010.c common.c pwd.ct0011_SOURCES	=	t0011.c common.c pwd.ct0012_SOURCES	=	t0012.c common.c pwd.ct0013_SOURCES	=	t0013.c common.c pwd.ct0014_SOURCES	=	t0014.c common.c pwd.ct0015_SOURCES	=	t0015.c common.c pwd.ct0016_SOURCES	=	t0016.c common.c pwd.ct0017_SOURCES	=	t0017.c common.c pwd.ct0018_SOURCES	=	t0018.c common.c pwd.ct0019_SOURCES	=	t0019.c common.c pwd.ct0020_SOURCES	=	t0020.c common.c pwd.ct0021_SOURCES	=	t0021.c LIBS		=	../libsybdb.la @NETWORK_LIBS@INCLUDES	=	-I$(top_srcdir)/includeinclude_HEADERS =       common.hEXTRA_DIST	=	t0016.in t0017.in data.binall-redirect:	if test ! -f t0016.in; then cp $(srcdir)/t0016.in t0016.in; fi	if test ! -f t0017.in; then cp $(srcdir)/t0017.in t0017.in; fi	if test ! -f data.bin; then cp $(srcdir)/data.bin data.bin;  fi

⌨️ 快捷键说明

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