source: rtems/testsuites/smptests/Makefile.am @ 2bbcb64

4.115
Last change on this file since 2bbcb64 was 2bbcb64, checked in by Sebastian Huber <sebastian.huber@…>, on 08/27/13 at 12:26:33

smptests: Move ATOMIC conditional to top-level

  • Property mode set to 100644
File size: 665 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4
5if SMPTESTS
6SUBDIRS += smp01
7SUBDIRS += smp02
8SUBDIRS += smp03
9SUBDIRS += smp05
10SUBDIRS += smp06
11SUBDIRS += smp07
12SUBDIRS += smp08
13SUBDIRS += smp09
14if ATOMIC
15SUBDIRS += smpatomic01
16SUBDIRS += smpatomic02
17SUBDIRS += smpatomic03
18SUBDIRS += smpatomic04
19SUBDIRS += smpatomic05
20SUBDIRS += smpatomic06
21SUBDIRS += smpatomic07
22endif
23SUBDIRS += smplock01
24SUBDIRS += smpmigration01
25SUBDIRS += smpschedule01
26SUBDIRS += smpsignal01
27SUBDIRS += smpswitchextension01
28SUBDIRS += smpunsupported01
29if HAS_POSIX
30SUBDIRS += smppsxsignal01
31endif
32endif
33
34include $(top_srcdir)/../automake/subdirs.am
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.