?? makefile.am
字號:
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -