source: rtems/c/src/lib/libbsp/c4x/c4xsim/tools/configure.in @ 17508d02

4.104.114.84.95
Last change on this file since 17508d02 was 61ba9763, checked in by Joel Sherrill <joel.sherrill@…>, on 02/22/00 at 18:39:52

New port of RTEMS to TI C3x and C4x.

  • Property mode set to 100644
File size: 437 bytes
RevLine 
[61ba9763]1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(runtest.in)
6RTEMS_TOP(../../../../../../..)
7AC_CONFIG_AUX_DIR(../../../../../../..)
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-c4x-c4xsim-tools,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_PATH_KSH
15RTEMS_ENV_RTEMSBSP
16
17RTEMS_PROJECT_ROOT
18RTEMS_TOOLPATHS
19
20# Explicitly list all Makefiles here
21AC_OUTPUT(
22Makefile
23runtest)
Note: See TracBrowser for help on using the repository browser.