view libcruft/qrupdate/Makefile.in @ 7554:40574114c514

implement Cholesky factorization updating
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 04 Mar 2008 22:25:50 -0500
parents 56be6f31dd4e
children efccca5f2ad7
line wrap: on
line source

# Makefile for octave's libcruft/factupd directory
#
# Copyright (C) 2008 VZLU, a.s.
#
# This file is part of Octave.
# 
# Octave is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
# 
# Octave 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 General Public License
# for more details.
# 
# You should have received a copy of the GNU General Public License
# along with Octave; see the file COPYING.  If not, see
# <http://www.gnu.org/licenses/>.

TOPDIR = ../..

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

EXTERNAL_DISTFILES = $(DISTFILES)

FSRC = dqr1up.f zqr1up.f \
       dqrinc.f zqrinc.f \
       dqrdec.f zqrdec.f \
       dqrinr.f zqrinr.f \
       dqrder.f zqrder.f \
       dch1up.f zch1up.f \
       dch1dn.f zch1dn.f \
       dqrqhv.f zqrqhv.f \
       dqhqr.f zqhqr.f 

include $(TOPDIR)/Makeconf

include ../Makerules