You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							512 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							512 B
						
					
					
				
								#
							 | 
						|
								# makefile to build static libraries
							 | 
						|
								#
							 | 
						|
								# -----------------------------------------------------------------------------
							 | 
						|
								
							 | 
						|
								LIBS-STATIC =
							 | 
						|
								ifeq ($(BOXSERIES),$(filter $(BOXSERIES),hd2 hd5x hd6x vusolo4k vuduo4k vuduo4kse vuultimo4k vuzero4k vuuno4k vuuno4kse))
							 | 
						|
								  LIBS-STATIC += cortex-strings
							 | 
						|
								endif
							 | 
						|
								
							 | 
						|
								libs-static: $(LIBS-STATIC) | $(TARGET_DIR)
							 | 
						|
									$(INSTALL_COPY) $(STATIC_DIR)/. $(TARGET_DIR)/
							 | 
						|
									$(REWRITE_LIBTOOL)
							 | 
						|
								
							 | 
						|
								# -----------------------------------------------------------------------------
							 | 
						|
								
							 | 
						|
								PHONY += libs-static
							 | 
						|
								
							 |