################################################################################
# Master Makefile for System Sources
# T.Barnaby, BEAM Ltd, 2007-02-21
################################################################################
#
TOP = ${shell pwd}/..
include ${TOP}/Makefile.config
all: fpgaStateTables fpgaTestData
install:
mkdir -p ${STATETABLEDIR}
cp -a *.spt ${STATETABLEDIR}
mkdir -p ${DATADIR}
cp -a *.psd ${DATADIR}
clean:
rm -f *.spt *.psd
fpgaStateTables: