view libcruft/qrupdate/Makefile.in @ 7961:a5d1e27ee1f4 ss-3-1-51

3.1.51 snapshot
author John W. Eaton <jwe@octave.org>
date Tue, 22 Jul 2008 11:40:48 -0400
parents 82be108cc558
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