mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 12:25:05 +00:00
54e93db207
not reliable yet
13 lines
313 B
Makefile
13 lines
313 B
Makefile
AM_CFLAGS = $(ALTIVEC_CFLAGS)
|
|
SIMD_HEADER=simd-support/simd-altivec.h
|
|
|
|
include $(top_srcdir)/rdft/simd/codlist.mk
|
|
include $(top_srcdir)/rdft/simd/simd.mk
|
|
|
|
if HAVE_ALTIVEC
|
|
|
|
noinst_LTLIBRARIES = librdft_altivec_codelets.la
|
|
BUILT_SOURCES = $(EXTRA_DIST)
|
|
librdft_altivec_codelets_la_SOURCES = $(BUILT_SOURCES)
|
|
|
|
endif
|