📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in# $Id: Makefile.am,v 1.43 2001/08/03 23:29:50 jm Exp $noinst_PROGRAMS = agentadv_test apitest arptest authorized_test autotest \ autotest_fa bitmap_test binding_test dyn_ip_test \ fileio_test hashtable_test list_test auth_test \ locupd2 md5test msgparser_test msgsimul netsimul aaasimul \ rcvmsg regsim replytest route_test sha1test tunnel_test @condtests@EXTRA_PROGRAMS = rsatest sendmsg#TESTS = bitmap_test binding_test fileio_test hashtable_test list_test \# tunnel_testEXTRA_DIST = fileio_test.conf msgsimul1.dataaaasimul_SOURCES = aaasimul.caaasimul_LDADD = ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/rsa/librsa.a @LIBGMP2@agentadv_test_SOURCES = agentadv_test.cagentadv_test_LDADD = ${top_builddir}/src/other/libother.aapitest_SOURCES = apitest.capitest_LDADD = ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/api/libagentapi.aauth_test_SOURCES = auth_test.cauth_test_LDADD = ${top_builddir}/src/other/libother.aautotest_SOURCES = autotest.cautotest_LDADD = ${top_builddir}/src/api/libdynmn.aautotest_fa_SOURCES = autotest_fa.cautotest_fa_LDADD = ${top_builddir}/src/api/libdynfa.aarptest_SOURCES = arptest.carptest_LDADD = ${top_builddir}/src/other/libother.aauthorized_test_SOURCES = authorized_test.cauthorized_test_LDADD = ${top_builddir}/src/other/libother.abinding_test_SOURCES = binding_test.cbinding_test_LDADD = ${top_builddir}/src/other/libother.abitmap_test_SOURCES = bitmap_test.cbitmap_test_LDADD = ${top_builddir}/src/other/libother.adyn_ip_test_SOURCES = dyn_ip_test.cdyn_ip_test_LDADD = ${top_builddir}/src/other/libother.afileio_test_SOURCES = fileio_test.cfileio_test_LDADD = ${top_builddir}/src/other/libother.ahashtable_test_SOURCES = hashtable_test.chashtable_test_LDADD = ${top_builddir}/src/other/libother.alist_test_SOURCES = list_test.clist_test_LDADD = ${top_builddir}/src/other/libother.alocupd2_SOURCES = locupd2.clocupd2_LDADD = ${top_builddir}/src/api/libdynmn.a \ ${top_builddir}/src/other/libother.a# for firewall support add 'libipfwc.a' to previous linemd5test_SOURCES = md5test.cmd5test_LDADD = ${top_builddir}/src/other/libother.amsgparser_test_SOURCES = msgparser_test.cmsgparser_test_LDADD = ${top_builddir}/src/other/libother.amsgsimul_SOURCES = msgsimul.cmsgsimul_LDADD = ${top_builddir}/src/other/libother.anetsimul_SOURCES = netsimul.cnetsimul_LDADD = ${top_builddir}/src/other/libother.arcvmsg_SOURCES = rcvmsg.crcvmsg_LDADD = ${top_builddir}/src/other/libother.aregsim_SOURCES = regsim.cregsim_LDADD = ${top_builddir}/src/other/libother.areplytest_SOURCES = replytest.creplytest_LDADD = ${top_builddir}/src/other/libother.aroute_test_SOURCES = route_test.croute_test_LDADD = ${top_builddir}/src/other/libother.arsatest_SOURCES = rsatest.c rsatest_LDADD = ${top_builddir}/src/rsa/librsa.a @LIBGMP2@sendmsg_SOURCES = sendmsg.csendmsg_LDADD = @LIBGMP2@ ${top_builddir}/src/other/libother.a \ ${top_builddir}/src/rsa/librsa.asha1test_SOURCES = sha1test.csha1test_LDADD = ${top_builddir}/src/other/libother.atunnel_test_SOURCES = tunnel_test.ctunnel_test_LDADD = ${top_builddir}/src/other/libother.aINCLUDES = -I${top_srcdir}/src/rsa \ -I${top_srcdir}/src/other -I${top_srcdir}/src/api
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -