source: ada-examples/Makefile @ 2059da6

ada-examples-4-10-branchada-examples-4-9-branch
Last change on this file since 2059da6 was 3e422c4, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/07 at 14:32:48

2007-09-28 Joel Sherrill <joel.sherrill@…>

  • Makefile: Add stack_check test.
  • Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify the flags -fstack-check.
  • Property mode set to 100644
File size: 253 bytes
Line 
1#
2#  $Id$
3#
4
5include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
6include $(RTEMS_CUSTOM)
7include $(RTEMS_ROOT)/make/directory.cfg
8
9SUBDIRS=hello_world_ada delay_until stack_check
10
11ifeq ($(HAS_NETWORKING),yes)
12  SUBDIRS += dumpwebpage pingpong gen-soconn
13endif
14
Note: See TracBrowser for help on using the repository browser.