forked from Imagelibrary/rtems
* rtemsdoc/.cvsignore: Reformat.
* configure.ac: Add RTEMS_RPM_RELEASE.
* Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to
rtems-source.add
* rtems/rtems-source.add: Add RTEMS_RPM_RELEASE.
* rtemsdoc/mkspec.in: Remove.
* rtemsdoc/Makefile.am: Reworked.
* rtemsdoc/header.add: Update Copyright notice.
* rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE.
Add %{rpmgroup}. Remove bzip-ing *.ps.
* rtemsdoc/supplement.add.in: Add %{rpmgroup}.
* rtemsdoc/templ.add.in: Add %{rpmgroup}.
35 lines
905 B
Makefile
35 lines
905 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
|
|
SUBDIRS += rtemsdoc
|
|
|
|
noinst_SCRIPTS = setup buildall buildalltar mkbspspec mkgccnewlibspec mkrpms \
|
|
mkspec
|
|
|
|
noinst_DATA = setup.def
|
|
|
|
EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
|
|
|
|
CONFIG_STATUS_DEPENDENCIES = setup.cache
|
|
setup.cache: setup.def
|
|
cp setup.def $@
|
|
|
|
rtems_source_spec_DEPENDENCIES = common/common.add rtems/rtems-source.add \
|
|
common/clean.add
|
|
noinst_DATA += rtems/rtems-source.spec
|
|
rtems/rtems-source.spec: $(rtems_source_spec_DEPENDENCIES)
|
|
cat $(rtems_source_spec_DEPENDENCIES) | sed \
|
|
-e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
|
|
-e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@
|
|
|
|
CLEANFILES = rtems/rtems-source.spec
|
|
|
|
DISTCLEANFILES = setup.cache
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|