summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/Makefile.am
blob: 60c9b69ffe57204783da98082086d97025e0cfb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@

PREINSTALLDIRS = $(project_bspdir)/tests/screens/itrontests
$(PREINSTALLDIRS):
	@$(mkinstalldirs) $@

all-local: $(PREINSTALLDIRS)

SUBDIRS = . itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
    itronmbf01 itronsem01 itrontime01


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