forked from Imagelibrary/rtems
* Added initial shell functionality. * Makefile.am, configure.in, wrapup/Makefile.am: * shell/.cvsignore, shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: New files.
15 lines
304 B
Makefile
15 lines
304 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|
|
|
SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse untar \
|
|
mw-fb wrapup
|
|
|
|
EXTRA_DIST = README
|
|
|
|
include $(top_srcdir)/../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../automake/local.am
|