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

Subversion Repositories or1k

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

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

Rev 18 Rev 26
Line 5... Line 5...
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/or32/execute.c)
AC_INIT(cpu/or32/execute.c)
AC_CANONICAL_SYSTEM
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(or1ksim, 1.2)
AM_INIT_AUTOMAKE(or1ksim, 1.3)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
 
 
AC_REVISION([for or1ksim-1.2, version 2.14, from autoconf version] AC_ACVERSION)
AC_REVISION([for or1ksim-1.2, version 2.14, from autoconf version] AC_ACVERSION)
SIMVERSION=1.2
SIMVERSION=1.2
 
 
Line 91... Line 91...
dlx*)   CPU_ARCH=dlx;;
dlx*)   CPU_ARCH=dlx;;
esac
esac
AC_SUBST(CPU_ARCH)
AC_SUBST(CPU_ARCH)
 
 
dnl yuck
dnl yuck
INCLUDES="-I\${top_srcdir}/cpu/common -I\${top_srcdir}/cpu/$CPU_ARCH -I\${top_srcdir}/cache -I\${top_srcdir}/mmu \
INCLUDES="-I\${top_srcdir}/cpu/common -I\${top_srcdir}/cpu/or1k \
 
-I\${top_srcdir}/cpu/$CPU_ARCH -I\${top_srcdir}/cache -I\${top_srcdir}/mmu \
-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/or32/Makefile cpu/or16/Makefile
        cpu/common/Makefile cpu/or32/Makefile cpu/or16/Makefile
        cpu/dlx/Makefile
        cpu/or1k/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.