Files
rtems/testsuites/sptests/sp67/Makefile.am
Joel Sherrill c257fb9ed5 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add new test to exercise when the ticks
	since boot wraps around 0 and the timer server must deal with that
	condition.
	* sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc,
	sp67/sp67.scn: New files.
2009-10-10 15:03:30 +00:00

29 lines
603 B
Makefile

##
## $Id$
##
MANAGERS = all
rtems_tests_PROGRAMS = sp67
sp67_SOURCES = init.c
dist_rtems_tests_DATA = sp67.scn
dist_rtems_tests_DATA += sp67.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
sp67_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(sp67_OBJECTS) $(sp67_LDADD)
LINK_LIBS = $(sp67_LDLIBS)
sp67$(EXEEXT): $(sp67_OBJECTS) $(sp67_DEPENDENCIES)
@rm -f sp67$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am