source: rtems/c/src/ada-tests/tmtests/Makefile.am @ 0270bc8

4.104.114.84.95
Last change on this file since 0270bc8 was 0270bc8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/26/02 at 09:27:51

2002-08-26 Ralf Corsepius <corsepiu@…>

  • tmtests/Makefile.am: New.
  • tmtests/tm01/Makefile.am: New.
  • tmtests/tm02/Makefile.am: New.
  • tmtests/tm03/Makefile.am: New.
  • tmtests/tm04/Makefile.am: New.
  • tmtests/tm05/Makefile.am: New.
  • tmtests/tm06/Makefile.am: New.
  • tmtests/tm07/Makefile.am: New.
  • tmtests/tm08/Makefile.am: New.
  • tmtests/tm09/Makefile.am: New.
  • tmtests/tm10/Makefile.am: New.
  • tmtests/tm11/Makefile.am: New.
  • tmtests/tm12/Makefile.am: New.
  • tmtests/tm13/Makefile.am: New.
  • tmtests/tm14/Makefile.am: New.
  • tmtests/tm15/Makefile.am: New.
  • tmtests/tm16/Makefile.am: New.
  • tmtests/tm17/Makefile.am: New.
  • tmtests/tm18/Makefile.am: New.
  • tmtests/tm19/Makefile.am: New.
  • tmtests/tm20/Makefile.am: New.
  • tmtests/tm21/Makefile.am: New.
  • tmtests/tm22/Makefile.am: New.
  • tmtests/tm23/Makefile.am: New.
  • tmtests/tm24/Makefile.am: New.
  • tmtests/tm25/Makefile.am: New.
  • tmtests/tm26/Makefile.am: New.
  • tmtests/tm26/tmtest.adb
  • tmtests/tm27/Makefile.am: New.
  • tmtests/tm28/Makefile.am: New.
  • tmtests/tm29/Makefile.am: New.
  • tmtests/tmck/Makefile.am: New.
  • tmtests/tmoverhd/Makefile.am: New.
  • Property mode set to 100644
File size: 620 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 += tm26
30SUBDIRS += tm27
31SUBDIRS += tm28
32SUBDIRS += tm29
33SUBDIRS += tmck
34SUBDIRS += tmoverhd
35
36include $(top_srcdir)/../../../automake/subdirs.am
37include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.