source: rtems/doc/porting/Makefile.am @ 9847d61d

4.115
Last change on this file since 9847d61d was 9847d61d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:58:25

Remove CVS-Ids.

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