source: rtems/c/src/lib/libbsp/sparc/leon/tools/configure.in @ b21b0ab

4.104.114.84.95
Last change on this file since b21b0ab was b21b0ab, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/00 at 22:40:29

2000-11-13 Jiri Gaisler <jgais@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, times, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, console/.cvsignore, console/Makefile.am, console/console.c, console/consolereserveresources.c, console/debugputs.c, gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/leon.h, start/.cvsignore, start/Makefile.am, startup/.cvsignore, startup/Makefile.am, startup/boardinit.S, startup/linkcmds, startup/setvec.c, startup/spurious.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/Makefile.am, tools/configure.in, tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New file.
  • Property mode set to 100644
File size: 418 bytes
Line 
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-sparc-leon-tools,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_PATH_KSH
15
16RTEMS_PROJECT_ROOT
17RTEMS_TOOLPATHS
18
19# Explicitly list all Makefiles here
20AC_OUTPUT(
21Makefile
22runtest)
Note: See TracBrowser for help on using the repository browser.