source: rtems/testsuites/libtests/Makefile.am @ ae55da72

4.115
Last change on this file since ae55da72 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
RevLine 
[7862f888]1ACLOCAL_AMFLAGS = -I ../aclocal
[908436c1]2
[1e1b6b54]3SUBDIRS = POSIX
[e752630]4SUBDIRS += rbheap01
[23ed785]5SUBDIRS += flashdisk01
[1e1b6b54]6
[8e8775db]7SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
[b89e4cd]8    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
[8911ffd]9    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
[8eb24e7f]10    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
[78da8ac3]11    termios termios01 termios02 termios03 termios04 termios05 \
12    termios06 termios07 termios08 \
[57544fb]13    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
[01211720]14    block08 block09 block10 block11 stringto01 \
[0a0e7a9]15    tar01 tar02 tar03 \
[3d4f749]16    math mathf mathl complex \
17    mouse01
[e5a76ee5]18
[2a6ed0aa]19if NETTESTS
20SUBDIRS += ftp01
[58f6655]21SUBDIRS += syscall01
[2a6ed0aa]22endif
23
[1053dcd]24include $(top_srcdir)/../automake/subdirs.am
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.