URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [samples/] [Makefile.am] - Rev 1026
Go to most recent revision | Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.8 2002/03/28 00:44:21 joel Exp
##
ACLOCAL_AMFLAGS = -I ../../../../aclocal
CPLUSPLUS_TESTS = cdtest
## base_mp is a sample multiprocessing test
MP_TESTS = base_mp
FP_TESTS = paranoia
SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
$(CPLUSPLUS_TESTS) $(FP_TESTS)
AUTOMAKE_FILES = sample.am
EXTRA_DIST = $(AUTOMAKE_FILES)
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log