forked from Imagelibrary/rtems
* 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.
29 lines
603 B
Makefile
29 lines
603 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
MANAGERS = all
|
|
|
|
rtems_tests_PROGRAMS = sp56
|
|
sp56_SOURCES = init.c
|
|
|
|
dist_rtems_tests_DATA = sp56.scn
|
|
dist_rtems_tests_DATA += sp56.doc
|
|
|
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
include $(top_srcdir)/../automake/compile.am
|
|
include $(top_srcdir)/../automake/leaf.am
|
|
|
|
sp56_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
|
|
|
|
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
|
|
|
LINK_OBJS = $(sp56_OBJECTS) $(sp56_LDADD)
|
|
LINK_LIBS = $(sp56_LDLIBS)
|
|
|
|
sp56$(EXEEXT): $(sp56_OBJECTS) $(sp56_DEPENDENCIES)
|
|
@rm -f sp56$(EXEEXT)
|
|
$(make-exe)
|
|
|
|
include $(top_srcdir)/../automake/local.am
|