##===- Makefile --------------------------------------------*- Makefile -*-===##
#
# This makefile contains information for building the SPEC2006 bwaves test.
#
##===----------------------------------------------------------------------===##

LEVEL = ../../../..

FP_TOLERANCE    = 0.015
FP_ABSTOLERANCE = 1.0e-16

include ../../Makefile.spec2006
include $(PROJ_SRC_ROOT)/Makefile.FORTRAN

STDIN_FILENAME  := bwaves.in
STDOUT_FILENAME := bwaves.out
STDERR_FILENAME := bwaves.err
