source: rtems-schedsim/schedsim/shell/Makefile.am @ 6f48a61

Last change on this file since 6f48a61 was 6f48a61, checked in by Jennifer Averett <jennifer.averett@…>, on 06/17/14 at 17:03:25

Add remainder of schedulers and cluster scheduler support.

  • Property mode set to 100644
File size: 786 bytes
Line 
1ACLOCAL_AMFLAGS = -I ./../aclocal
2
3SUBDIRS = shared
4SUBDIRS += schedsim_priority
5SUBDIRS += schedsim_simple
6SUBDIRS += schedsim_cbs
7SUBDIRS += schedsim_edf
8
9DIST_SUBDIRS = shared
10DIST_SUBDIRS += shared
11DIST_SUBDIRS += schedsim_priority
12DIST_SUBDIRS += schedsim_simple
13DIST_SUBDIRS += schedsim_cbs
14DIST_SUBDIRS += schedsim_edf
15
16if HAS_SMP
17SUBDIRS += schedsim_smpsimple
18SUBDIRS += schedsim_smppriority
19SUBDIRS += schedsim_smppriority_affinity
20SUBDIRS += schedsim_cluster01
21SUBDIRS += schedsim_cluster02
22
23DIST_SUBDIRS += schedsim_smpsimple
24DIST_SUBDIRS += schedsim_smppriority
25DIST_SUBDIRS += schedsim_smppriority_affinity
26DIST_SUBDIRS += schedsim_cluster01
27DIST_SUBDIRS += schedsim_cluster02
28endif
29
30include $(top_srcdir)/../automake/subdirs.am
31include $(top_srcdir)/../automake/host.am
Note: See TracBrowser for help on using the repository browser.