annotate src/fftw-3.3.5/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 2cd0e3b3e1fd
children
rev   line source
Chris@42 1 # include the list of codelets
Chris@42 2
Chris@42 3 include $(top_srcdir)/rdft/simd/codlist.mk
Chris@42 4
Chris@42 5 ALL_CODELETS = $(SIMD_CODELETS)
Chris@42 6 BUILT_SOURCES= $(SIMD_CODELETS) $(CODLIST)
Chris@42 7 EXTRA_DIST = $(BUILT_SOURCES) genus.c
Chris@42 8 INCLUDE_SIMD_HEADER="\#include SIMD_HEADER"
Chris@42 9 XRENAME=XSIMD
Chris@42 10 SOLVTAB_NAME = XSIMD(solvtab_rdft)
Chris@42 11
Chris@42 12 # include special rules for regenerating codelets.
Chris@42 13 include $(top_srcdir)/support/Makefile.codelets
Chris@42 14
Chris@42 15 if MAINTAINER_MODE
Chris@42 16 FLAGS_HC2C=-simd $(FLAGS_COMMON) -pipeline-latency 8 -trivial-stores -variables 32 -no-generate-bytw
Chris@42 17
Chris@42 18 hc2cfdftv_%.c: $(CODELET_DEPS) $(GEN_HC2CDFT_C)
Chris@42 19 ($(PRELUDE_COMMANDS_RDFT); $(TWOVERS) $(GEN_HC2CDFT_C) $(FLAGS_HC2C) -n $* -dit -name hc2cfdftv_$* -include "hc2cfv.h") | $(ADD_DATE) | $(INDENT) >$@
Chris@42 20
Chris@42 21 hc2cbdftv_%.c: $(CODELET_DEPS) $(GEN_HC2CDFT_C)
Chris@42 22 ($(PRELUDE_COMMANDS_RDFT); $(TWOVERS) $(GEN_HC2CDFT_C) $(FLAGS_HC2C) -n $* -dif -sign 1 -name hc2cbdftv_$* -include "hc2cbv.h") | $(ADD_DATE) | $(INDENT) >$@
Chris@42 23
Chris@42 24 endif # MAINTAINER_MODE