Files
rtems/testsuites/sptests/sp40/Makefile.am
Joel Sherrill 7467542e85 2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
	sp40/sp40.scn: Now verified to hit coverage cases.
	* sp40/sp40.doc: New file.
2009-07-25 01:39:45 +00:00

29 lines
603 B
Makefile

##
## $Id$
##
MANAGERS = all
rtems_tests_PROGRAMS = sp40
sp40_SOURCES = init.c
dist_rtems_tests_DATA = sp40.scn
dist_rtems_tests_DATA += sp40.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
sp40_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(sp40_OBJECTS) $(sp40_LDADD)
LINK_LIBS = $(sp40_LDLIBS)
sp40$(EXEEXT): $(sp40_OBJECTS) $(sp40_DEPENDENCIES)
@rm -f sp40$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am