source: rtems/testsuites/mptests/Makefile.am @ 08311cc3

4.104.114.84.95
Last change on this file since 08311cc3 was 811804fe, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 19:15:14

Patch from Ralf Corsepius <corsepiu@…> to make fix bug
where wrapup left pieces out of the librtemsall.a.

  • Property mode set to 100644
File size: 570 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
9
10PREINSTALLDIRS = \
11    $(project_bspdir)/tests/screens/mptests \
12    $(project_bspdir)/tests/screens/mptests/node1 \
13    $(project_bspdir)/tests/screens/mptests/node2
14$(PREINSTALLDIRS):
15        @$(mkinstalldirs) $@
16
17all-local: $(PREINSTALLDIRS)
18
19SUBDIRS = . mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \
20    mp14
21
22include $(top_srcdir)/../../../../automake/subdirs.am
23include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.