mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	Add abstract target names for index generation
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
		
							parent
							
								
									d0c780198d
								
							
						
					
					
						commit
						8346c7a9f0
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@ -142,7 +142,10 @@ tags: $(C_SOURCE_FILES)
 | 
			
		||||
	$(CTAGS) $@ $(C_SOURCE_FILES)
 | 
			
		||||
TAGS: $(C_SOURCE_FILES)
 | 
			
		||||
	etags -o $@ $(C_SOURCE_FILES)
 | 
			
		||||
global: GPATH GRTAGS GSYMS GTAGS
 | 
			
		||||
GPATH GRTAGS GSYMS GTAGS: $(C_SOURCE_FILES)
 | 
			
		||||
	ls $(C_SOURCE_FILES) | gtags -f - --gtagsconf .globalrc
 | 
			
		||||
cscope: cscope.in.out cscope.po.out cscope.out
 | 
			
		||||
cscope.in.out cscope.po.out cscope.out: $(C_SOURCE_FILES)
 | 
			
		||||
	cscope -bq -u -Iinclude -Ilibrary $(patsubst %,-I%,$(wildcard 3rdparty/*/include)) -Itests/include $(C_SOURCE_FILES)
 | 
			
		||||
.PHONY: cscope global
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user