source: ada-examples/exception_test3/Makefile @ 04eee9f

ada-examples-4-10-branch
Last change on this file since 04eee9f 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: 608 bytes
Line 
1#
2#  See README.Makefiles in the main ada-examples directory.
3#
4
5PROGRAM=exceptiontest3
6
7include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
8include $(RTEMS_CUSTOM)
9include $(PROJECT_ROOT)/make/leaf.cfg
10
11# stack size for the first Ada thread
12CFLAGS +=-DGNAT_MAIN_STACKSPACE=100
13
14# initialize the network stack -- assumes existence of networkconfig.h
15# CFLAGS +=-DMAIN_USE_NETWORKING=1
16
17# Should we prompt for command line arguments?
18# DEFINES +=-DMAIN_USE_REQUIRES_COMMAND_LINE
19
20# If you want to hard-code the command line, define this to a string
21# DEFINES += -DMAIN_COMMAND_LINE="ARGS"
22
23include ../Makefile.shared
Note: See TracBrowser for help on using the repository browser.