source: rtems/testsuites/Makefile.am @ b8c59353

5
Last change on this file since b8c59353 was 9edb72e, checked in by Sebastian Huber <sebastian.huber@…>, on 04/05/18 at 04:56:26

build: Remove DISTCLEANFILES

A "make distclean" is not supported. So, it makes no sense to have pure
"make distclean" related stuff in the Makefile.am.

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