OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [src2html/] [RTEMS.test] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
# Comments
2
#
3
#  Copyright (c) 1998, On-Line Applications Research Corporation (OAR)
4
#
5
#  This file configures the src2html tool for the RTEMS source tree.
6
#
7
#  RTEMS.test,v 1.4 2002/01/17 21:47:46 joel Exp
8
#
9
 
10
## Variables used are:
11
## Srctree - The root of the source tree we are processing
12
## Htmlroot - The directory where all WWW documents are kept
13
## Htmldir -  The directory under Htmlroot for this source tree
14
## Htmltree - The root of the destination tree for the Html code
15
## Newsrctree - The directory in Htmltree to store the new Htmlised code
16
## Headers - The directory where we keep information to prepend in some docs
17
## Formdir - The place to put the index searching script
18
## Dirinfo{} - The list of dirs and the info about the directory
19
## Dotdir{} - The directory name with /'s -> .'s
20
 
21
set Srctree /usr1/rtems/rtems-work/c/src/exec/
22
#set Htmltree /tmp/www
23
set Htmlroot WWW_INSTALL/internal/browseable_rtems
24
set Htmldir .
25
set Newsrctree .                   # Comments here too
26
#  default is . and that is fine for us right now
27
#set Headers
28
set Formdir /cgi-bin/rtems
29
#
30
#
31
 
32
dir rtems/src        Classic API Source
33
dir rtems/inline     Classic API Inlines
34
dir rtems/headers    Classic API Header Files
35
 
36
dir posix/src        POSIX API Source
37
dir posix/inline     POSIX API Inlines
38
dir posix/headers    POSIX API Base Header Files
39
dir posix/sys        POSIX API System Header Files
40
dir posix/headers    POSIX API Internal Header Files
41
 
42
dir sapi/src         Non-Standard API Source
43
dir sapi/inline      Non-Standard API Inlines
44
dir sapi/headers     Non-Standard API Header Files
45
 
46
dir score/src             Super Core Source
47
dir score/inline          Super Core Inlines
48
dir score/headers         Super Core Header Files
49
dir score/cpu/a29k        AMD A29K Port
50
dir score/cpu/hppa1.1     HP PA-RISC Port
51
dir score/cpu/i386        Intel i386 Port
52
dir score/cpu/i960        Intel i960 Port
53
dir score/cpu/m68k        Motorola m68k Port
54
dir score/cpu/mips64orion MIPS64 Port
55
dir score/cpu/no_cpu      No CPU Example Port
56
dir score/cpu/powerpc     PowerPC Port
57
dir score/cpu/sh          Hitachi SH
58
dir score/cpu/sparc       SPARC Port
59
dir score/cpu/unix        UNIX Port
60
 
61
 
62
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.