forked from Imagelibrary/rtems
12 lines
224 B
Makefile
12 lines
224 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \
|
|
rtems++
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|