OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [tools/] [cpu/] [configure.in] - Blame information for rev 582

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
dnl Process this file with autoconf to produce a configure script.
2
dnl
3
dnl  $Id: configure.in,v 1.2 2001-09-27 12:02:53 chris Exp $
4
 
5
AC_INIT(generic)
6
RTEMS_TOP(../..)
7
AC_CONFIG_AUX_DIR(../..)
8
 
9
RTEMS_CANONICAL_TARGET_CPU
10
 
11
AM_INIT_AUTOMAKE(rtems-tools-cpu,$RTEMS_VERSION,no)
12
AM_MAINTAINER_MODE
13
 
14
RTEMS_PATH_KSH
15
 
16
RTEMS_TOOLPATHS
17
AC_SUBST(program_prefix)
18
 
19
AC_CONFIG_SUBDIRS(generic)
20
if test -d $srcdir/$RTEMS_CPU; then
21
AC_CONFIG_SUBDIRS($RTEMS_CPU)
22
fi
23
 
24
# Explicitly list all Makefiles here
25
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.