From 3ebc6dce93910721c9cec2cea95651a6f060a28d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 24 Jan 2003 11:24:58 +0000 Subject: 2003-01-24 Ralf Corsepius * Makefile.am: Put GENERATED_FILES into $builddir. --- doc/itron3.0/ChangeLog | 4 +++ doc/itron3.0/Makefile.am | 28 ++++++++++---------- doc/networking/ChangeLog | 4 +++ doc/networking/Makefile.am | 14 +++++----- doc/new_chapters/ChangeLog | 4 +++ doc/new_chapters/Makefile.am | 18 ++++++------- doc/porting/ChangeLog | 4 +++ doc/porting/Makefile.am | 20 +++++++------- doc/posix1003.1/ChangeLog | 4 +++ doc/posix1003.1/Makefile.am | 38 +++++++++++++-------------- doc/posix_users/ChangeLog | 4 +++ doc/posix_users/Makefile.am | 44 +++++++++++++++---------------- doc/rgdb_specs/ChangeLog | 4 +++ doc/rgdb_specs/Makefile.am | 16 ++++++------ doc/rtems_gdb/ChangeLog | 4 +++ doc/rtems_gdb/Makefile.am | 12 ++++----- doc/started/ChangeLog | 4 +++ doc/started/Makefile.am | 16 ++++++------ doc/started_ada/ChangeLog | 4 +++ doc/started_ada/Makefile.am | 12 ++++----- doc/supplements/arm/ChangeLog | 4 +++ doc/supplements/arm/Makefile.am | 20 +++++++------- doc/supplements/hppa1_1/ChangeLog | 4 +++ doc/supplements/hppa1_1/Makefile.am | 20 +++++++------- doc/supplements/i386/ChangeLog | 4 +++ doc/supplements/i386/Makefile.am | 20 +++++++------- doc/supplements/i960/ChangeLog | 4 +++ doc/supplements/i960/Makefile.am | 20 +++++++------- doc/supplements/m68k/ChangeLog | 4 +++ doc/supplements/m68k/Makefile.am | 20 +++++++------- doc/supplements/mips/ChangeLog | 4 +++ doc/supplements/mips/Makefile.am | 20 +++++++------- doc/supplements/mips64orion/ChangeLog | 4 +++ doc/supplements/mips64orion/Makefile.am | 20 +++++++------- doc/supplements/powerpc/ChangeLog | 4 +++ doc/supplements/powerpc/Makefile.am | 22 ++++++++-------- doc/supplements/sh/ChangeLog | 4 +++ doc/supplements/sh/Makefile.am | 20 +++++++------- doc/supplements/sparc/ChangeLog | 4 +++ doc/supplements/sparc/Makefile.am | 20 +++++++------- doc/supplements/template/ChangeLog | 4 +++ doc/supplements/template/Makefile.am | 20 +++++++------- doc/user/ChangeLog | 4 +++ doc/user/Makefile.am | 46 ++++++++++++++++----------------- 44 files changed, 331 insertions(+), 243 deletions(-) (limited to 'doc') diff --git a/doc/itron3.0/ChangeLog b/doc/itron3.0/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/itron3.0/ChangeLog +++ b/doc/itron3.0/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/itron3.0/Makefile.am b/doc/itron3.0/Makefile.am index 5fba42dbff..46d7827860 100644 --- a/doc/itron3.0/Makefile.am +++ b/doc/itron3.0/Makefile.am @@ -25,72 +25,72 @@ FILES = preface.texi info_TEXINFOS = itron.texi itron_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/status.texi: status.t +status.texi: status.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/task.texi: task.t +task.texi: task.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/tasksync.texi: tasksync.t +tasksync.texi: tasksync.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/semaphore.texi: semaphore.t +semaphore.texi: semaphore.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/eventflags.texi: eventflags.t +eventflags.texi: eventflags.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/mailbox.texi: mailbox.t +mailbox.texi: mailbox.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/msgbuffer.texi: msgbuffer.t +msgbuffer.texi: msgbuffer.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/rendezvous.texi: rendezvous.t +rendezvous.texi: rendezvous.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/interrupt.texi: interrupt.t +interrupt.texi: interrupt.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/memorypool.texi: memorypool.t +memorypool.texi: memorypool.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/fixedblock.texi: fixedblock.t +fixedblock.texi: fixedblock.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/time.texi: time.t +time.texi: time.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/config.texi: config.t +config.texi: config.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/network.texi: network.t +network.texi: network.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ diff --git a/doc/networking/ChangeLog b/doc/networking/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/networking/ChangeLog +++ b/doc/networking/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/networking/Makefile.am b/doc/networking/Makefile.am index 0e0c43b641..38163707e1 100644 --- a/doc/networking/Makefile.am +++ b/doc/networking/Makefile.am @@ -26,7 +26,7 @@ FILES = networktasks.texi preface.texi info_TEXINFOS = networking.texi networking_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(PROJECT).dvi: ./networkflow.eps ./PCIreg.eps ./recvbd.eps +$(PROJECT).dvi: networkflow.eps PCIreg.eps recvbd.eps PDF_IMAGES = networkflow.pdf PCIreg.pdf recvbd.pdf @@ -34,32 +34,32 @@ if USE_HTML html_project_DATA += networkflow.jpg networkflow.png PCIreg.jpg recvbd.jpg endif -$(srcdir)/networktasks.texi: networktasks.t +networktasks.texi: networktasks.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Networking Driver" < $< > $@ -$(srcdir)/driver.texi: driver.t +driver.texi: driver.t $(BMENU2) -p "Network Task Structure and Data Flow" \ -u "Top" \ -n "Using Networking in an RTEMS Application" < $< > $@ -$(srcdir)/networkapp.texi: networkapp.t +networkapp.texi: networkapp.t $(BMENU2) -p "Write the Driver Statistic-Printing Function" \ -u "Top" \ -n "Testing the Driver" < $< > $@ -$(srcdir)/testing.texi: testing.t +testing.texi: testing.t $(BMENU2) -p "Time Synchronization Using NTP" \ -u "Top" \ -n "Network Servers" < $< > $@ -$(srcdir)/servers.texi: servers.t +servers.texi: servers.t $(BMENU2) -p "Throughput" \ -u "Top" \ -n "DEC 21140 Driver" < $< > $@ -$(srcdir)/decdriver.texi: decdriver.t +decdriver.texi: decdriver.t $(BMENU2) -p "Using Hooks" \ -u "Top" \ -n "Command and Variable Index" < $< > $@ diff --git a/doc/new_chapters/ChangeLog b/doc/new_chapters/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/new_chapters/ChangeLog +++ b/doc/new_chapters/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am index 2dcda59547..1a9d39c06a 100644 --- a/doc/new_chapters/Makefile.am +++ b/doc/new_chapters/Makefile.am @@ -25,47 +25,47 @@ FILES = info_TEXINFOS = new_chapters.texi new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/eventlog.texi: eventlog.t +eventlog.texi: eventlog.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/dumpcontrol.texi: dumpcontrol.t +dumpcontrol.texi: dumpcontrol.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/confspace.texi: confspace.t +confspace.texi: confspace.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/adminiface.texi: adminiface.t +adminiface.texi: adminiface.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/stackchk.texi: stackchk.t +stackchk.texi: stackchk.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/rtmonuse.texi: rtmonuse.t +rtmonuse.texi: rtmonuse.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/cpuuse.texi: cpuuse.t +cpuuse.texi: cpuuse.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/error.texi: error.t +error.texi: error.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/monitor.texi: monitor.t +monitor.texi: monitor.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ diff --git a/doc/porting/ChangeLog b/doc/porting/ChangeLog index 503aaf48a2..368182807e 100644 --- a/doc/porting/ChangeLog +++ b/doc/porting/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am index 18853b27e5..b01b151f1b 100644 --- a/doc/porting/Makefile.am +++ b/doc/porting/Makefile.am @@ -27,52 +27,52 @@ COMMON_FILES = $(top_srcdir)/common/setup.texi \ info_TEXINFOS = porting.texi porting_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/developtools.texi: developtools.t +developtools.texi: developtools.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Source Code Organization" < $< > $@ -$(srcdir)/sourcecode.texi: sourcecode.t +sourcecode.texi: sourcecode.t $(BMENU2) -p "Development Tools" \ -u "Top" \ -n "CPU Model Variations" < $< > $@ -$(srcdir)/cpumodels.texi: cpumodels.t +cpumodels.texi: cpumodels.t $(BMENU2) -p "Source Code Organization Introduction" \ -u "Top" \ -n "CPU Initialization" < $< > $@ -$(srcdir)/cpuinit.texi: cpuinit.t +cpuinit.texi: cpuinit.t $(BMENU2) -p "CPU Model Variations Coding Issues" \ -u "Top" \ -n "Interrupts" < $< > $@ -$(srcdir)/interrupts.texi: interrupts.t +interrupts.texi: interrupts.t $(BMENU2) -p "CPU Initialization Initializing the CPU" \ -u "Top" \ -n "Task Context Management" < $< > $@ -$(srcdir)/taskcontext.texi: taskcontext.t +taskcontext.texi: taskcontext.t $(BMENU2) -p "Interrupts Pointer to _Thread_Dispatch Routine" \ -u "Top" \ -n "IDLE Thread" < $< > $@ -$(srcdir)/idlethread.texi: idlethread.t +idlethread.texi: idlethread.t $(BMENU2) -p "Task Context Management Restoring a Floating Point Context" \ -u "Top" \ -n "Priority Bitmap Manipulation" < $< > $@ -$(srcdir)/prioritybitmap.texi: prioritybitmap.t +prioritybitmap.texi: prioritybitmap.t $(BMENU2) -p "IDLE Thread Idle Thread Body" \ -u "Top" \ -n "Code Tuning Parameters" < $< > $@ -$(srcdir)/codetuning.texi: codetuning.t +codetuning.texi: codetuning.t $(BMENU2) -p "Priority Bitmap Manipulation Bit Scan Support" \ -u "Top" \ -n "Miscellaneous" < $< > $@ -$(srcdir)/miscellaneous.texi: miscellaneous.t +miscellaneous.texi: miscellaneous.t $(BMENU2) -p "Code Tuning Parameters Partition Element Alignment" \ -u "Top" \ -n "Command and Variable Index" < $< > $@ diff --git a/doc/posix1003.1/ChangeLog b/doc/posix1003.1/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/posix1003.1/ChangeLog +++ b/doc/posix1003.1/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/posix1003.1/Makefile.am b/doc/posix1003.1/Makefile.am index 0fbeefc561..9d5412f4e3 100644 --- a/doc/posix1003.1/Makefile.am +++ b/doc/posix1003.1/Makefile.am @@ -25,97 +25,97 @@ FILES = preface.texi info_TEXINFOS = posix1003_1.texi posix1003_1_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/ch01.texi: ch01.t +ch01.texi: ch01.t $(BMENU2) -c -p "Preface" \ -u "Top" \ -n "Terminology and General Requirements" < $< > $@ -$(srcdir)/ch02.texi: ch02.t +ch02.texi: ch02.t $(BMENU2) -c -p "Conformance" \ -u "Top" \ -n "Process Primitives" < $< > $@ -$(srcdir)/ch03.texi: ch03.t +ch03.texi: ch03.t $(BMENU2) -c -p "Execution-Time Symbolic Constants for Portability Specifications" \ -u "Top" \ -n "Process Environment" < $< > $@ -$(srcdir)/ch04.texi: ch04.t +ch04.texi: ch04.t $(BMENU2) -c -p "Delay Process Execution" \ -u "Top" \ -n "Files and Directories" < $< > $@ -$(srcdir)/ch05.texi: ch05.t +ch05.texi: ch05.t $(BMENU2) -c -p "Get Configurable System Variables" \ -u "Top" \ -n "Input and Output Primitives" < $< > $@ -$(srcdir)/ch06.texi: ch06.t +ch06.texi: ch06.t $(BMENU2) -c -p "Get Configurable Pathname Variables" \ -u "Top" \ -n "Device- and Class-Specific Functions" < $< > $@ -$(srcdir)/ch07.texi: ch07.t +ch07.texi: ch07.t $(BMENU2) -c -p " Asynchronous File Synchronization" \ -u "Top" \ -n "Language-Specific Services for the C Programming Language" < $< > $@ -$(srcdir)/ch08.texi: ch08.t +ch08.texi: ch08.t $(BMENU2) -c -p "Set Foreground Process Group ID" \ -u "Top" \ -n "System Databases" < $< > $@ -$(srcdir)/ch09.texi: ch09.t +ch09.texi: ch09.t $(BMENU2) -c -p "Pseudo-Random Sequence Generation Functions" \ -u "Top" \ -n "Data Interchange Format" < $< > $@ -$(srcdir)/ch10.texi: ch10.t +ch10.texi: ch10.t $(BMENU2) -c -p "User Database Access" \ -u "Top" \ -n "Synchronization" < $< > $@ -$(srcdir)/ch11.texi: ch11.t +ch11.texi: ch11.t $(BMENU2) -c -p "Multiple Volumes" \ -u "Top" \ -n "Memory Management" < $< > $@ -$(srcdir)/ch12.texi: ch12.t +ch12.texi: ch12.t $(BMENU2) -c -p "Waiting on a Condition" \ -u "Top" \ -n "Execution Scheduling" < $< > $@ -$(srcdir)/ch13.texi: ch13.t +ch13.texi: ch13.t $(BMENU2) -c -p "Remove a Shared Memory Object" \ -u "Top" \ -n "Clocks and Timers" < $< > $@ -$(srcdir)/ch14.texi: ch14.t +ch14.texi: ch14.t $(BMENU2) -c -p "Change the Priority Ceiling of a Mutex" \ -u "Top" \ -n "Message Passing" < $< > $@ -$(srcdir)/ch15.texi: ch15.t +ch15.texi: ch15.t $(BMENU2) -c -p "High Resolution Sleep" \ -u "Top" \ -n "Thread Management" < $< > $@ -$(srcdir)/ch16.texi: ch16.t +ch16.texi: ch16.t $(BMENU2) -c -p "Get Message Queue Attributes" \ -u "Top" \ -n "Thread-Specific Data" < $< > $@ -$(srcdir)/ch17.texi: ch17.t +ch17.texi: ch17.t $(BMENU2) -c -p "Dynamic Package Initialization" \ -u "Top" \ -n "Thread Cancellation" < $< > $@ -$(srcdir)/ch18.texi: ch18.t +ch18.texi: ch18.t $(BMENU2) -c -p "Thread-Specific Data Key Deletion" \ -u "Top" \ -n "Compliance Summary" < $< > $@ -$(srcdir)/ch19.texi: ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t \ +ch19.texi: ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t \ ch09.t ch10.t ch11.t ch12.t ch13.t ch14.t ch15.t ch16.t ch17.t ch18.t $(srcdir)/summarize $^ | \ $(BMENU2) -c -p "List of Cancellation Points" \ diff --git a/doc/posix_users/ChangeLog b/doc/posix_users/ChangeLog index e809561df8..668d7fec34 100644 --- a/doc/posix_users/ChangeLog +++ b/doc/posix_users/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/posix_users/Makefile.am b/doc/posix_users/Makefile.am index 3fd46d7311..e4d6dd1185 100644 --- a/doc/posix_users/Makefile.am +++ b/doc/posix_users/Makefile.am @@ -26,112 +26,112 @@ FILES = preface.texi info_TEXINFOS = posix_users.texi posix_users_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/process.texi: process.t +process.texi: process.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/procenv.texi: procenv.t +procenv.texi: procenv.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/files.texi: files.t +files.texi: files.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/thread.texi: thread.t +thread.texi: thread.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/signal.texi: signal.t +signal.texi: signal.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/mutex.texi: mutex.t +mutex.texi: mutex.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/cond.texi: cond.t +cond.texi: cond.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/key.texi: key.t +key.texi: key.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/clock.texi: clock.t +clock.texi: clock.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/timer.texi: timer.t +timer.texi: timer.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/sched.texi: sched.t +sched.texi: sched.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/io.texi: io.t +io.texi: io.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/device.texi: device.t +device.texi: device.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/cspecific.texi: cspecific.t +cspecific.texi: cspecific.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/semaphores.texi: semaphores.t +semaphores.texi: semaphores.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/memorymgmt.texi: memorymgmt.t +memorymgmt.texi: memorymgmt.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/message.texi: message.t +message.texi: message.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/cancel.texi: cancel.t +cancel.texi: cancel.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/systemdb.texi: systemdb.t +systemdb.texi: systemdb.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/status.texi: status.t +status.texi: status.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/libc.texi: libc.t +libc.texi: libc.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/libm.texi: libm.t +libm.texi: libm.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ diff --git a/doc/rgdb_specs/ChangeLog b/doc/rgdb_specs/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/rgdb_specs/ChangeLog +++ b/doc/rgdb_specs/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/rgdb_specs/Makefile.am b/doc/rgdb_specs/Makefile.am index 47c18406ea..c4a5e9230d 100644 --- a/doc/rgdb_specs/Makefile.am +++ b/doc/rgdb_specs/Makefile.am @@ -35,42 +35,42 @@ endif # Process Automatically Generated Files # -$(srcdir)/intro.texi: intro.t +intro.texi: intro.t $(BMENU2) -c -p "Top" \ -u "Top" \ -n "Document Revision History" < $< > $@ -$(srcdir)/revision.texi: revision.t +revision.texi: revision.t $(BMENU2) -c -p "Introduction" \ -u "Top" \ -n "Objectives" < $< > $@ -$(srcdir)/objectives.texi: objectives.t +objectives.texi: objectives.t $(BMENU2) -c -p "Document Revision History" \ -u "Top" \ -n "A Rapid Tour of GDB Internals" < $< > $@ -$(srcdir)/gdbinternals.texi: gdbinternals.t +gdbinternals.texi: gdbinternals.t $(BMENU2) -c -p "Implied Restrictions" \ -u "Top" \ -n "Interfacing GDB with RTEMS as a Target" < $< > $@ -$(srcdir)/interfacing.texi: interfacing.t +interfacing.texi: interfacing.t $(BMENU2) -c -p "A Rapid Tour of GDB Internals" \ -u "Top" \ -n "Communication with GDB" < $< > $@ -$(srcdir)/comm.texi: comm.t +comm.texi: comm.t $(BMENU2) -c -p "Interfacing GDB with RTEMS as a Target" \ -u "Top" \ -n "RTEMS Debugger Server Daemon" < $< > $@ -$(srcdir)/daemon.texi: daemon.t +daemon.texi: daemon.t $(BMENU2) -c -p "Communication with GDB" \ -u "Top" \ -n "Conclusion" < $< > $@ -$(srcdir)/conclusion.texi: conclusion.t +conclusion.texi: conclusion.t $(BMENU2) -c -p "Output of a Debug Session with the Prototype" \ -u "Top" \ -n "" < $< > $@ diff --git a/doc/rtems_gdb/ChangeLog b/doc/rtems_gdb/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/rtems_gdb/ChangeLog +++ b/doc/rtems_gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/rtems_gdb/Makefile.am b/doc/rtems_gdb/Makefile.am index 9aae119fa8..eaeaa21728 100644 --- a/doc/rtems_gdb/Makefile.am +++ b/doc/rtems_gdb/Makefile.am @@ -28,32 +28,32 @@ rtems_gdb_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Process Automatically Generated Files # -$(srcdir)/intro.texi: intro.t +intro.texi: intro.t $(BMENU2) -p "Top" \ -u "Top" \ -n "Software Architecture" < $< > $@ -$(srcdir)/swarch.texi: swarch.t +swarch.texi: swarch.t $(BMENU2) -p "Introduction" \ -u "Top" \ -n "Getting Started" < $< > $@ -$(srcdir)/started.texi: started.t +started.texi: started.t $(BMENU2) -p "Software Architecture" \ -u "Top" \ -n "Commands" < $< > $@ -$(srcdir)/commands.texi: commands.t +commands.texi: commands.t $(BMENU2) -p "Getting Started Attaching To The System" \ -u "Top" \ -n "Troubleshooting" < $< > $@ -$(srcdir)/trouble.texi: trouble.t +trouble.texi: trouble.t $(BMENU2) -p "Commands Thread control" \ -u "Top" \ -n "Debug Session Example" < $< > $@ -$(srcdir)/example.texi: example.t +example.texi: example.t $(BMENU2) -p "Troubleshooting Debug server not present" \ -u "Top" \ -n "" < $< > $@ diff --git a/doc/started/ChangeLog b/doc/started/ChangeLog index 27885ec6a1..60c1df7e4e 100644 --- a/doc/started/ChangeLog +++ b/doc/started/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/started/Makefile.am b/doc/started/Makefile.am index f22b0bcdd2..4cab9f117b 100644 --- a/doc/started/Makefile.am +++ b/doc/started/Makefile.am @@ -24,42 +24,42 @@ FILES = tversions.texi info_TEXINFOS = started.texi started_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/intro.texi: intro.t tversions.texi +intro.texi: intro.t tversions.texi $(BMENU2) -c -p "Top" \ -u "Top" \ -n "Requirements" < $< > $@ -$(srcdir)/require.texi: require.t tversions.texi +require.texi: require.t tversions.texi $(BMENU2) -c -p "GCC Mailing Lists" \ -u "Top" \ -n "Prebuilt Toolset Executables" < $< > $@ -$(srcdir)/binaries.texi: binaries.t tversions.texi +binaries.texi: binaries.t tversions.texi $(BMENU2) -c -p "Archive and Build Directory Format" \ -u "Top" \ -n "Building the GNU C/C++ Cross Compiler Toolset" < $< > $@ -$(srcdir)/buildc.texi: buildc.t tversions.texi +buildc.texi: buildc.t tversions.texi $(BMENU2) -c -p "Removing Zipped Tar Files" \ -u "Top" \ -n "Building RTEMS" < $< > $@ -$(srcdir)/buildrt.texi: buildrt.t tversions.texi +buildrt.texi: buildrt.t tversions.texi $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \ -u "Top" \ -n "Building the Sample Application" < $< > $@ -$(srcdir)/sample.texi: sample.t tversions.texi +sample.texi: sample.t tversions.texi $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \ -u "Top" \ -n "Where To Go From Here" < $< > $@ -$(srcdir)/nextstep.texi: nextstep.t tversions.texi +nextstep.texi: nextstep.t tversions.texi $(BMENU2) -c -p "More Information on RTEMS Application Makefiles" \ -u "Top" \ -n "Using MS-Windows as a Development Host" < $< > $@ -$(srcdir)/nt.texi: nt.t tversions.texi +nt.texi: nt.t tversions.texi $(BMENU2) -c -p "Writing an Application" \ -u "Top" \ -n "" < $< > $@ diff --git a/doc/started_ada/ChangeLog b/doc/started_ada/ChangeLog index 8f5dd2493f..091e9f4630 100644 --- a/doc/started_ada/ChangeLog +++ b/doc/started_ada/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/started_ada/Makefile.am b/doc/started_ada/Makefile.am index c29c1a829a..8b0e3f87f7 100644 --- a/doc/started_ada/Makefile.am +++ b/doc/started_ada/Makefile.am @@ -24,32 +24,32 @@ FILES = tversions.texi info_TEXINFOS = started_ada.texi started_ada_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/intro.texi: intro.t tversions.texi +intro.texi: intro.t tversions.texi $(BMENU2) -c -p "Top" \ -u "Top" \ -n "Requirements" < $< > $@ -$(srcdir)/require.texi: require.t tversions.texi +require.texi: require.t tversions.texi $(BMENU2) -c -p "GNAT Chat Mailing List" \ -u "Top" \ -n "Building the GNAT Cross Compiler Toolset" < $< > $@ -$(srcdir)/buildada.texi: buildada.t tversions.texi +buildada.texi: buildada.t tversions.texi $(BMENU2) -c -p "Insure GCC and GNAT Environment Variables Are Not Set" \ -u "Top" \ -n "Building RTEMS" < $< > $@ -$(srcdir)/buildrt.texi: ../started/buildrt.t tversions.texi +buildrt.texi: $(top_srcdir)/started/buildrt.t tversions.texi $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \ -u "Top" \ -n "Building the Sample Application" < $< > $@ -$(srcdir)/sample.texi: sample.t tversions.texi +sample.texi: sample.t tversions.texi $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \ -u "Top" \ -n "Building the GNU Debugger" < $< > $@ -$(srcdir)/gdb.texi: gdb.t tversions.texi +gdb.texi: gdb.t tversions.texi $(BMENU2) -c -p "Application Executable" \ -u "Top" \ -n "" < $< > $@ diff --git a/doc/supplements/arm/ChangeLog b/doc/supplements/arm/ChangeLog index 7137c8dd8b..644db501ed 100644 --- a/doc/supplements/arm/ChangeLog +++ b/doc/supplements/arm/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/arm/Makefile.am b/doc/supplements/arm/Makefile.am index ba10564e53..c90a569d72 100644 --- a/doc/supplements/arm/Makefile.am +++ b/doc/supplements/arm/Makefile.am @@ -28,17 +28,17 @@ arm_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t BSP_TIMES +intr.texi: intr_NOTIMES.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -83,7 +83,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "MYBSP Timing Data" < $< > $@ @@ -93,7 +93,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t +timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t @echo >>timeBSP_.t @echo "@tex" >>timeBSP_.t diff --git a/doc/supplements/hppa1_1/ChangeLog b/doc/supplements/hppa1_1/ChangeLog index a96c5fb663..78b30307fe 100644 --- a/doc/supplements/hppa1_1/ChangeLog +++ b/doc/supplements/hppa1_1/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/hppa1_1/Makefile.am b/doc/supplements/hppa1_1/Makefile.am index 85c94a0aed..e2f87d5de5 100644 --- a/doc/supplements/hppa1_1/Makefile.am +++ b/doc/supplements/hppa1_1/Makefile.am @@ -29,17 +29,17 @@ hppa1_1_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features CPU Model Name" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t SIMHPPA_TIMES +intr.texi: intr_NOTIMES.t SIMHPPA_TIMES ${REPLACE2} -p $(srcdir)/SIMHPPA_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Disabling of Interrupts by RTEMS" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t SIMHPPA_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t SIMHPPA_TIMES ${REPLACE2} -p $(srcdir)/SIMHPPA_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -84,7 +84,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t SIMHPPA_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "HP-7100 Timing Data" < $< > $@ @@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeSIMHPPA.texi: timeSIMHPPA.t +timeSIMHPPA.texi: timeSIMHPPA.t $(BMENU2) -p "Timing Specification Terminology" \ -u "Top" \ -n "Command and Variable Index" < $< > $@ diff --git a/doc/supplements/i386/ChangeLog b/doc/supplements/i386/ChangeLog index a96c5fb663..78b30307fe 100644 --- a/doc/supplements/i386/ChangeLog +++ b/doc/supplements/i386/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/i386/Makefile.am b/doc/supplements/i386/Makefile.am index 1332c39d27..e9b0e77c14 100644 --- a/doc/supplements/i386/Makefile.am +++ b/doc/supplements/i386/Makefile.am @@ -29,17 +29,17 @@ i386_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -48,23 +48,23 @@ $(srcdir)/memmodel.texi: memmodel.t # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t FORCE386_TIMES +intr.texi: intr_NOTIMES.t FORCE386_TIMES ${REPLACE2} -p $(srcdir)/FORCE386_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -74,7 +74,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t FORCE386_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t FORCE386_TIMES ${REPLACE2} -p $(srcdir)/FORCE386_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -84,7 +84,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t FORCE386_TIMES # Timing Specification Chapter: # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "CPU386 Timing Data" < $< > $@ @@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeFORCE386.texi: $(top_srcdir)/common/timetbl.t timeFORCE386.t +timeFORCE386.texi: $(top_srcdir)/common/timetbl.t timeFORCE386.t cat $(srcdir)/timeFORCE386.t $(top_srcdir)/common/timetbl.t >timeFORCE386_.t @echo >>timeFORCE386_.t @echo "@tex" >>timeFORCE386_.t diff --git a/doc/supplements/i960/ChangeLog b/doc/supplements/i960/ChangeLog index f908d15c61..ca1439ed36 100644 --- a/doc/supplements/i960/ChangeLog +++ b/doc/supplements/i960/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/i960/Makefile.am b/doc/supplements/i960/Makefile.am index c29a384e3c..fc6859166e 100644 --- a/doc/supplements/i960/Makefile.am +++ b/doc/supplements/i960/Makefile.am @@ -28,17 +28,17 @@ i960_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions Leaf Procedures" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t CVME961_TIMES +intr.texi: intr_NOTIMES.t CVME961_TIMES ${REPLACE2} -p $(srcdir)/CVME961_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t CVME961_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t CVME961_TIMES ${REPLACE2} -p $(srcdir)/CVME961_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -83,7 +83,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t CVME961_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "CVME961 Timing Data" < $< > $@ @@ -93,7 +93,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeCVME961.texi: $(top_srcdir)/common/timetbl.t timeCVME961.t +timeCVME961.texi: $(top_srcdir)/common/timetbl.t timeCVME961.t cat $(srcdir)/timeCVME961.t $(top_srcdir)/common/timetbl.t >timeCVME961_.t @echo >>timeCVME961_.t @echo "@tex" >>timeCVME961_.t diff --git a/doc/supplements/m68k/ChangeLog b/doc/supplements/m68k/ChangeLog index 2d2ccce9d0..40418dff77 100644 --- a/doc/supplements/m68k/ChangeLog +++ b/doc/supplements/m68k/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/m68k/Makefile.am b/doc/supplements/m68k/Makefile.am index 1e75423686..e4ac248b34 100644 --- a/doc/supplements/m68k/Makefile.am +++ b/doc/supplements/m68k/Makefile.am @@ -29,17 +29,17 @@ m68k_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Extend Byte to Long Instruction" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t MVME136_TIMES +intr.texi: intr_NOTIMES.t MVME136_TIMES ${REPLACE2} -p $(srcdir)/MVME136_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t MVME136_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t MVME136_TIMES ${REPLACE2} -p $(srcdir)/MVME136_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -84,7 +84,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t MVME136_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "MVME136 Timing Data" < $< > $@ @@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeMVME136.texi: $(top_srcdir)/common/timetbl.t timeMVME136.t +timeMVME136.texi: $(top_srcdir)/common/timetbl.t timeMVME136.t cat $(srcdir)/timeMVME136.t $(top_srcdir)/common/timetbl.t >timeMVME136_.t @echo >>timeMVME136_.t @echo "@tex" >>timeMVME136_.t diff --git a/doc/supplements/mips/ChangeLog b/doc/supplements/mips/ChangeLog index ccbd4cfc72..e78ed1afce 100644 --- a/doc/supplements/mips/ChangeLog +++ b/doc/supplements/mips/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/mips/Makefile.am b/doc/supplements/mips/Makefile.am index 6838533b87..a30d214d8a 100644 --- a/doc/supplements/mips/Makefile.am +++ b/doc/supplements/mips/Makefile.am @@ -29,17 +29,17 @@ mips_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t BSP_TIMES +intr.texi: intr_NOTIMES.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -84,7 +84,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "BSP_FOR_TIMES Timing Data" < $< > $@ @@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t +timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t @echo >>timeBSP_.t @echo "@tex" >>timeBSP_.t diff --git a/doc/supplements/mips64orion/ChangeLog b/doc/supplements/mips64orion/ChangeLog index a8438cf53a..e3e2d3dfb0 100644 --- a/doc/supplements/mips64orion/ChangeLog +++ b/doc/supplements/mips64orion/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/mips64orion/Makefile.am b/doc/supplements/mips64orion/Makefile.am index 39f01a8e2d..96394f8f66 100644 --- a/doc/supplements/mips64orion/Makefile.am +++ b/doc/supplements/mips64orion/Makefile.am @@ -29,17 +29,17 @@ mips64orion_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t BSP_TIMES +intr.texi: intr_NOTIMES.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -84,7 +84,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "BSP_FOR_TIMES Timing Data" < $< > $@ @@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t +timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t @echo >>timeBSP_.t @echo "@tex" >>timeBSP_.t diff --git a/doc/supplements/powerpc/ChangeLog b/doc/supplements/powerpc/ChangeLog index a96c5fb663..78b30307fe 100644 --- a/doc/supplements/powerpc/ChangeLog +++ b/doc/supplements/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/powerpc/Makefile.am b/doc/supplements/powerpc/Makefile.am index 62c029d7a4..9184893c93 100644 --- a/doc/supplements/powerpc/Makefile.am +++ b/doc/supplements/powerpc/Makefile.am @@ -28,17 +28,17 @@ powerpc_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Low Power Model" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t PSIM_TIMES +intr.texi: intr_NOTIMES.t PSIM_TIMES ${REPLACE2} -p $(srcdir)/PSIM_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t PSIM_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t PSIM_TIMES ${REPLACE2} -p $(srcdir)/PSIM_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -82,7 +82,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t PSIM_TIMES # Timing Specification Chapter: # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "PSIM Timing Data" < $< > $@ @@ -92,7 +92,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timePSIM.texi: $(top_srcdir)/common/timetbl.t timePSIM.t +timePSIM.texi: $(top_srcdir)/common/timetbl.t timePSIM.t cat $(srcdir)/timePSIM.t $(top_srcdir)/common/timetbl.t >timePSIM_.t @echo >>timePSIM_.t @echo "@tex" >>timePSIM_.t @@ -109,7 +109,7 @@ CLEANFILES += timePSIM_.t timeDMV177_.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeDMV177.texi: $(top_srcdir)/common/timetbl.t timeDMV177.t +timeDMV177.texi: $(top_srcdir)/common/timetbl.t timeDMV177.t cat $(srcdir)/timeDMV177.t $(top_srcdir)/common/timetbl.t >timeDMV177_.t @echo >>timeDMV177_.t @echo "@tex" >>timeDMV177_.t diff --git a/doc/supplements/sh/ChangeLog b/doc/supplements/sh/ChangeLog index a8438cf53a..e3e2d3dfb0 100644 --- a/doc/supplements/sh/ChangeLog +++ b/doc/supplements/sh/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/sh/Makefile.am b/doc/supplements/sh/Makefile.am index ce98f93e92..f0c588f597 100644 --- a/doc/supplements/sh/Makefile.am +++ b/doc/supplements/sh/Makefile.am @@ -29,17 +29,17 @@ sh_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t BSP_TIMES +intr.texi: intr_NOTIMES.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -84,7 +84,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "BSP_FOR_TIMES Timing Data" < $< > $@ @@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t +timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t @echo >>timeBSP_.t @echo "@tex" >>timeBSP_.t diff --git a/doc/supplements/sparc/ChangeLog b/doc/supplements/sparc/ChangeLog index a96c5fb663..78b30307fe 100644 --- a/doc/supplements/sparc/ChangeLog +++ b/doc/supplements/sparc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/sparc/Makefile.am b/doc/supplements/sparc/Makefile.am index 963be59334..374610472a 100644 --- a/doc/supplements/sparc/Makefile.am +++ b/doc/supplements/sparc/Makefile.am @@ -29,17 +29,17 @@ sparc_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features CPU Model Implementation Notes" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t ERC32_TIMES +intr.texi: intr_NOTIMES.t ERC32_TIMES ${REPLACE2} -p $(srcdir)/ERC32_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t ERC32_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t ERC32_TIMES ${REPLACE2} -p $(srcdir)/ERC32_TIMES $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ -u "Top" \ @@ -82,7 +82,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t ERC32_TIMES # Timing Specification Chapter: # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "ERC32 Timing Data" < $< > $@ @@ -92,7 +92,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeERC32.texi: $(top_srcdir)/common/timetbl.t timeERC32.t +timeERC32.texi: $(top_srcdir)/common/timetbl.t timeERC32.t cat $(srcdir)/timeERC32.t $(top_srcdir)/common/timetbl.t >timeERC32_.t @echo >>timeERC32_.t @echo "@tex" >>timeERC32_.t diff --git a/doc/supplements/template/ChangeLog b/doc/supplements/template/ChangeLog index a8438cf53a..e3e2d3dfb0 100644 --- a/doc/supplements/template/ChangeLog +++ b/doc/supplements/template/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/template/Makefile.am b/doc/supplements/template/Makefile.am index 45334da07f..d9b622890d 100644 --- a/doc/supplements/template/Makefile.am +++ b/doc/supplements/template/Makefile.am @@ -28,17 +28,17 @@ template_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t BSP_TIMES +intr.texi: intr_NOTIMES.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -83,7 +83,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "MYBSP Timing Data" < $< > $@ @@ -93,7 +93,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t +timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t @echo >>timeBSP_.t @echo "@tex" >>timeBSP_.t diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog index cbadd17b8a..c62deb0716 100644 --- a/doc/user/ChangeLog +++ b/doc/user/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 920d21b679..9eb83d2087 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -38,122 +38,122 @@ if USE_HTML html_project_DATA += $(PNG_FILES) endif -$(srcdir)/overview.texi: overview.t +overview.texi: overview.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Key Concepts" < $< > $@ -$(srcdir)/concepts.texi: concepts.t +concepts.texi: concepts.t $(BMENU2) -p "Overview Manual Organization" \ -u "Top" \ -n "RTEMS Data Types" < $< > $@ -$(srcdir)/datatypes.texi: datatypes.t +datatypes.texi: datatypes.t $(BMENU2) -p "Key Concepts Memory Management" \ -u "Top" \ -n "Initialization Manager" < $< > $@ -$(srcdir)/init.texi: init.t +init.texi: init.t $(BMENU2) -p "RTEMS Data Types List of Data Types" \ -u "Top" \ -n "Task Manager" < $< > $@ -$(srcdir)/task.texi: task.t +task.texi: task.t $(BMENU2) -p "Initialization Manager SHUTDOWN_EXECUTIVE - Shutdown RTEMS" \ -u "Top" \ -n "Interrupt Manager" < $< > $@ -$(srcdir)/intr.texi: intr.t +intr.texi: intr.t $(BMENU2) -p "Task Manager TASK_VARIABLE_DELETE - Remove per task variable" \ -u "Top" \ -n "Clock Manager" < $< > $@ -$(srcdir)/clock.texi: clock.t +clock.texi: clock.t $(BMENU2) \ -p "Interrupt Manager INTERRUPT_IS_IN_PROGRESS - Is an ISR in Progress" \ -u "Top" \ -n "Timer Manager" < $< > $@ -$(srcdir)/timer.texi: timer.t +timer.texi: timer.t $(BMENU2) -p "Clock Manager CLOCK_TICK - Announce a clock tick" \ -u "Top" \ -n "Semaphore Manager" < $< > $@ -$(srcdir)/sem.texi: sem.t +sem.texi: sem.t $(BMENU2) -p "Timer Manager TIMER_RESET - Reset an interval timer" \ -u "Top" \ -n "Message Manager" < $< > $@ -$(srcdir)/msg.texi: msg.t +msg.texi: msg.t $(BMENU2) -p "Semaphore Manager SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore" \ -u "Top" \ -n "Event Manager" < $< > $@ -$(srcdir)/event.texi: event.t +event.texi: event.t $(BMENU2) \ -p "Message Manager MESSAGE_QUEUE_FLUSH - Flush all messages on a queue" \ -u "Top" \ -n "Signal Manager" < $< > $@ -$(srcdir)/signal.texi: signal.t +signal.texi: signal.t $(BMENU2) -p "Event Manager EVENT_RECEIVE - Receive event condition" \ -u "Top" \ -n "Partition Manager" < $< > $@ -$(srcdir)/part.texi: part.t +part.texi: part.t $(BMENU2) -p "Signal Manager SIGNAL_SEND - Send signal set to a task" \ -u "Top" \ -n "Region Manager" < $< > $@ -$(srcdir)/region.texi: region.t +region.texi: region.t $(BMENU2) \ -p "Partition Manager PARTITION_RETURN_BUFFER - Return buffer to a partition" \ -u "Top" \ -n "Dual-Ported Memory Manager" < $< > $@ -$(srcdir)/dpmem.texi: dpmem.t +dpmem.texi: dpmem.t $(BMENU2) \ -p "Region Manager REGION_GET_SEGMENT_SIZE - Obtain size of a segment" \ -u "Top" \ -n "I/O Manager" < $< > $@ -$(srcdir)/io.texi: io.t +io.texi: io.t $(BMENU2) -p "Dual-Ported Memory Manager PORT_INTERNAL_TO_EXTERNAL - Convert internal to external address" \ -u "Top" \ -n "Fatal Error Manager" < $< > $@ -$(srcdir)/fatal.texi: fatal.t +fatal.texi: fatal.t $(BMENU2) -p "I/O Manager IO_CONTROL - Special device services" \ -u "Top" \ -n "Scheduling Concepts" < $< > $@ -$(srcdir)/schedule.texi: schedule.t +schedule.texi: schedule.t $(BMENU2) \ -p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \ -u "Top" \ -n "Rate Monotonic Manager" < $< > $@ -$(srcdir)/rtmon.texi: rtmon.t +rtmon.texi: rtmon.t $(BMENU2) -p "Scheduling Concepts Task State Transitions" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_GET_STATUS - Obtain status information on period" \ -u "Top" \ -n "User Extensions Manager" < $< > $@ -$(srcdir)/userext.texi: userext.t +userext.texi: userext.t $(BMENU2) -p "Board Support Packages Heterogeneous Systems" \ -u "Top" \ -n "Configuring a System" < $< > $@ -$(srcdir)/conf.texi: conf.t +conf.texi: conf.t $(BMENU2) -p "User Extensions Manager EXTENSION_DELETE - Delete a extension set" \ -u "Top" \ -n "Multiprocessing Manager" < $< > $@ -$(srcdir)/mp.texi: mp.t +mp.texi: mp.t $(BMENU2) -p "Configuring a System Sizing the RTEMS RAM Workspace" \ -u "Top" \ -n "Directive Status Codes" < $< > $@ -- cgit v1.2.3