1# AM_EXTRA_RECURSIVE_TARGETS                                -*- Autoconf -*-
2
3# Copyright (C) 2012-2021 Free Software Foundation, Inc.
4#
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.
8
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...
16AC_DEFUN([AM_EXTRA_RECURSIVE_TARGETS], [])
17