1##
2## Copyright (C) by Argonne National Laboratory
3##     See COPYRIGHT in top-level directory
4##
5
6## This is an automake makefile fragment that should be included by:
7##
8##   include $(top_srcdir)/Makefile_single.mtest
9##
10## This makefile is for single-threaded tests.
11
12include $(top_srcdir)/Makefile_common.mtest
13
14## then add rules/vars for mtest_single.o
15LDADD += $(top_builddir)/util/mtest_single.$(OBJEXT)
16
17$(top_builddir)/util/mtest_single.$(OBJEXT): $(top_srcdir)/util/mtest_single.c
18	(cd $(top_builddir)/util && $(MAKE) mtest_single.$(OBJEXT))
19