#
# Makefile for optimisation library
#
src = bfgs.cpp linsearch.cpp linopt.cpp 
#
lib = opti
libpath = libsrc/opti
#
#
include ../makefile.inc
