annotate fft/fftw/fftw-3.3.4/dft/scalar/Makefile.am @ 39:c1ec7564ccac

Upstream COPYING file
author Chris Cannam
date Wed, 11 May 2016 09:43:00 +0100
parents 26056e866c29
children
rev   line source
Chris@19 1 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft
Chris@19 2 SUBDIRS=codelets
Chris@19 3 noinst_LTLIBRARIES = libdft_scalar.la
Chris@19 4
Chris@19 5 libdft_scalar_la_SOURCES = n.c t.c f.h n.h q.h t.h
Chris@19 6