source: rtems/testsuites/libtests/Makefile.am @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 771 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS = POSIX
4SUBDIRS += rbheap01
5SUBDIRS += flashdisk01
6
7SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
8    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
9    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
10    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
11    termios termios01 termios02 termios03 termios04 termios05 \
12    termios06 termios07 termios08 \
13    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
14    block08 block09 block10 block11 stringto01 \
15    tar01 tar02 tar03 \
16    math mathf mathl complex \
17    mouse01
18
19if NETTESTS
20SUBDIRS += ftp01
21SUBDIRS += syscall01
22endif
23
24include $(top_srcdir)/../automake/subdirs.am
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.