############################
## BEGIN CONFIGURE VARIABLES
## The following variables are set by the configure script when
## generating Makefile from Makefile.in.
## If for some reason the configure script does not work for you,
## Copy Makefile.in to Makefile and a set the following variables
## yourself based on the given typical values (Linux, unless
## specified otherwise)

#srcdir=.
srcdir=.

#builddir=.
builddir=.

#top_srcdir=..
top_srcdir=../..

#top_builddir=..
top_builddir=../..

#docssrcdir=./../../docs
docssrcdir=../../docs

#libsrcdir=./../../libsrc
libsrcdir=../../libsrc

#utilssrcdir=./../../utils
utilssrcdir=../../utils

#fmriqasrcdir=./../../fmriqa
fmriqasrcdir=../../fmriqa

#VPATH=.


#prefix=/usr/local
prefix=/usr/local/bxh-xcede-tools/1.10.7

XMLH_VERSION:=$(shell cat $(top_srcdir)/XMLH_VERSION)

INSTALL=/usr/bin/install -c
INSTALL_PROGRAM=${INSTALL}
INSTALL_DATA=${INSTALL} -m 644
INSTALL_SCRIPT=${INSTALL}

## END CONFIGURE VARIABLES
##########################

## You probably won't need to change anything below this! (?)

all:
