summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/tools/Makefile.in
blob: 4b680df9f051b8d2ca940a78322eca8ac0838fd1 (plain) (tree)
























                                     
#
# $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)