forked from Imagelibrary/rtems
* Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC. * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c, termios06/termios06.doc, termios06/termios06.scn, termios06/test_pppd.c: New files.
74 lines
1.3 KiB
Plaintext
74 lines
1.3 KiB
Plaintext
## Process this file with autoconf to produce a configure script.
|
|
##
|
|
## $Id$
|
|
|
|
AC_PREREQ(2.60)
|
|
AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
|
AC_CONFIG_SRCDIR([cpuuse])
|
|
RTEMS_TOP([../..],[..])
|
|
|
|
RTEMS_CANONICAL_TARGET_CPU
|
|
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.10])
|
|
AM_MAINTAINER_MODE
|
|
|
|
RTEMS_ENABLE_CXX
|
|
|
|
RTEMS_ENV_RTEMSBSP
|
|
RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
|
|
|
|
RTEMS_PROJECT_ROOT
|
|
|
|
RTEMS_PROG_CC_FOR_TARGET
|
|
|
|
RTEMS_PROG_CXX_FOR_TARGET
|
|
|
|
RTEMS_CANONICALIZE_TOOLS
|
|
|
|
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
|
RTEMS_CHECK_CXX(RTEMS_BSP)
|
|
|
|
|
|
AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
|
|
|
|
# Explicitly list all Makefiles here
|
|
AC_CONFIG_FILES([Makefile
|
|
block01/Makefile
|
|
block02/Makefile
|
|
block03/Makefile
|
|
block04/Makefile
|
|
block05/Makefile
|
|
block06/Makefile
|
|
block07/Makefile
|
|
block08/Makefile
|
|
block09/Makefile
|
|
block10/Makefile
|
|
bspcmdline01/Makefile
|
|
cpuuse/Makefile
|
|
gxx01/Makefile
|
|
heapwalk/Makefile
|
|
malloctest/Makefile
|
|
malloc02/Makefile
|
|
malloc03/Makefile
|
|
monitor/Makefile
|
|
monitor02/Makefile
|
|
putenvtest/Makefile
|
|
rtems++/Makefile
|
|
rtmonuse/Makefile
|
|
stackchk/Makefile
|
|
stackchk01/Makefile
|
|
stringto01/Makefile
|
|
tar01/Makefile
|
|
tar02/Makefile
|
|
termios/Makefile
|
|
termios01/Makefile
|
|
termios02/Makefile
|
|
termios03/Makefile
|
|
termios04/Makefile
|
|
termios05/Makefile
|
|
termios06/Makefile
|
|
tztest/Makefile
|
|
POSIX/Makefile
|
|
])
|
|
AC_OUTPUT
|