forked from Imagelibrary/rtems
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.
14 lines
289 B
Makefile
14 lines
289 B
Makefile
ACLOCAL_AMFLAGS = -I aclocal -I ../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)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|