view libcruft/qrupdate/Makefile.in @ 7789:82be108cc558

First attempt at single precision tyeps * * * corrections to qrupdate single precision routines * * * prefer demotion to single over promotion to double * * * Add single precision support to log2 function * * * Trivial PROJECT file update * * * Cache optimized hermitian/transpose methods * * * Add tests for tranpose/hermitian and ChangeLog entry for new transpose code
author David Bateman <dbateman@free.fr>
date Sun, 27 Apr 2008 22:34:17 +0200
parents efccca5f2ad7
children
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 \
       dqrshc.f zqrshc.f \
       dch1up.f zch1up.f \
       dch1dn.f zch1dn.f \
       dchinx.f zchinx.f \
       dchdex.f zchdex.f \
       dqrqhu.f zqrqhu.f \
       dqrqhv.f zqrqhv.f \
       dqhqr.f zqhqr.f \
       sch1up.f cch1up.f \
       sqrinc.f cqrinc.f \
       sqrdec.f cqrdec.f \
       sqrinr.f cqrinr.f \
       sqrder.f cqrder.f \
       sqrshc.f cqrshc.f \
       sqr1up.f cqr1up.f \
       sch1dn.f cch1dn.f \
       schinx.f cchinx.f \
       schdex.f cchdex.f \
       sqrqhu.f cqrqhu.f \
       sqrqhv.f cqrqhv.f \
       sqhqr.f cqhqr.f

include $(TOPDIR)/Makeconf

include ../Makerules