###############
# This Makefile will make the SUIT and SRGP libraries
###############

all:
	cd srgp; make
	mv srgp/libsrgp.a ../lib/libsrgp.a
	cd suit; make

	
