Line 26... |
Line 26... |
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
|
# Use a full version number (x.y.z, possibly with "rcn" as a suffix) when
|
# Use a full version number (x.y.z, possibly with "rcn" as a suffix) when
|
# preparing a release, otherwise use a the date version (yyyy-mm-dd).
|
# preparing a release, otherwise use a the date version (yyyy-mm-dd).
|
AC_INIT([or1ksim], [2010-05-02], [openrisc@opencores.org])
|
AC_INIT([or1ksim], [2010-05-05], [openrisc@opencores.org])
|
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
# Generically use extensions such as _GNU_SOURCE if available.
|
# Generically use extensions such as _GNU_SOURCE if available.
|
AC_USE_SYSTEM_EXTENSIONS
|
AC_USE_SYSTEM_EXTENSIONS
|
|
|
Line 44... |
Line 44... |
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
|
|
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
|
|
AC_REVISION([$Id: configure.ac 96 2010-05-04 07:45:17Z jeremybennett $ using automake version] AC_ACVERSION)
|
AC_REVISION([$Id: configure.ac 97 2010-05-05 09:07:45Z jeremybennett $ using automake version] AC_ACVERSION)
|
|
|
# make sure we are using a recent autoconf version
|
# make sure we are using a recent autoconf version
|
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
|
|
# yuck.
|
# yuck.
|
Line 380... |
Line 380... |
testsuite/libsim.tests/Makefile \
|
testsuite/libsim.tests/Makefile \
|
testsuite/or1ksim.tests/Makefile \
|
testsuite/or1ksim.tests/Makefile \
|
testsuite/test-code/Makefile \
|
testsuite/test-code/Makefile \
|
testsuite/test-code/lib-iftest/Makefile \
|
testsuite/test-code/lib-iftest/Makefile \
|
testsuite/test-code/lib-inttest/Makefile \
|
testsuite/test-code/lib-inttest/Makefile \
|
|
testsuite/test-code/lib-jtag/Makefile \
|
testsuite/test-code/lib-upcalls/Makefile \
|
testsuite/test-code/lib-upcalls/Makefile \
|
tick/Makefile \
|
tick/Makefile \
|
vapi/Makefile])
|
vapi/Makefile])
|
|
|
# yuck. I don't know why I cannot just substitute $CPU_ARCH in the above
|
# yuck. I don't know why I cannot just substitute $CPU_ARCH in the above
|