#hand made makefile for COOOL, SB020210

#these sources are taken from
#The CWP Object-Oriented Optimization Library
#by Lydia Deng and Wences Gouveia
#http://coool.mines.edu/

srcdir = ../..
include $(MAKEBUNDLE)/pre.make

LIB_NAME = coool

SOURCES = AString.cpp         \
          ObjFcn.cpp          \
          DirectObjFcn.cpp    \
          LinForward.cpp      \
          Optima.cpp          \
          cg.cpp              \
          LineSearch.cpp      \
          LSearchOptima.cpp   \
          NonQuaOptima.cpp    \
          CubicLS.cpp

HEADERS = AString.hh       \
          BFGS.hh          \
          BrentLS.hh       \
          C++.hh           \
          CG.hh            \
          CGLS.hh          \
          CubicLS.hh       \
          DensMatrix.hh    \
          DiagMatrix.hh    \
          DirectObjFcn.hh  \
          Forward.hh       \
          Griewank.hh      \
          Irls.hh          \
          LSearchOptima.hh \
          LinForward.hh    \
          LineSearch.hh    \
          List.hh          \
          Matrix.hh        \
          MisFit.hh        \
          Model.hh         \
          MultiTest.hh     \
          NonQuaOptima.hh  \
          ObjFcn.hh        \
          ObjFcns.hh       \
          Optim.hh         \
          Optima.hh        \
          Powell.hh        \
          PreCGLS.hh       \
          QuaOptima.hh     \
          Quadr.hh         \
          RosenBrock.hh    \
          SIRT.hh          \
          Simplex.hh       \
          SlaveForward.hh  \
          SpaMatrix.hh     \
          Vector.hh        \
          art.hh           \
          defs.hh

include $(MAKEBUNDLE)/lib.make