kopia lustrzana https://github.com/Hamlib/Hamlib
				
				
				
			
		
			
				
	
	
		
			15 wiersze
		
	
	
		
			349 B
		
	
	
	
		
			Makefile
		
	
	
			
		
		
	
	
			15 wiersze
		
	
	
		
			349 B
		
	
	
	
		
			Makefile
		
	
	
| LOCAL_PATH:= $(call my-dir)
 | |
| 
 | |
| include $(CLEAR_VARS)
 | |
| 
 | |
| LOCAL_SRC_FILES := bc895.c bc898.c bc245.c pro2052.c bc780.c bc250.c \
 | |
| 		bcd396t.c bcd996t.c \
 | |
| 		uniden.c uniden_digital.c
 | |
| LOCAL_MODULE := uniden
 | |
| 
 | |
| LOCAL_CFLAGS := -DHAVE_CONFIG_H
 | |
| LOCAL_C_INCLUDES := android include src
 | |
| LOCAL_LDLIBS := -lhamlib -Lobj/local/armeabi
 | |
| 
 | |
| include $(BUILD_STATIC_LIBRARY)
 |