Files
rtems/testsuites/samples/Makefile.am
Ralf Corsepius 7f9c37c8ce 2004-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove DIST_SUBDIRS.
2005-01-02 10:21:56 +00:00

28 lines
443 B
Makefile

##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = hello ticker base_sp unlimited minimum fileio
if MPTESTS
## base_mp is a sample multiprocessing test
SUBDIRS += base_mp
endif
SUBDIRS += paranoia
if CXXTESTS
SUBDIRS += iostream cdtest
endif
if NETTESTS
## loopback tests a network loopback interface
SUBDIRS += loopback
SUBDIRS += pppd
endif
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am