URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [samples/] [configure.ac] - Rev 1782
Compare with Previous | Blame | View Log
## Process this file with autoconf to produce a configure script.#### configure.ac,v 1.3 2002/04/16 13:53:00 joel ExpAC_PREREQ(2.52)AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])AC_CONFIG_SRCDIR([hello])RTEMS_TOP(../../../..)AC_CONFIG_AUX_DIR(../../../..)RTEMS_CANONICAL_TARGET_CPUAM_INIT_AUTOMAKE([no-define foreign 1.6])AM_MAINTAINER_MODERTEMS_ENABLE_NETWORKINGRTEMS_ENABLE_CXXRTEMS_ENABLE_BARERTEMS_ENV_RTEMSBSPRTEMS_CHECK_CPURTEMS_CANONICAL_HOSTRTEMS_PROJECT_ROOTRTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; thenRTEMS_PROG_CXX_FOR_TARGETfiRTEMS_CANONICALIZE_TOOLSRTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)RTEMS_CHECK_CXX(RTEMS_BSP)AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")# Explicitly list all Makefiles hereAC_CONFIG_FILES([Makefilebase_sp/Makefilehello/Makefileminimum/Makefileparanoia/Makefileticker/Makefileunlimited/Makefilebase_mp/Makefilebase_mp/node1/Makefilebase_mp/node2/Makefilecdtest/Makefile])AC_OUTPUT
