#!/bin/sh -f

export PATH=/usr/local/qmp/mpich-gm-1.2.5/bin:$PATH

make -f mkfile CC="$HOME/gcc332/bin/gcc" \
               CFLAGS="`qmp-config --cflags`" \
               LDFLAGS="`qmp-config --ldflags`" \
               LIBS="`qmp-config --libs`" \
               $*

