view libcruft/fftpack/Makefile.in @ 6796:59c0c3637633

[project @ 2007-07-25 15:45:04 by jwe]
author jwe
date Wed, 25 Jul 2007 15:45:06 +0000
parents 2298ae7ff342
children 93c65f2a5668
line wrap: on
line source

#
# Makefile for octave's libcruft/fftpack directory
#
# John W. Eaton
# jwe@bevo.che.wisc.edu
# University of Wisconsin-Madison
# Department of Chemical Engineering

TOPDIR = ../..

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

EXTERNAL_DISTFILES = $(DISTFILES) $(srcdir)/fftpack.doc

FSRC = cfftb.f cfftb1.f cfftf.f cfftf1.f cffti.f cffti1.f passb.f \
  passb2.f passb3.f passb4.f passb5.f passf.f passf2.f passf3.f \
  passf4.f passf5.f

include $(TOPDIR)/Makeconf

include ../Makerules