source: ada-examples/exception_test/Makefile @ 54c65c0

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

2008-02-06 Joel Sherrill <joel.sherrill@…>

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