imakefile
来自「Gcomm is a serial communications program」· 代码 · 共 47 行
TXT
47 行
#CDEBUGFLAGS = -g -DDEBUG#CDEBUGFLAGS = -g -DDEBUG -DIODEBUG -Wall -pedantic#CDEBUGFLAGS = -g -DDEBUG -Wall -pedantic#CDEBUGFLAGS = -g#CDEBUGFLAGS = -O -DDEBUGCDEBUGFLAGS = -O#OS = BSD#OS = SVr4OS = LINUXHDR = buffers.h callbacks.h confirmer.h dialog.h gcomm.h network.h \ params.h pattern.h pipe.h serial.h support.h term.h transfers.h \ windows.h winutils.hSRCS = gcomm.c buffers.c windows.c winutils.c callbacks.c dialog.c escape.c \ network.c pattern.c pipe.c serial.c term.c transfers.c confirmer.cOBJS = $(SRCS:.c=.o)ZMLIB = Xmodem/libzmodem.aMANPATH = /usr/local/manBINDIR = /usr/local/binEXTRA_INCLUDES = -IXmodem `gtk-config --cflags`LOCAL_LIBRARIES = $(ZMLIB) `gtk-config --libs` -ltermcapDEPLIBS = $(ZMLIB)ComplexProgramTarget(gcomm)#undef TagsTarget#define TagsTarget() \tags:: $(SRCS) $(HDR) @@\ ctags *.[ch] Xmodem/?*.[ch] /usr/include/g?k/?*.[ch]$(ZMLIB): cd Xmodem ; make libzmodem.a
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?