2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Put GENERATED_FILES into $builddir.
This commit is contained in:
Ralf Corsepius
2003-01-24 11:24:58 +00:00
parent c7ddb1726f
commit 3ebc6dce93
44 changed files with 331 additions and 243 deletions

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -25,72 +25,72 @@ FILES = preface.texi
info_TEXINFOS = itron.texi info_TEXINFOS = itron.texi
itron_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) itron_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
$(srcdir)/status.texi: status.t status.texi: status.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/task.texi: task.t task.texi: task.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/tasksync.texi: tasksync.t tasksync.texi: tasksync.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/semaphore.texi: semaphore.t semaphore.texi: semaphore.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/eventflags.texi: eventflags.t eventflags.texi: eventflags.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/mailbox.texi: mailbox.t mailbox.texi: mailbox.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/msgbuffer.texi: msgbuffer.t msgbuffer.texi: msgbuffer.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/rendezvous.texi: rendezvous.t rendezvous.texi: rendezvous.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/interrupt.texi: interrupt.t interrupt.texi: interrupt.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/memorypool.texi: memorypool.t memorypool.texi: memorypool.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/fixedblock.texi: fixedblock.t fixedblock.texi: fixedblock.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/time.texi: time.t time.texi: time.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/config.texi: config.t config.texi: config.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/network.texi: network.t network.texi: network.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -26,7 +26,7 @@ FILES = networktasks.texi preface.texi
info_TEXINFOS = networking.texi info_TEXINFOS = networking.texi
networking_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) 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 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 html_project_DATA += networkflow.jpg networkflow.png PCIreg.jpg recvbd.jpg
endif endif
$(srcdir)/networktasks.texi: networktasks.t networktasks.texi: networktasks.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Networking Driver" < $< > $@ -n "Networking Driver" < $< > $@
$(srcdir)/driver.texi: driver.t driver.texi: driver.t
$(BMENU2) -p "Network Task Structure and Data Flow" \ $(BMENU2) -p "Network Task Structure and Data Flow" \
-u "Top" \ -u "Top" \
-n "Using Networking in an RTEMS Application" < $< > $@ -n "Using Networking in an RTEMS Application" < $< > $@
$(srcdir)/networkapp.texi: networkapp.t networkapp.texi: networkapp.t
$(BMENU2) -p "Write the Driver Statistic-Printing Function" \ $(BMENU2) -p "Write the Driver Statistic-Printing Function" \
-u "Top" \ -u "Top" \
-n "Testing the Driver" < $< > $@ -n "Testing the Driver" < $< > $@
$(srcdir)/testing.texi: testing.t testing.texi: testing.t
$(BMENU2) -p "Time Synchronization Using NTP" \ $(BMENU2) -p "Time Synchronization Using NTP" \
-u "Top" \ -u "Top" \
-n "Network Servers" < $< > $@ -n "Network Servers" < $< > $@
$(srcdir)/servers.texi: servers.t servers.texi: servers.t
$(BMENU2) -p "Throughput" \ $(BMENU2) -p "Throughput" \
-u "Top" \ -u "Top" \
-n "DEC 21140 Driver" < $< > $@ -n "DEC 21140 Driver" < $< > $@
$(srcdir)/decdriver.texi: decdriver.t decdriver.texi: decdriver.t
$(BMENU2) -p "Using Hooks" \ $(BMENU2) -p "Using Hooks" \
-u "Top" \ -u "Top" \
-n "Command and Variable Index" < $< > $@ -n "Command and Variable Index" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -25,47 +25,47 @@ FILES =
info_TEXINFOS = new_chapters.texi info_TEXINFOS = new_chapters.texi
new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
$(srcdir)/eventlog.texi: eventlog.t eventlog.texi: eventlog.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/dumpcontrol.texi: dumpcontrol.t dumpcontrol.texi: dumpcontrol.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/confspace.texi: confspace.t confspace.texi: confspace.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/adminiface.texi: adminiface.t adminiface.texi: adminiface.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/stackchk.texi: stackchk.t stackchk.texi: stackchk.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/rtmonuse.texi: rtmonuse.t rtmonuse.texi: rtmonuse.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/cpuuse.texi: cpuuse.t cpuuse.texi: cpuuse.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/error.texi: error.t error.texi: error.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/monitor.texi: monitor.t monitor.texi: monitor.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -27,52 +27,52 @@ COMMON_FILES = $(top_srcdir)/common/setup.texi \
info_TEXINFOS = porting.texi info_TEXINFOS = porting.texi
porting_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) porting_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
$(srcdir)/developtools.texi: developtools.t developtools.texi: developtools.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Source Code Organization" < $< > $@ -n "Source Code Organization" < $< > $@
$(srcdir)/sourcecode.texi: sourcecode.t sourcecode.texi: sourcecode.t
$(BMENU2) -p "Development Tools" \ $(BMENU2) -p "Development Tools" \
-u "Top" \ -u "Top" \
-n "CPU Model Variations" < $< > $@ -n "CPU Model Variations" < $< > $@
$(srcdir)/cpumodels.texi: cpumodels.t cpumodels.texi: cpumodels.t
$(BMENU2) -p "Source Code Organization Introduction" \ $(BMENU2) -p "Source Code Organization Introduction" \
-u "Top" \ -u "Top" \
-n "CPU Initialization" < $< > $@ -n "CPU Initialization" < $< > $@
$(srcdir)/cpuinit.texi: cpuinit.t cpuinit.texi: cpuinit.t
$(BMENU2) -p "CPU Model Variations Coding Issues" \ $(BMENU2) -p "CPU Model Variations Coding Issues" \
-u "Top" \ -u "Top" \
-n "Interrupts" < $< > $@ -n "Interrupts" < $< > $@
$(srcdir)/interrupts.texi: interrupts.t interrupts.texi: interrupts.t
$(BMENU2) -p "CPU Initialization Initializing the CPU" \ $(BMENU2) -p "CPU Initialization Initializing the CPU" \
-u "Top" \ -u "Top" \
-n "Task Context Management" < $< > $@ -n "Task Context Management" < $< > $@
$(srcdir)/taskcontext.texi: taskcontext.t taskcontext.texi: taskcontext.t
$(BMENU2) -p "Interrupts Pointer to _Thread_Dispatch Routine" \ $(BMENU2) -p "Interrupts Pointer to _Thread_Dispatch Routine" \
-u "Top" \ -u "Top" \
-n "IDLE Thread" < $< > $@ -n "IDLE Thread" < $< > $@
$(srcdir)/idlethread.texi: idlethread.t idlethread.texi: idlethread.t
$(BMENU2) -p "Task Context Management Restoring a Floating Point Context" \ $(BMENU2) -p "Task Context Management Restoring a Floating Point Context" \
-u "Top" \ -u "Top" \
-n "Priority Bitmap Manipulation" < $< > $@ -n "Priority Bitmap Manipulation" < $< > $@
$(srcdir)/prioritybitmap.texi: prioritybitmap.t prioritybitmap.texi: prioritybitmap.t
$(BMENU2) -p "IDLE Thread Idle Thread Body" \ $(BMENU2) -p "IDLE Thread Idle Thread Body" \
-u "Top" \ -u "Top" \
-n "Code Tuning Parameters" < $< > $@ -n "Code Tuning Parameters" < $< > $@
$(srcdir)/codetuning.texi: codetuning.t codetuning.texi: codetuning.t
$(BMENU2) -p "Priority Bitmap Manipulation Bit Scan Support" \ $(BMENU2) -p "Priority Bitmap Manipulation Bit Scan Support" \
-u "Top" \ -u "Top" \
-n "Miscellaneous" < $< > $@ -n "Miscellaneous" < $< > $@
$(srcdir)/miscellaneous.texi: miscellaneous.t miscellaneous.texi: miscellaneous.t
$(BMENU2) -p "Code Tuning Parameters Partition Element Alignment" \ $(BMENU2) -p "Code Tuning Parameters Partition Element Alignment" \
-u "Top" \ -u "Top" \
-n "Command and Variable Index" < $< > $@ -n "Command and Variable Index" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -25,97 +25,97 @@ FILES = preface.texi
info_TEXINFOS = posix1003_1.texi info_TEXINFOS = posix1003_1.texi
posix1003_1_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) posix1003_1_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
$(srcdir)/ch01.texi: ch01.t ch01.texi: ch01.t
$(BMENU2) -c -p "Preface" \ $(BMENU2) -c -p "Preface" \
-u "Top" \ -u "Top" \
-n "Terminology and General Requirements" < $< > $@ -n "Terminology and General Requirements" < $< > $@
$(srcdir)/ch02.texi: ch02.t ch02.texi: ch02.t
$(BMENU2) -c -p "Conformance" \ $(BMENU2) -c -p "Conformance" \
-u "Top" \ -u "Top" \
-n "Process Primitives" < $< > $@ -n "Process Primitives" < $< > $@
$(srcdir)/ch03.texi: ch03.t ch03.texi: ch03.t
$(BMENU2) -c -p "Execution-Time Symbolic Constants for Portability Specifications" \ $(BMENU2) -c -p "Execution-Time Symbolic Constants for Portability Specifications" \
-u "Top" \ -u "Top" \
-n "Process Environment" < $< > $@ -n "Process Environment" < $< > $@
$(srcdir)/ch04.texi: ch04.t ch04.texi: ch04.t
$(BMENU2) -c -p "Delay Process Execution" \ $(BMENU2) -c -p "Delay Process Execution" \
-u "Top" \ -u "Top" \
-n "Files and Directories" < $< > $@ -n "Files and Directories" < $< > $@
$(srcdir)/ch05.texi: ch05.t ch05.texi: ch05.t
$(BMENU2) -c -p "Get Configurable System Variables" \ $(BMENU2) -c -p "Get Configurable System Variables" \
-u "Top" \ -u "Top" \
-n "Input and Output Primitives" < $< > $@ -n "Input and Output Primitives" < $< > $@
$(srcdir)/ch06.texi: ch06.t ch06.texi: ch06.t
$(BMENU2) -c -p "Get Configurable Pathname Variables" \ $(BMENU2) -c -p "Get Configurable Pathname Variables" \
-u "Top" \ -u "Top" \
-n "Device- and Class-Specific Functions" < $< > $@ -n "Device- and Class-Specific Functions" < $< > $@
$(srcdir)/ch07.texi: ch07.t ch07.texi: ch07.t
$(BMENU2) -c -p " Asynchronous File Synchronization" \ $(BMENU2) -c -p " Asynchronous File Synchronization" \
-u "Top" \ -u "Top" \
-n "Language-Specific Services for the C Programming Language" < $< > $@ -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" \ $(BMENU2) -c -p "Set Foreground Process Group ID" \
-u "Top" \ -u "Top" \
-n "System Databases" < $< > $@ -n "System Databases" < $< > $@
$(srcdir)/ch09.texi: ch09.t ch09.texi: ch09.t
$(BMENU2) -c -p "Pseudo-Random Sequence Generation Functions" \ $(BMENU2) -c -p "Pseudo-Random Sequence Generation Functions" \
-u "Top" \ -u "Top" \
-n "Data Interchange Format" < $< > $@ -n "Data Interchange Format" < $< > $@
$(srcdir)/ch10.texi: ch10.t ch10.texi: ch10.t
$(BMENU2) -c -p "User Database Access" \ $(BMENU2) -c -p "User Database Access" \
-u "Top" \ -u "Top" \
-n "Synchronization" < $< > $@ -n "Synchronization" < $< > $@
$(srcdir)/ch11.texi: ch11.t ch11.texi: ch11.t
$(BMENU2) -c -p "Multiple Volumes" \ $(BMENU2) -c -p "Multiple Volumes" \
-u "Top" \ -u "Top" \
-n "Memory Management" < $< > $@ -n "Memory Management" < $< > $@
$(srcdir)/ch12.texi: ch12.t ch12.texi: ch12.t
$(BMENU2) -c -p "Waiting on a Condition" \ $(BMENU2) -c -p "Waiting on a Condition" \
-u "Top" \ -u "Top" \
-n "Execution Scheduling" < $< > $@ -n "Execution Scheduling" < $< > $@
$(srcdir)/ch13.texi: ch13.t ch13.texi: ch13.t
$(BMENU2) -c -p "Remove a Shared Memory Object" \ $(BMENU2) -c -p "Remove a Shared Memory Object" \
-u "Top" \ -u "Top" \
-n "Clocks and Timers" < $< > $@ -n "Clocks and Timers" < $< > $@
$(srcdir)/ch14.texi: ch14.t ch14.texi: ch14.t
$(BMENU2) -c -p "Change the Priority Ceiling of a Mutex" \ $(BMENU2) -c -p "Change the Priority Ceiling of a Mutex" \
-u "Top" \ -u "Top" \
-n "Message Passing" < $< > $@ -n "Message Passing" < $< > $@
$(srcdir)/ch15.texi: ch15.t ch15.texi: ch15.t
$(BMENU2) -c -p "High Resolution Sleep" \ $(BMENU2) -c -p "High Resolution Sleep" \
-u "Top" \ -u "Top" \
-n "Thread Management" < $< > $@ -n "Thread Management" < $< > $@
$(srcdir)/ch16.texi: ch16.t ch16.texi: ch16.t
$(BMENU2) -c -p "Get Message Queue Attributes" \ $(BMENU2) -c -p "Get Message Queue Attributes" \
-u "Top" \ -u "Top" \
-n "Thread-Specific Data" < $< > $@ -n "Thread-Specific Data" < $< > $@
$(srcdir)/ch17.texi: ch17.t ch17.texi: ch17.t
$(BMENU2) -c -p "Dynamic Package Initialization" \ $(BMENU2) -c -p "Dynamic Package Initialization" \
-u "Top" \ -u "Top" \
-n "Thread Cancellation" < $< > $@ -n "Thread Cancellation" < $< > $@
$(srcdir)/ch18.texi: ch18.t ch18.texi: ch18.t
$(BMENU2) -c -p "Thread-Specific Data Key Deletion" \ $(BMENU2) -c -p "Thread-Specific Data Key Deletion" \
-u "Top" \ -u "Top" \
-n "Compliance Summary" < $< > $@ -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 ch09.t ch10.t ch11.t ch12.t ch13.t ch14.t ch15.t ch16.t ch17.t ch18.t
$(srcdir)/summarize $^ | \ $(srcdir)/summarize $^ | \
$(BMENU2) -c -p "List of Cancellation Points" \ $(BMENU2) -c -p "List of Cancellation Points" \

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -26,112 +26,112 @@ FILES = preface.texi
info_TEXINFOS = posix_users.texi info_TEXINFOS = posix_users.texi
posix_users_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) posix_users_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
$(srcdir)/process.texi: process.t process.texi: process.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/procenv.texi: procenv.t procenv.texi: procenv.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/files.texi: files.t files.texi: files.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/thread.texi: thread.t thread.texi: thread.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/signal.texi: signal.t signal.texi: signal.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/mutex.texi: mutex.t mutex.texi: mutex.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/cond.texi: cond.t cond.texi: cond.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/key.texi: key.t key.texi: key.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/clock.texi: clock.t clock.texi: clock.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/timer.texi: timer.t timer.texi: timer.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/sched.texi: sched.t sched.texi: sched.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/io.texi: io.t io.texi: io.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/device.texi: device.t device.texi: device.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/cspecific.texi: cspecific.t cspecific.texi: cspecific.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/semaphores.texi: semaphores.t semaphores.texi: semaphores.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/memorymgmt.texi: memorymgmt.t memorymgmt.texi: memorymgmt.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/message.texi: message.t message.texi: message.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/cancel.texi: cancel.t cancel.texi: cancel.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/systemdb.texi: systemdb.t systemdb.texi: systemdb.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/status.texi: status.t status.texi: status.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/libc.texi: libc.t libc.texi: libc.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@
$(srcdir)/libm.texi: libm.t libm.texi: libm.t
$(BMENU2) -p "" \ $(BMENU2) -p "" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -35,42 +35,42 @@ endif
# Process Automatically Generated Files # Process Automatically Generated Files
# #
$(srcdir)/intro.texi: intro.t intro.texi: intro.t
$(BMENU2) -c -p "Top" \ $(BMENU2) -c -p "Top" \
-u "Top" \ -u "Top" \
-n "Document Revision History" < $< > $@ -n "Document Revision History" < $< > $@
$(srcdir)/revision.texi: revision.t revision.texi: revision.t
$(BMENU2) -c -p "Introduction" \ $(BMENU2) -c -p "Introduction" \
-u "Top" \ -u "Top" \
-n "Objectives" < $< > $@ -n "Objectives" < $< > $@
$(srcdir)/objectives.texi: objectives.t objectives.texi: objectives.t
$(BMENU2) -c -p "Document Revision History" \ $(BMENU2) -c -p "Document Revision History" \
-u "Top" \ -u "Top" \
-n "A Rapid Tour of GDB Internals" < $< > $@ -n "A Rapid Tour of GDB Internals" < $< > $@
$(srcdir)/gdbinternals.texi: gdbinternals.t gdbinternals.texi: gdbinternals.t
$(BMENU2) -c -p "Implied Restrictions" \ $(BMENU2) -c -p "Implied Restrictions" \
-u "Top" \ -u "Top" \
-n "Interfacing GDB with RTEMS as a Target" < $< > $@ -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" \ $(BMENU2) -c -p "A Rapid Tour of GDB Internals" \
-u "Top" \ -u "Top" \
-n "Communication with GDB" < $< > $@ -n "Communication with GDB" < $< > $@
$(srcdir)/comm.texi: comm.t comm.texi: comm.t
$(BMENU2) -c -p "Interfacing GDB with RTEMS as a Target" \ $(BMENU2) -c -p "Interfacing GDB with RTEMS as a Target" \
-u "Top" \ -u "Top" \
-n "RTEMS Debugger Server Daemon" < $< > $@ -n "RTEMS Debugger Server Daemon" < $< > $@
$(srcdir)/daemon.texi: daemon.t daemon.texi: daemon.t
$(BMENU2) -c -p "Communication with GDB" \ $(BMENU2) -c -p "Communication with GDB" \
-u "Top" \ -u "Top" \
-n "Conclusion" < $< > $@ -n "Conclusion" < $< > $@
$(srcdir)/conclusion.texi: conclusion.t conclusion.texi: conclusion.t
$(BMENU2) -c -p "Output of a Debug Session with the Prototype" \ $(BMENU2) -c -p "Output of a Debug Session with the Prototype" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -28,32 +28,32 @@ rtems_gdb_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Process Automatically Generated Files # Process Automatically Generated Files
# #
$(srcdir)/intro.texi: intro.t intro.texi: intro.t
$(BMENU2) -p "Top" \ $(BMENU2) -p "Top" \
-u "Top" \ -u "Top" \
-n "Software Architecture" < $< > $@ -n "Software Architecture" < $< > $@
$(srcdir)/swarch.texi: swarch.t swarch.texi: swarch.t
$(BMENU2) -p "Introduction" \ $(BMENU2) -p "Introduction" \
-u "Top" \ -u "Top" \
-n "Getting Started" < $< > $@ -n "Getting Started" < $< > $@
$(srcdir)/started.texi: started.t started.texi: started.t
$(BMENU2) -p "Software Architecture" \ $(BMENU2) -p "Software Architecture" \
-u "Top" \ -u "Top" \
-n "Commands" < $< > $@ -n "Commands" < $< > $@
$(srcdir)/commands.texi: commands.t commands.texi: commands.t
$(BMENU2) -p "Getting Started Attaching To The System" \ $(BMENU2) -p "Getting Started Attaching To The System" \
-u "Top" \ -u "Top" \
-n "Troubleshooting" < $< > $@ -n "Troubleshooting" < $< > $@
$(srcdir)/trouble.texi: trouble.t trouble.texi: trouble.t
$(BMENU2) -p "Commands Thread control" \ $(BMENU2) -p "Commands Thread control" \
-u "Top" \ -u "Top" \
-n "Debug Session Example" < $< > $@ -n "Debug Session Example" < $< > $@
$(srcdir)/example.texi: example.t example.texi: example.t
$(BMENU2) -p "Troubleshooting Debug server not present" \ $(BMENU2) -p "Troubleshooting Debug server not present" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -24,42 +24,42 @@ FILES = tversions.texi
info_TEXINFOS = started.texi info_TEXINFOS = started.texi
started_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) started_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
$(srcdir)/intro.texi: intro.t tversions.texi intro.texi: intro.t tversions.texi
$(BMENU2) -c -p "Top" \ $(BMENU2) -c -p "Top" \
-u "Top" \ -u "Top" \
-n "Requirements" < $< > $@ -n "Requirements" < $< > $@
$(srcdir)/require.texi: require.t tversions.texi require.texi: require.t tversions.texi
$(BMENU2) -c -p "GCC Mailing Lists" \ $(BMENU2) -c -p "GCC Mailing Lists" \
-u "Top" \ -u "Top" \
-n "Prebuilt Toolset Executables" < $< > $@ -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" \ $(BMENU2) -c -p "Archive and Build Directory Format" \
-u "Top" \ -u "Top" \
-n "Building the GNU C/C++ Cross Compiler Toolset" < $< > $@ -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" \ $(BMENU2) -c -p "Removing Zipped Tar Files" \
-u "Top" \ -u "Top" \
-n "Building RTEMS" < $< > $@ -n "Building RTEMS" < $< > $@
$(srcdir)/buildrt.texi: buildrt.t tversions.texi buildrt.texi: buildrt.t tversions.texi
$(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \ $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
-u "Top" \ -u "Top" \
-n "Building the Sample Application" < $< > $@ -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" \ $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
-u "Top" \ -u "Top" \
-n "Where To Go From Here" < $< > $@ -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" \ $(BMENU2) -c -p "More Information on RTEMS Application Makefiles" \
-u "Top" \ -u "Top" \
-n "Using MS-Windows as a Development Host" < $< > $@ -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" \ $(BMENU2) -c -p "Writing an Application" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -24,32 +24,32 @@ FILES = tversions.texi
info_TEXINFOS = started_ada.texi info_TEXINFOS = started_ada.texi
started_ada_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) 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" \ $(BMENU2) -c -p "Top" \
-u "Top" \ -u "Top" \
-n "Requirements" < $< > $@ -n "Requirements" < $< > $@
$(srcdir)/require.texi: require.t tversions.texi require.texi: require.t tversions.texi
$(BMENU2) -c -p "GNAT Chat Mailing List" \ $(BMENU2) -c -p "GNAT Chat Mailing List" \
-u "Top" \ -u "Top" \
-n "Building the GNAT Cross Compiler Toolset" < $< > $@ -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" \ $(BMENU2) -c -p "Insure GCC and GNAT Environment Variables Are Not Set" \
-u "Top" \ -u "Top" \
-n "Building RTEMS" < $< > $@ -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" \ $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
-u "Top" \ -u "Top" \
-n "Building the Sample Application" < $< > $@ -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" \ $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
-u "Top" \ -u "Top" \
-n "Building the GNU Debugger" < $< > $@ -n "Building the GNU Debugger" < $< > $@
$(srcdir)/gdb.texi: gdb.t tversions.texi gdb.texi: gdb.t tversions.texi
$(BMENU2) -c -p "Application Executable" \ $(BMENU2) -c -p "Application Executable" \
-u "Top" \ -u "Top" \
-n "" < $< > $@ -n "" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -28,17 +28,17 @@ arm_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \ $(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/BSP_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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 # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "MYBSP Timing Data" < $< > $@ -n "MYBSP Timing Data" < $< > $@
@@ -93,7 +93,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t
@echo >>timeBSP_.t @echo >>timeBSP_.t
@echo "@tex" >>timeBSP_.t @echo "@tex" >>timeBSP_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -29,17 +29,17 @@ hppa1_1_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features CPU Model Name" \ $(BMENU2) -p "CPU Model Dependent Features CPU Model Name" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/SIMHPPA_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Disabling of Interrupts by RTEMS" \ $(BMENU2) -p "Interrupt Processing Disabling of Interrupts by RTEMS" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/SIMHPPA_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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 # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "HP-7100 Timing Data" < $< > $@ -n "HP-7100 Timing Data" < $< > $@
@@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 3. Build Node Structure
$(srcdir)/timeSIMHPPA.texi: timeSIMHPPA.t timeSIMHPPA.texi: timeSIMHPPA.t
$(BMENU2) -p "Timing Specification Terminology" \ $(BMENU2) -p "Timing Specification Terminology" \
-u "Top" \ -u "Top" \
-n "Command and Variable Index" < $< > $@ -n "Command and Variable Index" < $< > $@

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -29,17 +29,17 @@ i386_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \ $(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -48,23 +48,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/FORCE386_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -74,7 +74,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/FORCE386_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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: # Timing Specification Chapter:
# 1. Copy the Shared File # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "CPU386 Timing Data" < $< > $@ -n "CPU386 Timing Data" < $< > $@
@@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeFORCE386.t $(top_srcdir)/common/timetbl.t >timeFORCE386_.t
@echo >>timeFORCE386_.t @echo >>timeFORCE386_.t
@echo "@tex" >>timeFORCE386_.t @echo "@tex" >>timeFORCE386_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -28,17 +28,17 @@ i960_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \ $(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions Leaf Procedures" \ $(BMENU2) -p "Calling Conventions Leaf Procedures" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/CVME961_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/CVME961_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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 # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "CVME961 Timing Data" < $< > $@ -n "CVME961 Timing Data" < $< > $@
@@ -93,7 +93,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeCVME961.t $(top_srcdir)/common/timetbl.t >timeCVME961_.t
@echo >>timeCVME961_.t @echo >>timeCVME961_.t
@echo "@tex" >>timeCVME961_.t @echo "@tex" >>timeCVME961_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -29,17 +29,17 @@ m68k_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Extend Byte to Long Instruction" \ $(BMENU2) -p "CPU Model Dependent Features Extend Byte to Long Instruction" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/MVME136_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/MVME136_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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 # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "MVME136 Timing Data" < $< > $@ -n "MVME136 Timing Data" < $< > $@
@@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeMVME136.t $(top_srcdir)/common/timetbl.t >timeMVME136_.t
@echo >>timeMVME136_.t @echo >>timeMVME136_.t
@echo "@tex" >>timeMVME136_.t @echo "@tex" >>timeMVME136_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -29,17 +29,17 @@ mips_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \ $(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/BSP_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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 # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "BSP_FOR_TIMES Timing Data" < $< > $@ -n "BSP_FOR_TIMES Timing Data" < $< > $@
@@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t
@echo >>timeBSP_.t @echo >>timeBSP_.t
@echo "@tex" >>timeBSP_.t @echo "@tex" >>timeBSP_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -29,17 +29,17 @@ mips64orion_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \ $(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/BSP_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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 # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "BSP_FOR_TIMES Timing Data" < $< > $@ -n "BSP_FOR_TIMES Timing Data" < $< > $@
@@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t
@echo >>timeBSP_.t @echo >>timeBSP_.t
@echo "@tex" >>timeBSP_.t @echo "@tex" >>timeBSP_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -28,17 +28,17 @@ powerpc_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Low Power Model" \ $(BMENU2) -p "CPU Model Dependent Features Low Power Model" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/PSIM_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/PSIM_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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: # Timing Specification Chapter:
# 1. Copy the Shared File # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "PSIM Timing Data" < $< > $@ -n "PSIM Timing Data" < $< > $@
@@ -92,7 +92,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timePSIM.t $(top_srcdir)/common/timetbl.t >timePSIM_.t
@echo >>timePSIM_.t @echo >>timePSIM_.t
@echo "@tex" >>timePSIM_.t @echo "@tex" >>timePSIM_.t
@@ -109,7 +109,7 @@ CLEANFILES += timePSIM_.t timeDMV177_.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeDMV177.t $(top_srcdir)/common/timetbl.t >timeDMV177_.t
@echo >>timeDMV177_.t @echo >>timeDMV177_.t
@echo "@tex" >>timeDMV177_.t @echo "@tex" >>timeDMV177_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -29,17 +29,17 @@ sh_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \ $(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/BSP_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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 # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "BSP_FOR_TIMES Timing Data" < $< > $@ -n "BSP_FOR_TIMES Timing Data" < $< > $@
@@ -94,7 +94,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t
@echo >>timeBSP_.t @echo >>timeBSP_.t
@echo "@tex" >>timeBSP_.t @echo "@tex" >>timeBSP_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -29,17 +29,17 @@ sparc_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features CPU Model Implementation Notes" \ $(BMENU2) -p "CPU Model Dependent Features CPU Model Implementation Notes" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -47,23 +47,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/ERC32_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -73,7 +73,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/ERC32_TIMES $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \
-u "Top" \ -u "Top" \
@@ -82,7 +82,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t ERC32_TIMES
# Timing Specification Chapter: # Timing Specification Chapter:
# 1. Copy the Shared File # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "ERC32 Timing Data" < $< > $@ -n "ERC32 Timing Data" < $< > $@
@@ -92,7 +92,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeERC32.t $(top_srcdir)/common/timetbl.t >timeERC32_.t
@echo >>timeERC32_.t @echo >>timeERC32_.t
@echo "@tex" >>timeERC32_.t @echo "@tex" >>timeERC32_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -28,17 +28,17 @@ template_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing # Chapters which get automatic processing
# #
$(srcdir)/cpumodel.texi: cpumodel.t cpumodel.texi: cpumodel.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Calling Conventions" < $< > $@ -n "Calling Conventions" < $< > $@
$(srcdir)/callconv.texi: callconv.t callconv.texi: callconv.t
$(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \ $(BMENU2) -p "CPU Model Dependent Features Another Optional Feature" \
-u "Top" \ -u "Top" \
-n "Memory Model" < $< > $@ -n "Memory Model" < $< > $@
$(srcdir)/memmodel.texi: memmodel.t memmodel.texi: memmodel.t
$(BMENU2) -p "Calling Conventions User-Provided Routines" \ $(BMENU2) -p "Calling Conventions User-Provided Routines" \
-u "Top" \ -u "Top" \
-n "Interrupt Processing" < $< > $@ -n "Interrupt Processing" < $< > $@
@@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t
# Interrupt Chapter: # Interrupt Chapter:
# 1. Replace Times and Sizes # 1. Replace Times and Sizes
# 2. Build Node Structure # 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 | \ ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \
$(BMENU2) -p "Memory Model Flat Memory Model" \ $(BMENU2) -p "Memory Model Flat Memory Model" \
-u "Top" \ -u "Top" \
-n "Default Fatal Error Processing" > $@ -n "Default Fatal Error Processing" > $@
$(srcdir)/fatalerr.texi: fatalerr.t fatalerr.texi: fatalerr.t
$(BMENU2) -p "Interrupt Processing Interrupt Stack" \ $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -n "Board Support Packages" < $< > $@
$(srcdir)/bsp.texi: bsp.t bsp.texi: bsp.t
$(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
-u "Top" \ -u "Top" \
-n "Processor Dependent Information Table" < $< > $@ -n "Processor Dependent Information Table" < $< > $@
$(srcdir)/cputable.texi: cputable.t cputable.texi: cputable.t
$(BMENU2) -p "Board Support Packages Processor Initialization" \ $(BMENU2) -p "Board Support Packages Processor Initialization" \
-u "Top" \ -u "Top" \
-n "Memory Requirements" < $< > $@ -n "Memory Requirements" < $< > $@
@@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 \ ${REPLACE2} -p $(srcdir)/BSP_TIMES \
$(top_srcdir)/common/wksheets.t | \ $(top_srcdir)/common/wksheets.t | \
$(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ $(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 # 1. Copy the Shared File
# 3. Build Node Structure # 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" \ $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
-u "Top" \ -u "Top" \
-n "MYBSP Timing Data" < $< > $@ -n "MYBSP Timing Data" < $< > $@
@@ -93,7 +93,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 2. Replace Times and Sizes # 2. Replace Times and Sizes
# 3. Build Node Structure # 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 cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t
@echo >>timeBSP_.t @echo >>timeBSP_.t
@echo "@tex" >>timeBSP_.t @echo "@tex" >>timeBSP_.t

View File

@@ -1,3 +1,7 @@
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* version.texi: Remove from CVS. * version.texi: Remove from CVS.

View File

@@ -38,122 +38,122 @@ if USE_HTML
html_project_DATA += $(PNG_FILES) html_project_DATA += $(PNG_FILES)
endif endif
$(srcdir)/overview.texi: overview.t overview.texi: overview.t
$(BMENU2) -p "Preface" \ $(BMENU2) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Key Concepts" < $< > $@ -n "Key Concepts" < $< > $@
$(srcdir)/concepts.texi: concepts.t concepts.texi: concepts.t
$(BMENU2) -p "Overview Manual Organization" \ $(BMENU2) -p "Overview Manual Organization" \
-u "Top" \ -u "Top" \
-n "RTEMS Data Types" < $< > $@ -n "RTEMS Data Types" < $< > $@
$(srcdir)/datatypes.texi: datatypes.t datatypes.texi: datatypes.t
$(BMENU2) -p "Key Concepts Memory Management" \ $(BMENU2) -p "Key Concepts Memory Management" \
-u "Top" \ -u "Top" \
-n "Initialization Manager" < $< > $@ -n "Initialization Manager" < $< > $@
$(srcdir)/init.texi: init.t init.texi: init.t
$(BMENU2) -p "RTEMS Data Types List of Data Types" \ $(BMENU2) -p "RTEMS Data Types List of Data Types" \
-u "Top" \ -u "Top" \
-n "Task Manager" < $< > $@ -n "Task Manager" < $< > $@
$(srcdir)/task.texi: task.t task.texi: task.t
$(BMENU2) -p "Initialization Manager SHUTDOWN_EXECUTIVE - Shutdown RTEMS" \ $(BMENU2) -p "Initialization Manager SHUTDOWN_EXECUTIVE - Shutdown RTEMS" \
-u "Top" \ -u "Top" \
-n "Interrupt Manager" < $< > $@ -n "Interrupt Manager" < $< > $@
$(srcdir)/intr.texi: intr.t intr.texi: intr.t
$(BMENU2) -p "Task Manager TASK_VARIABLE_DELETE - Remove per task variable" \ $(BMENU2) -p "Task Manager TASK_VARIABLE_DELETE - Remove per task variable" \
-u "Top" \ -u "Top" \
-n "Clock Manager" < $< > $@ -n "Clock Manager" < $< > $@
$(srcdir)/clock.texi: clock.t clock.texi: clock.t
$(BMENU2) \ $(BMENU2) \
-p "Interrupt Manager INTERRUPT_IS_IN_PROGRESS - Is an ISR in Progress" \ -p "Interrupt Manager INTERRUPT_IS_IN_PROGRESS - Is an ISR in Progress" \
-u "Top" \ -u "Top" \
-n "Timer Manager" < $< > $@ -n "Timer Manager" < $< > $@
$(srcdir)/timer.texi: timer.t timer.texi: timer.t
$(BMENU2) -p "Clock Manager CLOCK_TICK - Announce a clock tick" \ $(BMENU2) -p "Clock Manager CLOCK_TICK - Announce a clock tick" \
-u "Top" \ -u "Top" \
-n "Semaphore Manager" < $< > $@ -n "Semaphore Manager" < $< > $@
$(srcdir)/sem.texi: sem.t sem.texi: sem.t
$(BMENU2) -p "Timer Manager TIMER_RESET - Reset an interval timer" \ $(BMENU2) -p "Timer Manager TIMER_RESET - Reset an interval timer" \
-u "Top" \ -u "Top" \
-n "Message Manager" < $< > $@ -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" \ $(BMENU2) -p "Semaphore Manager SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore" \
-u "Top" \ -u "Top" \
-n "Event Manager" < $< > $@ -n "Event Manager" < $< > $@
$(srcdir)/event.texi: event.t event.texi: event.t
$(BMENU2) \ $(BMENU2) \
-p "Message Manager MESSAGE_QUEUE_FLUSH - Flush all messages on a queue" \ -p "Message Manager MESSAGE_QUEUE_FLUSH - Flush all messages on a queue" \
-u "Top" \ -u "Top" \
-n "Signal Manager" < $< > $@ -n "Signal Manager" < $< > $@
$(srcdir)/signal.texi: signal.t signal.texi: signal.t
$(BMENU2) -p "Event Manager EVENT_RECEIVE - Receive event condition" \ $(BMENU2) -p "Event Manager EVENT_RECEIVE - Receive event condition" \
-u "Top" \ -u "Top" \
-n "Partition Manager" < $< > $@ -n "Partition Manager" < $< > $@
$(srcdir)/part.texi: part.t part.texi: part.t
$(BMENU2) -p "Signal Manager SIGNAL_SEND - Send signal set to a task" \ $(BMENU2) -p "Signal Manager SIGNAL_SEND - Send signal set to a task" \
-u "Top" \ -u "Top" \
-n "Region Manager" < $< > $@ -n "Region Manager" < $< > $@
$(srcdir)/region.texi: region.t region.texi: region.t
$(BMENU2) \ $(BMENU2) \
-p "Partition Manager PARTITION_RETURN_BUFFER - Return buffer to a partition" \ -p "Partition Manager PARTITION_RETURN_BUFFER - Return buffer to a partition" \
-u "Top" \ -u "Top" \
-n "Dual-Ported Memory Manager" < $< > $@ -n "Dual-Ported Memory Manager" < $< > $@
$(srcdir)/dpmem.texi: dpmem.t dpmem.texi: dpmem.t
$(BMENU2) \ $(BMENU2) \
-p "Region Manager REGION_GET_SEGMENT_SIZE - Obtain size of a segment" \ -p "Region Manager REGION_GET_SEGMENT_SIZE - Obtain size of a segment" \
-u "Top" \ -u "Top" \
-n "I/O Manager" < $< > $@ -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" \ $(BMENU2) -p "Dual-Ported Memory Manager PORT_INTERNAL_TO_EXTERNAL - Convert internal to external address" \
-u "Top" \ -u "Top" \
-n "Fatal Error Manager" < $< > $@ -n "Fatal Error Manager" < $< > $@
$(srcdir)/fatal.texi: fatal.t fatal.texi: fatal.t
$(BMENU2) -p "I/O Manager IO_CONTROL - Special device services" \ $(BMENU2) -p "I/O Manager IO_CONTROL - Special device services" \
-u "Top" \ -u "Top" \
-n "Scheduling Concepts" < $< > $@ -n "Scheduling Concepts" < $< > $@
$(srcdir)/schedule.texi: schedule.t schedule.texi: schedule.t
$(BMENU2) \ $(BMENU2) \
-p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \ -p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \
-u "Top" \ -u "Top" \
-n "Rate Monotonic Manager" < $< > $@ -n "Rate Monotonic Manager" < $< > $@
$(srcdir)/rtmon.texi: rtmon.t rtmon.texi: rtmon.t
$(BMENU2) -p "Scheduling Concepts Task State Transitions" \ $(BMENU2) -p "Scheduling Concepts Task State Transitions" \
-u "Top" \ -u "Top" \
-n "Board Support Packages" < $< > $@ -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" \ $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_GET_STATUS - Obtain status information on period" \
-u "Top" \ -u "Top" \
-n "User Extensions Manager" < $< > $@ -n "User Extensions Manager" < $< > $@
$(srcdir)/userext.texi: userext.t userext.texi: userext.t
$(BMENU2) -p "Board Support Packages Heterogeneous Systems" \ $(BMENU2) -p "Board Support Packages Heterogeneous Systems" \
-u "Top" \ -u "Top" \
-n "Configuring a System" < $< > $@ -n "Configuring a System" < $< > $@
$(srcdir)/conf.texi: conf.t conf.texi: conf.t
$(BMENU2) -p "User Extensions Manager EXTENSION_DELETE - Delete a extension set" \ $(BMENU2) -p "User Extensions Manager EXTENSION_DELETE - Delete a extension set" \
-u "Top" \ -u "Top" \
-n "Multiprocessing Manager" < $< > $@ -n "Multiprocessing Manager" < $< > $@
$(srcdir)/mp.texi: mp.t mp.texi: mp.t
$(BMENU2) -p "Configuring a System Sizing the RTEMS RAM Workspace" \ $(BMENU2) -p "Configuring a System Sizing the RTEMS RAM Workspace" \
-u "Top" \ -u "Top" \
-n "Directive Status Codes" < $< > $@ -n "Directive Status Codes" < $< > $@