source: ada-examples/Makefile @ e6041b3

ada-examples-4-9-branch ada-examples-4-9-3
Last change on this file since e6041b3 was 12b2266, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 14:59:03

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • Makefile: Add new tests. Most of these eitehr demonstrate or verify a particular functionality.
  • cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile, exception_test2/exceptiontest2.adb, exception_test3/Makefile, exception_test3/exceptiontest3.adb: New files.
  • Property mode set to 100644
File size: 502 bytes
Line 
1#
2#  $Id$
3#
4
5include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
6include $(RTEMS_CUSTOM)
7include $(RTEMS_ROOT)/make/directory.cfg
8
9SUBDIRS=empty hello_world_ada hello_via_task delay_until stack_check \
10    task_priority ada_from_c_task
11
12# If you want to test exceptions
13EXCEPTION_TESTS=exception_test exception_test2 exception_test3
14SUBDIRS += $(EXCEPTION_TESTS)
15
16ifeq ($(RTEMS_BSP),erc32)
17  SUBDIRS += irq_test irq_test_c
18endif
19
20ifeq ($(HAS_NETWORKING),yes)
21  SUBDIRS += dumpwebpage pingpong gen-soconn
22endif
Note: See TracBrowser for help on using the repository browser.