Files
rtems/testsuites/ada/samples/Makefile.am
2018-10-10 07:57:47 +02:00

9 lines
171 B
Makefile

_SUBDIRS = hello ticker base_sp nsecs
if HAS_MP
_SUBDIRS += base_mp
endif
DIST_SUBDIRS = hello ticker base_sp base_mp nsecs
include $(top_srcdir)/../automake/subdirs.am