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.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							676 B
						
					
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							676 B
						
					
					
				| ##############################################################
 | |
| #
 | |
| #                   DO NOT EDIT THIS FILE!
 | |
| #
 | |
| ##############################################################
 | |
| 
 | |
| # If the tool is built out of the kit, PIN_ROOT must be specified in the make invocation and point to the kit root.
 | |
| ifdef PIN_ROOT
 | |
| CONFIG_ROOT := $(PIN_ROOT)/source/tools/Config
 | |
| else
 | |
| CONFIG_ROOT := ../Config
 | |
| endif
 | |
| include $(CONFIG_ROOT)/makefile.config
 | |
| include makefile.rules
 | |
| include $(TOOLS_ROOT)/Config/makefile.default.rules
 | |
| 
 | |
| ##############################################################
 | |
| #
 | |
| #                   DO NOT EDIT THIS FILE!
 | |
| #
 | |
| ##############################################################
 |