summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tools/generic/Makefile.in
blob: aa7318f8cbc9b17460335b72ec6f03a71bf174b8 (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=difftest sorttimes

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

all:	$(DESTDIR) $(PGMS) install

install:  $(INSTALLED)

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