ari.make.mustache 699 B

1234567891011121314151617181920212223
  1. {{! -*- Makefile -*- }}
  2. #
  3. # Asterisk -- A telephony toolkit for Linux.
  4. #
  5. # Generated Makefile for res_ari dependencies.
  6. #
  7. # Copyright (C) 2013, Digium, Inc.
  8. #
  9. # This program is free software, distributed under the terms of
  10. # the GNU General Public License
  11. #
  12. #
  13. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14. # !!!!! DO NOT EDIT !!!!!
  15. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  16. # This file is generated by a template. Please see the original template at
  17. # rest-api-templates/ari.make.mustache
  18. #
  19. {{#apis}}
  20. $(call MOD_ADD_C,res_ari_{{c_name}},ari/resource_{{c_name}}.c)
  21. {{/apis}}