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 =      \
14    attrt              \
15    attrend            \
16    attrend2           \
17    attric             \
18    attrerr            \
19    attrerrcomm        \
20    attrerrtype        \
21    attr2type          \
22    attrorder          \
23    attrordercomm      \
24    attrordertype      \
25    baseattr2          \
26    baseattrcomm       \
27    fkeyval            \
28    fkeyvalcomm        \
29    fkeyvaltype        \
30    keyval_double_free
31
32EXTRA_DIST = testlist
33
34