#
# Makefile to compile FlashBurnTest
#

include ../../makefile.envars

CHECKOUT_PREFIX ?= svn://svn.atc.amit.com.tw
COMPO_URL := $(CHECKOUT_PREFIX)/Gobi/OIGMP/trunk
COMPO_REV := -r 9
COMPO_DIR := $(COMPO_BASE)/open_src/OIGMP

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

#
ifeq ($(BIG_ENDIAN),1)
ENDIAN := -b
else
ENDIAN :=
endif

build:
	make -C $(COMPO_DIR) all

install: INSTALL.copy_IGMPProxy

clean:
	make -C $(COMPO_DIR) clean

copying:
