source: ada-examples/Makefile @ 993437a

ada-examples-4-10-branchada-examples-4-9-branch
Last change on this file since 993437a was 54c65c0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/08 at 18:08:24

2008-07-23 Joel Sherrill <joel.sherrill@…>

  • Makefile, rtems_init.c: Add ada_from_c_task example.
  • Property mode set to 100644
File size: 390 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 ada_from_c_task
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.