# MultiSource/Benchmarks/TSVC Makefile

LEVEL = ../../..

## NOTE: This must remain in this order, so that the labels in the nightly 
## tester gnuplot scripts are correct.
PARALLEL_DIRS  := \
   LinearDependence-flt \
   InductionVariable-flt \
   GlobalDataFlow-flt \
   ControlFlow-flt \
   Symbolics-flt \
   StatementReordering-flt \
   LoopRestructuring-flt \
   NodeSplitting-flt \
   Expansion-flt \
   CrossingThresholds-flt \
   Reductions-flt \
   Recurrences-flt \
   Searching-flt \
   Packing-flt \
   LoopRerolling-flt \
   Equivalencing-flt \
   IndirectAddressing-flt \
   ControlLoops-flt \
   LinearDependence-dbl \
   InductionVariable-dbl \
   GlobalDataFlow-dbl \
   ControlFlow-dbl \
   Symbolics-dbl \
   StatementReordering-dbl \
   LoopRestructuring-dbl \
   NodeSplitting-dbl \
   Expansion-dbl \
   CrossingThresholds-dbl \
   Reductions-dbl \
   Recurrences-dbl \
   Searching-dbl \
   Packing-dbl \
   LoopRerolling-dbl \
   Equivalencing-dbl \
   IndirectAddressing-dbl \
   ControlLoops-dbl

include $(LEVEL)/Makefile.programs
