############################
## 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=..

#libbuilddir=./../libsrc
libbuilddir=../libsrc

#utilsbuilddir=./../utils
utilsbuilddir=../utils

#fmriqabuilddir=./../fmriqa
fmriqabuilddir=../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}

PDFLATEX=/usr/bin/pdflatex
MAKEINDEX=/usr/bin/makeindex

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

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

all: html

.PHONY: html
html:
	@if [ -f html/Makefile ] ; then \
		cd html && \
		$(MAKE) all ; \
	fi


