source: ada-examples/exception_test/Makefile @ 92f495a

ada-examples-4-10-branch
Last change on this file since 92f495a was 964021d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/09 at 18:13:34

2009-09-17 Joel Sherrill <joel.sherrill@…>

  • Makefile, exception_test.adb: Make follow standard RTEMS test output format. Add output screens where appropriate.
  • exception_test.scn: New file.
  • Property mode set to 100644
File size: 642 bytes
Line 
1#
2#  Exception Test #1
3#
4#  $Id$
5#
6#  See README.Makefiles in the main ada-examples directory.
7#
8
9
10PROGRAM=exception_test
11
12include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
13include $(RTEMS_CUSTOM)
14include $(PROJECT_ROOT)/make/leaf.cfg
15
16# stack size for the first Ada thread
17CFLAGS +=-DGNAT_MAIN_STACKSPACE=100
18
19# initialize the network stack -- assumes existence of networkconfig.h
20# CFLAGS +=-DMAIN_USE_NETWORKING=1
21
22# Should we prompt for command line arguments?
23# DEFINES +=-DMAIN_USE_REQUIRES_COMMAND_LINE
24
25# If you want to hard-code the command line, define this to a string
26# DEFINES += -DMAIN_COMMAND_LINE="ARGS"
27
28include ../Makefile.shared
Note: See TracBrowser for help on using the repository browser.