source: ada-examples/delay_until/Makefile @ 3fe7728

ada-examples-4-10-branch ada-examples-4-10-1
Last change on this file since 3fe7728 was 789d0e8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/09 at 18:13:32

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

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