source: rtems/testsuites/smptests/Makefile.am @ c4b8b147

5
Last change on this file since c4b8b147 was e3ef14b, checked in by Sebastian Huber <sebastian.huber@…>, on 10/25/17 at 05:57:58

smptests: Remove duplicate Makefile targets

Close #3187.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS  =
4if SMPTESTS
5_SUBDIRS += smp01
6_SUBDIRS += smp02
7_SUBDIRS += smp03
8_SUBDIRS += smp05
9_SUBDIRS += smp07
10_SUBDIRS += smp08
11_SUBDIRS += smp09
12_SUBDIRS += smpaffinity01
13_SUBDIRS += smpatomic01
14_SUBDIRS += smpcache01
15_SUBDIRS += smpcapture01
16_SUBDIRS += smpcapture02
17_SUBDIRS += smpclock01
18_SUBDIRS += smpfatal01
19_SUBDIRS += smpfatal02
20_SUBDIRS += smpfatal03
21_SUBDIRS += smpfatal04
22_SUBDIRS += smpfatal05
23_SUBDIRS += smpfatal06
24_SUBDIRS += smpfatal08
25_SUBDIRS += smpipi01
26_SUBDIRS += smpload01
27_SUBDIRS += smplock01
28_SUBDIRS += smpmigration01
29_SUBDIRS += smpmigration02
30_SUBDIRS += smpmrsp01
31_SUBDIRS += smpmutex01
32_SUBDIRS += smpmutex02
33_SUBDIRS += smpschedaffinity03
34_SUBDIRS += smpschedaffinity04
35_SUBDIRS += smpschedaffinity05
36_SUBDIRS += smpschededf01
37_SUBDIRS += smpschededf02
38_SUBDIRS += smpschededf03
39_SUBDIRS += smpschedsem01
40_SUBDIRS += smpscheduler01
41_SUBDIRS += smpscheduler02
42_SUBDIRS += smpscheduler03
43_SUBDIRS += smpscheduler04
44_SUBDIRS += smpscheduler05
45_SUBDIRS += smpscheduler06
46_SUBDIRS += smpscheduler07
47_SUBDIRS += smpsignal01
48_SUBDIRS += smpstrongapa01
49_SUBDIRS += smpswitchextension01
50_SUBDIRS += smpthreadlife01
51_SUBDIRS += smpunsupported01
52_SUBDIRS += smpwakeafter01
53if HAS_POSIX
54_SUBDIRS += smppsxaffinity01
55_SUBDIRS += smppsxaffinity02
56_SUBDIRS += smppsxmutex01
57_SUBDIRS += smppsxsignal01
58endif
59endif
60
61include $(top_srcdir)/../automake/subdirs.am
62include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.