source: rtems-schedsim/schedsim/shell/Makefile.am @ 5686d7d

Last change on this file since 5686d7d was ac6e5c7, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/11 at 19:31:16

2011-05-17 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Merge and update code. Simulators for Deterministic Priority and SMP Simple Schedulers now work.
  • run_scenarios: New file.
  • Property mode set to 100644
File size: 296 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ./../aclocal
6
7SUBDIRS = shared schedsim_priority
8DIST_SUBDIRS = shared schedsim_priority
9
10if HAS_SMP
11SUBDIRS += schedsim_smpsimple
12DIST_SUBDIRS += schedsim_smpsimple
13endif
14
15include $(top_srcdir)/../automake/subdirs.am
16include $(top_srcdir)/../automake/host.am
Note: See TracBrowser for help on using the repository browser.