view src/fftw-3.3.5/dft/simd/vsx/Makefile.am @ 52:44a948c37b77

Remove compiler/platform combos we don't support
author Chris Cannam
date Wed, 26 Oct 2016 13:25:08 +0100
parents 2cd0e3b3e1fd
children
line wrap: on
line source
AM_CFLAGS = $(VSX_CFLAGS)
SIMD_HEADER=simd-vsx.h

include $(top_srcdir)/dft/simd/codlist.mk
include $(top_srcdir)/dft/simd/simd.mk

if HAVE_VSX

BUILT_SOURCES = $(EXTRA_DIST)
noinst_LTLIBRARIES = libdft_vsx_codelets.la
libdft_vsx_codelets_la_SOURCES = $(BUILT_SOURCES)

endif