source: rtems/c/src/tests/samples/Makefile.am @ 0e9a637

4.104.114.84.95
Last change on this file since 0e9a637 was 0e9a637, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:44:22

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 433 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7CPLUSPLUS_TESTS = cdtest
8
9## base_mp is a sample multiprocessing test
10MP_TESTS = base_mp
11
12FP_TESTS = paranoia
13
14SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
15    $(CPLUSPLUS_TESTS) $(FP_TESTS)
16
17AUTOMAKE_FILES = sample.am
18
19EXTRA_DIST = $(AUTOMAKE_FILES)
20
21include $(top_srcdir)/../../../../automake/subdirs.am
22include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.