summaryrefslogblamecommitdiffstats
path: root/testsuites/smptests/smp04/Makefile.am
blob: 80f2968dc583496c0b2da4d4224b3ae03dcd09fc (plain) (tree)




























                                                                        
##
##  $Id$
##

MANAGERS = all

rtems_tests_PROGRAMS = smp04
smp04_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c

dist_rtems_tests_DATA = smp04.scn
dist_rtems_tests_DATA += smp04.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST 

smp04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)

LINK_OBJS = $(smp04_OBJECTS) $(smp04_LDADD)
LINK_LIBS = $(smp04_LDLIBS)

smp04$(EXEEXT): $(smp04_OBJECTS) $(smp04_DEPENDENCIES)
	@rm -f smp04$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am