forked from Imagelibrary/rtems
15 lines
312 B
Makefile
15 lines
312 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
|
|
|
SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \
|
|
rtems++
|
|
|
|
EXTRA_DIST = libtests.am
|
|
|
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../../automake/local.am
|