makefile.am

来自「OLSR Implementation for XORP」· AM 代码 · 共 35 行

AM
35
字号
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/Makefile.am,v 1.15 2004/06/10 16:14:41 hodson Exp $### --- OptionsAUTOMAKE_OPTIONS	= foreignETAGS_ARGS		= --c++# --- Libraries and utilities (directory ordering is important)SUBDIRS	 = libxorp libcomm libxipc libproto mrt xrl libfeaclientSUBDIRS += cli policy utils# --- Dual Libraries/Applications (directory ordering should not matter)SUBDIRS	+= fea rib# --- Applications (directory ordering should not matter)SUBDIRS += bgp fib2mrib mld6igmp pim rip rtrmgr static_routes olsr# --- Other (directory ordering should not matter)SUBDIRS += etc contrib# --- Conditional applicationsSUBDIRS += @MIBS@#################################################################### Everything past here is useful to the maintainer, but probably not## to anybody else### --- Stop compilation here if not using GNU make-include NON_EXISTANT_GNUMAKEFILE

⌨️ 快捷键说明

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