summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/tools/Makefile.in
blob: 4b680df9f051b8d2ca940a78322eca8ac0838fd1 (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
#
# $Id$
#

@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH=@srcdir@

include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg

DESTDIR=$(PROJECT_RELEASE)/tests

PGMS=runtest

INSTALLED=$(PGMS:%=$(DESTDIR)/%)

all:	$(DESTDIR) $(PGMS) install

install:  $(INSTALLED)

# Install the program
$(DESTDIR)/%: %
	$(make-script)