#
# Makefile to compile OIPTables
#

include ../../makefile.envars

CHECKOUT_PREFIX ?= svn://svn.atc.amit.com.tw
COMPO_URL := $(CHECKOUT_PREFIX)/Sahara/ORouted/trunk
COMPO_REV := -r 11
COMPO_DIR := $(COMPO_BASE)/open_src/ORouted

include ../../makefile.compo
include ../../makefile.install

KERNEL_PATH := ${TOPDIR}/linux/src

#

build:
	make -C $(COMPO_DIR) all
	$(TARGET)-strip $(COMPO_DIR)/routed/routed

install: INSTALL.copy_ORouted

clean:
	make -C $(COMPO_DIR) clean

copying:
