## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
+## Makefiles generated by Automake-NG require GNU make >= 3.81.
+## The .FEATURES special variable has been introduced in that make
+## version, so use it as a witness to determine whether the current
+## make is good enough.
+ifndef .FEATURES
+ $(error Automake-NG based builds require GNU make 3.81 or later)
+endif
+
VPATH = @srcdir@
## Enhance performance by removing GNU make builtin rules that would be
$(am.chars.empty)
endef
-## Makefiles generated by Automake-NG require GNU make >= 3.81.
-## The .FEATURES special variable has been introduced in that make
-## version, so use it as a witness to determine whether the current
-## make is good enough.
-ifndef .FEATURES
- $(error Automake-NG based builds require GNU make 3.81 or later)
-endif
-
## Neutralize unwarranted environment settings that might interfere with
## our Makefiles.
ifdef SUBDIRS