view src/fftw-3.3.3/dft/simd/altivec/Makefile.am @ 152:ffc6df9c760c

List of exclusions from the appimage repo
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 28 Jun 2018 15:29:59 +0100
parents 89f5e221ed7b
children
line wrap: on
line source
AM_CFLAGS = $(ALTIVEC_CFLAGS)
SIMD_HEADER=simd-altivec.h

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

if HAVE_ALTIVEC

BUILT_SOURCES = $(EXTRA_DIST)
noinst_LTLIBRARIES = libdft_altivec_codelets.la
libdft_altivec_codelets_la_SOURCES = $(BUILT_SOURCES)

endif