14 lines
		
	
	
		
			309 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			309 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| AM_CFLAGS = $(ALTIVEC_CFLAGS)
 | |
| SIMD_HEADER=simd-support/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
 | 
