source: rtems/doc/porting/Makefile.am @ f8e57718

4.115
Last change on this file since f8e57718 was e630235, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 07:40:00

Remove EDITION (Unused)

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[33cd2d43]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[33cd2d43]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
[fc76a6aa]9PROJECT = porting
[33cd2d43]10
[2ba8875]11include $(top_srcdir)/project.am
[81653981]12include $(top_srcdir)/main.am
[33cd2d43]13
[fc76a6aa]14FILES = preface.texi developtools.texi sourcecode.texi cpumodels.texi \
15    cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \
16    prioritybitmap.texi codetuning.texi miscellaneous.texi
[33cd2d43]17
[fc76a6aa]18GENERATED_FILES = developtools.texi sourcecode.texi cpumodels.texi \
19    cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \
20    prioritybitmap.texi codetuning.texi miscellaneous.texi
[33cd2d43]21
[bcdaffd]22COMMON_FILES += $(top_srcdir)/common/cpright.texi
[33cd2d43]23
[2ba8875]24info_TEXINFOS = porting.texi
25porting_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
[33cd2d43]26
[3ebc6dc]27developtools.texi: developtools.t
[fc76a6aa]28        $(BMENU2) -p "Preface" \
[33cd2d43]29            -u "Top" \
[fc76a6aa]30            -n "Source Code Organization" < $< > $@
[33cd2d43]31
[3ebc6dc]32sourcecode.texi: sourcecode.t
[fc76a6aa]33        $(BMENU2) -p "Development Tools" \
[33cd2d43]34            -u "Top" \
[fc76a6aa]35            -n "CPU Model Variations" < $< > $@
[33cd2d43]36
[3ebc6dc]37cpumodels.texi: cpumodels.t
[fc76a6aa]38        $(BMENU2) -p "Source Code Organization Introduction" \
[33cd2d43]39            -u "Top" \
[fc76a6aa]40            -n "CPU Initialization" < $< > $@
[33cd2d43]41
[3ebc6dc]42cpuinit.texi: cpuinit.t
[fc76a6aa]43        $(BMENU2) -p "CPU Model Variations Coding Issues" \
[33cd2d43]44            -u "Top" \
[fc76a6aa]45            -n "Interrupts" < $< > $@
[33cd2d43]46
[3ebc6dc]47interrupts.texi: interrupts.t
[fc76a6aa]48        $(BMENU2) -p "CPU Initialization Initializing the CPU" \
[33cd2d43]49            -u "Top" \
[fc76a6aa]50            -n "Task Context Management" < $< > $@
[33cd2d43]51
[3ebc6dc]52taskcontext.texi: taskcontext.t
[fc76a6aa]53        $(BMENU2) -p "Interrupts Pointer to _Thread_Dispatch Routine" \
[33cd2d43]54            -u "Top" \
[fc76a6aa]55            -n "IDLE Thread" < $< > $@
[33cd2d43]56
[3ebc6dc]57idlethread.texi: idlethread.t
[fc76a6aa]58        $(BMENU2) -p "Task Context Management Restoring a Floating Point Context" \
[33cd2d43]59            -u "Top" \
[fc76a6aa]60            -n "Priority Bitmap Manipulation" < $< > $@
[33cd2d43]61
[3ebc6dc]62prioritybitmap.texi: prioritybitmap.t
[fc76a6aa]63        $(BMENU2) -p "IDLE Thread Idle Thread Body" \
[33cd2d43]64            -u "Top" \
[fc76a6aa]65            -n "Code Tuning Parameters" < $< > $@
[33cd2d43]66
[3ebc6dc]67codetuning.texi: codetuning.t
[fc76a6aa]68        $(BMENU2) -p "Priority Bitmap Manipulation Bit Scan Support" \
[33cd2d43]69            -u "Top" \
[fc76a6aa]70            -n "Miscellaneous" < $< > $@
[33cd2d43]71
[3ebc6dc]72miscellaneous.texi: miscellaneous.t
[fc76a6aa]73        $(BMENU2) -p "Code Tuning Parameters Partition Element Alignment" \
[33cd2d43]74            -u "Top" \
[fc76a6aa]75            -n "Command and Variable Index" < $< > $@
[33cd2d43]76
[110445c]77EXTRA_DIST = codetuning.t cpuinit.t cpumodels.t developtools.t idlethread.t \
[9814e9e3]78    interrupts.t miscellaneous.t prioritybitmap.t sourcecode.t \
79    taskcontext.t
[3bfda69]80
81CLEANFILES += porting.info porting.info-?
Note: See TracBrowser for help on using the repository browser.