#!/bin/sh
#
# SH script for generating appropiate header on Makefile
#
prog=$1

cat ./install/Make.Incl-mpi ${prog}/Makeframe > ${prog}/Makefile 
