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
f590671d
Commit
f590671d
authored
Jan 13, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
dc63b5e4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
67 additions
and
78 deletions
+67
-78
bcomp/doc/orm/src/orm_basefan_og.gif
bcomp/doc/orm/src/orm_basefan_og.gif
+0
-0
src/doc/web/src/orm_menu.js
src/doc/web/src/orm_menu.js
+7
-7
src/tools/bld/src/os_linux/exe_generic.mk
src/tools/bld/src/os_linux/exe_generic.mk
+2
-1
src/tools/bld/src/os_linux/wbl_generic.mk
src/tools/bld/src/os_linux/wbl_generic.mk
+1
-1
src/tools/pwre/src/os_linux/pwre.pl
src/tools/pwre/src/os_linux/pwre.pl
+57
-69
No files found.
bcomp/doc/orm/src/orm_basefan_og.gif
View replaced file @
dc63b5e4
View file @
f590671d
15.5 KB
|
W:
|
H:
15.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/doc/web/src/orm_menu.js
View file @
f590671d
...
...
@@ -22,18 +22,18 @@ foldersTree = gFld("<b>Object Reference Manual</b>", "orm_intro.html")
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>pwrb</b>
"
,
"
pwrb_index.html
"
))
pwrb
(
aux1
)
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>nmps</b>
"
,
"
nmps_index.html
"
))
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>BaseComponent</b>
"
,
"
basecomponent_index.html
"
))
BaseComponent
(
aux1
)
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>NMps</b>
"
,
"
nmps_index.html
"
))
NMps
(
aux1
)
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>
ssab</b>
"
,
"
ssab
_index.html
"
))
SSAB
(
aux1
)
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>
Remote</b>
"
,
"
remote
_index.html
"
))
Remote
(
aux1
)
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>
tl
og</b>
"
,
"
tlog_index.html
"
))
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>
TL
og</b>
"
,
"
tlog_index.html
"
))
TLog
(
aux1
)
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>BaseComponent</b>
"
,
"
basecomponent_index.html
"
))
BaseComponent
(
aux1
)
aux1
=
insFld
(
foldersTree
,
gFld
(
"
<b>OtherManufacturer</b>
"
,
"
othermanufacturer_index.html
"
))
OtherManufacturer
(
aux1
)
...
...
src/tools/bld/src/os_linux/exe_generic.mk
View file @
f590671d
...
...
@@ -89,7 +89,8 @@ exe_source := $(filter $(exe_name).%, $(c_sources))
c_sources
:=
$(
filter-out
$(exe_source)
,
$(c_sources)
)
export_exe
:=
$(exe_dir)
/
$(exe_name)$(exe_ext)
export_obj
:=
$(obj_dir)
/
$(exe_name)$(obj_ext)
#export_obj := $(obj_dir)/$(exe_name)$(obj_ext)
export_obj
:=
$(bld_dir)
/
$(exe_name)$(obj_ext)
export_includes
:=
$(
addprefix
$(inc_dir)
/,
$(h_includes)
$(hpp_includes)
)
l_targets
:=
$(
addprefix
$(bld_dir)
/,
$(
basename
$(l_sources)
))
...
...
src/tools/bld/src/os_linux/wbl_generic.mk
View file @
f590671d
...
...
@@ -134,7 +134,7 @@ $(load_dir)/%.flw : ../../%.flw
all
:
init copy exe
init
:
init
:
lib
:
$(export_wbl_dbs)
...
...
src/tools/pwre/src/os_linux/pwre.pl
View file @
f590671d
...
...
@@ -7,6 +7,7 @@
"
add
",
"
add:usage_add
",
"
build
",
"
build:usage_build
",
"
build_all
",
"
build_all:usage_build_all
",
"
build_kernel
",
"
build_kernel:usage_build_kernel
",
"
build_all_modules
",
"
build_all_modules:usage_build_all_modules
",
"
copy
",
"
copy:usage_copy
",
"
create
",
"
create:usage_create
",
...
...
@@ -167,9 +168,9 @@ sub build () # args: branch, subbranch, phase
}
#
# build_
al
l()
# build_
kerne
l()
#
sub
build_
all_modules
()
sub
build_
kernel
()
{
_module
("
xtt
");
build_all
("
copy
");
...
...
@@ -189,42 +190,6 @@ sub build_all_modules ()
_module
("
wb
");
build_all
("
lib
");
merge
();
_module
("
nmps
");
build_all
("
copy
",
"
lib
");
merge
();
_module
("
tlog
");
build_all
("
copy
",
"
lib
");
merge
();
_module
("
remote
");
build_all
("
copy
");
merge
();
_module
("
bcomp
");
build_all
("
copy
");
merge
();
_module
("
java
");
build_all
("
copy
");
merge
();
_module
("
ssabox
");
build_all
("
copy
");
merge
();
_module
("
othermanu
");
build_all
("
copy
");
merge
();
_module
("
abb
");
build_all
("
copy
");
merge
();
_module
("
siemens
");
build_all
("
copy
");
merge
();
_module
("
inor
");
build_all
("
copy
");
merge
();
_module
("
klocknermoeller
");
build_all
("
copy
");
merge
();
_module
("
telemecanique
");
build_all
("
copy
");
merge
();
_module
("
xtt
");
build_all
("
exe
");
merge
();
...
...
@@ -234,48 +199,64 @@ sub build_all_modules ()
_module
("
kernel
");
build_all
("
exe
");
merge
();
}
#
# build_all()
#
sub
build_all_modules
()
{
build_kernel
();
_module
("
nmps
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
tlog
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
remote
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
bcomp
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
java
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
ssabox
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
othermanu
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
abb
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
siemens
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
inor
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
klocknermoeller
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
_module
("
telemecanique
");
build_all
(
"
lib
",
"
exe
"
);
build_all
();
merge
();
# my($exe_dir) = $ENV{"pwr_exe"};
# system("rm $exe_dir/rt_io_comm");
# _build("exe", "rt_io_comm", "all");
# system("rm $exe_dir/rt_ini");
# _build("exe", "rt_ini", "all");
# Relink method dependent programs
_module
("
kernel
");
my
(
$exe_dir
)
=
$ENV
{"
pwr_exe
"};
system
("
rm
$exe_dir
/rt_io_comm
");
_build
("
exe
",
"
rt_io_comm
",
"
all
");
system
("
rm
$exe_dir
/rt_ini
");
_build
("
exe
",
"
rt_ini
",
"
all
");
merge
();
_module
("
wb
");
my
(
$exe_dir
)
=
$ENV
{"
pwr_exe
"};
system
("
rm
$exe_dir
/wb
");
_build
("
exe
",
"
wb
",
"
all
");
merge
();
}
...
...
@@ -343,6 +324,9 @@ sub build_all ()
exit
1
;
}
my
(
$module
)
=
$ENV
{"
pwre_module
"};
my
(
$einc
)
=
$ENV
{"
pwr_einc
"};
my
(
$remoteclasses
)
=
$einc
.
"
/pwr_remoteclasses.h
";
my
(
$nmpsclasses
)
=
$einc
.
"
/pwr_nmpsclasses.h
";
printf
("
--
\n
");
printf
("
-- Build all
\n
");
...
...
@@ -365,14 +349,11 @@ sub build_all ()
_build
("
tools/exe
",
"
*
",
"
all
");
merge
("
exe/tools_cmsg2c
");
merge
("
exe/tools_msg2cmsg
");
merge
("
exe/tools_pdrgen
");
_build
("
msg
",
"
*
",
"
all
");
_build
("
lib
",
"
rt
",
"
init copy
");
# _build("lib", "wb", "init copy");
_build
("
lib
",
"
co
",
"
init copy
");
_build
("
lib
",
"
dtt
",
"
init copy
");
# _build("exp", "wb", "init copy");
# _build("lib", "flow", "all");
# _build("lib", "glow", "all");
_build
("
lib
",
"
co
",
"
all
");
_build
("
exe
",
"
co*
",
"
all
");
_build
("
wbl
",
"
pwrs
",
"
copy
");
...
...
@@ -382,28 +363,28 @@ sub build_all ()
if
(
$lib
==
1
)
{
_build
("
lib
",
"
ge
",
"
all
");
_module
("
nmps
");
_build
("
wbl
",
"
nmps
",
"
init copy
");
merge
("
inc/pwr_nmpsclasses.h
");
_module
("
remote
");
_build
("
wbl
",
"
remote
",
"
init copy
");
merge
("
inc/pwr_remoteclasses.h
");
if
(
!
-
e
$nmpsclasses
)
{
_module
("
nmps
");
_build
("
wbl
",
"
nmps
",
"
init copy
");
merge
("
inc/pwr_nmpsclasses.h
");
}
if
(
!
-
e
$remoteclasses
)
{
_module
("
remote
");
_build
("
wbl
",
"
remote
",
"
init copy
");
merge
("
inc/pwr_remoteclasses.h
");
}
_module
("
kernel
");
_build
("
lib
",
"
rt
",
"
all
");
_build
("
exp
",
"
rt
",
"
all
");
# _build("exp", "wb", "all");
_build
("
lib
",
"
msg_dummy
",
"
all
");
_build
("
exe
",
"
wb_rtt
",
"
all
");
_build
("
lib
",
"
dtt
",
"
all
");
_build
("
exp
",
"
rt
",
"
all
");
# _build("lib", "wb", "all");
}
if
(
$exe
==
1
)
{
_build
("
exe
",
"
rt*
",
"
all
");
# _build("exe", "wb*", "all");
_build
("
exp
",
"
ge
",
"
all
");
_build
("
mmi
",
"
*
",
"
copy
");
# _build("db", "wb", "init");
_build
("
wbl
",
"
pwrs
",
"
lib
");
_build
("
wbl
",
"
pwrb
",
"
lib
");
_build
("
wbl
",
"
wb
",
"
lib
");
...
...
@@ -539,6 +520,7 @@ sub create()
create_dir
(
$newdir
.
"
/lib
");
create_dir
(
$newdir
.
"
/msg
");
create_dir
(
$newdir
.
"
/jpwr
");
create_dir
(
$newdir
.
"
/wbl
");
if
(
$module
eq
"
kernel
")
{
$newdir
=
$root
.
"
/exp
";
...
...
@@ -970,6 +952,12 @@ sub usage_build_all ()
printf
("
++ build_all : Builds all in current module
\n
");
}
sub
usage_build_kernel
()
{
printf
("
++
\n
");
printf
("
++ build_kernel : Builds all in kernel modules (kernel, xtt, wb)
\n
");
}
sub
usage_build_all_modules
()
{
printf
("
++
\n
");
...
...
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