source: rtems/testsuites/sptests/spfatal30/Makefile.am @ 600d88d

5
Last change on this file since 600d88d was 600d88d, checked in by Sebastian Huber <sebastian.huber@…>, on 07/19/17 at 07:07:17

INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT

Add new fatal error INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT.

Update #3077.

  • Property mode set to 100644
File size: 520 bytes
Line 
1rtems_tests_PROGRAMS = spfatal30
2spfatal30_SOURCES = init.c
3
4dist_rtems_tests_DATA = spfatal30.scn spfatal30.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(spfatal30_OBJECTS)
13LINK_LIBS = $(spfatal30_LDLIBS)
14
15spfatal30$(EXEEXT): $(spfatal30_OBJECTS) $(spfatal30_DEPENDENCIES)
16        @rm -f spfatal30$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.