mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 13:21:54 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			294 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			294 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								# This is a convenience script for systems on which BSD make is the default,
							 | 
						||
| 
								 | 
							
								# such that typing 'make' will do what people expect, instead of producing an
							 | 
						||
| 
								 | 
							
								# error (due to incompatibilities between BSD make and GNU make).
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.include "makeopts"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								all::
							 | 
						||
| 
								 | 
							
									$(MAKE)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$(.TARGETS)::
							 | 
						||
| 
								 | 
							
									$(MAKE) $(.TARGETS)
							 |