mirror of
				https://github.com/mborgerding/kissfft.git
				synced 2025-11-04 01:05:19 -05:00 
			
		
		
		
	add target to build libkissfft.so
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -1,5 +1,9 @@
 | 
			
		||||
KFVER=130
 | 
			
		||||
 | 
			
		||||
all:
 | 
			
		||||
	gcc -Wall -fPIC -c *.c -Dkiss_fft_scalar=float -o kiss_fft.o
 | 
			
		||||
	gcc -shared -Wl,-soname,libkissfft.so -o libkissfft.so kiss_fft.o
 | 
			
		||||
 | 
			
		||||
doc:
 | 
			
		||||
	@echo "Start by reading the README file.  If you want to build and test lots of stuff, do a 'make testall'"
 | 
			
		||||
	@echo "but be aware that 'make testall' has dependencies that the basic kissfft software does not."
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user