source: ada-examples/cpuuse/Makefile @ 12b2266

ada-examples-4-10-branchada-examples-4-9-branch
Last change on this file since 12b2266 was 12b2266, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 14:59:03

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • Makefile: Add new tests. Most of these eitehr demonstrate or verify a particular functionality.
  • cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile, exception_test2/exceptiontest2.adb, exception_test3/Makefile, exception_test3/exceptiontest3.adb: New files.
  • Property mode set to 100644
File size: 392 bytes
Line 
1#
2#  Makefile for Ada Dump URL example
3#
4#  See README.Makefiles in the main ada-examples directory.
5#
6
7PROGRAM=cpuuse
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 =
17EXTRA_GNATFLAGS=-fstack-check
18
19include ../Makefile.shared
20
21empty.o: empty.c
Note: See TracBrowser for help on using the repository browser.