summaryrefslogtreecommitdiffstats
path: root/scripts/autotools/Makefile.am
blob: ab1a139cb8121b06549074f859bb869253c7298e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##
## $Id$
##

include $(top_srcdir)/common/common.am

automake-rtems.spec.in: header.add $(top_builddir)/common/common.add automake.add
	cat $^ > $@
CLEANFILES = automake-rtems.spec.in
RPM_SPECS_DATA = automake-rtems.spec

autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.add
	cat $^ > $@
CLEANFILES += autoconf-rtems.spec.in
RPM_SPECS_DATA += autoconf-rtems.spec

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