Files
rtems/c/src/ada-tests/Makefile.am
Ralf Corsepius 8fdfc9f68a Cleanup.
2005-11-20 17:09:19 +00:00

16 lines
348 B
Makefile

## $Id$
ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
SUBDIRS = support samples sptests tmtests
if HAS_MP
SUBDIRS += mptests
endif
DIST_SUBDIRS = support samples sptests tmtests mptests
EXTRA_DIST = ada.am
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites//automake/local.am