source: rtems/testsuites/Makefile.am @ 0d44e251

5
Last change on this file since 0d44e251 was 7ec982bf, checked in by Chris Johns <chrisj@…>, on 05/26/17 at 00:35:17

build-system: Fix the targets support for the parallel build.

  • Property mode set to 100644
File size: 497 bytes
Line 
1ACLOCAL_AMFLAGS = -I aclocal
2
3DISTCLEANFILES =
4CLEANFILES =
5
6noinst_HEADERS =
7noinst_HEADERS += support/include/buffer_test_io.h
8noinst_HEADERS += support/include/test_support.h
9noinst_HEADERS += support/include/tmacros.h
10noinst_HEADERS += support/include/pritime.h
11noinst_HEADERS += support/include/primode.h
12noinst_HEADERS += support/include/tmtests_empty_function.h
13
14_SUBDIRS = @subdirs@
15
16EXTRA_DIST = PROBLEMS
17
18include $(top_srcdir)/automake/subdirs.am
19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.