source: ada-examples/hello_world_ada/Makefile @ db9a1d1

ada-examples-4-10-branchada-examples-4-9-branch
Last change on this file since db9a1d1 was db9a1d1, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/07 at 14:40:55

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

  • README: New tests. Clean up. Rework so all tests use the same shared Makefile for the hard logic of producing an executable.
  • Makefile, pc386-elf2boot: New files.
  • Makefile.anybsp: Removed.
  • Property mode set to 100644
File size: 638 bytes
Line 
1#
2#  Makefile for Ada Dump URL example
3#
4#  See README.Makefiles in the main ada-examples directory.
5#
6
7PROGRAM=hello
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.