mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	ARI modules that are generated by 'make ari-stubs' are all dependent on res_ari_model. Additionally some of the same modules depend on one or more res_stasis_* modules. ASTERISK-25027 #close Reported by: Corey Farrell Change-Id: I8e07fe7e81fedacb87232f2b6f8b5f47927b4153
		
			
				
	
	
		
			28 lines
		
	
	
		
			825 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			825 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {{! -*- Makefile -*- }}
 | |
| #
 | |
| # Asterisk -- A telephony toolkit for Linux.
 | |
| #
 | |
| # Generated Makefile for res_ari dependencies.
 | |
| #
 | |
| # Copyright (C) 2013, Digium, Inc.
 | |
| #
 | |
| # This program is free software, distributed under the terms of
 | |
| # the GNU General Public License
 | |
| #
 | |
| 
 | |
| #
 | |
| # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 | |
| # !!!!!                               DO NOT EDIT                        !!!!!
 | |
| # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 | |
| # This file is generated by a template. Please see the original template at
 | |
| # rest-api-templates/ari.make.mustache
 | |
| #
 | |
| 
 | |
| {{#apis}}
 | |
| res_ari_{{c_name}}.so: ari/resource_{{c_name}}.o
 | |
| .res_ari_{{c_name}}.moduleinfo: ari/resource_{{c_name}}.c
 | |
| 
 | |
| ari/resource_{{c_name}}.o: _ASTCFLAGS+=$(call MOD_ASTCFLAGS,res_ari_{{c_name}})
 | |
| 
 | |
| {{/apis}}
 |