summaryrefslogtreecommitdiffstats
path: root/c/src/exec/Makefile.am
blob: b6f3182430b9081ebd153dff0d6f5925821a3b52 (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
##
## $Id$
##

ACLOCAL_AMFLAGS = -I aclocal

include $(top_srcdir)/automake/multilib.am

SUBDIRS = . include score rtems sapi @subdirs@ wrapup

noinst_DATA = preinstall-stamp

preinstall-stamp:
	$(MAKE) $(AM_MAKEFLAGS) preinstall
	touch preinstall-stamp
DISTCLEANFILES = preinstall-stamp

AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
    automake/multilib.am automake/subdirs.am
EXTRA_DIST = $(AUTOMAKE_FILES)

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