source: rtems/testsuites/libtests/configure.ac @ c53ba11a

4.104.115
Last change on this file since c53ba11a was c53ba11a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/09 at 15:03:45

2009-12-02 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Add POSIX.
  • configure.ac: Add POSIX/.
  • POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c, POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c, POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c, POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c, POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c, POSIX/posix_memalign.c, POSIX/read.c, POSIX/README, POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c, POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c, POSIX/waitpid.c, POSIX/write.c: New.
  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
[ba2c04f]5AC_PREREQ(2.60)
[fcb0cd46]6AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
[d7aecdc]7AC_CONFIG_SRCDIR([cpuuse])
[7c48a2e8]8RTEMS_TOP([../..],[..])
[d7aecdc]9
10RTEMS_CANONICAL_TARGET_CPU
11
[ba2c04f]12AM_INIT_AUTOMAKE([no-define foreign 1.10])
[d7aecdc]13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_CXX
16
17RTEMS_ENV_RTEMSBSP
18RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
19
20RTEMS_PROJECT_ROOT
21
[952e4be]22RTEMS_PROG_CC_FOR_TARGET
[d7aecdc]23
[06908af6]24RTEMS_PROG_CXX_FOR_TARGET
[d7aecdc]25
26RTEMS_CANONICALIZE_TOOLS
27
28RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
29RTEMS_CHECK_CXX(RTEMS_BSP)
30
31
[44502ae]32AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
[d7aecdc]33
34# Explicitly list all Makefiles here
35AC_CONFIG_FILES([Makefile
[b344b3de]36block01/Makefile
[90d24022]37block02/Makefile
38block03/Makefile
39block04/Makefile
[e6000760]40block05/Makefile
41block06/Makefile
42block07/Makefile
[7c86172a]43bspcmdline01/Makefile
[d7aecdc]44cpuuse/Makefile
[56b7951]45heapwalk/Makefile
[d7aecdc]46malloctest/Makefile
47monitor/Makefile
[dee3992f]48monitor02/Makefile
[d7aecdc]49putenvtest/Makefile
50rtems++/Makefile
51rtmonuse/Makefile
52stackchk/Makefile
[99acb01]53stackchk01/Makefile
[57544fb]54stringto01/Makefile
[d7aecdc]55termios/Makefile
[4d5b156]56termios01/Makefile
[dda7c828]57termios02/Makefile
[3e1fada2]58tztest/Makefile
[c53ba11a]59POSIX/Makefile
[d7aecdc]60])
61AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.