view libcruft/fftpack/Makefile.in @ 6469:a848b846cb3a ss-2-9-10

[project @ 2007-03-27 18:42:11 by jwe]
author jwe
date Tue, 27 Mar 2007 18:42:11 +0000
parents 2298ae7ff342
children 59c0c3637633
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) 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