Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
9337ea3e
Commit
9337ea3e
authored
Jan 13, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Module separation
parent
91a08a21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
src/doc/dox/src/os_linux/hw_x86/Doxyfile
src/doc/dox/src/os_linux/hw_x86/Doxyfile
+9
-9
src/tools/pwre/src/os_linux/pwre_function
src/tools/pwre/src/os_linux/pwre_function
+3
-1
No files found.
src/doc/dox/src/os_linux/hw_x86/Doxyfile
View file @
9337ea3e
...
...
@@ -4,15 +4,15 @@ QUIET = YES
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
SOURCE_BROWSER = YES
INPUT = $(pwre_
sroot)
/doc/dox/src/doxygen.dx \
$(pwre_
sroot)
/exp/inc/src \
$(pwre_
sroot)
/lib/glow/src \
$(pwre_
sroot)
/lib/ge/src \
$(pwre_
sroot)
/lib/rt/src
$(pwre_
sroot)
/lib/flow/src \
$(pwre_
sroot)
/lib/co/src \
$(pwre_
sroot)
/lib/wb/src \
$(pwre_
sroot)
/exe/rt_xtt/src
INPUT = $(pwre_
croot)/src
/doc/dox/src/doxygen.dx \
$(pwre_
croot)/src
/exp/inc/src \
$(pwre_
croot)/xtt
/lib/glow/src \
$(pwre_
croot)/xtt
/lib/ge/src \
$(pwre_
croot)/src
/lib/rt/src
$(pwre_
croot)/xtt
/lib/flow/src \
$(pwre_
croot)/src
/lib/co/src \
$(pwre_
croot)/wb
/lib/wb/src \
$(pwre_
croot)/xtt
/exe/rt_xtt/src
FILE_PATTERNS = *.cpp *.c *.h
PREDEFINED = OS_LINUX=1 \
OS=LINUX \
...
...
src/tools/pwre/src/os_linux/pwre_function
View file @
9337ea3e
...
...
@@ -3,8 +3,9 @@
#
# Environment variables
#
# $pwre_
sroot Module source root, eg. pwr/ssabox
# $pwre_
croot Common source root, pwr
# $pwre_kroot Kernel source root, pwr/src
# $pwre_sroot Module source root, eg. pwr/ssabox
# $pwre_broot Common build root
# $pwre_module Module name in source tree, eg. 'ssabox'
# $pwre_bmodule Module name in build tree, eg. 'ssabox'
...
...
@@ -53,6 +54,7 @@ set_env()
module=src
fi
sroot=${pwre_sroot%/*}
export pwre_croot=$sroot
export pwre_sroot=$sroot/$module
export pwre_kroot=$sroot/src
export pwre_env="$env"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment