RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: text Binary: false


Hang on, we reloading big blames...
################################################################################ # 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: ../tmsStateGen/tmsStateGen -t beam1 -fd 10 Beam1_0.spt ../tmsStateGen/tmsStateGen -t beam2 -fd 10 Beam2_0.spt # ../tmsStateGen/tmsStateGen -t beam3 -fd 10 Beam3_0.spt ../tmsStateGen/tmsStateGen -t beam3 -fd 0 Beam3_0.spt ../tmsStateGen/tmsStateGen -t beam3 -fd 0 -fref 416666 -name SigGenBeam3 SigGenBeam3_0.spt fpgaStateTables1: ../tmsStateGen/tmsStateGen -t beam1 Beam1_0.spt ../tmsStateGen/tmsStateGen -t beam2 Beam2_0.spt ../tmsStateGen/tmsStateGen -t beam3 Beam3_0.spt fpgaTestData: ../tmsSigGen/tmsSigGen -t beam1 -s 125000000 -p 4 -b beam1-437000-8.psd ../tmsSigGen/tmsSigGen -t beam2 -s 125000000 -p 4 -b beam2-437000-8.psd ../tmsSigGen/tmsSigGen -t beam3 -s 125000000 -p 4 -b beam3-437000-8.psd