Mercurial > hg > sv-dependency-builds
annotate src/fftw-3.3.3/dft/simd/altivec/Makefile.am @ 49:3ab5a40c4e3b
Add Capnp and KJ builds for OSX
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 25 Oct 2016 14:48:23 +0100 |
parents | 37bf6b4a2645 |
children |
rev | line source |
---|---|
Chris@10 | 1 AM_CFLAGS = $(ALTIVEC_CFLAGS) |
Chris@10 | 2 SIMD_HEADER=simd-altivec.h |
Chris@10 | 3 |
Chris@10 | 4 include $(top_srcdir)/dft/simd/codlist.mk |
Chris@10 | 5 include $(top_srcdir)/dft/simd/simd.mk |
Chris@10 | 6 |
Chris@10 | 7 if HAVE_ALTIVEC |
Chris@10 | 8 |
Chris@10 | 9 BUILT_SOURCES = $(EXTRA_DIST) |
Chris@10 | 10 noinst_LTLIBRARIES = libdft_altivec_codelets.la |
Chris@10 | 11 libdft_altivec_codelets_la_SOURCES = $(BUILT_SOURCES) |
Chris@10 | 12 |
Chris@10 | 13 endif |