source: ada-examples/task_priority/Makefile @ 6e8632f

ada-examples-4-10-branchada-examples-4-9-branch
Last change on this file since 6e8632f was 84c019f, checked in by Joel Sherrill <joel.sherrill@…>, on 02/06/08 at 18:09:50

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

  • ChangeLog?, Makefile, empty.c, task_priority.adb: New files.
  • Property mode set to 100644
File size: 406 bytes
Line 
1#
2#  Makefile for Ada Dump URL example
3#
4#  See README.Makefiles in the main ada-examples directory.
5#
6
7PROGRAM=task_priority
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
16EXTRA_OBJS = empty.o
17EXTRA_GNATFLAGS=-fstack-check
18
19include ../Makefile.shared
20
21empty.o: empty.c
Note: See TracBrowser for help on using the repository browser.