source: rtems/c/src/ada-tests/tmtests/Makefile.am @ 16e8d3d

4.104.114.84.95
Last change on this file since 16e8d3d was 6e761d1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/03 at 10:55:17

2003-11-11 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved tests/.
  • mptests/Makefile.am: Reflect having moved tests/.
  • mptests/mp01/Makefile.am: Reflect having moved tests/.
  • mptests/mp01/node1/Makefile.am: Reflect having moved tests/.
  • mptests/mp01/node2/Makefile.am: Reflect having moved tests/.
  • samples/Makefile.am: Reflect having moved tests/.
  • samples/base_mp/Makefile.am: Reflect having moved tests/.
  • samples/base_mp/node1/Makefile.am: Reflect having moved tests/.
  • samples/base_mp/node2/Makefile.am: Reflect having moved tests/.
  • samples/base_sp/Makefile.am: Reflect having moved tests/.
  • samples/hello/Makefile.am: Reflect having moved tests/.
  • samples/ticker/Makefile.am: Reflect having moved tests/.
  • sptests/Makefile.am: Reflect having moved tests/.
  • sptests/sp01/Makefile.am: Reflect having moved tests/.
  • sptests/sp02/Makefile.am: Reflect having moved tests/.
  • sptests/sp03/Makefile.am: Reflect having moved tests/.
  • sptests/sp04/Makefile.am: Reflect having moved tests/.
  • sptests/sp05/Makefile.am: Reflect having moved tests/.
  • sptests/sp06/Makefile.am: Reflect having moved tests/.
  • sptests/sp07/Makefile.am: Reflect having moved tests/.
  • sptests/sp08/Makefile.am: Reflect having moved tests/.
  • sptests/sp09/Makefile.am: Reflect having moved tests/.
  • sptests/sp11/Makefile.am: Reflect having moved tests/.
  • sptests/sp12/Makefile.am: Reflect having moved tests/.
  • sptests/sp13/Makefile.am: Reflect having moved tests/.
  • sptests/sp14/Makefile.am: Reflect having moved tests/.
  • sptests/sp15/Makefile.am: Reflect having moved tests/.
  • sptests/sp16/Makefile.am: Reflect having moved tests/.
  • sptests/sp17/Makefile.am: Reflect having moved tests/.
  • sptests/sp19/Makefile.am: Reflect having moved tests/.
  • sptests/sp20/Makefile.am: Reflect having moved tests/.
  • sptests/sp21/Makefile.am: Reflect having moved tests/.
  • sptests/sp22/Makefile.am: Reflect having moved tests/.
  • sptests/sp23/Makefile.am: Reflect having moved tests/.
  • sptests/sp24/Makefile.am: Reflect having moved tests/.
  • sptests/sp25/Makefile.am: Reflect having moved tests/.
  • sptests/spsize/Makefile.am: Reflect having moved tests/.
  • support/Makefile.am: Reflect having moved tests/.
  • tmtests/Makefile.am: Reflect having moved tests/.
  • tmtests/tm01/Makefile.am: Reflect having moved tests/.
  • tmtests/tm02/Makefile.am: Reflect having moved tests/.
  • tmtests/tm03/Makefile.am: Reflect having moved tests/.
  • tmtests/tm04/Makefile.am: Reflect having moved tests/.
  • tmtests/tm05/Makefile.am: Reflect having moved tests/.
  • tmtests/tm06/Makefile.am: Reflect having moved tests/.
  • tmtests/tm07/Makefile.am: Reflect having moved tests/.
  • tmtests/tm08/Makefile.am: Reflect having moved tests/.
  • tmtests/tm09/Makefile.am: Reflect having moved tests/.
  • tmtests/tm10/Makefile.am: Reflect having moved tests/.
  • tmtests/tm11/Makefile.am: Reflect having moved tests/.
  • tmtests/tm12/Makefile.am: Reflect having moved tests/.
  • tmtests/tm13/Makefile.am: Reflect having moved tests/.
  • tmtests/tm14/Makefile.am: Reflect having moved tests/.
  • tmtests/tm15/Makefile.am: Reflect having moved tests/.
  • tmtests/tm16/Makefile.am: Reflect having moved tests/.
  • tmtests/tm17/Makefile.am: Reflect having moved tests/.
  • tmtests/tm18/Makefile.am: Reflect having moved tests/.
  • tmtests/tm19/Makefile.am: Reflect having moved tests/.
  • tmtests/tm20/Makefile.am: Reflect having moved tests/.
  • tmtests/tm21/Makefile.am: Reflect having moved tests/.
  • tmtests/tm22/Makefile.am: Reflect having moved tests/.
  • tmtests/tm23/Makefile.am: Reflect having moved tests/.
  • tmtests/tm24/Makefile.am: Reflect having moved tests/.
  • tmtests/tm25/Makefile.am: Reflect having moved tests/.
  • tmtests/tm28/Makefile.am: Reflect having moved tests/.
  • tmtests/tm29/Makefile.am: Reflect having moved tests/.
  • tmtests/tmck/Makefile.am: Reflect having moved tests/.
  • tmtests/tmoverhd/Makefile.am: Reflect having moved tests/.
  • Property mode set to 100644
File size: 610 bytes
Line 
1## $Id$
2
3SUBDIRS =
4SUBDIRS += tm01
5SUBDIRS += tm02
6SUBDIRS += tm03
7SUBDIRS += tm04
8SUBDIRS += tm05
9SUBDIRS += tm06
10SUBDIRS += tm07
11SUBDIRS += tm08
12SUBDIRS += tm09
13SUBDIRS += tm10
14SUBDIRS += tm11
15SUBDIRS += tm12
16SUBDIRS += tm13
17SUBDIRS += tm14
18SUBDIRS += tm15
19SUBDIRS += tm16
20SUBDIRS += tm17
21SUBDIRS += tm18
22SUBDIRS += tm19
23SUBDIRS += tm20
24SUBDIRS += tm21
25SUBDIRS += tm22
26SUBDIRS += tm23
27SUBDIRS += tm24
28SUBDIRS += tm25
29SUBDIRS += tm28
30SUBDIRS += tm29
31SUBDIRS += tmck
32SUBDIRS += tmoverhd
33
34include $(top_srcdir)/../../../testsuites/automake/subdirs.am
35include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.