mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 13:54:48 +00:00 
			
		
		
		
	Generate tags for Vi, for Emacs and with Global
This commit is contained in:
		
							parent
							
								
									799cd57c72
								
							
						
					
					
						commit
						6663e9c18f
					
				
							
								
								
									
										8
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -26,3 +26,11 @@ massif-*
 | 
			
		|||
 | 
			
		||||
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
 | 
			
		||||
*.dir/
 | 
			
		||||
 | 
			
		||||
# Editor navigation files:
 | 
			
		||||
/GPATH
 | 
			
		||||
/GRTAGS
 | 
			
		||||
/GSYMS
 | 
			
		||||
/GTAGS
 | 
			
		||||
/TAGS
 | 
			
		||||
/tags
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										9
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								Makefile
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -120,3 +120,12 @@ apidoc:
 | 
			
		|||
apidoc_clean:
 | 
			
		||||
	rm -rf apidoc
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
## Editor navigation files
 | 
			
		||||
C_SOURCE_FILES = $(wildcard include/*/*.h library/*.[hc] programs/*/*.[hc] tests/suites/*.function)
 | 
			
		||||
tags: $(C_SOURCE_FILES)
 | 
			
		||||
	ctags -o $@ $(C_SOURCE_FILES)
 | 
			
		||||
TAGS: $(C_SOURCE_FILES)
 | 
			
		||||
	etags -o $@ $(C_SOURCE_FILES)
 | 
			
		||||
GPATH GRTAGS GSYMS GTAGS: $(C_SOURCE_FILES)
 | 
			
		||||
	ls $(C_SOURCE_FILES) | gtags -f - --gtagsconf .globalrc
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue