#!/bin/sh## out of source build of MusE# all generated files go into subdirectory "build"#iftest!-dbuild;thenecho"+creating build directory"mkdirbuild
echo"+entering build directory"cdbuild
# HACK:cp../muse/all.h.
echo"+calling cmake"cmake../muse
elseecho"+entering build directory"cdbuild
fiecho"+start top level make..."
make