forked from Imagelibrary/rtems
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. * autotools/Makefile.am: Cosmetics. * autotools/autoconf-rtems.spec.in: 2.59. * autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59. * binutils/Makefile.am: Cosmetics. * cpukit/Makefile.am: Cosmetics. * gcc3newlib/Makefile.am: Cosmetics. * gccnewlib/Makefile.am: Cosmetics. * gdb/Makefile.am: Cosmetics. * rtems/Makefile.am: Cosmetics. * rtemsdoc/Makefile.am: Cosmetics.
This commit is contained in:
@@ -8,26 +8,15 @@ CLEANFILES =
|
||||
|
||||
MKSPEC = $(SHELL) ./mkspec
|
||||
|
||||
MKSPEC_DEPS = mkspec rtemsdoc.spec.in \
|
||||
$(top_builddir)/setup.cache
|
||||
MKSPEC_DEPS = mkspec rtemsdoc.spec.in $(top_builddir)/setup.cache
|
||||
|
||||
SUPPLEMENTS = \
|
||||
arm \
|
||||
c4x \
|
||||
i386 \
|
||||
i960 \
|
||||
m68k \
|
||||
mips \
|
||||
mips64orion \
|
||||
powerpc \
|
||||
sh \
|
||||
sparc
|
||||
SUPPLEMENTS = arm c4x i386 i960 m68k mips mips64orion powerpc sh sparc
|
||||
|
||||
DOCS = ada_user posix1003_1 bsp_howto
|
||||
DOCS = ada_user posix1003_1 bsp_howto
|
||||
DOCS += c_user
|
||||
DOCS += develenv
|
||||
DOCS += develenv
|
||||
DOCS += FAQ filesystem itron
|
||||
DOCS += networking porting new_chapters
|
||||
DOCS += networking porting new_chapters
|
||||
DOCS += relnotes rgdb_specs rtems_gdb
|
||||
DOCS += started started_ada
|
||||
|
||||
@@ -36,19 +25,19 @@ SUBPACKAGES += ../common/common.add
|
||||
SUBPACKAGES += rtemsdoc.add
|
||||
SUBPACKAGES += ../common/clean.add
|
||||
SUBPACKAGES += $(DOCS:%=%-docs.add)
|
||||
CLEANFILES += $(DOCS:%=%-docs.add)
|
||||
CLEANFILES += $(DOCS:%=%-docs.add)
|
||||
SUBPACKAGES += $(SUPPLEMENTS:%=%-supplement.add)
|
||||
CLEANFILES += $(SUPPLEMENTS:%=%-supplement.add)
|
||||
CLEANFILES += $(SUPPLEMENTS:%=%-supplement.add)
|
||||
|
||||
SUFFIXES = -supplement.add -docs.add
|
||||
|
||||
%-supplement.add: supplement.add.in
|
||||
t=`echo $@ | sed -e 's,-supplement.add,,'`; \
|
||||
sed -e s/@target\@/$$t/g < $< >$@
|
||||
sed -e s/@target\@/$$t/g < $< >$@
|
||||
|
||||
%-docs.add: templ.add.in
|
||||
t=`echo $@ | sed -e 's,-docs.add,,'`; \
|
||||
sed -e s/@target\@/$$t/g < $< >$@
|
||||
sed -e s/@target\@/$$t/g < $< >$@
|
||||
|
||||
rtemsdoc.spec.in: $(SUBPACKAGES)
|
||||
cat $^ > $@
|
||||
|
||||
Reference in New Issue
Block a user