source: rtems/c/src/ada-tests/tmtests/tm25/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: 376 bytes
Line 
1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../automake/compile.am
5include $(top_srcdir)/../../../automake/lib.am
6
7include $(top_srcdir)/ada.am
8
9noinst_PROGRAMS = tm25
10tm25_SOURCES = tm25.adb config.h tmtest.adb tmtest.ads
11
12tm25$(EXEEXT): tm25.adb
13        $(GNATCOMPILE) -margs -a $< -o $@
14
15include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.