#
# Teem: Tools to process and visualize scientific data and images
# Copyright (C) 2012, 2011, 2010, 2009  University of Chicago
# Copyright (C) 2008, 2007, 2006, 2005  Gordon Kindlmann
# Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998  University of Utah
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
# (LGPL) as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# The terms of redistributing and/or modifying this software also
# include exceptions to the LGPL that facilitate static linking.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
#

#### Library name
####
####
L := ten
####
####
####

# boilerplate: default targets and include tricks
TEEM_ROOT ?= ../..
TEEM_SRC ?= ..
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev     : $(L)/dev
install : $(L)/install
clean   : $(L)/clean
clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
$(L).SEEN := true

#### Describe library here
####
#### tendCalc.o nixed
$(L).NEED = echo limn gage dye unrrdu ell nrrd biff air
$(L).PUBLIC_HEADERS = ten.h tenMacros.h
$(L).PRIVATE_HEADERS = privateTen.h
$(L).OBJS = tensor.o chan.o aniso.o glyph.o enumsTen.o grads.o miscTen.o \
	mod.o estimate.o tenGage.o tenDwiGage.o qseg.o path.o qglox.o \
	fiberMethods.o fiber.o epireg.o defaultsTen.o bimod.o bvec.o \
	triple.o experSpec.o tenModel.o modelBall.o model1Stick.o \
	model1Vector2D.o model1Unit2D.o model2Unit2D.o \
	modelBall1Stick.o modelBall1StickEMD.o modelBall1Cylinder.o \
	model1Cylinder.o model1Tensor2.o modelZero.o modelB0.o \
	tendAbout.o \
	tendFlotsam.o tendGrads.o tendAnplot.o tendAnvol.o tendEval.o \
	tendEvec.o tendSten.o tendExpand.o tendEvq.o tendPoint.o \
	tendTriple.o tendTconv.o tendAvg.o \
	tendAnhist.o tendMake.o tendSatin.o tendShrink.o tendGlyph.o \
	tendFiber.o tendEpireg.o tendBmat.o tendEstim.o tendSim.o \
	tendMsim.o tendMfit.o tendMconv.o \
	tendSlice.o tendEllipse.o tendEvecrgb.o tendNorm.o tendAnscale.o \
	tendEvalpow.o tendEvalclamp.o tendEvaladd.o tendEvalmult.o \
	tendHelix.o tendBfit.o \
	tendUnmf.o tendLog.o tendExp.o
$(L).TESTS = test/roistat test/tg test/tt test/tem test/rotedge \
	test/tsoid test/odf-hist test/to test/tensorDotDat \
	test/igrt test/cntr test/geode test/taniso test/csim \
	test/ttriple test/tqgl test/teigen
####
####
####

# boilerplate: declare rules for this library
include $(TEEM_SRC)/make/template.mk
endif
ifeq (,$(INCLUDED))
  include $(TEEM_SRC)/bin/GNUmakefile
endif
