summaryrefslogblamecommitdiffstats
path: root/exception_test3/Makefile
blob: 6936eda562f770a54ad94692b35f24fd0bebe3e3 (plain) (tree)
1
2
3
4
5
 



                    





















                                                                      
#
#  Exception Test #3
#
#  $Id$
#
#  See README.Makefiles in the main ada-examples directory.
#

PROGRAM=exceptiontest3

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg

# stack size for the first Ada thread
CFLAGS +=-DGNAT_MAIN_STACKSPACE=100

# initialize the network stack -- assumes existence of networkconfig.h
# CFLAGS +=-DMAIN_USE_NETWORKING=1

# Should we prompt for command line arguments?
# DEFINES +=-DMAIN_USE_REQUIRES_COMMAND_LINE

# If you want to hard-code the command line, define this to a string
# DEFINES += -DMAIN_COMMAND_LINE="ARGS"

include ../Makefile.shared