2
0

extra-recurs.m4 738 B

12345678910111213141516
  1. # AM_EXTRA_RECURSIVE_TARGETS -*- Autoconf -*-
  2. # Copyright (C) 2012-2017 Free Software Foundation, Inc.
  3. #
  4. # This file is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # AM_EXTRA_RECURSIVE_TARGETS
  8. # --------------------------
  9. # Define the list of user recursive targets. This macro exists only to
  10. # be traced by Automake, which will ensure that a proper definition of
  11. # user-defined recursive targets (and associated rules) is propagated
  12. # into all the generated Makefiles.
  13. # TODO: We should really reject non-literal arguments here...
  14. AC_DEFUN([AM_EXTRA_RECURSIVE_TARGETS], [])