📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in# $Id: Makefile.am,v 1.30 2001/07/11 15:12:45 jm Exp $sbin_PROGRAMS = @condtools@EXTRA_PROGRAMS = dynha_tool hastatus dynfa_tool fahtml fastatus dynmn_tool \ rsakeygen rsakeyhash dyndumpsbin_SCRIPTS = tkagent_tool tkagent_mnrsakeygen_SOURCES = rsakeygen.crsakeygen_LDADD = ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/rsa/librsa.a @LIBGMP2@rsakeyhash_SOURCES = rsakeyhash.crsakeyhash_LDADD = ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/rsa/librsa.a @LIBGMP2@dynmn_tool_SOURCES = mn_tool.c support_tool.c support_tool.hdynmn_tool_LDADD = ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/api/libdynmn.a @LIBREADLINE@ @extralibs@dynfa_tool_SOURCES = fa_tool.c support_tool.c support_tool.hdynfa_tool_LDADD = ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/api/libdynfa.a @LIBREADLINE@fahtml_SOURCES = fahtml.cfahtml_LDADD = ${top_builddir}/src/api/libdynfa.a \ ${top_builddir}/src/other/libother.afastatus_SOURCES = fastatus.cfastatus_LDADD = ${top_builddir}/src/api/libdynfa.a \ ${top_builddir}/src/other/libother.adynha_tool_SOURCES = ha_tool.c support_tool.c support_tool.hdynha_tool_LDADD = ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/api/libdynha.a @LIBREADLINE@hastatus_SOURCES = hastatus.chastatus_LDADD = ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/api/libdynha.adyndump_SOURCES = dyndump.cdyndump_LDADD = ${top_builddir}/src/other/libother.aINCLUDES = -I${top_srcdir}/src/rsa \ -I${top_srcdir}/src/other -I${top_srcdir}/src/apiEXTRA_DIST = tkagent_tool tkagent_mn
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -