#
# Makefile to compile FlashBurnTest
#

include ../../makefile.envars

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

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

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

build:
	make -C $(COMPO_DIR)

install: INSTALL.copy_LibGMP

clean:
	make -C $(COMPO_DIR) clean

copying:
