mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 18:18:16 +08:00
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
+1
-1
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = FAQ
|
||||
EDITION = 1
|
||||
|
||||
@@ -87,3 +86,4 @@ CLEANFILES += FAQ.info FAQ.info-?
|
||||
|
||||
EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t embeddedinfo.t \
|
||||
endoftime.t freesw.t hwdebugaids.t projects.t tools.t
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
+15
-15
@@ -6,27 +6,26 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = ada_user
|
||||
EDITION = 1
|
||||
|
||||
include $(top_srcdir)/project.am
|
||||
include $(top_srcdir)/main.am
|
||||
|
||||
COMMON_FILES += $(top_builddir)/user/bsp.texi $(top_builddir)/user/clock.texi \
|
||||
$(top_builddir)/user/concepts.texi $(top_builddir)/user/datatypes.texi \
|
||||
$(top_builddir)/user/conf.texi $(top_builddir)/user/dirstat.texi \
|
||||
$(top_builddir)/user/dpmem.texi $(top_builddir)/user/event.texi \
|
||||
$(top_builddir)/user/fatal.texi $(top_builddir)/user/glossary.texi \
|
||||
$(top_builddir)/user/init.texi $(top_builddir)/user/intr.texi \
|
||||
$(top_builddir)/user/io.texi $(top_builddir)/user/mp.texi \
|
||||
$(top_builddir)/user/msg.texi $(top_builddir)/user/overview.texi \
|
||||
$(top_builddir)/user/part.texi $(top_builddir)/user/preface.texi \
|
||||
$(top_builddir)/user/region.texi $(top_builddir)/user/rtmon.texi \
|
||||
$(top_builddir)/user/schedule.texi $(top_builddir)/user/sem.texi \
|
||||
$(top_builddir)/user/signal.texi $(top_builddir)/user/task.texi \
|
||||
$(top_builddir)/user/timer.texi $(top_builddir)/user/userext.texi \
|
||||
$(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES += $(top_builddir)/user/bsp.texi \
|
||||
$(top_builddir)/user/clock.texi $(top_builddir)/user/concepts.texi \
|
||||
$(top_builddir)/user/datatypes.texi $(top_builddir)/user/conf.texi \
|
||||
$(top_builddir)/user/dirstat.texi $(top_builddir)/user/dpmem.texi \
|
||||
$(top_builddir)/user/event.texi $(top_builddir)/user/fatal.texi \
|
||||
$(top_builddir)/user/glossary.texi $(top_builddir)/user/init.texi \
|
||||
$(top_builddir)/user/intr.texi $(top_builddir)/user/io.texi \
|
||||
$(top_builddir)/user/mp.texi $(top_builddir)/user/msg.texi \
|
||||
$(top_builddir)/user/overview.texi $(top_builddir)/user/part.texi \
|
||||
$(top_builddir)/user/preface.texi $(top_builddir)/user/region.texi \
|
||||
$(top_builddir)/user/rtmon.texi $(top_builddir)/user/schedule.texi \
|
||||
$(top_builddir)/user/sem.texi $(top_builddir)/user/signal.texi \
|
||||
$(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
|
||||
$(top_builddir)/user/userext.texi $(top_srcdir)/common/cpright.texi
|
||||
|
||||
FILES = example.texi
|
||||
|
||||
@@ -54,3 +53,4 @@ $(PROJECT).dvi: rtemspie.eps states.eps
|
||||
PDF_IMAGES = rtemspie.pdf states.pdf
|
||||
|
||||
CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = bsp_howto
|
||||
EDITION = 1
|
||||
|
||||
@@ -126,3 +125,4 @@ EXTRA_DIST = adaintr.t analog.t clock.t console.t discrete.t init.t intro.t \
|
||||
timer.t
|
||||
|
||||
CLEANFILES += bsp_howto.info bsp_howto.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = develenv
|
||||
EDITION = 1
|
||||
|
||||
@@ -38,3 +37,4 @@ $(srcdir)/utils.texi: utils.t
|
||||
-n "Command and Variable Index" < $< > $@
|
||||
|
||||
CLEANFILES += develenv.info
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = filesystem
|
||||
EDITION = 1
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-09-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* gnu_footer.html, gnu_header.html, index.html, refcard.html,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## $Id$
|
||||
|
||||
|
||||
EXTRA_DIST = gnu_footer.html mk_install_dir Tool_Doc_Instructions \
|
||||
gnu_header.html refcard.html gen_docs index.html rtems_tools_index.html \
|
||||
gen_docs
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = itron
|
||||
EDITION = 1
|
||||
|
||||
@@ -102,3 +101,4 @@ EXTRA_DIST = config.t eventflags.t fixedblock.t interrupt.t mailbox.t \
|
||||
task.t tasksync.t time.t $(noinst_SCRIPTS)
|
||||
|
||||
CLEANFILES += itron.info itron.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = networking
|
||||
EDITION = 1
|
||||
|
||||
@@ -70,3 +69,4 @@ EXTRA_DIST = decdriver.t driver.t networkapp.t networktasks.t servers.t \
|
||||
testing.t $(PICTURE_FILES)
|
||||
|
||||
CLEANFILES += networking.info networking.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = new_chapters
|
||||
EDITION = 1
|
||||
|
||||
@@ -72,6 +71,8 @@ monitor.texi: monitor.t
|
||||
noinst_SCRIPTS = gen_section
|
||||
|
||||
EXTRA_DIST = adminiface.t base.t confspace.t cpuuse.t dumpcontrol.t error.t \
|
||||
eventlog.t monitor.t rtmonuse.t stackchk.t STATUS TODO $(noinst_SCRIPTS)
|
||||
eventlog.t monitor.t rtmonuse.t stackchk.t STATUS TODO \
|
||||
$(noinst_SCRIPTS)
|
||||
|
||||
CLEANFILES += new_chapters.info new_chapters.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = porting
|
||||
EDITION = 1
|
||||
|
||||
@@ -77,6 +76,8 @@ miscellaneous.texi: miscellaneous.t
|
||||
-n "Command and Variable Index" < $< > $@
|
||||
|
||||
EXTRA_DIST = codetuning.t cpuinit.t cpumodels.t developtools.t idlethread.t \
|
||||
interrupts.t miscellaneous.t prioritybitmap.t sourcecode.t taskcontext.t
|
||||
interrupts.t miscellaneous.t prioritybitmap.t sourcecode.t \
|
||||
taskcontext.t
|
||||
|
||||
CLEANFILES += porting.info porting.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = posix1003_1
|
||||
EDITION = 1
|
||||
|
||||
@@ -128,3 +127,4 @@ EXTRA_DIST = ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t ch09.t \
|
||||
compliance_list summarize
|
||||
|
||||
CLEANFILES += posix1003_1.info posix1003_1.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = posix_users
|
||||
EDITION = 1
|
||||
|
||||
@@ -142,3 +141,4 @@ EXTRA_DIST = cancel.t clock.t cond.t cspecific.t device.t files.t io.t key.t \
|
||||
gen_size_report
|
||||
|
||||
CLEANFILES += posix_users.info posix_users.info-? posix_users.info-??
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = relnotes
|
||||
EDITION = 1
|
||||
|
||||
@@ -21,3 +20,4 @@ info_TEXINFOS = relnotes.texi
|
||||
relnotes_TEXINFOS = $(FILES) $(COMMON_FILES)
|
||||
|
||||
CLEANFILES += relnotes.info
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = rgdb_specs
|
||||
EDITION = 1
|
||||
|
||||
@@ -79,3 +78,4 @@ noinst_DATA = layers.eps process.eps seqdetach.eps seqbreak.eps seqinit.eps
|
||||
EXTRA_DIST = comm.t conclusion.t daemon.t gdbinternals.t interfacing.t \
|
||||
intro.t objectives.t revision.t $(noinst_DATA) $(JPEG_FILES)
|
||||
CLEANFILES += rgdb_specs.info
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = rtems_gdb
|
||||
EDITION = 1
|
||||
|
||||
@@ -60,3 +59,4 @@ example.texi: example.t
|
||||
EXTRA_DIST = commands.t example.t intro.t started.t swarch.t trouble.t
|
||||
|
||||
CLEANFILES += rtems_gdb.info
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
+16
-13
@@ -6,15 +6,14 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = started
|
||||
EDITION = 1
|
||||
|
||||
include $(top_srcdir)/project.am
|
||||
include $(top_srcdir)/main.am
|
||||
|
||||
GENERATED_FILES = binaries.texi buildc.texi buildrt.texi intro.texi \
|
||||
nt.texi require.texi nextstep.texi sample.texi
|
||||
GENERATED_FILES = binaries.texi buildc.texi buildrt.texi intro.texi nt.texi \
|
||||
require.texi nextstep.texi sample.texi
|
||||
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi
|
||||
|
||||
@@ -63,20 +62,23 @@ nt.texi: nt.t tversions.texi
|
||||
-u "Top" \
|
||||
-n "" < $< > $@
|
||||
|
||||
EXTRA_DIST = binaries.t buildc.t buildrt.t intro.t nextstep.t nt.t \
|
||||
require.t sample.t
|
||||
|
||||
EXTRA_DIST = binaries.t buildc.t buildrt.t intro.t nextstep.t nt.t require.t \
|
||||
sample.t
|
||||
|
||||
if USE_HTML
|
||||
html_project_DATA += pictures/sfile12c.jpg pictures/bit_c.jpg
|
||||
endif
|
||||
|
||||
PICTURES = pictures/bit_ada.jpg pictures/bit_ada.vsd pictures/bit_c.jpg pictures/bit_c.vsd pictures/scfile10.jpg \
|
||||
pictures/scfile10.vsd pictures/scfile11.jpg pictures/scfile11.vsd pictures/scfile12.jpg pictures/scfile12.vsd \
|
||||
pictures/scfile13.jpg pictures/scfile13.vsd pictures/scsfile1.jpg pictures/scsfile1.vsd pictures/scsfile2.jpg \
|
||||
pictures/scsfile2.vsd pictures/scsfile3.jpg pictures/scsfile3.vsd pictures/scsfile4.jpg pictures/scsfile4.vsd \
|
||||
pictures/scsfile5.jpg pictures/scsfile5.vsd pictures/scsfile6.jpg pictures/scsfile6.vsd pictures/scsfile7.jpg \
|
||||
pictures/scsfile7.vsd pictures/scsfile8.jpg pictures/scsfile8.vsd pictures/scsfile9.jpg pictures/scsfile9.vsd \
|
||||
PICTURES = pictures/bit_ada.jpg pictures/bit_ada.vsd pictures/bit_c.jpg \
|
||||
pictures/bit_c.vsd pictures/scfile10.jpg pictures/scfile10.vsd \
|
||||
pictures/scfile11.jpg pictures/scfile11.vsd pictures/scfile12.jpg \
|
||||
pictures/scfile12.vsd pictures/scfile13.jpg pictures/scfile13.vsd \
|
||||
pictures/scsfile1.jpg pictures/scsfile1.vsd pictures/scsfile2.jpg \
|
||||
pictures/scsfile2.vsd pictures/scsfile3.jpg pictures/scsfile3.vsd \
|
||||
pictures/scsfile4.jpg pictures/scsfile4.vsd pictures/scsfile5.jpg \
|
||||
pictures/scsfile5.vsd pictures/scsfile6.jpg pictures/scsfile6.vsd \
|
||||
pictures/scsfile7.jpg pictures/scsfile7.vsd pictures/scsfile8.jpg \
|
||||
pictures/scsfile8.vsd pictures/scsfile9.jpg pictures/scsfile9.vsd \
|
||||
pictures/sfile12c.jpg pictures/sfile12c.vsd
|
||||
|
||||
EXTRA_DIST += $(PICTURES)
|
||||
@@ -86,5 +88,6 @@ tversions.texi: tversions.texi.in tversions.sed
|
||||
CLEANFILES += tversions.texi
|
||||
|
||||
DISTCLEANFILES = tversions.sed
|
||||
|
||||
|
||||
CLEANFILES += started.info started.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = started_ada
|
||||
EDITION = 1
|
||||
|
||||
@@ -55,3 +54,4 @@ gdb.texi: gdb.t tversions.texi
|
||||
|
||||
EXTRA_DIST = buildada.t gdb.t intro.t require.t sample.t
|
||||
CLEANFILES += started_ada.info
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-09-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* hppa1_1/.cvsignore, hppa1_1/ChangeLog, hppa1_1/Makefile.am,
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
## $Id$
|
||||
|
||||
|
||||
SUBDIRS = arm
|
||||
SUBDIRS += c4x
|
||||
SUBDIRS += c4x
|
||||
SUBDIRS += i386
|
||||
SUBDIRS += i960
|
||||
SUBDIRS += m68k
|
||||
@@ -14,3 +13,4 @@ SUBDIRS += sparc
|
||||
SUBDIRS += template
|
||||
|
||||
EXTRA_DIST = supplement.am
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = arm
|
||||
EDITION = 1
|
||||
|
||||
@@ -16,7 +15,8 @@ include $(top_srcdir)/supplements/supplement.am
|
||||
GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \
|
||||
timeBSP.texi
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi \
|
||||
$(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -108,3 +108,4 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeBSP.t
|
||||
|
||||
CLEANFILES += arm.info
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = c4x
|
||||
EDITION = 1
|
||||
|
||||
@@ -107,3 +106,4 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeBSP.t
|
||||
|
||||
CLEANFILES += c4x.info c4x.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = i386
|
||||
EDITION = 1
|
||||
|
||||
@@ -17,7 +16,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
|
||||
timeFORCE386.texi
|
||||
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi \
|
||||
$(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -109,3 +109,4 @@ EXTRA_DIST = FORCE386_TIMES bsp.t callconv.t cpumodel.t cputable.t \
|
||||
fatalerr.t intr_NOTIMES.t memmodel.t timeFORCE386.t
|
||||
|
||||
CLEANFILES += i386.info i386.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = i960
|
||||
EDITION = 1
|
||||
|
||||
@@ -16,7 +15,8 @@ include $(top_srcdir)/supplements/supplement.am
|
||||
GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
|
||||
timeCVME961.texi
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi \
|
||||
$(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -108,3 +108,4 @@ EXTRA_DIST = CVME961_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeCVME961.t
|
||||
|
||||
CLEANFILES += i960.info i960.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = m68k
|
||||
EDITION = 1
|
||||
|
||||
@@ -17,7 +16,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
|
||||
timeMVME136.texi
|
||||
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi \
|
||||
$(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -109,3 +109,4 @@ EXTRA_DIST = MVME136_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeMVME136.t timedata.t
|
||||
|
||||
CLEANFILES += m68k.info m68k.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = mips
|
||||
EDITION = 1
|
||||
|
||||
@@ -17,7 +16,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \
|
||||
timeBSP.texi
|
||||
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi \
|
||||
$(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -109,3 +109,4 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeBSP.t
|
||||
|
||||
CLEANFILES += mips.info mips.info-?
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add *.info to CLEANFILES to accomodate
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
PROJECT = mips64orion
|
||||
EDITION = 1
|
||||
|
||||
@@ -17,7 +16,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \
|
||||
timeBSP.texi
|
||||
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi \
|
||||
$(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -109,3 +109,4 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeBSP.t
|
||||
|
||||
CLEANFILES += mips64orion.info mips64orion.info-?
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user