source: rtems/testsuites/libtests/Makefile.am @ 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: 390 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
8    monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
9    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
10    stringto01
11SUBDIRS += POSIX
12
13include $(top_srcdir)/../automake/subdirs.am
14include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.