## Process this file with automake to produce Makefile.in.
##
## $XORP: xorp/Makefile.am,v 1.20 2005/08/16 23:50:38 pavlin Exp $
##

# --- Options
ETAGS_ARGS		= --c++

# --- Libraries and utilities (directory ordering is important)
SUBDIRS	 = libxorp libcomm libxipc libproto mrt xrl libfeaclient
SUBDIRS += cli policy utils

# --- Dual Libraries/Applications (directory ordering should not matter)
SUBDIRS	+= fea fib2mrib mld6igmp rib

# --- Applications (directory ordering should not matter)
SUBDIRS += bgp ospf pim rip rtrmgr static_routes

# --- Other (directory ordering should not matter)
SUBDIRS += etc contrib

# --- Conditional applications
SUBDIRS += @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



syntax highlighted by Code2HTML, v. 0.9.1