annotate src/fftw-3.3.3/rdft/simd/common/Makefile.am @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 37bf6b4a2645
children
rev   line source
Chris@10 1 # include the list of codelets
Chris@10 2
Chris@10 3 include $(top_srcdir)/rdft/simd/codlist.mk
Chris@10 4
Chris@10 5 ALL_CODELETS = $(SIMD_CODELETS)
Chris@10 6 BUILT_SOURCES= $(SIMD_CODELETS) $(CODLIST)
Chris@10 7 EXTRA_DIST = $(BUILT_SOURCES) genus.c
Chris@10 8 INCLUDE_SIMD_HEADER="\#include SIMD_HEADER"
Chris@10 9 XRENAME=XSIMD
Chris@10 10 SOLVTAB_NAME = XSIMD(solvtab_rdft)
Chris@10 11
Chris@10 12 # include special rules for regenerating codelets.
Chris@10 13 include $(top_srcdir)/support/Makefile.codelets
Chris@10 14
Chris@10 15 if MAINTAINER_MODE
Chris@10 16 FLAGS_HC2C=-simd $(FLAGS_COMMON) -pipeline-latency 8 -trivial-stores -variables 32 -no-generate-bytw
Chris@10 17
Chris@10 18 hc2cfdftv_%.c: $(CODELET_DEPS) $(GEN_HC2CDFT_C)
Chris@10 19 ($(PRELUDE_COMMANDS_RDFT); $(TWOVERS) $(GEN_HC2CDFT_C) $(FLAGS_HC2C) -n $* -dit -name hc2cfdftv_$* -include "hc2cfv.h") | $(ADD_DATE) | $(INDENT) >$@
Chris@10 20
Chris@10 21 hc2cbdftv_%.c: $(CODELET_DEPS) $(GEN_HC2CDFT_C)
Chris@10 22 ($(PRELUDE_COMMANDS_RDFT); $(TWOVERS) $(GEN_HC2CDFT_C) $(FLAGS_HC2C) -n $* -dif -sign 1 -name hc2cbdftv_$* -include "hc2cbv.h") | $(ADD_DATE) | $(INDENT) >$@
Chris@10 23
Chris@10 24 endif # MAINTAINER_MODE