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