From e31c63e5a8bae5fbda548f4b65c423b0fc2ce58c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Nov 1999 19:21:38 +0000 Subject: Patch rtems-rc-19991117-7.diff from Ralf Corsepius to convert the sample tests to automake. --- testsuites/samples/Makefile.am | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'testsuites/samples/Makefile.am') diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am index b04c376dd6..e8c84121ac 100644 --- a/testsuites/samples/Makefile.am +++ b/testsuites/samples/Makefile.am @@ -5,14 +5,6 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal -project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ - -PREINSTALLDIRS = $(project_bspdir)/samples $(project_bspdir)/tests -$(PREINSTALLDIRS): - @$(mkinstalldirs) $@ - -all-local: $(PREINSTALLDIRS) - CPLUSPLUS_TESTS = cdtest ## base_mp is a sample multiprocessing test @@ -20,8 +12,13 @@ MP_TESTS = base_mp FP_TESTS = paranoia -SUBDIRS = . hello ticker base_sp unlimited minimum $(MP_TESTS) \ +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 -- cgit v1.2.3