ari.make.mustache 767 B

123456789101112131415161718192021222324252627
  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. res_ari_{{c_name}}.so: ari/resource_{{c_name}}.o
  21. ari/resource_{{c_name}}.o: _ASTCFLAGS+=$(call MOD_ASTCFLAGS,res_ari_{{c_name}})
  22. {{/apis}}