📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.6 2001/05/13 20:57:39 mhe Exp $noinst_LIBRARIES = libftp.alibftp_a_SOURCES = ftp.c socket.c host.c rglob.c rfile.c \ rdirectory.c lscolors.c url.c cache.c ftpsend.c \ ftpsigs.c atomicio.c buffer.c bufaux.c \ sftp-common.c ssh_cmd.c ssh_ftp.cnoinst_HEADERS = ftp.h socket.h host.h rglob.h rfile.h rdirectory.h url.h \ ftpsigs.h atomicio.h buffer.h bufaux.h \ sftp-common.h getput.h ssh_cmd.h ssh_ftp.hINCLUDES = -I$(srcdir) -I$(top_builddir) -I$(top_srcdir)/lib \-I$(top_srcdir)/src -I$(top_srcdir)/src/libmheDEFS=@DEFS@CLEANFILES=*~ \#*\#DISTCLEANFILES=.deps/*celan: clean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -