mirror of
				https://github.com/lxsang/antd-lua-plugin
				synced 2025-10-31 10:25:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			200 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			200 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include ../../../../var.mk
 | |
| 
 | |
| LIB_NAME=ann.$(LIB_EXT)
 | |
| LIB_OBJ=ann.o
 | |
| 
 | |
| LIB_INC=-I./fann/src/include/
 | |
| FANN_LIB_A=./fann/build/src/libdoublefann.a
 | |
| 
 | |
| LIB_CONF = $(FANN_LIB_A) $(FANN_INC)
 | |
| 
 | |
| include ../../lib.mk |