forked from Imagelibrary/rtems
14 lines
250 B
Makefile
14 lines
250 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../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
|