summaryrefslogtreecommitdiffstats
path: root/scripts/autotools/Makefile.am
blob: 9894ddd416f0d73a41f002a89b23efe0d259bf47 (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$
##

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 = @rpmprefix@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 += @rpmprefix@autoconf-rtems.spec

@rpmprefix@autoconf-rtems.spec: autoconf-rtems.spec.in
	$(top_builddir)/config.status --file=@rpmprefix@autoconf-rtems.spec:autoconf-rtems.spec.in

@rpmprefix@automake-rtems.spec: automake-rtems.spec.in
	$(top_builddir)/config.status --file=@rpmprefix@automake-rtems.spec:automake-rtems.spec.in

CLEANFILES += $(RPM_SPECS_DATA)

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