source: rtems/tools/schedsim/configure.ac @ 7accb65

4.115
Last change on this file since 7accb65 was 7accb65, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/10 at 14:53:29

2010-12-17 Joel Sherrill <joel.sherrill@…>

Jennifer Averett <jennifer.averett@…>

Add RTEMS Scheduler Simulator. This is the top level of the tree.

  • .cvsignore, ChangeLog?, Makefile.am, configure.ac: New files.
  • Property mode set to 100644
File size: 570 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-tools-schedsim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([rtems])
8RTEMS_TOP(../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15RTEMS_PATH_KSH
16
17AC_PROG_RANLIB
18AC_PROG_CC
19AC_PROG_CXX
20
21RTEMS_TOOLPATHS
22AC_SUBST(program_prefix)
23
24# Explicitly list all Makefiles here
25AC_CONFIG_FILES([
26Makefile
27rtems/Makefile
28shell/Makefile
29shell/shared/Makefile
30shell/schedsim_priority/Makefile
31])
32AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.