summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/minimum/Makefile.am
blob: 2d567e43b6775e7c3f080c48dadcaf4c8d6dacf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
##
##  $Id$
##


rtems_tests_PROGRAMS = minimum
minimum_SOURCES = init.c

dist_rtems_tests_DATA = minimum.scn
dist_rtems_tests_DATA += minimum.doc

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


# 	This test should not be executed

LINK_OBJS = $(minimum_OBJECTS)
LINK_LIBS = $(minimum_LDLIBS)

minimum$(EXEEXT): $(minimum_OBJECTS) $(minimum_DEPENDENCIES)
	@rm -f minimum$(EXEEXT)
	$(make-exe)

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