source: rtems/c/src/lib/libbsp/powerpc/psim/tools/configure.ac @ 001b4162

4.104.114.95
Last change on this file since 001b4162 was 001b4162, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/08 at 18:37:51

2008-09-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Rework psim scripts to share code for creating device trees and actually running the tests. Overhaul the device tree generated to always include a block of Flash and a Real-Time Clock. When running MP tests enable the shared memory and semaphore devices.
  • psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared, psim-top.in, runtest-bottom, runtest-top.in: New files.
  • psim, psim-gdb, runtest: Removed.
  • Property mode set to 100644
File size: 534 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-lib-libbsp-powerpc-psim-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([psim-top.in])
8RTEMS_TOP(../../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14RTEMS_ENV_RTEMSBSP
15
16RTEMS_PATH_KSH
17
18RTEMS_PROJECT_ROOT
19RTEMS_TOOLPATHS
20
21# Explicitly list all Makefiles here
22AC_CONFIG_FILES([Makefile
23psim-top
24psim-gdb-top
25runtest-top
26])
27AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.