1# -*- Mode: Makefile; -*-
2# vim: set ft=automake :
3#
4# (C) 2011 by Argonne National Laboratory.
5#     See COPYRIGHT in top-level directory.
6#
7
8include $(top_srcdir)/Makefile.mtest
9
10## for all programs that are just built from the single corresponding source
11## file, we don't need per-target _SOURCES rules, automake will infer them
12## correctly
13noinst_PROGRAMS = lefthandles debabort
14
15