Files
rtems/testsuites/sptests/spchain/Makefile.am
Joel Sherrill f034ac0758 2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
	sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
	spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
	USE_TIMER_SERVER which was copied fomr other Makefile.am's.
2009-07-08 20:25:30 +00:00

29 lines
639 B
Makefile

##
## $Id$
##
MANAGERS = all
rtems_tests_PROGRAMS = spchain
spchain_SOURCES = init.c
dist_rtems_tests_DATA = spchain.scn
dist_rtems_tests_DATA += spchain.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
spchain_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(spchain_OBJECTS) $(spchain_LDADD)
LINK_LIBS = $(spchain_LDLIBS)
spchain$(EXEEXT): $(spchain_OBJECTS) $(spchain_DEPENDENCIES)
@rm -f spchain$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am