source: ada-examples/dumpwebpage/Makefile @ eb04e53

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

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

  • ChangeLog?, Makefile, README, dumpwebpage.adb: New files.
  • Property mode set to 100644
File size: 724 bytes
Line 
1#
2#  Makefile for Ada Dump URL example
3#
4#  See README.Makefiles in the main ada-examples directory.
5#
6
7PROGRAM=dumpwebpage
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
17CFLAGS +=-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
25# Some tests need to be able to do a gethostbyname
26NEED_ROOTFS_FOR_HOST_INFO=yes
27
28include ../Makefile.shared
Note: See TracBrowser for help on using the repository browser.