source: ada-examples/Makefile @ 58ff82d

ada-examples-4-10-branchada-examples-4-9-branch
Last change on this file since 58ff82d was f28fb20, checked in by Joel Sherrill <joel.sherrill@…>, on 02/06/08 at 18:24:41

2008-02-06 Joel Sherrill <joel.sherrill@…>

  • Makefile: Added exception_test.
  • Property mode set to 100644
File size: 374 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 exception_test
11
12ifeq ($(RTEMS_BSP),erc32)
13  SUBDIRS += irq_test irq_test_c
14endif
15
16ifeq ($(HAS_NETWORKING),yes)
17  SUBDIRS += dumpwebpage pingpong gen-soconn
18endif
Note: See TracBrowser for help on using the repository browser.