summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpschedule01/Makefile.am
blob: bd1db04d6461356f8a82159d9a44134f71a7d2f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rtems_tests_PROGRAMS = smpschedule01
smpschedule01_SOURCES = init.c

dist_rtems_tests_DATA = smpschedule01.scn smpschedule01.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

LINK_OBJS = $(smpschedule01_OBJECTS)
LINK_LIBS = $(smpschedule01_LDLIBS)

smpschedule01$(EXEEXT): $(smpschedule01_OBJECTS) $(smpschedule01_DEPENDENCIES)
	@rm -f smpschedule01$(EXEEXT)
	$(make-exe)

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