makefile.am

来自「mobile ip 在linux下的一种实现」· AM 代码 · 共 24 行

AM
24
字号
## Process this file with automake to produce Makefile.in# $Id: Makefile.am,v 1.39 2001/08/05 17:06:12 jm Exp $noinst_LIBRARIES = libother.alibother_a_SOURCES = agentadv.c agentadv.h auth.c auth.h list.c list.h \		     msgparser.c msgparser.h fileio.c fileio.h \		     hashtable.c hashtable.h debug.c debug.h \		     proxyarp.c proxyarp.h \		     dyn_ip.c dyn_ip.h util.c util.h message.h \		     md5_mac.c md5_mac.h sha1.c sha1.h \		     fixed_fd_zero.h owntypes.h ipay-msg.h @condother@EXTRA_libother_a_SOURCES = authorized.c authorized.h binding.c binding.h \	bitmap.c bitmap.h agent_utils.c agent_utils.h \	tunnel.c tunnel.h windows_extra.h windows_extra.clibother_a_LIBADD = @condotherobjs@libother_a_DEPENDENCIES = @condotherobjs@# include @condother@ files in srcdistEXTRA_DIST = authorized.c authorized.h binding.c binding.h \	bitmap.c bitmap.h agent_utils.c agent_utils.h \	tunnel.c tunnel.h windows_extra.h windows_extra.cINCLUDES = -I${top_srcdir}/src/rsa

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?