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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_1_0/] [or1ksim/] [configure.in] - Diff between revs 16 and 18

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 16 Rev 18
Line 3... Line 3...
dnl
dnl
dnl report bugs to jrydberg@phx.pp.se
dnl report bugs to jrydberg@phx.pp.se
dnl
dnl
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
 
 
AC_INIT(cpu/or1k/execute.c)
AC_INIT(cpu/or32/execute.c)
AC_CANONICAL_SYSTEM
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(or1ksim, 1.1)
AM_INIT_AUTOMAKE(or1ksim, 1.2)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
 
 
AC_REVISION([for or1ksim-1.1, version 2.14, from autoconf version] AC_ACVERSION)
AC_REVISION([for or1ksim-1.2, version 2.14, from autoconf version] AC_ACVERSION)
SIMVERSION=1.1
SIMVERSION=1.2
 
 
dnl make sure we are using a recent autoconf version
dnl make sure we are using a recent autoconf version
AC_PREREQ(2.10)
AC_PREREQ(2.10)
AC_CANONICAL_HOST
AC_CANONICAL_HOST
 
 
Line 84... Line 84...
AC_SUBST(SUMVERSION)
AC_SUBST(SUMVERSION)
AC_SUBST(TERMCAP_LIB)
AC_SUBST(TERMCAP_LIB)
 
 
dnl yuck
dnl yuck
case "$target_cpu" in
case "$target_cpu" in
or1k*)  CPU_ARCH=or1k;;
or32*)  CPU_ARCH=or32;;
 
or16*)  CPU_ARCH=or16;;
dlx*)   CPU_ARCH=dlx;;
dlx*)   CPU_ARCH=dlx;;
esac
esac
AC_SUBST(CPU_ARCH)
AC_SUBST(CPU_ARCH)
 
 
dnl yuck
dnl yuck
Line 96... Line 97...
-I\${top_srcdir}/bpb"
-I\${top_srcdir}/bpb"
AC_SUBST(INCLUDES)
AC_SUBST(INCLUDES)
 
 
 
 
AC_OUTPUT([Makefile bpb/Makefile cache/Makefile cpu/Makefile
AC_OUTPUT([Makefile bpb/Makefile cache/Makefile cpu/Makefile
        cpu/common/Makefile cpu/or1k/Makefile cpu/dlx/Makefile
        cpu/common/Makefile cpu/or32/Makefile cpu/or16/Makefile
 
        cpu/dlx/Makefile
        support/Makefile mmu/Makefile],
        support/Makefile mmu/Makefile],
[
[
# Makefile uses this timestamp file to record whether config.h is up to date.
# Makefile uses this timestamp file to record whether config.h is up to date.
echo > stamp-h
echo > stamp-h
])
])

powered by: WebSVN 2.1.0

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